@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

/* mixin
--------------------------- */
/*----- メディアクエリ -----*/
/*----- px変換 -----*/
/* 使い方
font-size: rem(16);
font-size: vw(16);
line-height: lh(16,28);
letter-spacing: ls(50);
*/
/* base
--------------------------- */
html {
  overflow: auto;
}
html.is-open {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
}

ul, ol {
  list-style: none;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* utility
--------------------------- */
@media all and (max-width: 767px) {
  .u-view-pc {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .u-view-sp {
    display: none;
  }
}

.u-inner {
  max-width: 1036px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .u-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (hover: hover) {
  .u-alpha {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .u-alpha:hover {
    opacity: 0.7;
  }
}

.c-cv {
  text-align: center;
}
.c-cv__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 393px;
  height: 43px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  color: #E50011;
  background-color: #FFEF00;
  border-radius: 22px;
  position: relative;
}
.c-cv__txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #ffef00;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-cv__img {
  width: 488.5px;
  margin: 18px auto 0;
}
.c-cv__link {
  display: block;
}
@media all and (max-width: 767px) {
  .c-cv__txt {
    max-width: 243px;
    height: 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
  }
  .c-cv__txt:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffef00;
    bottom: -7px;
  }
  .c-cv__img {
    max-width: 315px;
    width: 100%;
    margin: 12px auto 0;
  }
}

.js-toggle-content {
  display: none;
}

.js-switch-content {
  display: none;
}
.js-switch-content.is-active {
  display: block;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.js-inview.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes zoom-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(1.6);
            transform: translate(0, -50%) scale(1.6);
  }
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) scale(1.6);
            transform: translate(0, -50%) scale(1.6);
  }
}
.c-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.c-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slider .slick-slide {
  height: auto !important;
}
.c-slider__item {
  margin-left: 15px;
  margin-right: 15px;
}
.c-slider.is-green .slick-prev {
  background-image: url(../images/common/ico_arrow_green.png);
}
.c-slider.is-green .slick-next {
  background-image: url(../images/common/ico_arrow_green.png);
}
.c-slider.is-blue .slick-prev {
  background-image: url(../images/common/ico_arrow_blue.png);
}
.c-slider.is-blue .slick-next {
  background-image: url(../images/common/ico_arrow_blue.png);
}
.c-slider .slick-arrow {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.c-slider .slick-prev {
  background-image: url(../images/common/ico_arrow_pink.png);
  left: 0;
}
.c-slider .slick-next {
  background-image: url(../images/common/ico_arrow_pink.png);
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media all and (max-width: 767px) {
  .c-slider.is-flow .slick-prev {
    left: -30px;
  }
  .c-slider.is-flow .slick-next {
    right: -30px;
  }
  .c-slider.is-voice .slick-prev {
    left: 20px;
  }
  .c-slider.is-voice .slick-next {
    right: 20px;
  }
  .c-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.c-slider-dot {
  margin-top: 10px;
}
.c-slider-dot.is-green li.slick-active button {
  background-color: #92C58E;
}
.c-slider-dot.is-blue li.slick-active button {
  background-color: #234DB5;
}
.c-slider-dot .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-slider-dot li {
  margin: 0 5px;
}
.c-slider-dot li.slick-active button {
  background-color: #EA609E;
}
.c-slider-dot button {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CCCCCC;
}

.c-tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 106px;
  border-top: 2px solid #EA609E;
  border-bottom: 2px solid #EA609E;
  background-color: #FCFFC9;
  font-size: 32px;
  font-weight: 500;
  color: #EA609E;
  text-align: center;
  position: relative;
}
.c-tit01:before {
  content: "";
  background: url(../images/bg_c_tit01_01.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  left: -55px;
  width: 286px;
  height: 172px;
}
.c-tit01:after {
  content: "";
  background: url(../images/bg_c_tit01_02.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: -90px;
  right: -55px;
  width: 256.5px;
  height: 174.5px;
}
@media all and (max-width: 767px) {
  .c-tit01 {
    min-height: 58px;
    font-size: 25px;
    letter-spacing: -0.049em;
    line-height: 1.2;
    padding: 5px 0;
  }
  .c-tit01:before {
    background: url(../images/bg_c_tit01_01_sp.png) no-repeat 0 0;
    background-size: contain;
    bottom: -30px;
    left: -20px;
    width: 78px;
    height: 53px;
  }
  .c-tit01:after {
    background: url(../images/bg_c_tit01_02_sp.png) no-repeat 0 0;
    background-size: contain;
    bottom: -30px;
    right: -25px;
    width: 70px;
    height: 60px;
  }
}

.c-tit02 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #EA609E;
  border-bottom: 2px solid #EA609E;
  font-size: 28px;
  font-weight: 500;
  color: #EA609E;
  background-color: #fff;
}
.c-tit02--l-font {
  font-size: 32px;
  font-weight: bold;
}
.c-tit02.is-green {
  border-color: #92C58E;
  color: #92C58E;
}
.c-tit02.is-blue {
  border-color: #234DB5;
  color: #234DB5;
}
@media all and (max-width: 767px) {
  .c-tit02 {
    height: 44px;
    font-size: 18px;
  }
  .c-tit02--l-font {
    font-size: 24px;
    font-weight: 600;
  }
}

.c-tit-head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 119px;
}
.c-tit-head01.is-popi1 {
  background-color: #E370A6;
}
.c-tit-head01.is-popi2 {
  background-color: #92C58E;
}
.c-tit-head01.is-popi3 {
  background-color: #234DB5;
}
.c-tit-head01__year {
  width: 79px;
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.1;
  text-align: center;
}
.c-tit-head01__year.is-popi1 {
  color: #E370A6;
}
.c-tit-head01__year.is-popi2 {
  color: #92C58E;
}
.c-tit-head01__year.is-popi3 {
  color: #234DB5;
}
.c-tit-head01__in {
  margin-left: 30px;
  color: #fff;
}
.c-tit-head01__txt {
  font-size: 20px;
  font-weight: 500;
}
.c-tit-head01__txt:before, .c-tit-head01__txt:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 12px;
  display: inline-block;
  margin-bottom: -4px;
}
.c-tit-head01__txt:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-right: 10px;
}
.c-tit-head01__txt:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-left: 10px;
}
.c-tit-head01__tit {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .c-tit-head01 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 30px;
    width: calc(100% + 30px);
    height: 70px;
    position: relative;
  }
  .c-tit-head01__year {
    width: 50px;
    height: 50px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-tit-head01__in {
    margin-left: 25px;
  }
  .c-tit-head01__txt {
    font-size: 12px;
    font-weight: 600;
  }
  .c-tit-head01__tit {
    font-size: 24px;
    font-weight: 600;
  }
}

/* body
--------------------------- */
body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  body.cp img {
    width: 100%;
  }
} /* l-wrapper
--------------------------- */
.l-wrapper {
  position: relative;
  padding-top: 138px;
}
@media all and (max-width: 1023px) {
  .l-wrapper {
    padding-top: 51px;
  }
}

/* l-breadcrumb
--------------------------- */
.l-breadcrumb {
  position: relative;
}
.l-breadcrumb__list {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-breadcrumb__item {
  font-family: "Cormorant Garamond";
  font-weight: 400;
  line-height: 100%;
}
.l-breadcrumb__item + .l-breadcrumb__item:before {
  content: "/";
  display: inline-block;
  opacity: 0.5;
  margin: 0 11px;
}
.l-breadcrumb__item a {
  opacity: 0.5;
}
@media (hover: hover) {
  .l-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  border-top: 1px solid #333;
  padding: 32px 0 76px;
  text-align: center;
}
.l-footer__policy {
  font-size: 12px;
}
.l-footer__cr {
  font-size: 12px;
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding: 35px 0 20px;
  }
  .l-footer__policy {
    font-size: 10px;
  }
  .l-footer__cr {
    font-size: 10px;
  }
}

/* .l-header
================================================ */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.l-header__inner {
  position: relative;
  padding: 20px 40px 0;
  width: 100%;
  height: 138px;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo__img {
  width: 124px;
}
.l-header__logo__txt {
  margin-left: 15px;
  color: #666;
  font-weight: bold;
  letter-spacing: -0.04em;
}
@media all and (max-width: 1023px) {
  .l-header {
    border-bottom: 1px solid #CCC;
  }
  .l-header__inner {
    padding: 10px 15px 0;
    height: 51px;
  }
  .l-header__logo__img {
    width: 67px;
  }
  .l-header__logo__txt {
    margin-left: 8px;
    font-size: 9px;
  }
}

/* .l-nav
================================================ */
.l-nav {
  max-width: 760px;
  margin: 16px auto 0;
}
.l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav-list__item {
  position: relative;
}
.l-nav-list__link {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.l-nav-list__link:before {
  content: "";
  width: 0;
  height: 4px;
  background-color: #EA609E;
  border-radius: 20px;
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-nav-list__link:hover:before {
    content: "";
    width: 100%;
  }
}
.l-nav-list__link .is-arw:after {
  content: "";
  background: url(../images/common/ico_arrow01.png) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
.l-nav-list__link .is-acc {
  padding-right: 18px;
  position: relative;
}
.l-nav-list__link .is-acc:before, .l-nav-list__link .is-acc:after {
  content: "";
  background-color: #707070;
  width: 8px;
  height: 2px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-nav-list__link .is-acc:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.l-nav-list__link.is-active .is-acc:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.l-nav-sub {
  position: absolute;
  top: 31px;
  width: 100%;
  background-color: #fff;
  padding: 7px 0;
  z-index: 1;
}
.l-nav-sub__item {
  padding-left: 26px;
}
.l-nav-sub__item + .l-nav-sub__item {
  margin-top: 1px;
}
.l-nav-sub__link {
  font-size: 12px;
}
.l-nav-sub__link:after {
  content: "";
  background: url(../images/common/ico_arrow01.png) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 7px;
}
.l-nav-sub__link .is-font {
  font-size: 14px;
  font-weight: bold;
}
@media (hover: hover) {
  .l-nav-sub__link:hover {
    color: #EA609E;
  }
  .l-nav-sub__link:hover:after {
    background: url(../images/common/ico_arrow02.png) no-repeat 0 0;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
}
.l-nav-info {
  position: absolute;
  top: 26px;
  right: 42px;
}
.l-nav-info__btns {
  width: 431px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav-info__item.is-entry {
  width: 190px;
}
.l-nav-info__item.is-entry .l-nav-info__link {
  background-color: #E50011;
}
.l-nav-info__item.is-entry .l-nav-info__link:after {
  background: url(../images/common/ico_arrow03.png) no-repeat 0 0;
  background-size: contain;
}
.l-nav-info__item.is-sample {
  width: 211px;
}
.l-nav-info__item.is-sample .l-nav-info__link {
  background-color: #009FE8;
}
.l-nav-info__item.is-sample .l-nav-info__link:after {
  background: url(../images/common/ico_arrow04.png) no-repeat 0 0;
  background-size: contain;
}
.l-nav-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 24px;
  padding-right: 10px;
  position: relative;
}
.l-nav-info__link:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 1023px) {
  .l-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 60px);
    height: 100dvh;
    background-color: #fff;
    overflow: auto;
    opacity: 0;
    overscroll-behavior-y: contain;
    z-index: 9;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav-list {
    display: block;
    padding: 30px 15px;
  }
  .l-nav-list__item + .l-nav-list__item {
    margin-top: 14px;
  }
  .l-nav-list__link {
    display: block;
  }
  .l-nav-list__link:before {
    content: none;
  }
  .l-nav-list__link .is-arw {
    display: block;
  }
  .l-nav-list__link .is-arw:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
  }
  .l-nav-list__link .is-acc {
    padding-right: 0;
    display: block;
  }
  .l-nav-list__link .is-acc:before, .l-nav-list__link .is-acc:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .l-nav-list__link .is-acc:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__link.is-active:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #EA609E;
    position: absolute;
    top: 0;
    left: -15px;
    border-radius: 20px;
  }
  .l-nav-list__link.is-active .is-acc {
    color: #EA609E;
  }
  .l-nav-list__link.is-active .is-acc:after {
    background-color: #EA609E;
  }
  .l-nav-sub {
    width: calc(100% + 30px);
    position: static;
    padding: 18px 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #F2F2F2;
    margin-top: 16px;
  }
  .l-nav-sub__item {
    padding-left: 45px;
  }
  .l-nav-sub__item + .l-nav-sub__item {
    margin-top: 15px;
  }
  .l-nav-sub__link {
    display: block;
  }
  .l-nav-sub__link:after {
    content: none;
  }
  .l-nav-info {
    border-top: 1px solid #ccc;
    position: static;
    min-height: 151px;
    padding: 30px 15px;
  }
  .l-nav-info__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-nav-info__item.is-entry {
    width: calc(50% - 3.5px);
  }
  .l-nav-info__item.is-entry .l-nav-info__link {
    background-color: #E50011;
  }
  .l-nav-info__item.is-entry .l-nav-info__link:after {
    background: url(../images/common/ico_arrow03.png) no-repeat 0 0;
    background-size: contain;
  }
  .l-nav-info__item.is-sample {
    width: calc(50% - 3.5px);
  }
  .l-nav-info__item.is-sample .l-nav-info__link {
    background-color: #009FE8;
  }
  .l-nav-info__item.is-sample .l-nav-info__link:after {
    background: url(../images/common/ico_arrow04.png) no-repeat 0 0;
    background-size: contain;
  }
  .l-nav-info__link {
    text-align: center;
    line-height: 1.3;
    height: 50px;
    font-size: 13px;
    border-radius: 50px;
    padding-right: 0;
    position: relative;
  }
  .l-nav-info__link:after {
    right: 10px;
  }
}

/* .nav-btn
-------------------------------------- */
.nav-btn {
  display: none;
}
@media all and (max-width: 1023px) {
  .nav-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 8;
  }
  .nav-btn__line {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #EA609E;
  }
  .nav-btn__line:nth-child(1) {
    top: 19px;
  }
  .nav-btn__line:nth-child(2) {
    top: 25px;
  }
  .nav-btn__line:nth-child(3) {
    top: 31px;
  }
}

.nav-btn-close {
  display: none;
}
@media all and (max-width: 1023px) {
  .nav-btn-close {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 15px;
    width: 30px;
    height: 32px;
    cursor: pointer;
  }
  .nav-btn-close__line {
    position: absolute;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: #333;
  }
  .nav-btn-close__line:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-btn-close__line:nth-child(2) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-btn-close__chara {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    text-align: center;
  }
}

.l-overlay {
  display: none;
}
@media all and (max-width: 1023px) {
  .l-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .l-overlay.is-open {
    display: block;
  }
}

.p-cp-intro {
  padding: 25px 0 40px;
}
.p-cp-intro__lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #EA609E;
  line-height: 1.9166666667;
}
.p-cp-intro__txt {
  font-weight: 600;
  line-height: 2.1875;
  text-align: center;
}
.p-cp-intro__txt .is-font {
  color: #EA609E;
  font-size: 20px;
  background: rgb(255, 250, 155);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 250, 155)), color-stop(50%, rgb(255, 250, 155)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(255, 250, 155) 0%, rgb(255, 250, 155) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(255, 250, 155) 0%, rgb(255, 250, 155) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media all and (max-width: 767px) {
  .p-cp-intro {
    padding: 15px 0;
  }
  .p-cp-intro__lead {
    font-size: 18px;
    line-height: 1.5555555556;
	  margin-bottom: 1rem;
  }
  .p-cp-intro__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
  }
  .p-cp-intro__txt .is-font {
    font-size: 17px;
  }
}

.p-cp-detail__tit {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #EA609E;
  border-radius: 10px;
  cursor: pointer;
}
.p-cp-detail__tit--ico {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 30px;
  position: relative;
}
.p-cp-detail__tit--ico:before, .p-cp-detail__tit--ico:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #EA609E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-cp-detail__tit--ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-cp-detail__tit.is-active .p-cp-detail__tit--ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-cp-detail__info {
  padding: 60px 0;
}
.p-cp-detail__info__content + .p-cp-detail__info__content {
  margin-top: 22px;
}
.p-cp-detail__info__content__tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5142857143;
  color: #009FE8;
}
.p-cp-detail__info__content__txt {
  font-size: 14px;
  line-height: 1.7666666667;
}
.p-cp-detail__info__content__txt .is-semibold {
  font-weight: 600;
}
.p-cp-detail__info__content__txt.is-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.p-cp-detail__howto__in {
  padding: 30px 0 60px;
}
.p-cp-detail__howto__lead {
  width: 379px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #EA609E;
  border-radius: 22px;
  position: relative;
}
.p-cp-detail__howto__lead:before, .p-cp-detail__howto__lead:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ea609e;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
}
.p-cp-detail__howto__lead:before {
  left: 64px;
}
.p-cp-detail__howto__lead:after {
  right: 64px;
}
.p-cp-detail__howto__img {
  margin-top: 40px;
}
.p-cp-detail__howto__txt {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}
.p-cp-detail__flow__in {
  padding: 40px;
  background-color: #FFF5FB;
}
.p-cp-detail__flow__item {
  max-width: 443px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.p-cp-detail__flow__sub {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cp-detail__flow__sub--num {
  font-size: 22px;
  font-weight: 600;
  color: #EA609E;
  margin-right: 5px;
}
.p-cp-detail__flow__img {
  display: block;
}
.p-cp-detail__flow__img img {
  margin: auto;
}
.p-cp-detail__flow__txt {
  margin-top: 10px;
}
.p-cp-detail__cv {
  margin-top: 1rem;
}
.p-cp-detail__certification {
  background-color: #FFF5FB;
  padding: 40px;
  margin-top: 60px;
}
.p-cp-detail__certification__inner {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
}
.p-cp-detail__certification__tit {
  color: #D03369;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.p-cp-detail__certification__img {
  max-width: 747px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .p-cp-detail__tit {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    height: 46px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    position: relative;
  }
  .p-cp-detail__tit--ico {
    width: 18px;
    height: 18px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-cp-detail__tit--ico:before, .p-cp-detail__tit--ico:after {
    width: 8px;
  }
  .p-cp-detail__content {
    padding: 0 15px;
  }
  .p-cp-detail__info {
    padding: 30px 0;
  }
  .p-cp-detail__info__content + .p-cp-detail__info__content {
    margin-top: 15px;
  }
  .p-cp-detail__info__content__txt {
    font-size: 14px;
    line-height: 1.8714285714;
  }
  .p-cp-detail__howto__in {
    padding: 30px 0;
  }
  .p-cp-detail__howto__lead {
    width: 100%;
    height: 26px;
    border-radius: 12px;
  }
  .p-cp-detail__howto__lead:before {
    left: 50px;
  }
  .p-cp-detail__howto__lead:after {
    right: 50px;
  }
  .p-cp-detail__howto__img {
    margin-top: 22px;
  }
  .p-cp-detail__flow__in {
    padding: 20px 30px 15px;
  }
  .p-cp-detail__flow__item {
    max-width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .p-cp-detail__flow__sub {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .p-cp-detail__flow__sub--num {
    font-size: 18px;
    margin-right: 3px;
  }
  .p-cp-detail__flow__txt {
    margin-top: 5px;
  }
  .p-cp-detail__cv {
    margin-top: 1rem;
  }
  .p-cp-detail__certification {
    padding: 15px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-cp-detail__certification__inner {
    padding-top: 16px;
  }
  .p-cp-detail__certification__tit {
    font-size: 14px;
  }
  .p-cp-detail__certification__img {
    max-width: 100%;
    margin: 5px auto 0;
  }
}

.p-cp-reason {
  margin-top: 80px;
}
.p-cp-reason__list {
  margin-top: 50px;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}
.p-cp-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cp-reason__item + .p-cp-reason__item {
  margin-top: 20px;
}
.p-cp-reason__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 57px;
  background: url(../images/bg_sakura.png) no-repeat 0 0;
  background-size: contain;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-right: 25px;
  line-height: 1;
}
.p-cp-reason__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cp-reason__txt:after {
  content: "";
  background: url(../images/ico_pen.png) no-repeat 0 0;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 7px;
}
.p-cp-reason__txt .bdb {
  display: inline;
  border-bottom: 1px solid #EA609E;
}
.p-cp-reason__txt .font-bg {
  background-color: #FFFA9B;
  font-size: 24px;
  font-weight: 500;
  color: #EA609E;
  line-height: 1.2;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .p-cp-reason {
    margin-top: 50px;
  }
  .p-cp-reason__list {
    margin-top: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-cp-reason__num {
    width: 52px;
    height: 50px;
    font-size: 18px;
    margin-right: 8px;
  }
  .p-cp-reason__txt {
    font-size: 16px;
  }
  .p-cp-reason__txt:after {
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
  }
  .p-cp-reason__txt .font-bg {
    font-size: 20px;
  }
}

.p-cp-introduction {
  margin-top: 80px;
}
.p-cp-introduction__bunners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.p-cp-introduction__bunners__item {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media all and (max-width: 767px) {
  .p-cp-introduction {
    margin-top: 50px;
  }
  .p-cp-introduction__bunners {
    display: block;
    margin-top: 24px;
  }
  .p-cp-introduction__bunners__item {
    width: 100%;
  }
  .p-cp-introduction__bunners__item + .p-cp-introduction__bunners__item {
    margin-top: 10px;
  }
}

.p-cp-popi .is-color-popi1-1 {
  color: #EA609E;
}
.p-cp-popi .is-color-popi1-2 {
  color: #FABE00;
}
.p-cp-popi .is-color-popi1-3 {
  color: #E60012;
}
.p-cp-popi .is-color-popi1-4 {
  color: #0086CD;
}
.p-cp-popi .is-color-popi2-1 {
  color: #EA5463;
}
.p-cp-popi .is-color-popi2-2 {
  color: #00A051;
}
.p-cp-popi .is-color-popi2-3 {
  color: #006CB8;
}
.p-cp-popi .is-color-popi3-1 {
  color: #EE7838;
}
.p-cp-popi .is-color-popi3-2 {
  color: #00AEBB;
}
.p-cp-popi .is-bg-popi1-1 {
  background-color: #EA609E;
}
.p-cp-popi .is-bg-popi1-2 {
  background-color: #FABE00;
}
.p-cp-popi .is-bg-popi1-3 {
  background-color: #E60012;
}
.p-cp-popi .is-bg-popi1-4 {
  background-color: #0086CD;
}
.p-cp-popi .is-bg-popi2-1 {
  background-color: #EA5463;
}
.p-cp-popi .is-bg-popi2-2 {
  background-color: #00A051;
}
.p-cp-popi .is-bg-popi2-3 {
  background-color: #006CB8;
}
.p-cp-popi .is-bg-popi3-1 {
  background-color: #EE7838;
}
.p-cp-popi .is-bg-popi3-2 {
  background-color: #00AEBB;
}
.p-cp-popi .is-sd-popi1-1 {
  background-color: #FFF5FB;
}
.p-cp-popi .is-sd-popi1-2 {
  background-color: #FFF9E5;
}
.p-cp-popi .is-sd-popi1-3 {
  background-color: #FFF2F3;
}
.p-cp-popi .is-sd-popi1-4 {
  background-color: #E5F5F7;
}
.p-cp-popi .is-sd-popi2-1 {
  background-color: #FDEEF0;
}
.p-cp-popi .is-sd-popi2-2 {
  background-color: #D8F1E4;
}
.p-cp-popi .is-sd-popi2-3 {
  background-color: #E5F0F8;
}
.p-cp-popi .is-sd-popi3-1 {
  background-color: #FDF4ED;
}
.p-cp-popi .is-sd-popi3-2 {
  background-color: #E1F6F7;
}
.p-cp-popi .is-red {
  color: #E50011;
}
.p-cp-popi__intro__img {
  margin-top: 40px;
}
.p-cp-popi__intro__tit {
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.234375;
}
.p-cp-popi__intro__tit--bg {
  background: rgb(255, 250, 155);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 250, 155)), color-stop(40%, rgb(255, 250, 155)), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 250, 155) 0%, rgb(255, 250, 155) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 250, 155) 0%, rgb(255, 250, 155) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.p-cp-popi__intro__txt {
  margin-top: 20px;
  text-align: center;
  line-height: 2.2;
}
.p-cp-popi__contents {
  margin-top: 60px;
}
.p-cp-popi__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cp-popi__tabs.is-col4 .p-cp-popi__tabs__item {
  width: 25%;
}
.p-cp-popi__tabs.is-col3 .p-cp-popi__tabs__item {
  width: 33.3333333333%;
}
.p-cp-popi__tabs.is-col2 .p-cp-popi__tabs__item {
  width: 50%;
}
.p-cp-popi__tabs__item {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  color: #fff;
  height: 83px;
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  cursor: pointer;
}
.p-cp-popi__tabs__item.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-cp-popi__main {
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.p-cp-popi__main__head__in {
  margin-top: 15px;
}
.p-cp-popi__main__head__tit {
  font-size: 24px;
  line-height: 1.6333333333;
  font-weight: 500;
}
.p-cp-popi__sd {
  margin-top: 40px;
}
.p-cp-popi__sd__tit {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-top: -17px;
}
.p-cp-popi__sd__tit--txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 0 16px;
  min-height: 37px;
}
.p-cp-popi__sd__item {
  border-radius: 10px;
  margin-top: 17px;
}
.p-cp-popi__sd__in {
  margin-top: 10px;
  padding: 0 10px 10px;
}
.p-cp-popi__sd__cat {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-cp-popi__sd__img img {
  margin: auto;
}
.p-cp-popi__sd__txt {
  font-size: 15px;
  line-height: 1.6666666667;
  margin-top: 10px;
}
.p-cp-popi__table {
  max-width: 592px;
  margin: 60px auto 0;
}
.p-cp-popi__table table {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.p-cp-popi__table table .bg-popi1 {
  background-color: #E370A6;
}
.p-cp-popi__table table .bg-popi2 {
  background-color: #92C58E;
}
.p-cp-popi__table table .bg-popi3 {
  background-color: #234DB5;
}
.p-cp-popi__table table th, .p-cp-popi__table table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.p-cp-popi__table table th {
  font-weight: 500;
  color: #fff;
}
.p-cp-popi__table table td {
  border-bottom: 1px solid #ccc;
  width: 160px;
}
.p-cp-popi__table table tr td + td {
  border-left: 1px solid #ccc;
  width: 160px;
	line-height: 1.2;
}
.p-cp-popi__cv {
  margin-top: 100px;
  position: relative;
}
.p-cp-popi__cv:before {
  content: "";
  background: url(../images/common/ico_arrow_bottom_red.png) no-repeat 0 0;
  background-size: contain;
  width: 34px;
  height: 80px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-cp-popi__voice {
  margin-top: 50px;
}
.p-cp-popi__voice__lead {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}
.p-cp-popi__voice__sd {
  margin-top: 25px;
}
.p-cp-popi__voice__sd__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px 30px;
}
.p-cp-popi__voice__sd__img img {
  margin: auto;
}
.p-cp-popi__voice__sd__tit {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
.p-cp-popi__voice__sd__txt {
  margin-top: 15px;
}
.p-cp-popi__voice__sd__name {
  margin-top: 10px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .p-cp-popi__intro {
    padding: 0 15px;
  }
  .p-cp-popi__intro__img {
    margin-top: 30px;
  }
  .p-cp-popi__intro__tit {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .p-cp-popi__intro__txt {
    margin-top: 15px;
    line-height: 1.8214285714;
  }
  .p-cp-popi__contents {
    margin-top: 30px;
  }
  .p-cp-popi__tabs__item {
    font-size: 15px;
    line-height: 1.68;
    height: 50px;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .p-cp-popi__main {
    padding: 20px 15px 15px;
  }
  .p-cp-popi__main__head__tit {
    font-size: 20px;
  }
  .p-cp-popi__sd {
    margin-top: 20px;
  }
  .p-cp-popi__sd__tit {
    font-size: 16px;
    margin-top: -12px;
  }
  .p-cp-popi__sd__tit--txt {
    border-radius: 5px;
    min-height: 26px;
  }
  .p-cp-popi__sd__item {
    margin-top: 12px;
  }
  .p-cp-popi__sd__in {
    padding: 0 5px 10px;
  }
  .p-cp-popi__sd__img {
    padding: 0 25px;
  }
  .p-cp-popi__sd__cat {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-cp-popi__sd__txt {
    font-size: 13px;
    line-height: 1.7692307692;
  }
  .p-cp-popi__table {
    max-width: 100%;
    margin-top: 30px;
  }
  .p-cp-popi__table table th, .p-cp-popi__table table td {
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
	  width: 30%;
  }
  .p-cp-popi__table table th {
    font-weight: 600;
  }
  .p-cp-popi__table table tr td + td {
    width: 30%;
  }
  .p-cp-popi__table table .tax {
    font-size: 12px;
  }
  .p-cp-popi__cv {
    margin-top: 60px;
  }
  .p-cp-popi__cv:before {
    width: 13px;
    height: 40px;
    top: -45px;
  }
  .p-cp-popi__voice {
    margin-top: 40px;
  }
  .p-cp-popi__voice__lead {
    font-weight: 400;
    margin-top: 20px;
  }
  .p-cp-popi__voice__sd {
    margin-top: 20px;
  }
  .p-cp-popi__voice__sd__item {
    padding: 20px 45px 15px;
  }
  .p-cp-popi__voice__sd__img {
    width: 135px;
    margin: auto;
  }
  .p-cp-popi__voice__sd__tit {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-cp-popi__voice__sd__txt {
    margin-top: 10px;
  }
  .p-cp-popi__voice__sd__name {
    margin-top: 16px;
  }
}

.p-cp-popi1 {
  margin-top: 60px;
  background-color: #FFF5FB;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .p-cp-popi1 {
    margin-top: 50px;
    padding: 0 0 30px;
  }
  .p-cp-popi1.p-cp-popi .p-cp-popi__sd__img {
    width: 100%;
    padding: 0;
  }
  .p-cp-popi1.p-cp-popi .p-cp-popi__sd__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 78.9333333333vw;
    width: auto !important;
  }
}

.p-cp-popi2 {
  margin-top: 80px;
  background-color: #ECF7EC;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .p-cp-popi2 {
    margin-top: 50px;
    padding: 0 0 30px;
  }
}

.p-cp-popi3 {
  margin-top: 80px;
  background-color: #E6F7FF;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .p-cp-popi3 {
    margin-top: 50px;
    padding: 0 0 30px;
  }
}

.p-cp-faq {
  margin-top: 80px;
  padding-bottom: 113px;
}
.p-cp-faq__lead {
  text-align: center;
  margin-top: 50px;
}
.p-cp-faq__block {
  margin-top: 30px;
}
.p-cp-faq__block:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-cp-faq__qes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 16px 20px 20px;
  overflow: hidden;
  gap: 16px;
  border-radius: 6px;
  background-color: #009fe8;
  color: #fff;
}
.p-cp-faq__qes__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 34px);
  gap: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.p-cp-faq__qes__txt:before {
  content: "Q";
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1076923077;
  font-family: Lato, sans-serif;
}
.p-cp-faq__qes__ico {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.p-cp-faq__qes__ico:before, .p-cp-faq__qes__ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #009fe8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-cp-faq__qes__ico:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.p-cp-faq__qes.is-active .p-cp-faq__qes__ico:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.p-cp-faq__ans {
  position: relative;
  padding: 20px 20px 20px 60px;
  font-weight: 400;
  line-height: 1.8;
}
.p-cp-faq__ans:before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  color: #e50012;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1076923077;
  font-family: Lato, sans-serif;
}
.p-cp-faq__cv {
  margin-top: 80px;
}
.p-cp-faq__cv__sample {
  text-align: center;
  margin-top: 10px;
}
.p-cp-faq__cv__sample__link {
  font-weight: 500;
  text-decoration: underline;
  color: #009FE8;
}
.p-cp-faq__cv__sample__link:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .p-cp-faq {
    margin-top: 50px;
    padding-bottom: 94px;
  }
  .p-cp-faq__lead {
    text-align: left;
    margin-top: 30px;
  }
  .p-cp-faq__block {
    margin-top: 28px;
  }
  .p-cp-faq__block:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .p-cp-faq__qes {
    padding: 20px 16px 20px 15px;
    gap: 5px;
  }
  .p-cp-faq__qes__txt {
    gap: 10px;
  }
  .p-cp-faq__qes__txt:before {
    font-size: 22px;
  }
  .p-cp-faq__ans {
    padding: 20px 16px 20px 43px;
  }
  .p-cp-faq__ans:before {
    top: 23px;
    left: 15px;
    font-size: 22px;
  }
  .p-cp-faq__cv {
    margin-top: 50px;
  }
  .p-cp-faq__cv__sample {
    margin-top: 5px;
  }
}

@media all and (max-width: 767px) {
  .p-cp-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 8;
  }
  .p-cp-fix__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-cp-fix__item {
    width: 50%;
  }
  .p-cp-fix__item.is-entry {
    width: calc(50% + 49.5px);
    background-color: #E50011;
  }
  .p-cp-fix__item.is-entry .p-cp-fix__txt:after {
    background-image: url(../images/common/ico_arrow_fix01.png);
  }
  .p-cp-fix__item.is-sample {
    width: calc(50% - 49.5px);
    background-color: #009FE8;
  }
  .p-cp-fix__item.is-sample .p-cp-fix__txt:after {
    background-image: url(../images/common/ico_arrow_fix02.png);
  }
  .p-cp-fix__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  .p-cp-fix__txt {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    padding-right: 28px;
    position: relative;
    display: block;
  }
  .p-cp-fix__txt .num {
    font-size: 18px;
  }
  .p-cp-fix__txt:after {
    content: "";
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/*パンクズ*/
.breadcrumb {
  padding: 10px 0;
	background-color: #f2eee6;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  max-width: 79.375rem;
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
}

.breadcrumb-item {
  margin-right: 10px;
}

.breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb-item::after {
  content: ">";
  margin-left: 10px;
}

.breadcrumb-item:last-child::after {
  content: "";
}


.p-cp-kv {
	text-align: center;
}
/* CVボタン*/
.c-link__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 5px 16px;
    gap: 10px;
    border-radius: 9999px;
    color: #fff;
    transition: opacity .5s ease
}

.c-link__btn--title {
    flex-grow: 1;
    padding-left: 24px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center
}

.c-link__btn--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    padding-left: 2px;
    border-radius: 50%;
    background-color: #fff
}

.c-link__btn--icon svg {
    width: 6px
}
.c-link__btn.-red {
    background-color:#e50012;
}
.c-link__btn.-red span svg {
    fill: #e50012;
}
.mntbbtn {
  max-width: 600px;
  margin: 1rem auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
	width: 100%;
  max-width: 334px;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 90%;
    max-width: 275px;
  }
}
/*アンケート円グラフ*/
.anketo-img {
  height: 330px; 
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .anketo-img {
    height: auto;
    width: 80% !important;
  }
}
.p-cp-popi__voice h4 {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 1rem 0;
}
  @media (max-width: 767px) {
    .p-cp-popi__voice h4 {
	font-size: 18px;
    }
  }
.p-cp-popi__main__head__txt {
 line-height: 1.6;
}