@charset "UTF-8";

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media (max-width: 767px) {
  html {
    font-size: 4.0712468193vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}

body {
  font-size: 1.25rem;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition*/
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices*/
}

/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }

  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

/*共通
ーーーーーーーーーーーーーーーーー*/
h2 {
  padding: 1rem;
  border-top: 1px solid #EA535D;
  border-bottom: 1px solid #EA535D;
  color: #EA535D;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5625rem;
}

@media (max-width: 767px) {
  h2 {
    padding: 0.375rem 0;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.625rem;
  }
}

h3 {
  padding: 0.75rem 0 0.6875rem;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  background-color: #FBEAF2;
  margin-bottom: 2.5625rem;
}

@media (max-width: 767px) {
  h3 {
    padding: 0.875rem 0 0.8125rem;
    margin-bottom: 2.625rem;
  }
}

h4 {
  margin-bottom: .8rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 767px) {
  h4 {
    margin-bottom: .6rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-no-underline {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.wrapper {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 52.5rem;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: 100%;
  }
}

body:after {
  content: none;
}

.main {
  min-height: calc(100vh - 6.875rem);
}

@media (max-width: 767px) {
  .main {
    min-height: calc(100dvh - 25rem);
  }
}

/*リンクボタン
ーーーーーーーーーーーー*/
.btn-decabo {
  margin: 2rem auto;
  width: 100%;
  max-width: 630px;
}

@media (max-width: 767px) {
  .btn-decabo {
    width: 100%;
  }
}

.btn-decabo .wrapper {
  padding: 0;
  max-width: unset;
}

.btn-decabo a {
  padding: 2rem .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
  box-shadow: 0.5rem 0.5rem 0.625rem rgba(0, 0, 0, 0.16);
  font-size: 26px;
  font-weight: 600;
}

.btn-decabo.pink a {
  background: #FBEAF2 url("/img/btn01_arrow.png") no-repeat 95% center;
  background-size: 44px;
  color: #EA535D;
}

.btn-decabo.blue a {
  background: #EAF2FB url("/img/btn02_arrow.png") no-repeat 95% center;
  background-size: 44px;
  color: #1B96D5;
  text-align: center;
}

.btn-decabo.white a {
  background: #ffffff url("/img/btn01_arrow.png") no-repeat 95% center;
  background-size: 44px;
  color: #EA535D;
}

@media (min-width: 768px) and (hover: hover) {
  .btn-decabo a:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
  }
}

@media (max-width: 767px) {
  .btn-decabo a {
    padding: 1rem 0 .7rem;
    border-radius: 1rem;
    box-shadow: 0.3125rem 0.25rem 0.375rem rgba(0, 0, 0, 0.16);
    font-size: 1.2rem;
  }

  .btn-decabo.pink a {
    background-size: 2rem;
    background-position: 94% center;
    line-height: 2em;
  }

  .btn-decabo.blue a {
    background-size: 2rem;
    background-position: 94% center;
    line-height: 1.4em;
  }
  .btn-decabo.white a {
    background-size: 2rem;
    background-position: 94% center;
    line-height: 1.4em;
  }
}

.btn-decabo a .btn-img img {
  width: 56%;
  padding-right: 2%;
}

@media (max-width: 767px) {
  .btn-decabo a .btn-img img {
    width: 72%;
    display: block;
  }
}

.btn-decabo .btn-img {
  padding-left: 2rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .btn-decabo .btn-img {
    padding-left: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

/*key-visual
ーーーーーーーーーーーー*/

.kv {
  padding: 4.2rem 0 3.5rem;
  width: 100%;
  background-color: #FBEAF2;
}

@media (max-width: 767px) {
  .kv {
    padding: 2.5rem 0;
  }
}

.kv p {
  font-size: 1.25rem;
  margin-top: 2.75rem;
  line-height: 2.25;
}

@media (max-width: 767px) {
  .kv p {
    margin-top: 1.9375rem;
    font-size: 1rem;
    line-height: 2;
  }
}

/*intro-section
ーーーーーーーーーーーー*/
.sec-intro {
  padding: 5.125rem 0;
}

@media (max-width: 767px) {
  .sec-intro {
    padding: 2.75rem 0;
  }
}

.sec-intro .intro_desc {
  margin: 0 auto;
  max-width: 50rem;
}

.sec-intro .intro_text {
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}

@media (max-width: 767px) {
  .sec-intro .intro_text {
    font-size: 1rem;
    line-height: 2;
  }
}

.sec-intro .intro__wrap+.intro__wrap {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .sec-intro .intro__wrap+.intro__wrap {
    margin-top: 3rem;
  }
}

/*present-section
----------------------------------------------*/
.present-section {
  background-color: #FBEAF2;
  padding: 5.125rem 0 3rem;
}

@media (max-width: 767px) {
  .present-section {
    padding: 2.75rem 0 1rem;
  }
}

.present-title {
  font-size: 2rem;
  font-weight: 600;
  padding: .7rem 1rem;
  color: #fff;
  border-radius: 100vh;
  background-color: #EA535D;
  text-align: center;
  margin: 0 25% 3rem;
}

@media (max-width: 767px) {
  .present-title {
    font-size: 1.5rem;
    padding: .2rem 1rem;
    margin: 0 10% 2rem;
  }
}

.present-text {
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767px) {
  .present-text {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
}

.present_list {
  margin: 1rem 0;
}

.present_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem 1.2rem;
  border-bottom: 1px dashed #ea535d;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .present_item {
    padding: 1.5rem 0 2rem;
    font-size: .9rem;
  }
}

.present_item:last-child {
  border-bottom: none;
}

.present_item .p-number {
  width: 7%;
}

@media (max-width: 767px) {
  .present_item .p-number {
    width: 10%;
  }
}

.present_item .p-text {
  width: 70%;
  padding: 0 .8rem;
}

@media (max-width: 767px) {
  .present_item .p-text {
    width: 90%;
    margin-bottom: 1rem;
  }
}

.present_item .p-photo {
  width: 23%;
  font-size: .75em;
}

@media (max-width: 767px) {
  .present_item .p-photo {
    width: 75%;
  }
}

.present_item .p-photo img {
  display: block;
  margin-bottom: .5rem;
}

.pink {
  font-size: 1.5rem;
  font-weight: 600;
  color: #EA535D;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .pink {
    font-size: 1.15rem;
  }
}

.blue {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1B96D5;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .blue {
    font-size: 1.15rem;
  }
}

.green {
  font-size: 1.5rem;
  font-weight: 600;
  color: #8cc63f;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .green {
    font-size: 1.15rem;
  }
}


/*method-section
----------------------------------------------*/
.method-section {
  padding: 5.125rem 0 0;
}

@media (max-width: 767px) {
  .method-section {
    padding: 2.75rem 0 0;
  }
}

.method-item {
  margin-bottom: 3.2rem;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
.method-item {
  font-size: 1rem;
}
}

.method-item p span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #EA535D;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .method-item p span {
    font-size: 1.25rem;
    display: block;
    margin-bottom: .5rem;
  }
}

/*application-section
----------------------------------------------*/
.application-section {
  padding: 5.125rem 0 0;
}

@media (max-width: 767px) {
  .application-section {
    padding: 2.75rem 0 0;
  }
}

.app-list p {
  margin-bottom: 2.5625rem;
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
}

@media (max-width: 767px) {
  .app-list p {
    margin-bottom: 2.625rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.app-list p a {
  border-bottom: solid 1px #464646;
  font-weight: 600;
}

.app-item {}

/*contact-section
----------------------------------------------*/

.contact-section {
  padding: 5.125rem 0 0;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 2.75rem 0 0;
  }
}

.contact-section p {
  margin-bottom: 2.5625rem;
  font-size: 1.25rem;
  line-height: 2.25;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-section p {
    margin-bottom: 2.625rem;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
}

.contact_title {
  padding: 1rem;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 5rem 7rem 1rem;
  line-height: 2.5rem;
}

@media (max-width: 767px) {
.contact_title {
  padding: 0.8125rem 0;
  font-size: 1rem;
  margin: 2.5rem 0 1rem;
    line-height: 1.7;
}
}

/*footer
----------------------------------------------*/
.footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    padding: 1.5rem 0;
  }
}

.footer img {
  width: auto;
  height: 1.3125rem;
}

@media (max-width: 767px) {
  .footer img {
    width: 100%;
    height: auto;
  }
}