@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  color: #2c2f2f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  opacity: 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  body {
    width: 100%;
  }
}
/* End MQ */
p {
  text-align: justify;
}

@media all and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none !important;
  }
}
/* End MQ */
@media all and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important;
  }
}
/* End MQ */
a {
  color: #2c2f2f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nodeco {
  text-decoration: none;
}

#screen {
  position: relative;
  text-align: left;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
}

section ul,
.section ul {
  text-align: left;
}

.content {
  width: 100%;
  text-align: left;
}

.content section,
.content .section {
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  /* スマホ */
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* End MQ */
@media screen and (min-width: 1160px) {
  /* PC */
  .content section,
  .content .section {
    padding-left: 0;
    padding-right: 0;
  }
}
/* End MQ */
/* ------------------------------------------------
トップバナー
------------------------------------------------ */
.banner-top-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background: #FFF100;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .banner-top-sp {
    display: none !important;
  }
}
.banner-top-sp.show {
  opacity: 1;
  visibility: visible;
}
.banner-top-sp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -88%;
  width: 200%;
  height: 150vw;
  background-color: #FFE10C;
  -webkit-transform: skewY(-63deg);
          transform: skewY(-63deg);
}
.banner-top-sp::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -158%;
  width: 200%;
  height: 150vw;
  background-color: #FFE10C;
  -webkit-transform: skewY(-63deg);
          transform: skewY(-63deg);
}
.banner-top-sp a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.banner-top-sp a::after {
  content: url(../images/common/arrow-right-circle_bl.svg);
  position: absolute;
  top: 55%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.banner-top-sp a span {
  display: block;
  font-size: 1.4rem;
}

.banner-top-pc {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
  max-width: 274px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .banner-top-pc {
    display: block;
  }
}
.banner-top-pc.move {
  bottom: 10px;
}
.banner-top-pc span {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 20;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.banner-top-pc img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 73px;
  margin-bottom: 70px;
  padding-bottom: 62px;
  background: #DDE9EF;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    padding-top: 100px;
    padding-bottom: 82px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .keyvisual {
    height: 100vh;
    height: 100svh;
    padding-top: 120px;
    margin-bottom: 150px;
    padding-bottom: 92px;
  }
}
.keyvisual .inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .keyvisual .inner {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 768px) {
  .keyvisual .inner picture {
    margin: 0 auto;
  }
}
.keyvisual .inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_news {
  position: absolute;
  bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .top_news {
    height: 50px;
  }
}
.top_news .inner_news {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  background: #2c2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 126px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .top_news .inner_news {
    width: 126px;
  }
}
.top_news .inner_news + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  position: relative;
  height: 100%;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top_news .inner_news + div {
    font-size: 1.5rem;
    width: calc(100% - 126px);
  }
}
.top_news .inner_news + div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news .inner_news + div span {
    width: 100%;
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    padding: 0;
  }
}
.top_news .inner_news + div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.top_news .inner_news + div a:hover {
  opacity: 1 !important;
}
.top_news .inner_news + div a .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  margin-right: 15px;
  min-width: 78px;
}
.top_news .inner_news + div a .tag {
  min-width: 78px;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #E48FA7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E48FA7;
  font-size: 1.2rem;
  margin-right: 20px;
}
.top_news .inner_news + div p {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top_news .inner_news + div p {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  to {
    -webkit-transform: translate(-200%);
            transform: translate(-200%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  to {
    -webkit-transform: translate(-200%);
            transform: translate(-200%);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@-webkit-keyframes pFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_keyvisual {
  padding: 110px 0 50px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_keyvisual {
    padding: 190px 0 100px;
  }
}
.page_keyvisual .read_text {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page_keyvisual .read_text {
    margin-top: 70px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .page_keyvisual .read_text {
    width: calc(100% - 40px);
  }
}
.page_keyvisual .read_text p {
  max-width: 850px;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page_keyvisual .read_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.page_keyvisual .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .page_keyvisual .inner {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .page_keyvisual .inner {
    width: calc(100% - 40px);
  }
}
.page_keyvisual .inner h1,
.page_keyvisual .inner h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_keyvisual .inner h1,
  .page_keyvisual .inner h2 {
    font-size: 3.5rem;
    line-height: 1;
  }
}

.error404 .page_keyvisual {
  padding: 110px 0 15px;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .error404 .page_keyvisual {
    padding: 280px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .error404 .page_keyvisual {
    width: calc(100% - 60px);
  }
}
.error404 .page_keyvisual .inner {
  width: 100%;
}
.error404 .page_keyvisual .inner h1,
.error404 .page_keyvisual .inner h2 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #E48FA7;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0.15rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .error404 .page_keyvisual .inner h1,
  .error404 .page_keyvisual .inner h2 {
    font-size: 5rem;
    margin-bottom: 10px;
    line-height: 1;
  }
}

/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
/*
span.smoothTextTrigger.smoothTextAppear,
span.smoothTextTrigger.smoothTextAppear.text {
	transform: translate3d(0, 0, 0) skewY(0);
}

span.smoothTextTrigger.smoothTextAppear {
	transform-origin: left;
	display: block;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-name: smoothText;
	opacity: 0;

	@media screen and (min-width: 768px) {
		animation-delay: 0.1s;
		animation-duration: 0.8s;
	}
}

span.smoothTextTrigger.text {
	transform-origin: left;
	display: block;
	animation-fill-mode: forwards;
	animation-duration: 0.6s;
	animation-delay: 0.4s;
	animation-name: smoothText;
	opacity: 0;

	@media screen and (min-width: 768px) {
		animation-delay: 0.3s;
		animation-duration: 0.8s;
	}
}

@keyframes smoothText {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0) skewY(12deg);
		transition: 1s ease-in-out;
	}

	10% {
		opacity: 1;
	}

	100% {
		transform: translate3d(0, 0, 0) skewY(0);
		transition: 1s ease-in-out;
		opacity: 1;
	}
}
*/
/* -----------------------------------------------------------------------------------------------------------------------
文字色
----------------------------------------------------------------------------------------------------------------------- */
.color-bl {
  color: #2c2f2f !important;
}

.color-wh {
  color: #fff !important;
}

.color-main {
  color: #E48FA7 !important;
}

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 1rem !important;
}

.fsize11 {
  font-size: 1.1rem !important;
}

.fsize12 {
  font-size: 1.2rem !important;
}

.fsize13 {
  font-size: 1.3rem !important;
}

.fsize14 {
  font-size: 1.4rem !important;
}

.fsize15 {
  font-size: 1.5rem !important;
}

.fsize16 {
  font-size: 1.6rem !important;
}

.fsize17 {
  font-size: 1.7rem !important;
}

.fsize18 {
  font-size: 1.8rem !important;
}

.fsize19 {
  font-size: 1.9rem !important;
}

.fsize20 {
  font-size: 2rem !important;
}

.fsize21 {
  font-size: 2.1rem !important;
}

.fsize22 {
  font-size: 2.2rem !important;
}

.fsize23 {
  font-size: 2.3rem !important;
}

.fsize24 {
  font-size: 2.4rem !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_fsize10 {
    font-size: 10px !important;
  }
  .pc_fsize11 {
    font-size: 11px !important;
  }
  .pc_fsize12 {
    font-size: 12px !important;
  }
  .pc_fsize13 {
    font-size: 13px !important;
  }
  .pc_fsize14 {
    font-size: 14px !important;
  }
  .pc_fsize15 {
    font-size: 15px !important;
  }
  .pc_fsize16 {
    font-size: 16px !important;
  }
  .pc_fsize17 {
    font-size: 17px !important;
  }
  .pc_fsize18 {
    font-size: 18px !important;
  }
  .pc_fsize19 {
    font-size: 19px !important;
  }
  .pc_fsize20 {
    font-size: 20px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important;
  }
  .sp_fsize11 {
    font-size: 11px !important;
  }
  .sp_fsize12 {
    font-size: 12px !important;
  }
  .sp_fsize13 {
    font-size: 13px !important;
  }
  .sp_fsize14 {
    font-size: 14px !important;
  }
  .sp_fsize15 {
    font-size: 15px !important;
  }
  .sp_fsize16 {
    font-size: 16px !important;
  }
  .sp_fsize17 {
    font-size: 17px !important;
  }
  .sp_fsize18 {
    font-size: 18px !important;
  }
  .sp_fsize19 {
    font-size: 19px !important;
  }
  .sp_fsize20 {
    font-size: 20px !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_w10 {
    width: 10% !important;
  }
  .pc_w20 {
    width: 20% !important;
  }
  .pc_w30 {
    width: 30% !important;
  }
  .pc_w40 {
    width: 40% !important;
  }
  .pc_w50 {
    width: 50% !important;
  }
  .pc_w60 {
    width: 60% !important;
  }
  .pc_w70 {
    width: 70% !important;
  }
  .pc_w80 {
    width: 80% !important;
  }
  .pc_w90 {
    width: 90% !important;
  }
  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w10 {
    width: 10% !important;
  }
  .sp_w20 {
    width: 20% !important;
  }
  .sp_w30 {
    width: 30% !important;
  }
  .sp_w40 {
    width: 40% !important;
  }
  .sp_w50 {
    width: 50% !important;
  }
  .sp_w60 {
    width: 60% !important;
  }
  .sp_w70 {
    width: 70% !important;
  }
  .sp_w80 {
    width: 80% !important;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

.textr {
  text-align: right !important;
}

.textl {
  text-align: left !important;
}

.textj {
  text-align: justify !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important;
  }
  .pc_textr {
    text-align: right !important;
  }
  .pc_textl {
    text-align: left !important;
  }
  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_textc {
    text-align: center !important;
  }
  .sp_textr {
    text-align: right !important;
  }
  .sp_textl {
    text-align: left !important;
  }
  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.no_margin {
  margin: 0 !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }
  .tb_mt0 {
    margin-top: 0px !important;
  }
  .tb_mt5 {
    margin-top: 5px !important;
  }
  .tb_mt10 {
    margin-top: 10px !important;
  }
  .tb_mt15 {
    margin-top: 15px !important;
  }
  .tb_mt20 {
    margin-top: 20px !important;
  }
  .tb_mt30 {
    margin-top: 30px !important;
  }
  .tb_mt40 {
    margin-top: 40px !important;
  }
  .tb_mt50 {
    margin-top: 50px !important;
  }
  .tb_mt60 {
    margin-top: 60px !important;
  }
  .tb_mt70 {
    margin-top: 70px !important;
  }
  .tb_mt80 {
    margin-top: 80px !important;
  }
  .tb_mt90 {
    margin-top: 90px !important;
  }
  .tb_mt100 {
    margin-top: 100px !important;
  }
  .tb_mb0 {
    margin-bottom: 0px !important;
  }
  .tb_mb5 {
    margin-bottom: 5px !important;
  }
  .tb_mb10 {
    margin-bottom: 10px !important;
  }
  .tb_mb15 {
    margin-bottom: 15px !important;
  }
  .tb_mb20 {
    margin-bottom: 20px !important;
  }
  .tb_mb30 {
    margin-bottom: 30px !important;
  }
  .tb_mb40 {
    margin-bottom: 40px !important;
  }
  .tb_mb50 {
    margin-bottom: 50px !important;
  }
  .tb_mb60 {
    margin-bottom: 60px !important;
  }
  .tb_mb70 {
    margin-bottom: 70px !important;
  }
  .tb_mb80 {
    margin-bottom: 80px !important;
  }
  .tb_mb90 {
    margin-bottom: 90px !important;
  }
  .tb_mb100 {
    margin-bottom: 100px !important;
  }
  .tb_mb120 {
    margin-bottom: 120px !important;
  }
  .tb_mb140 {
    margin-bottom: 140px !important;
  }
  .tb_mb170 {
    margin-bottom: 170px !important;
  }
  .tb_mb200 {
    margin-bottom: 200px !important;
  }
  .tb_mb300 {
    margin-bottom: 300px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt0 {
    margin-top: 0px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mt60 {
    margin-top: 60px !important;
  }
  .pc_mt70 {
    margin-top: 70px !important;
  }
  .pc_mt80 {
    margin-top: 80px !important;
  }
  .pc_mt90 {
    margin-top: 90px !important;
  }
  .pc_mt100 {
    margin-top: 100px !important;
  }
  .pc_mb0 {
    margin-bottom: 0px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_mb70 {
    margin-bottom: 70px !important;
  }
  .pc_mb80 {
    margin-bottom: 80px !important;
  }
  .pc_mb90 {
    margin-bottom: 90px !important;
  }
  .pc_mb100 {
    margin-bottom: 100px !important;
  }
  .pc_mb120 {
    margin-bottom: 120px !important;
  }
  .pc_mb130 {
    margin-bottom: 130px !important;
  }
  .pc_mb140 {
    margin-bottom: 140px !important;
  }
  .pc_mb170 {
    margin-bottom: 170px !important;
  }
  .pc_mb180 {
    margin-bottom: 180px !important;
  }
  .pc_mb200 {
    margin-bottom: 200px !important;
  }
  .pc_mb220 {
    margin-bottom: 220px !important;
  }
  .pc_mb340 {
    margin-bottom: 340px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_mb125 {
    margin-bottom: 125px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_mb200 {
    margin-bottom: 200px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .sp_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sp_justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (min-width: 768px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .pc_justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pc_justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pc_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc_justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pc_justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pc_align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc_align-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.sec-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
}

.reason_block .inner_reason {
  width: calc(100% - 40px);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .reason_block .inner_reason {
    margin-bottom: 180px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .reason_block .inner_reason {
    width: calc(100% - 40px);
  }
}
.reason_block .inner_reason h2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .reason_block .inner_reason h2 {
    margin-bottom: 40px;
  }
}
.reason_block .inner_reason h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.worries_block .inner_worries {
  width: calc(100% - 40px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries_block .inner_worries {
    margin-bottom: 150px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .worries_block .inner_worries {
    width: calc(100% - 40px);
  }
}
.worries_block .inner_worries > p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .worries_block .inner_worries > p {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.worries_block .inner_worries > p span {
  padding: 0 9px 1px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(55%, #FFF100));
  background: linear-gradient(transparent 45%, #FFF100 55%);
}
@media screen and (min-width: 768px) {
  .worries_block .inner_worries > p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), color-stop(43%, #FFF100));
    background: linear-gradient(transparent 57%, #FFF100 43%);
  }
}
.worries_block .worries_title {
  position: relative;
  display: inline-block;
}
.worries_block .worries_title h2 {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .worries_block .worries_title h2 {
    padding-bottom: 50px;
  }
}
.worries_block .worries_title figure {
  position: absolute;
  bottom: 0;
}
.worries_block .worries_title figure:first-of-type {
  left: -40px;
}
@media screen and (min-width: 400px) {
  .worries_block .worries_title figure:first-of-type {
    left: -64px;
  }
}
@media screen and (min-width: 768px) {
  .worries_block .worries_title figure:first-of-type {
    left: -200px;
  }
}
.worries_block .worries_title figure:last-of-type {
  right: -40px;
}
@media screen and (min-width: 400px) {
  .worries_block .worries_title figure:last-of-type {
    right: -63px;
  }
}
@media screen and (min-width: 768px) {
  .worries_block .worries_title figure:last-of-type {
    right: -197px;
  }
}
.worries_block .worries_title figure img {
  max-width: 50px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 400px) {
  .worries_block .worries_title figure img {
    max-width: 59px;
  }
}
@media screen and (min-width: 768px) {
  .worries_block .worries_title figure img {
    max-width: 114px;
  }
}
.worries_block .worries_list {
  padding: 30px;
  margin-bottom: 40px;
  border: 2px solid #E48FA7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .worries_block .worries_list {
    padding: 37px 0 38px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .worries_block .worries_list ul {
    margin: 0 auto;
    max-width: 800px;
  }
}
.worries_block .worries_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .worries_block .worries_list li {
    font-size: 2rem;
  }
}
.worries_block .worries_list li::before {
  content: url(../images/top/check-box.svg);
}
.worries_block .worries_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .worries_block .worries_list li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

.service_block .inner_service {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 103px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .service_block .inner_service {
    width: calc(100% - 60px);
  }
}
.service_block .inner_service h2 {
  margin-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service h2 {
    margin-bottom: 83px;
  }
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .service_block .inner_service ul {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
}
.service_block .inner_service ul li {
  width: calc(100% - 96px);
  min-width: 260px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 45px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul li {
    max-width: 264px;
    min-width: none;
    width: calc(33% - 20px);
    margin: 0;
  }
}
.service_block .inner_service ul li .list_inner {
  display: block;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 25px 30px 25px;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .service_block .inner_service ul li .list_inner {
    text-align: left;
  }
}
.service_block .inner_service ul li .list_inner .number {
  position: absolute;
  left: 20px;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul li .list_inner .number {
    top: -12px;
  }
}
.service_block .inner_service ul li .list_inner .number p {
  color: #E48FA7;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  border-bottom: solid 1px #E48FA7;
  padding-bottom: 15px;
}
.service_block .inner_service ul li .list_inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul li .list_inner h3 {
    font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 3px;
  }
}
.service_block .inner_service ul li .list_inner > p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul li .list_inner > p {
    margin-bottom: 0;
  }
}
.service_block .inner_service ul li .list_inner figure {
  text-align: center;
}
.service_block .inner_service ul li .list_inner figure img {
  max-width: 100%;
}
.service_block .inner_service ul li .list_inner .service_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  color: #E48FA7;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service_block .inner_service ul li .list_inner .service_link {
    position: absolute;
    right: 25px;
    bottom: 30px;
  }
}
.service_block .inner_service ul li .list_inner .service_link figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.service_block .inner_service ul li .list_inner .service_link figure img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_block .service_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .service_block .service_half {
    margin-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service_block .service_half picture {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service_block .service_half picture {
    width: 48%;
    margin-bottom: 0;
    max-width: 546px;
  }
}
.service_block .service_half picture img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.service_block .service_half .service_content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service_block .service_half .service_content {
    width: 48%;
    max-width: 546px;
  }
}
.service_block .service_half .service_content h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .service_block .service_half .service_content h3 {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
}
.service_block .service_half .service_content ul li {
  text-indent: -1.4rem;
  font-size: 1.4rem;
}

.content_block .inner_content {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 103px;
  margin-bottom: 150px;
  /* もっと見る機能 */
}
@media screen and (min-width: 768px) {
  .content_block .inner_content {
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .content_block .inner_content {
    width: calc(100% - 60px);
  }
}
.content_block .inner_content h2 {
  margin-bottom: 50px;
}
.content_block .inner_content .items h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.content_block .inner_content .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1140px) {
  .content_block .inner_content .items ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 23px;
    margin-bottom: 40px;
  }
}
.content_block .inner_content .items li {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  width: calc(50% - 10px);
  text-align: center;
  background: #F4F1F1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li {
    width: calc(25% - 15px);
    min-height: 71px;
  }
}
@media screen and (min-width: 1140px) {
  .content_block .inner_content .items li {
    width: calc(25% - 30px);
  }
}
.content_block .inner_content .items li img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li img {
    height: 60px;
  }
}
.content_block .inner_content .items li h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 400px) {
  .content_block .inner_content .items li h4 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 850px) {
  .content_block .inner_content .items li h4 {
    font-size: 1.5rem;
  }
}
.content_block .inner_content .items li.item01 img {
  width: 33px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item01 img {
    width: 59px;
  }
}
.content_block .inner_content .items li.item02 img {
  width: 69px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item02 img {
    width: 101px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .content_block .inner_content .items li.item02 h4 {
    font-size: 1.3rem !important;
  }
}
.content_block .inner_content .items li.item03 img {
  width: 69px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item03 img {
    width: 101px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .content_block .inner_content .items li.item03 h4 {
    font-size: 1.3rem !important;
  }
}
.content_block .inner_content .items li.item04 img {
  width: 69px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item04 img {
    width: 101px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .content_block .inner_content .items li.item04 h4 {
    font-size: 1.3rem !important;
  }
}
.content_block .inner_content .items li.item05 img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item05 img {
    width: 50px;
  }
}
.content_block .inner_content .items li.item06 img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item06 img {
    width: 37px;
  }
}
.content_block .inner_content .items li.item07 img {
  width: 41px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item07 img {
    width: 60px;
  }
}
.content_block .inner_content .items li.item08 img {
  width: 43px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item08 img {
    width: 55px;
  }
}
.content_block .inner_content .items li.item11 img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .content_block .inner_content .items li.item11 img {
    width: 37px;
  }
}
.content_block .inner_content .list-btn {
  margin-top: 20px;
}
.content_block .inner_content .list-btn.is-btn-hidden {
  display: none !important;
}
.content_block .inner_content .list-btn button {
  position: relative;
  margin: 0 auto;
  background: #E48FA7;
  color: #fff;
  width: 250px;
  height: 50px;
  border: none;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_block .inner_content .list-btn button::after {
  content: "\f4fe";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: bootstrap-icons;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

section .note li {
  text-indent: -15px;
  margin-left: 15px;
}

.flow_block .inner_flow {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 103px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .flow_block .inner_flow {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .flow_block .inner_flow {
    width: calc(100% - 60px);
  }
}
.flow_block .inner_flow h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .flow_block .inner_flow ul {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
}
.flow_block .inner_flow ul::before {
  content: "";
  position: absolute;
  border-left: 2px dashed #E48FA7;
  top: 0;
  left: 50%;
  -webkit-transform: translateY("-50%");
          transform: translateY("-50%");
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    border-left: 0;
    border-top: 3px dashed #E48FA7;
  }
}
.flow_block .inner_flow ul li {
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul li {
    max-width: 264px;
    width: calc(25% - 20px);
    margin: 0;
  }
}
.flow_block .inner_flow ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.flow_block .inner_flow ul li .list_inner {
  display: block;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 20px 20px;
}
@media screen and (min-width: 1180px) {
  .flow_block .inner_flow ul li .list_inner {
    text-align: center;
  }
}
.flow_block .inner_flow ul li .list_inner .number p {
  color: #E48FA7;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .flow_block .inner_flow ul li .list_inner .number p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul li .list_inner .number p {
    margin-bottom: 20px;
    text-align: center;
  }
}
.flow_block .inner_flow ul li .list_inner h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .flow_block .inner_flow ul li .list_inner h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 18px;
  }
}
.flow_block .inner_flow ul li .list_inner > p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.flow_block .inner_flow ul li .list_inner figure {
  display: none;
}
@media screen and (min-width: 1000px) {
  .flow_block .inner_flow ul li .list_inner figure {
    display: block;
  }
}
.flow_block .inner_flow ul li .list_inner figure img {
  max-width: 100%;
}

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

.voice_block {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 70px 0 70px;
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .voice_block {
    margin-bottom: 200px;
    padding: 100px 0 150px;
  }
}
.voice_block .link_type01 a {
  max-width: 360px !important;
  width: calc(100% - 40px) !important;
}
.voice_block .inner_voice {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .voice_block .inner_voice {
    width: calc(100% - 40px);
  }
}
.voice_block .inner_voice h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice h2 {
    margin-bottom: 37px;
  }
}
.voice_block .inner_voice > p {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice > p {
    text-align: center;
  }
}
.voice_block .inner_voice ul {
  margin-bottom: 50px;
}
@media screen and (min-width: 900px) {
  .voice_block .inner_voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .voice_block .inner_voice ul {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.voice_block .inner_voice li {
  position: relative;
  z-index: 10;
  padding: 30px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .voice_block .inner_voice li {
    padding: 40px;
    margin-bottom: 0;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1300px) {
  .voice_block .inner_voice li {
    width: calc(50% - 30px);
  }
}
.voice_block .inner_voice li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .voice_block .inner_voice li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.voice_block .inner_voice li .voice_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
}
.voice_block .inner_voice li .voice_user figure img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice li .voice_user figure img {
    width: 80px;
  }
}
.voice_block .inner_voice li .voice_user > div span {
  border: solid 1px #D11932;
  border-radius: 3px;
  background: #fff;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 14px;
  font-size: 1.2rem;
  color: #D11932;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.voice_block .inner_voice li .voice_user > div p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice li .voice_user > div p {
    font-size: 1.6rem;
  }
}
.voice_block .inner_voice li .voice_title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice_block .inner_voice li .voice_title {
    font-size: 1.6rem;
  }
}

.voice_block_archive {
  margin-bottom: 0 !important;
  padding: 50px 0 150px;
}
@media screen and (min-width: 768px) {
  .voice_block_archive {
    padding: 140px 0 200px;
  }
}
.voice_block_archive .inner_voice {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice_block_archive .inner_voice {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .voice_block_archive .inner_voice {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .voice_block_archive .inner_voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1140px) {
  .voice_block_archive .inner_voice ul {
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
}
.voice_block_archive .inner_voice li {
  position: relative;
  padding: 46vw 0 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 546px;
  background: none;
}
@media screen and (min-width: 546px) {
  .voice_block_archive .inner_voice li {
    padding-top: 250px;
  }
}
@media screen and (min-width: 768px) {
  .voice_block_archive .inner_voice li {
    padding-top: 22vw;
    width: calc(50% - 15px);
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  .voice_block_archive .inner_voice li {
    padding-top: 250px;
    width: calc(50% - 23px);
  }
}
.voice_block_archive .inner_voice li picture {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.voice_block_archive .inner_voice li picture img {
  max-width: 546px;
  width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .voice_block_archive .inner_voice li picture img {
    width: 100%;
  }
}
.voice_block_archive .inner_voice li .text_block {
  position: relative;
  z-index: 10;
  padding: 30px;
  width: calc(100% - 40px);
  background: #fff;
}
@media screen and (min-width: 900px) {
  .voice_block_archive .inner_voice li .text_block {
    padding: 40px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .voice_block_archive .inner_voice li .text_block {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 768px) {
  .home .blog_block .inner_blog ul {
    margin-bottom: 50px;
  }
}

.plan_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .plan_block {
    margin-bottom: 250px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .plan_block {
    width: calc(100% - 40px);
  }
}
.plan_block .link_type01 a {
  width: 360px;
}
.plan_block h4 {
  font-size: 1.5rem;
  font-weight: 500;
  background: #d9cfa7;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .plan_block h4 {
    font-size: 1.6rem;
    height: 50px;
  }
}
.plan_block .inner_text {
  margin-bottom: 80px;
  width: 100%;
  max-width: 942px;
}
.plan_block h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .plan_block h3 {
    margin-bottom: 70px;
  }
}
.plan_block h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  top: 18px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.plan_block h3 span {
  background: #fff;
  display: inline-block;
  padding: 6px 14px;
  min-width: 195px;
}
@media screen and (min-width: 768px) {
  .plan_block h3 span {
    padding: 6px 44px;
    min-width: 240px;
  }
}
.plan_block .inner_plan {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .plan_block .inner_plan {
    margin-bottom: 100px;
  }
}
.plan_block .inner_plan + .link_type01 a {
  width: 360px;
}
.plan_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 860px) {
  .plan_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 130px;
  }
}
.plan_block ul li {
  width: 100%;
  border-radius: 5px;
  border: solid 2px #d9cfa7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 860px) {
  .plan_block ul li {
    width: 32%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .plan_block ul li {
    width: 300px;
  }
}
.plan_block ul li .recommend {
  position: absolute;
  width: 77px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 77px;
  font-size: 1.4rem;
  font-weight: 500;
  right: 10px;
  top: -10px;
  line-height: 2.1rem;
  z-index: 2;
  background: #f9ff48;
}
@media screen and (min-width: 768px) {
  .plan_block ul li .recommend {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    font-size: 1.5rem;
    right: -20px;
    top: -20px;
  }
}
.plan_block ul li .inner_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
}
@media screen and (min-width: 860px) {
  .plan_block ul li .inner_content {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1140px) {
  .plan_block ul li .inner_content {
    padding: 20px 30px;
  }
}
.plan_block ul li .price {
  text-align: center;
  color: #ff5151;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan_block ul li .price {
    font-size: 3rem;
  }
}
.plan_block ul li .price small {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 2px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan_block ul li .price small {
    font-size: 2rem;
  }
}
.plan_block ul li .deadline {
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 1.3rem;
  text-align: center;
  height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.plan_block ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 8px 0;
  border-bottom: solid 1px #e3e3e3;
}
@media screen and (min-width: 1140px) {
  .plan_block ul li dl {
    white-space: nowrap;
  }
}
.plan_block ul li dl:last-of-type {
  border-bottom: solid 0 #e3e3e3;
}
.plan_block ul li dl dt {
  min-width: 70px;
}
.plan_block ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.plan_block ul li dl dd::before {
  content: "：";
}
.plan_block ul .center {
  width: 100%;
  border-radius: 5px;
  border: solid 2px #E48FA7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 860px) {
  .plan_block ul .center {
    width: 32%;
  }
}
@media screen and (min-width: 1140px) {
  .plan_block ul .center {
    width: 460px;
  }
}
.plan_block ul .center h4 {
  background: #E48FA7;
}
.plan_block ul .center .inner_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .plan_block ul .center .inner_content {
    padding: 30px 30px 60px;
  }
}
.plan_block ul .light {
  border: solid 2px #b1a268;
}
.plan_block ul .light h4 {
  background: #b1a268;
}
@media screen and (min-width: 768px) {
  .plan_block .justify-center .inner_content {
    padding: 30px !important;
  }
}

.faq_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .faq_tab ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.faq_tab ul li {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.faq_tab ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .faq_tab ul li {
    width: 31%;
    height: 50px;
    max-width: 312px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.faq_tab ul li a,
.faq_tab ul li button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #E48FA7;
  border-radius: 5px;
  background: #fff;
  color: #E48FA7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 880px) {
  .faq_tab ul li a,
  .faq_tab ul li button {
    font-size: 1.6rem;
  }
}
.faq_tab ul li a.active,
.faq_tab ul li button.active {
  background: #E48FA7;
  color: #fff;
}

.faq_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .faq_block {
    margin-bottom: 200px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .faq_block {
    width: calc(100% - 40px);
  }
}
.faq_block .inner_faq {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .faq_block .inner_faq {
    margin-bottom: 100px;
  }
}
.faq_block .inner_faq h2 {
  margin-bottom: 50px;
}
.faq_block dl {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq_block dl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.faq_block dl dt {
  background: #F4F1F1;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq_block dl dt {
    padding: 20px;
  }
}
.faq_block dl dt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_block dl dt span {
  font-size: 1.9rem;
  width: 40px;
  display: block;
  color: #E48FA7;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .faq_block dl dt span {
    font-size: 2rem;
    width: 46px;
  }
}
.faq_block dl dt::after {
  background: url("../images/top/circle-plus.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .faq_block dl dt::after {
    right: 30px;
  }
}
.faq_block dl dt.active::after {
  background: url("../images/top/circle-minus.svg") no-repeat;
  background-size: contain;
}
.faq_block dl dd {
  border-radius: 5px;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq_block dl dd {
    padding: 20px;
  }
}
.faq_block dl dd p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .faq_block dl dd p {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.faq_block dl dd span {
  font-size: 1.9rem;
  width: 40px;
  display: block;
  color: #E48FA7;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .faq_block dl dd span {
    font-size: 2rem;
    width: 46px;
  }
}

.column_block {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .column_block {
    margin-bottom: 250px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .column_block {
    width: calc(100% - 40px);
  }
}
.column_block .inner_column {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .column_block .inner_column {
    margin-bottom: 200px;
  }
}
.column_block .inner_column h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .column_block .inner_column h2 {
    margin-bottom: 22px;
  }
}
.column_block .column_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  color: #E48FA7;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .column_block .column_link {
    margin-top: 30px;
  }
}
.column_block .column_link i {
  padding-left: 8px;
  font-size: 2rem;
  font-weight: 400;
  color: #E48FA7;
}

.about_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .about_block {
    margin-bottom: 250px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .about_block {
    width: calc(100% - 40px);
  }
}
.about_block .inner_about h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about_block .inner_about h2 {
    margin-bottom: 60px;
  }
}
.about_block .about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto;
  max-width: 543px;
}
.about_block .about_list dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 11px 0;
  border-bottom: solid 1px #e2e2e2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_block .about_list dl {
    font-size: 1.5rem;
  }
}
.about_block .about_list dl::before {
  content: "";
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background: #E48FA7;
  position: absolute;
  z-index: 2;
}
.about_block .about_list dl dt {
  width: 40vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about_block .about_list dl dt {
    width: 140px;
  }
}
.about_block .about_list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 60vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about_block .about_list dl dd {
    width: calc(100% - 140px);
  }
}

.link_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.link_type01 a {
  color: #fff;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 60px;
  max-width: 360px;
  border-radius: 5px;
  background: #E48FA7;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .link_type01 a {
    width: 380px;
    height: 70px;
  }
}
.link_type01 a:after {
  content: "";
  background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
  background-size: cover;
  z-index: 2;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .link_type02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
.link_type02 a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 290px;
  height: 60px;
  border-radius: 60px;
  background: none;
  letter-spacing: 0.1rem;
  border: solid 1px #fff;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .link_type02 a {
    width: 300px;
  }
}
.link_type02 a p {
  position: relative;
  margin: 0 !important;
}
.link_type02 a:before {
  content: "";
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.link_type02 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 15px;
  height: 9px;
}
.link_type02 a .st01 {
  fill: #fff;
}
.link_type02 a:hover {
  color: #ff8000;
}
.link_type02 a:hover .st01 {
  fill: #ff8000;
}
.link_type02 a:hover:before {
  content: "";
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.link_type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  height: 60px;
  border-radius: 60px;
  background: none;
  letter-spacing: 0.1rem;
  border: solid 1px #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: auto;
}
@media (width < 768px) {
  .link_type03 {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .link_type03 {
    width: 300px;
  }
}
.link_type03 svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 15px;
  height: 9px;
}
.link_type03 .st01 {
  fill: #fff;
}
.link_type03:hover {
  background: #fff;
  color: #E48FA7;
}
.link_type03:hover .st01 {
  fill: #E48FA7;
}
.link_type03.pink:hover {
  color: #E48FA7;
}
.link_type03.pink:hover .st01 {
  fill: #E48FA7;
}

.courses_block {
  margin-bottom: 190px;
}

.courses_inner {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .courses_inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .courses_inner {
    padding: 0;
  }
}
.courses_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .courses_inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: calc(100% - 50px);
  }
}
.courses_inner ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.courses_inner ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .courses_inner ul li {
    width: 31%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1160px) {
  .courses_inner ul li {
    width: auto;
  }
}
.courses_inner ul li img {
  width: 100%;
  max-width: 184px;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .courses_inner ul li img {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1160px) {
  .courses_inner ul li img {
    width: 317px;
    max-width: 317px;
  }
}
.courses_inner ul li h3 {
  text-align: center;
  font-size: 1.7rem;
  font-family: "YuMincho", "Yu Mincho", sans-serif;
  line-height: 3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .courses_inner ul li h3 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
}
.courses_inner ul li h3 small {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .courses_inner ul li h3 small {
    font-size: 2rem;
  }
}
.courses_inner ul li p {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .courses_inner ul li p {
    font-size: 1.5rem;
  }
}
.courses_inner .more {
  text-align: center;
}

.more {
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .more {
    font-size: 2rem;
  }
}

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.banner_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner_block {
    margin-bottom: 220px;
  }
}
.banner_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .banner_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner_block ul li {
  margin-bottom: 30px;
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner_block ul li {
    width: 49%;
    max-width: 546px;
  }
}
.banner_block ul li a {
  border-radius: 10px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 105px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .banner_block ul li a {
    height: 160px;
  }
}
.banner_block ul li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .banner_block ul li a div {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .banner_block ul li a div {
    padding-left: 45px;
  }
}
.banner_block ul li a div figure {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media screen and (min-width: 768px) {
  .banner_block ul li a div figure {
    bottom: 30px;
    right: 30px;
  }
}
.banner_block ul li a div p:first-of-type {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .banner_block ul li a div p:first-of-type {
    font-size: 2rem;
  }
}
.banner_block ul li a div p:last-of-type {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #E48FA7;
}
@media screen and (min-width: 768px) {
  .banner_block ul li a div p:last-of-type {
    font-size: 1.5rem;
  }
}
.banner_block ul li picture {
  height: 100%;
  width: 40%;
  display: block;
}
@media screen and (min-width: 768px) {
  .banner_block ul li picture {
    width: 50%;
  }
}
.banner_block ul li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.wrapper {
  background: #f9f9f9;
  padding: 50px 0 150px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 100px 0 300px;
  }
}

/* ------------------------------------------------
お客様の声ページ
------------------------------------------------ */
.bg01 {
  background: #f8f8f8;
  padding: 100px 0 150px;
}

.staff_block {
  width: calc(100% - 60px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .staff_block {
    margin-bottom: 250px;
  }
}
.staff_block .staff_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .staff_block .staff_inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.staff_block .staff_inner ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff_block .staff_inner ul li {
    width: 33.333%;
  }
}
.staff_block .staff_inner ul li img {
  width: 100%;
  height: auto;
}
.staff_block .staff_inner ul li p:first-of-type {
  text-align: center;
  color: #E48FA7;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.staff_block .staff_inner ul li p:last-of-type {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.modal-block {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .modal-block {
    padding: 240px 0 150px;
  }
}
.modal-block .our_story {
  width: calc(100% - 60px);
  min-height: 100dvh;
  position: relative;
  margin: 0 auto 150px;
  background: #fff;
  padding: 50px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story {
    padding: 100px 100px 70px;
    width: calc(100% - 260px);
    max-width: 1140px;
    margin: 0 auto 350px;
  }
}
.modal-block .our_story p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story p {
    margin-bottom: 40px;
    line-height: 3.5rem;
  }
}
.modal-block .our_story h3 {
  font-size: 3.5rem;
  line-height: 5rem;
  font-family: "Bellefair", serif;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #E48FA7;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story h3 {
    font-size: 6rem;
    line-height: 8rem;
    margin-bottom: 20px;
  }
}
.modal-block .our_story .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story .close {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-block .our_story .close span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: solid 1px #E48FA7;
  color: #E48FA7;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story .close span {
    width: 260px;
    height: 60px;
    border-radius: 60px;
  }
}
.modal-block .our_story .close span:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #E48FA7;
  color: #fff;
  opacity: 1;
}
.modal-block .our_story .close span:hover::after {
  background: url("../images/about-us/close-line_w.svg") no-repeat;
  top: 0;
  bottom: 0;
  right: 30px;
}
.modal-block .our_story .close span::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  background: url("../images/about-us/close-line.svg") no-repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  margin: auto;
}
.modal-block .our_story > span {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #000;
}
@media screen and (min-width: 768px) {
  .modal-block .our_story > span {
    right: -40px;
  }
}
.modal-block .our_story > span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/about-us/batu.svg") no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  background-size: cover;
}

.works_page_block {
  background: #F4F1F1;
  padding: 70px 0 0;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .works_page_block {
    margin-bottom: 150px;
    padding: 100px 0 60px;
  }
}
.works_page_block h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.works_page_block .inner_works {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .works_page_block .inner_works {
    width: calc(100% - 60px);
  }
}
.works_page_block .inner_works .title_type01 + p {
  max-width: 942px;
  width: 100%;
  margin-bottom: 50px;
}
.works_page_block .inner_works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .works_page_block .inner_works ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.works_page_block .inner_works ul li {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li {
    width: 48%;
    margin-bottom: 55px;
  }
  .works_page_block .inner_works ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .works_page_block .inner_works ul li {
    width: 31.5%;
    max-width: 348px;
    margin-right: 2.75%;
    margin-bottom: 78px;
  }
  .works_page_block .inner_works ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .works_page_block .inner_works ul li {
    width: 348px;
    margin-right: 48px;
  }
}
.works_page_block .inner_works ul li a {
  display: block;
}
.works_page_block .inner_works ul li .inner_content {
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li .inner_content {
    padding-top: 20px;
  }
}
.works_page_block .inner_works ul li .inner_content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.works_page_block .inner_works ul li .inner_content .icon figure {
  margin-right: 30px;
}
.works_page_block .inner_works ul li .inner_content .icon figure img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li .inner_content .icon figure img {
    width: 80px;
  }
}
.works_page_block .inner_works ul li .category {
  border: solid 1px #E48FA7;
  border-radius: 3px;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 14px;
  font-size: 1.2rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  color: #E48FA7;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li .category {
    margin-bottom: 12px;
    min-width: 114px;
  }
}
.works_page_block .inner_works ul li .company_name {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-right: 40px;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li .company_name {
    font-size: 1.6rem;
    padding-right: 31px;
  }
}
.works_page_block .inner_works ul li .company_name::after {
  content: "";
  position: absolute;
  background: url("../images/common/arrow-right-circle_b.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li .company_name::after {
    top: 6px;
  }
}
.works_page_block .inner_works ul li picture img {
  width: 100%;
  height: auto;
}
.works_page_block .inner_works ul li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .works_page_block .inner_works ul li h3 {
    font-size: 1.6rem;
  }
}
.works_page_block .inner_works ul li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works_page_block .inner_works ul li .tag p {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #a1a1a1;
  line-height: 1.6;
}

.works_detail_block {
  position: relative;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .works_detail_block {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1000px) {
  .works_detail_block {
    padding-top: 180px;
    width: 942px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 250px;
  }
}
.works_detail_block .works_main {
  margin-bottom: 40px;
}
.works_detail_block .works_main img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 942px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner {
    margin-bottom: 150px;
  }
}
.works_detail_block .works_inner .tag_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.works_detail_block .works_inner .tag_block .date {
  margin-right: 20px;
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .tag_block .date {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.works_detail_block .works_inner .tag_block .tag {
  font-size: 1.2rem;
  color: #E48FA7;
  min-width: 80px;
  height: 26px;
  border-radius: 3px;
  border: solid 1px #E48FA7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  padding: 0 15px;
}
.works_detail_block .works_inner .tab_list {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .works_detail_block .works_inner .tab_list {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .tab_list {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
}
.works_detail_block .works_inner .tab_list a {
  color: #a1a1a1;
  font-size: 1.2rem;
  display: block;
  margin-right: 20px;
}
.works_detail_block .works_inner h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner h1 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.works_detail_block .works_inner h2 {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 30px;
  color: #2c2f2f;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner h2 {
    font-size: 2rem;
  }
}
.works_detail_block .works_inner .works_img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 942px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works_detail_block .works_inner .works_img ul.pc_img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_img ul.pc_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 150px;
  }
}
.works_detail_block .works_inner .works_img ul.pc_img li {
  width: 100%;
  max-width: 450px;
}
.works_detail_block .works_inner .works_img ul.pc_img li:first-of-type {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_img ul.pc_img li {
    width: 48%;
  }
  .works_detail_block .works_inner .works_img ul.pc_img li:first-of-type {
    margin-bottom: 0;
  }
  .works_detail_block .works_inner .works_img ul.pc_img li:last-of-type {
    margin-top: 119px;
  }
}
.works_detail_block .works_inner .works_img ul.pc_img img {
  max-width: 100% !important;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.works_detail_block .works_inner .works_img ul.sp_img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 100px;
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_img ul.sp_img {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 150px;
  }
}
.works_detail_block .works_inner .works_img ul.sp_img li {
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0, 0, 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0, 0, 50px rgba(0, 0, 0, 0.05);
}
.works_detail_block .works_inner .works_img ul.sp_img li:first-of-type {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_img ul.sp_img li {
    width: 48%;
  }
  .works_detail_block .works_inner .works_img ul.sp_img li:first-of-type {
    margin-bottom: 0;
  }
}
.works_detail_block .works_inner .works_img img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner .print_img {
  max-width: 942px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.works_detail_block .works_inner .print_img h2 {
  max-width: 878px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.works_detail_block .works_inner .print_img ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 50px;
  max-width: 878px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .print_img ul {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.works_detail_block .works_inner .print_img ul li {
  width: 100%;
  max-width: 300px;
  -webkit-box-shadow: 0, 0, 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0, 0, 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .print_img ul li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .works_detail_block .works_inner .print_img ul li:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 920px) {
  .works_detail_block .works_inner .print_img ul li {
    width: 30%;
  }
}
.works_detail_block .works_inner .print_img ul li p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.works_detail_block .works_inner .print_img ul li img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner .print_img > p {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .print_img > p {
    margin-bottom: 100px;
    margin-left: 32px;
  }
}
.works_detail_block .works_inner .link_type01.left a::after {
  left: 20px;
  right: initial;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.works_detail_block .works_inner .works_table {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_table {
    margin-bottom: 150px;
  }
}
.works_detail_block .works_inner .works_table dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0;
  border-bottom: solid 1px #e2e2e2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_table dl {
    font-size: 1.5rem;
  }
}
.works_detail_block .works_inner .works_table dl::before {
  content: "";
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background: #E48FA7;
  position: absolute;
  z-index: 2;
}
.works_detail_block .works_inner .works_table dl dt {
  width: 26vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_table dl dt {
    width: 190px;
  }
}
.works_detail_block .works_inner .works_table dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 64vw;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .works_detail_block .works_inner .works_table dl dd {
    width: calc(100% - 190px);
  }
}
.works_detail_block .works_inner .works_table dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works_detail_block .works_inner .works_table dl dd a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

/* -------------------------------------------------------------------------------
PRIVACY POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 40px);
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #1c1c1c;
}
.privacy_block .read_text {
  margin-bottom: 40px;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .privacy_block .read_text {
    margin-bottom: 70px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .privacy_block .read_text {
    width: calc(100% - 40px);
  }
}
.privacy_block h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.privacy_block p {
  font-size: 1.4rem;
}
.privacy_block .box {
  border: solid 1px #2c2f2f;
  width: 100%;
  max-width: 446px;
  height: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 15px 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .privacy_block .box {
    margin-bottom: 60px;
  }
}
.privacy_block > ul {
  counter-reset: huga;
  margin-bottom: 50px;
}
.privacy_block > ul > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy_block > ul > li {
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
}
.privacy_block > ul > li::before {
  counter-increment: huga;
  content: " " counter(huga) " ";
  position: absolute;
  left: 0;
}
.privacy_block ul.type02 {
  margin-bottom: 50px;
}
.privacy_block ul.type02 li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy_block ul.type02 li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-left: 2.5rem;
  }
}
.privacy_block ul.type02 li span {
  width: 2rem;
  display: block;
}
.privacy_block ul.type02 li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -------------------------------------------------------------------------------
404ページ
---------------------------------------------------------------------------------- */
.not_found_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .not_found_block {
    width: calc(100% - 60px);
  }
}
.not_found_block h2 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .not_found_block h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.not_found_block p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.base {
  color: #E48FA7;
}

.contact_wrap.entry {
  max-width: 779px;
}

.contact_wrap {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.contact_wrap .read_text {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.contact_wrap .read_text p {
  max-width: 744px;
}
@media screen and (min-width: 800px) {
  .contact_wrap .read_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.contact_wrap .read_text p a {
  text-decoration: underline;
}
.contact_wrap .read_text p a:hover {
  text-decoration: none;
}

.contact_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #F4F1F1;
  padding: 50px 20px 100px;
}
@media screen and (min-width: 800px) {
  .contact_form {
    padding: 100px 20px 150px;
  }
}

.black {
  color: #000 !important;
}

.gray {
  color: #9b9b9b !important;
}

.required_text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 850px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.3rem;
}
.required_text .base {
  color: #E48FA7;
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 850px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 50px;
  }
}
.contact_table caption {
  color: #E48FA7;
  margin-bottom: 20px;
}
.contact_table tbody {
  position: relative;
}
.contact_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 800px) {
  .contact_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.contact_table tr:last-of-type {
  margin-bottom: 0;
}
.contact_table tr.check_list {
  margin-bottom: 10px;
}
.contact_table tr.check_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 800px) {
  .contact_table tr.check_list td {
    margin: 15px 0 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_table tr.check_list td label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  background: none !important;
  margin-bottom: 20px;
  height: auto;
}
.contact_table tr.check_list td label input {
  display: block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.contact_table tr.check_list td p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table tr.radio_list {
  margin-bottom: 10px;
}
.contact_table tr.radio_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td {
    padding-left: 20px;
    margin: 15px 0 0;
  }
}
.contact_table tr.radio_list td label {
  position: relative;
  cursor: pointer;
  background: none !important;
  width: 100% !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 560px) {
  .contact_table tr.radio_list td label {
    width: 45% !important;
  }
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td label {
    width: auto !important;
    margin-right: 20px;
  }
}
.contact_table tr.radio_list td label .space {
  display: inline-block;
  padding: 0 12px;
}
.contact_table tr.radio_list td label input {
  margin-right: 8px;
}
.contact_table tr.radio_list td label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table th {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2c2f2f;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
}
@media screen and (min-width: 800px) {
  .contact_table th {
    width: 130px;
    margin-bottom: 0;
    padding-top: 14px;
    padding-right: 15px;
    white-space: nowrap;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.5rem;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #E48FA7;
}
.contact_table td {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 800px) {
  .contact_table td {
    width: calc(100% - 147px);
  }
}
@media screen and (min-width: 1200px) {
  .contact_table td {
    width: 100%;
  }
}
.contact_table td small {
  position: absolute;
  left: 0;
  top: 25px;
  color: #9b9b9b;
  font-size: 1.1rem;
}
.contact_table td input::-webkit-input-placeholder, .contact_table td textarea::-webkit-input-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}
.contact_table td input::-moz-placeholder, .contact_table td textarea::-moz-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}
.contact_table td input:-ms-input-placeholder, .contact_table td textarea:-ms-input-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}
.contact_table td input::-ms-input-placeholder, .contact_table td textarea::-ms-input-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}
.contact_table td input::placeholder,
.contact_table td textarea::placeholder {
  color: #d1d1d1;
  font-weight: 400;
}
.contact_table td input[type=text],
.contact_table td input[type=tel],
.contact_table td input[type=email] {
  width: 100%;
  padding: 5px 20px;
  height: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td input[type=file] {
  padding: 0 20px 0 0;
  height: 50px;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td .wpcf7-form-control-wrap:has(input[type=date]) {
  width: 100% !important;
  height: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.contact_table td .wpcf7-form-control-wrap:has(input[type=date]) input[type=date] {
  color: #000;
  height: 50px;
  width: 100%;
  padding: 5px 20px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td select {
  width: 100%;
  padding: 5px 15px;
  height: 50px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff !important;
  border-radius: 5px;
  color: #2c2f2f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td option {
  padding: 5px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table td .select-wrap {
  position: relative;
  width: 100%;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  width: 11px;
  height: 6px;
  background-size: contain;
}
.contact_table td p {
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .contact_table td p {
    margin-top: 20px;
  }
}
.contact_table td select::-ms-expand {
  display: none;
}
.contact_table td textarea {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  height: 200px;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 240px;
    padding: 20px;
  }
}
.contact_table td label {
  display: block;
}
.contact_table td .wpcf7-checkbox,
.contact_table td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
.contact_table td .wpcf7-checkbox .wpcf7-list-item,
.contact_table td .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}
.contact_table td .wpcf7-checkbox label,
.contact_table td .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 !important;
}
.contact_table td input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 2px;
  background: #fff;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_table td input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 1px solid #E48FA7;
  border-bottom: 1px solid #E48FA7;
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
  content: "";
}
.contact_table td input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_table td input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #707070;
  content: "";
}
.contact_table td .js-check-limit {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.contact_bottom_text {
  font-size: 1.3rem;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .contact_bottom_text {
    font-size: 1.4rem;
  }
}
.contact_bottom_text p {
  margin-bottom: 0;
  text-align: center;
}
.contact_bottom_text p a {
  text-decoration: underline;
}
.contact_bottom_text p a:hover {
  text-decoration: none;
}
.contact_bottom_text label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.contact_bottom_text input {
  position: relative;
  top: 2px;
}

.contact_submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_submit div {
  width: 320px;
  height: 60px;
  position: relative;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2c2f2f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .contact_submit div {
    width: 380px;
    height: 70px;
  }
}
.contact_submit div:after {
  content: "";
  background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
  background-size: cover;
  z-index: 2;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact_submit div:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit input[type=submit] {
  width: 320px;
  height: 60px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  border: solid 0 #2c2f2f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
  background: #2c2f2f;
  color: #fff;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  transition: all 0.2s;
}
@media screen and (min-width: 800px) {
  .contact_submit input[type=submit] {
    width: 380px;
    height: 70px;
  }
}
.contact_submit input[type=submit]:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* contact form 7 cl*/
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#sec01,
#sec02,
#sec03,
#sec04 {
  margin-top: -20px;
  padding-top: 20px;
}

.wpcf7-response-output {
  text-align: center !important;
  border: none !important;
}

/* reCAPCHA */
.recapcha-block {
  margin-top: 20px;
}
.recapcha-block p {
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}
.recapcha-block a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .recapcha-block br {
    display: none;
  }
}

.underline {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------------
無料相談・お申込み
---------------------------------------------------------------------------------- */
.banner-line {
  display: block;
  margin: 20px auto 70px;
  max-width: 538px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .banner-line {
    margin: 0 auto 95px;
  }
}
.banner-line img {
  width: 100%;
  height: auto;
}

.application_table tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.application_table th {
  margin-bottom: 19px;
  width: auto;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* ------------------------------------------------
お知らせページ
------------------------------------------------ */
.news_detail {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .news_detail {
    margin-top: 150px;
  }
}

.border_line {
  border-top: solid 1px #e3e3e3;
  width: 100%;
}

.news_wrapper {
  width: calc(100% - 40px);
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
.news_wrapper > ul {
  width: 100%;
  max-width: 942px;
}
.news_wrapper > ul > li:last-of-type a {
  border-bottom: solid 1px #e6e6e6;
}
.news_wrapper > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 14px 30px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .news_wrapper > ul > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 23px 60px 24px 0;
  }
}
.news_wrapper > ul > li > a::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_wrapper > ul > li > a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .news_wrapper > ul > li > a div {
    display: contents;
    margin-bottom: 0;
  }
}
.news_wrapper > ul > li > a .date {
  margin-right: 20px;
  color: #7e7e7e;
  font-family: "Public Sans", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .news_wrapper > ul > li > a .date {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.news_wrapper > ul > li > a .tag {
  font-size: 1.2rem;
  color: #E48FA7;
  min-width: 80px;
  height: 26px;
  border-radius: 3px;
  border: solid 1px #E48FA7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.cat_tag {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cat_tag {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .cat_tag {
    width: calc(100% - 60px);
  }
}
.cat_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .cat_tag ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.cat_tag ul li {
  width: auto;
}
@media screen and (min-width: 768px) {
  .cat_tag ul li {
    width: auto;
  }
}
.cat_tag ul li a {
  color: #a1a1a1;
  font-size: 1.2rem;
  text-decoration: underline;
}
.cat_tag ul li a:hover {
  text-decoration: none;
}

.cat_tab {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .cat_tab {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .cat_tab {
    margin-bottom: 0;
  }
}
.cat_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .cat_tab ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cat_tab ul li {
  width: 48%;
  height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cat_tab ul li {
    width: 31%;
    height: 40px;
    max-width: 200px;
    margin-right: 20px;
  }
  .cat_tab ul li:last-of-type {
    margin-bottom: 0;
  }
}
.cat_tab ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #E48FA7;
  border-radius: 5px;
  color: #E48FA7;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 880px) {
  .cat_tab ul li a {
    font-size: 1.5rem;
  }
}
.cat_tab ul li a.active, .cat_tab ul li a:hover {
  background: #E48FA7;
  color: #fff;
}

.news_detail_block {
  position: relative;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 90px;
}
@media screen and (min-width: 1000px) {
  .news_detail_block {
    padding-top: 180px;
    width: 942px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 100px;
  }
}
.news_detail_block .news_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 942px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner {
    margin-bottom: 50px;
  }
}
.news_detail_block .news_inner .tag_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_detail_block .news_inner .tag_block .date {
  margin-right: 20px;
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner .tag_block .date {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.news_detail_block .news_inner .tag_block .tag {
  font-size: 1.2rem;
  color: #E48FA7;
  min-width: 80px;
  height: 26px;
  border-radius: 3px;
  border: solid 1px #E48FA7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  padding: 0 15px;
}
.news_detail_block .news_inner .tab_list {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news_detail_block .news_inner .tab_list {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner .tab_list {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
}
.news_detail_block .news_inner .tab_list a {
  color: #a1a1a1;
  font-size: 1.2rem;
  text-decoration: underline;
  display: block;
  margin-right: 20px;
}
.news_detail_block .news_inner h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner h1 {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
}
.news_detail_block .news_inner h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  color: #2c2f2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  margin-top: 40px;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner h2 {
    font-size: 1.8rem;
  }
}
.news_detail_block .news_inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 25px;
  background: #E48FA7;
}
.news_detail_block .news_inner h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  color: #2c2f2f;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner h3 {
    font-size: 1.8rem;
  }
}
.news_detail_block .news_inner blockquote {
  font-weight: 400;
  font-style: italic;
  margin: 0;
  font-size: 1.4rem;
}
.news_detail_block .news_inner table {
  width: 100%;
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  margin-bottom: 40px;
}
.news_detail_block .news_inner table tr {
  border-bottom: solid 1px #b8b8b8;
}
.news_detail_block .news_inner table tr:first-of-type td {
  background: #F4F1F1;
}
.news_detail_block .news_inner table th {
  background: #F4F1F1;
  border-right: solid 1px #b8b8b8;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .news_inner table td {
  border-right: solid 1px #b8b8b8;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.news_detail_block .news_inner table td:first-child {
  background: #F4F1F1;
}
.news_detail_block .news_inner ol {
  counter-reset: listnum;
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  font-size: 1.4rem;
}
.news_detail_block .news_inner ol li {
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .news_inner ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 4px;
}
.news_detail_block .news_inner ul {
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  font-size: 1.4rem;
}
.news_detail_block .news_inner ul li {
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .news_inner ul li::before {
  content: "■ ";
  color: #2c2f2f;
  padding-right: 4px;
}
.news_detail_block .news_inner ul li.rtoc-item {
  text-indent: -0.2rem;
}
.news_detail_block .news_inner ul li.rtoc-item::before {
  content: "";
  color: #2c2f2f;
  padding-right: 0;
}
.news_detail_block .news_inner .inner_content p {
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 2.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news_detail_block .news_inner .inner_content p {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}
.news_detail_block .news_inner .inner_content a {
  color: #E48FA7;
  text-decoration: underline;
}
.news_detail_block .news_inner .inner_content img {
  margin-bottom: 50px;
  margin-right: 10px;
  width: 100%;
  max-width: 942px;
  height: auto;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic;
  font-size: 1.4rem;
}

.underline {
  text-decoration: underline;
  font-size: 1.4rem;
}

.strike_through {
  font-size: 1.4rem;
  display: inline-block;
}

.brown {
  color: #E48FA7;
  font-weight: 500;
  text-decoration: underline;
}
.brown:hover {
  text-decoration: none;
}

.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .news_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.news_link .link_type01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_link .link_type01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news_link .link_type01 a {
  font-size: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 360px;
  width: 100%;
}
.news_link .link_type01 a::after {
  position: absolute;
  left: 20px;
  right: initial;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  z-index: 2;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.news_link .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .news_link .wrap {
    display: contents;
    padding: 0;
  }
}
.news_link .inner a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E48FA7;
  font-size: 1.3rem;
  font-weight: 500;
}
.news_link .inner a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .news_link .inner.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 60px;
  }
}
.news_link .inner.left figure {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .news_link .inner.right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 60px;
  }
}

.page_nav {
  width: calc(100% - 20px);
  margin: 100px auto 150px;
}
@media screen and (min-width: 768px) {
  .page_nav {
    margin: 100px auto 250px;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_nav ul li {
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .page_nav ul li {
    margin: 0 8px;
  }
}
.page_nav ul li:first-child a {
  background: #E48FA7;
  color: #fff;
}
.page_nav ul li:first-child a::before {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.page_nav ul li:last-child a {
  background: #E48FA7;
  color: #fff;
}
.page_nav ul li:last-child a::before {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.page_nav ul li a {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  width: 40px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: solid 1px #E48FA7;
  color: #E48FA7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_nav ul li a {
    font-size: 1.8rem;
  }
}
.page_nav ul li a:hover {
  background: #2c2f2f;
  color: #fff;
  border: none;
  opacity: 1;
  border: solid 1px #2c2f2f;
}
.page_nav ul li .active {
  color: #fff;
  background: #2c2f2f;
  pointer-events: none;
  border: solid 1px #2c2f2f;
}
.page_nav ul li .active:hover {
  opacity: 1;
  pointer-events: none;
}
.page_nav ul .active a {
  background: #2c2f2f;
  color: #fff;
  pointer-events: none;
  border: solid 1px #2c2f2f;
}
.page_nav ul .active a:hover {
  opacity: 1;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 20px);
  margin: 0 auto 150px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 0 auto 250px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 4px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  width: 40px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: solid 1px #E48FA7;
  color: #E48FA7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 8px;
    font-size: 1.8rem;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #2c2f2f;
  color: #fff;
  border: none;
  opacity: 1;
  border: solid 1px #2c2f2f;
}
.wp-pagenavi .current {
  color: #fff;
  background: #2c2f2f;
  pointer-events: none;
  border: solid 1px #2c2f2f;
}
.wp-pagenavi .current:hover {
  opacity: 1;
  pointer-events: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #E48FA7;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-pagenavi .previouspostslink::after {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.wp-pagenavi .nextpostslink::after {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

iframe.wp-embedded-content {
  width: 100%;
  max-width: 500px;
}

/* サイド */
aside#case_side {
  position: static;
  margin-top: 60px;
}
@media screen and (min-width: 1600px) {
  aside#case_side {
    position: absolute;
    top: 20px;
    left: 105%;
    min-width: 300px;
  }
}
aside#case_side .case_side_block:not(:last-of-type) {
  margin-bottom: 30px;
}
aside#case_side .case_side_block h5 {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #E48FA7;
  overflow: hidden;
}
aside#case_side .case_side_block h5 span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
aside#case_side .case_side_block h5::before, aside#case_side .case_side_block h5::after {
  content: "";
  position: absolute;
  top: 55%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 1px;
  border-top: 1px solid #E48FA7;
}
aside#case_side .case_side_block h5::before {
  left: 0;
}
aside#case_side .case_side_block h5::after {
  right: 0;
}
aside#case_side .case_side_block ul,
aside#case_side .case_side_block ul li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  font-size: 1.4rem;
  width: auto;
  height: auto;
}
aside#case_side .case_side_block ul::before,
aside#case_side .case_side_block ul li::before {
  content: none;
}
aside#case_side .case_side_cat-list ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
aside#case_side .case_side_cat-list ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
aside#case_side .case_side_cat-list ul li a::before {
  content: "\f134";
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  width: 20px;
}
aside#case_side .case_side_tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
aside#case_side .case_side_tag-list ul li a {
  font-size: 1.2rem;
  color: #A1A1A1;
  text-decoration: underline;
}

/* ------------------------------------------------
ホームページ制作／運用ページ
------------------------------------------------ */
.production-operation-block01 {
  background: #E48FA7;
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .production-operation-block01 {
    height: 538px;
    margin-bottom: 200px;
  }
}
.production-operation-block01 .inner_text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .production-operation-block01 .inner_text {
    padding: 40px 0;
    width: 100%;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .production-operation-block01 .inner_text {
    width: calc(100% - 40px);
  }
}
.production-operation-block01 .inner_text h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 3.5rem;
}
@media screen and (min-width: 1200px) {
  .production-operation-block01 .inner_text h3 {
    max-width: 43vw;
    font-size: 2.5rem;
    line-height: 5rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .production-operation-block01 .inner_text h3 {
    max-width: 602px;
  }
}
@media screen and (min-width: 768px) {
  .production-operation-block01 .inner_text p {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .production-operation-block01 .inner_text p {
    max-width: 43vw;
  }
}
@media screen and (min-width: 1400px) {
  .production-operation-block01 .inner_text p {
    max-width: 602px;
  }
}
.production-operation-block01 picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .production-operation-block01 picture {
    height: 538px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38.42vw;
  }
}
.production-operation-block01 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}

.production-operation-block02 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .production-operation-block02 {
    margin-bottom: 160px;
  }
}
.production-operation-block02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1080px) {
  .production-operation-block02 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.production-operation-block02 ul li {
  width: 100%;
  border: solid 2px #E48FA7;
  min-height: 117px;
  border-radius: 10px;
  background: #fff;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .production-operation-block02 ul li {
    padding: 20px 30px;
    width: 48%;
    min-height: 150px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .production-operation-block02 ul li {
    width: 32%;
    margin-right: 2%;
    max-width: 350px;
  }
  .production-operation-block02 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .production-operation-block02 ul li {
    margin-right: 45px;
  }
}
.production-operation-block02 ul li h3 {
  color: #E48FA7;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.production-operation-block02 ul li h3::after {
  background: url("../images/production-operation/check.svg") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
}
.production-operation-block02 ul li p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.production-operation-block03 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 {
    margin-bottom: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.production-operation-block03 .title_type02 {
  width: 198px;
}
.production-operation-block03 .inner_flow {
  background: #f8f8f8;
  padding: 40px 20px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow {
    padding: 100px 80px 20px;
    width: calc(100% - 198px);
  }
}
.production-operation-block03 .inner_flow::after {
  content: "";
  right: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow::after {
    right: -500px;
    width: 500px;
  }
}
.production-operation-block03 .inner_flow ul li {
  position: relative;
}
.production-operation-block03 .inner_flow ul li::before {
  content: "";
  left: 29px;
  top: 58px;
  width: 2px;
  height: 100%;
  background: #E48FA7;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li::before {
    left: 35px;
    top: 70px;
  }
}
.production-operation-block03 .inner_flow ul li:last-child::before {
  content: none;
}
.production-operation-block03 .inner_flow ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl {
    margin-bottom: 50px;
  }
}
.production-operation-block03 .inner_flow ul li dl dt {
  background: #E48FA7;
  width: 59px;
  height: 59px;
  border-radius: 59px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dt {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
}
.production-operation-block03 .inner_flow ul li dl dt p + p {
  font-size: 2rem;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dt p + p {
    font-size: 2.5rem;
  }
}
.production-operation-block03 .inner_flow ul li dl dt p {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dt p {
    font-size: 1.5rem;
  }
}
.production-operation-block03 .inner_flow ul li dl dd {
  width: calc(100% - 74px);
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dd {
    width: calc(100% - 130px);
  }
}
.production-operation-block03 .inner_flow ul li dl dd h3 {
  color: #E48FA7;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: -4px;
}
.production-operation-block03 .inner_flow ul li dl dd p {
  font-size: 1.4rem;
}
.production-operation-block03 .inner_flow ul li dl dd .free_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dd .free_line {
    margin-top: 50px;
  }
}
.production-operation-block03 .inner_flow ul li dl dd .free_line span:nth-of-type(1),
.production-operation-block03 .inner_flow ul li dl dd .free_line span:nth-of-type(3) {
  word-break: break-word;
  width: calc((100% - 170px) / 2);
  height: 20px;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FF5151;
}
.production-operation-block03 .inner_flow ul li dl dd .free_line span:nth-of-type(2) {
  width: 170px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ff5151;
  background: #f8f8f8;
  padding: 5px 10px 0 9px;
  display: block;
}
@media screen and (min-width: 768px) {
  .production-operation-block03 .inner_flow ul li dl dd .free_line span:nth-of-type(2) {
    top: -9px;
    padding: 5px 20px 0 9px;
  }
}
.production-operation-block03 .inner_flow ul li dl dd .free_line img {
  display: inline-block;
  width: 50%;
}

.production-operation-link {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .production-operation-link {
    margin-bottom: 200px;
  }
}
.production-operation-link p {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .production-operation-link p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.production-operation-link .link_type01 a {
  background: #ff9306;
}

.production-operation-table {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .production-operation-table {
    margin-bottom: 200px;
  }
}
.production-operation-table table.table_plan_sp {
  width: 100%;
  table-layout: auto;
  border: solid 1px #e3e3e3;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .production-operation-table table.table_plan_sp {
    display: none;
  }
}
.production-operation-table table.table_plan_sp .head {
  background: #E48FA7;
  color: #fff;
  height: 40px;
}
.production-operation-table table.table_plan_sp tr {
  font-size: 1.4rem;
  border-top: solid 1px #e3e3e3;
}
.production-operation-table table.table_plan_sp th {
  background: #ecf9f9;
  height: 40px;
  border-right: solid 1px #e3e3e3;
  width: 32.5vw;
  font-weight: 500;
}
.production-operation-table table.table_plan_sp td {
  font-weight: 500;
  border-right: solid 1px #e3e3e3;
  width: calc(100% - 32.5vw);
}
.production-operation-table table.table_plan_sp .price {
  height: 60px;
  color: #E48FA7;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.production-operation-table table.table_plan_sp .price small {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.production-operation-table table.table_plan_pc {
  width: 100%;
  table-layout: fixed;
  border: solid 1px #e3e3e3;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .production-operation-table table.table_plan_pc {
    display: none;
  }
}
.production-operation-table table.table_plan_pc th {
  background: #E48FA7;
  color: #fff;
  height: 44px;
  border-right: solid 1px #e3e3e3;
}
.production-operation-table table.table_plan_pc .bg {
  background: #ecf9f9;
  color: #000;
  width: 240px;
  font-weight: 500;
  border-right: solid 1px #e3e3e3;
}
.production-operation-table table.table_plan_pc td {
  font-weight: 500;
  border-right: solid 1px #e3e3e3;
}
.production-operation-table table.table_plan_pc .third,
.production-operation-table table.table_plan_pc .second {
  border-top: solid 1px #e3e3e3;
  height: 60px;
}
.production-operation-table table.table_plan_pc .price {
  height: 72px;
  color: #E48FA7;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.production-operation-table table.table_plan_pc .price small {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.production-operation-table .table_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 70px;
  }
}
.production-operation-table .table_bottom h4 {
  color: #FFFFFF;
  background-color: #2C2C2F;
  padding-top: 20px;
  padding-bottom: 18px;
  text-align: center;
}
.production-operation-table .table_bottom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom dl {
    width: 100%;
    margin-bottom: 0;
    max-width: 470px;
  }
}
.production-operation-table .table_bottom dl dt {
  font-weight: 500;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ecf9f9;
  border-right: solid 1px #e3e3e3;
  width: 32.5vw;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom dl dt {
    width: 240px;
    height: 60px;
  }
}
.production-operation-table .table_bottom dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  color: #E48FA7;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: calc(100% - 32.5vw);
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom dl dd {
    width: 300px;
    font-size: 1.6rem;
    height: 60px;
  }
}
.production-operation-table .table_bottom dl dd small {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .production-operation-table .table_bottom dl dd small {
    font-size: 2rem;
  }
}
.production-operation-table .table_bottom2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom2 {
    margin-bottom: 70px;
  }
}
.production-operation-table .table_bottom2 .table_bottom2_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-top: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom2 .table_bottom2_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.production-operation-table .table_bottom2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom2 dl {
    width: 50%;
    margin-bottom: 0;
  }
}
.production-operation-table .table_bottom2 dl dt {
  font-weight: 500;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ecf9f9;
  border-right: solid 1px #e3e3e3;
  width: 32.5vw;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom2 dl dt {
    width: 324px;
    height: 60px;
  }
}
.production-operation-table .table_bottom2 dl dd {
  font-size: 2.5rem;
  font-weight: 500;
  color: #E48FA7;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: calc(100% - 32.5vw);
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .production-operation-table .table_bottom2 dl dd {
    width: 300px;
    font-size: 3rem;
    height: 60px;
    padding: 5px;
  }
}
.production-operation-table .table_bottom2 dl dd small {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .production-operation-table .table_bottom2 dl dd small {
    font-size: 2rem;
  }
}
.production-operation-table .table_bottom2 dl dd.br2 {
  display: block;
  font-size: 2.2rem;
}
.production-operation-table .table_bottom2 dl dd.br2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.production-operation-table .table_bottom2 dl dd.br2 div .br2small {
  font-size: 1.5rem;
}

/* ------------------------------------------------
料金・プランページ
------------------------------------------------ */
.plan-block01 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.plan-block01 h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.plan-block01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.plan-block01 ul li {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  background: #f6f6f6;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .plan-block01 ul li {
    width: 31%;
    font-size: 1.5rem;
    margin-right: 3%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .plan-block01 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1140px) {
  .plan-block01 ul li {
    width: 270px;
    margin-right: 20px;
  }
  .plan-block01 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.plan-block01 ul li p {
  position: relative;
  padding-left: 30px;
  line-height: 2.8rem;
}
.plan-block01 ul li p::after {
  background: url("../images/plan/check.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.plan-table-type01 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.plan-table-type01 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 h3 {
    margin-bottom: 40px;
  }
}
.plan-table-type01 h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  top: 18px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.plan-table-type01 h3 span {
  background: #fff;
  display: inline-block;
  padding: 6px 44px;
}
.plan-table-type01 .supplement {
  margin-bottom: 140px;
}
.plan-table-type01 .supplement h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.plan-table-type01 .supplement p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .supplement p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.plan-table-type01 .table-container {
  width: 100%;
  position: relative;
}
.plan-table-type01 .table-container::before {
  content: "";
  background: #fff;
  width: 180px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .table-container::before {
    width: 20%;
  }
}
.plan-table-type01 .plan-inner-table {
  overflow-x: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 40px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table {
    margin-bottom: 80px;
  }
}
.plan-table-type01 .plan-inner-table table {
  width: 900px;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table table {
    width: 1140px;
  }
}
.plan-table-type01 .plan-inner-table tr {
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(1) {
  background: #f7f7f7;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(3) {
  background: #fff8f2;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(4) {
  background: #eaf8f9;
}
.plan-table-type01 .plan-inner-table tr p {
  text-align: center;
}
.plan-table-type01 .plan-inner-table tr:first-of-type {
  border-left: solid 0 #e3e3e3;
}
.plan-table-type01 .plan-inner-table .fixed-header {
  position: sticky;
  left: 0;
}
.plan-table-type01 .plan-inner-table .fixed-header:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
}
.plan-table-type01 .plan-inner-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.2rem;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table th {
    font-size: 1.4rem;
    width: 20%;
    padding: 0 10px;
  }
}
.plan-table-type01 .plan-inner-table th.fixed-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  white-space: nowrap;
  text-align: left;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table th.fixed-header {
    width: 20%;
  }
}
.plan-table-type01 .plan-inner-table th.first.fixed-header::before {
  content: none;
  border: 0 solid #e3e3e3;
}
.plan-table-type01 .plan-inner-table th.first.fixed-header::after {
  content: "";
  background: #fff;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 66px;
  position: absolute;
  z-index: 3;
}
.plan-table-type01 .plan-inner-table td {
  width: 160px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-right: solid 1px #e3e3e3;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td {
    width: 20%;
    height: 50px;
  }
}
.plan-table-type01 .plan-inner-table td p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td p {
    font-size: 1.4rem;
  }
}
.plan-table-type01 .plan-inner-table td p b {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td p b {
    font-size: 2rem;
  }
}
.plan-table-type01 .plan-inner-table td .red {
  color: #E48FA7;
}
.plan-table-type01 .plan-inner-table td .price {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .price {
    font-size: 2.5rem;
  }
}
.plan-table-type01 .plan-inner-table td .price small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .price small {
    font-size: 2rem;
  }
}
.plan-table-type01 .plan-inner-table td .contract b {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
.plan-table-type01 .plan-inner-table td .percent {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .percent {
    font-size: 1.5rem;
  }
}
.plan-table-type01 .plan-inner-table td .percent b {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
.plan-table-type01 .plan-inner-table td.gray {
  color: #939393;
}
.plan-table-type01 .plan-inner-table td.light_blue {
  color: #84cacc;
}
.plan-table-type01 .plan-inner-table td.orange {
  color: #eb6422;
}
.plan-table-type01 .plan-inner-table td.blue {
  color: #00a6ae;
}
.plan-table-type01 .plan-inner-table td.second {
  text-align: center !important;
  background: #939393 !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}
.plan-table-type01 .plan-inner-table td.third {
  text-align: center !important;
  background: #84cacc !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}
.plan-table-type01 .plan-inner-table td.fourth {
  text-align: center !important;
  background: #eb6422 !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
  position: relative;
}
.plan-table-type01 .plan-inner-table td.fourth b {
  color: #eb6422;
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  font-size: 1.6rem;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.plan-table-type01 .plan-inner-table td.fifth {
  text-align: center !important;
  background: #00a6ae !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}

.plan-table-type02 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.plan-table-type02 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 h3 {
    margin-bottom: 70px;
  }
}
.plan-table-type02 h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  top: 18px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.plan-table-type02 h3 span {
  background: #fff;
  display: inline-block;
  padding: 6px 44px;
}
.plan-table-type02 .table_bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #e3e3e3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .table_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.plan-table-type02 .table_bottom > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .table_bottom > div.left dl {
    border-right: solid 0 #e3e3e3;
  }
}
.plan-table-type02 .table_bottom > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #e3e3e3;
  border-top: solid 0 #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.plan-table-type02 .table_bottom > div dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32.5vw;
  min-height: 60px;
  background: #ecf9f9;
  border-right: solid 1px #e3e3e3;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .table_bottom > div dl dt {
    width: 50%;
    font-size: 1.5rem;
    height: 60px;
  }
}
@media screen and (min-width: 1140px) {
  .plan-table-type02 .table_bottom > div dl dt {
    width: 324px;
  }
}
.plan-table-type02 .table_bottom > div dl dd {
  width: 67.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  text-align: center;
  color: #ff5151;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .table_bottom > div dl dd {
    font-size: 3rem;
    height: 60px;
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .plan-table-type02 .table_bottom > div dl dd {
    width: 246px;
  }
}
.plan-table-type02 .table_bottom > div dl dd small {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 2px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .table_bottom > div dl dd small {
    font-size: 2rem;
  }
}
.plan-table-type02 .supplement {
  font-size: 1.3rem;
  line-height: 2.5rem;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .plan-table-type02 .supplement {
    margin-bottom: 200px;
  }
}

table.tabb {
  width: 1800px;
  margin-bottom: 80px;
}
table.tabb th,
table.tabb td {
  width: 300px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}
table.tabb .fixed01 {
  position: sticky;
  left: 0;
  color: #fff;
  background: #333;
}
table.tabb .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

/* ------------------------------------------------
スポーツ連盟・協会ページ
------------------------------------------------ */
.bg-sports {
  background: rgb(255, 241, 0) !important;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 0)), to(rgb(255, 187, 43))) !important;
  background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 187, 43) 100%) !important;
}

.sports_keyvisual {
  position: relative;
  width: 100%;
  height: calc(100svh - 60px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
  background: #FFF100;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual {
    height: 52.85vw;
    max-height: 740px;
  }
}
@media screen and (min-width: 1000px) {
  .sports_keyvisual {
    margin-top: 80px;
    margin-bottom: 85px;
    height: 51.42vw;
    max-height: 720px;
  }
}
.sports_keyvisual .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.sports_keyvisual .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 26.25vh;
  clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  background: rgb(255, 241, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 0)), to(rgb(255, 187, 43)));
  background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 187, 43) 100%);
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner::before {
    top: -5%;
    height: 30vw;
    max-height: 449px;
    clip-path: polygon(0 39%, 100% 0, 100% 61%, 0 100%);
  }
}
.sports_keyvisual .inner::after {
  content: "";
  position: absolute;
  top: 63%;
  width: 100%;
  height: 44vh;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  background: rgb(255, 241, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 0)), to(rgb(255, 187, 43)));
  background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 187, 43) 100%);
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner::after {
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    top: 75%;
    height: 32vw;
    max-height: 448px;
  }
}
.sports_keyvisual .inner > div img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sports_keyvisual .inner .keyvisual_parts01 {
  position: relative;
  z-index: 10;
  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;
  padding: 40px 20px 40px 18px;
  text-align: center;
  margin-top: 25px;
  height: 20vh;
  background-color: #fff;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts01 {
    height: 21.42vw;
    max-height: 300px;
    padding: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts01 picture {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    width: calc(100% - 60px);
    text-align: left;
  }
}
.sports_keyvisual .inner .keyvisual_parts01 img {
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts01 img {
    margin: 0;
    width: 55.85vw;
    max-width: 782px;
  }
}
.sports_keyvisual .inner .keyvisual_parts_wrap {
  position: relative;
  z-index: 15;
  margin: 0 auto;
  width: 100%;
  max-width: 385px;
  height: 76%;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts_wrap {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    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: 0 auto;
    max-width: 1245px;
    width: 88.92vw;
    height: auto;
  }
}
.sports_keyvisual .inner .keyvisual_parts02 {
  position: relative;
  z-index: 10;
  padding-bottom: 32.5vw;
  width: calc(100% - 3.75vw);
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
    width: 41.14vw;
    max-width: 576px;
  }
}
.sports_keyvisual .inner .keyvisual_parts02 img {
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts02 img {
    height: auto;
  }
}
.sports_keyvisual .inner .keyvisual_parts03 {
  position: absolute;
  bottom: 30px;
  left: -20px;
  z-index: 10;
  max-width: 582px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    padding-top: 100px;
    width: 41.57vw;
  }
}
.sports_keyvisual .inner .keyvisual_parts03 img {
  width: auto;
  height: 19vh;
  max-height: 152px;
}
@media screen and (min-width: 768px) {
  .sports_keyvisual .inner .keyvisual_parts03 img {
    height: auto;
    max-height: none;
    width: 100%;
  }
}

.sports_worries {
  background: #F4F1F1;
}
.sports_worries .inner_worries {
  width: calc(100% - 40px);
  max-width: 1040px;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sports_worries .inner_worries {
    padding-top: 100px;
    padding-bottom: 100px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .sports_worries .inner_worries {
    width: calc(100% - 40px);
  }
}
.sports_worries .inner_worries h2 {
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sports_worries .inner_worries h2 {
    line-height: 2.4;
  }
}
.sports_worries .inner_worries h2 .marker {
  padding: 0 9px 1px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(55%, #FFF100));
  background: linear-gradient(transparent 45%, #FFF100 55%);
}
@media screen and (min-width: 768px) {
  .sports_worries .inner_worries h2 .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), color-stop(43%, #FFF100));
    background: linear-gradient(transparent 57%, #FFF100 43%);
  }
}
.sports_worries .inner_worries figure img {
  max-width: 221px;
}
@media screen and (min-width: 768px) {
  .sports_worries .inner_worries figure img {
    max-width: 321px;
  }
}
.sports_worries .worries_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 21px;
     -moz-column-gap: 21px;
          column-gap: 21px;
}
@media screen and (min-width: 768px) {
  .sports_worries .worries_list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .sports_worries .worries_list {
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
  }
}
.sports_worries .worries_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
  width: calc(50% - 11px);
}
@media screen and (min-width: 768px) {
  .sports_worries .worries_list ul {
    row-gap: 28px;
  }
}
.sports_worries .worries_list li {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: #fff;
  width: 100%;
  height: 80px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 380px) {
  .sports_worries .worries_list li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 850px) {
  .sports_worries .worries_list li {
    height: 110px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .sports_worries .worries_list li {
    height: 140px;
    font-size: 1.8rem;
  }
}
.sports_worries .worries_list ul:first-of-type li::after {
  content: "";
  position: absolute;
  top: 81%;
  right: -8px;
  z-index: 1;
  border-left: 25px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 850px) {
  .sports_worries .worries_list ul:first-of-type li::after {
    top: 91%;
    right: -11px;
  }
}
@media screen and (min-width: 768px) {
  .sports_worries .worries_list ul:first-of-type li:last-of-type::after {
    top: 50%;
    right: -10px;
    border: none;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}
@media screen and (min-width: 850px) {
  .sports_worries .worries_list ul:first-of-type li:last-of-type::after {
    right: -20px;
  }
}
.sports_worries .worries_list ul:last-of-type li::after {
  content: "";
  position: absolute;
  top: 81%;
  left: -8px;
  z-index: 1;
  width: 0;
  height: 0;
  border-right: 25px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 850px) {
  .sports_worries .worries_list ul:last-of-type li::after {
    top: 91%;
    left: -11px;
  }
}
@media screen and (min-width: 768px) {
  .sports_worries .worries_list ul:last-of-type li:last-of-type::after {
    top: 50%;
    left: -10px;
    border: none;
    width: 0;
    height: 0;
    border-right: 25px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}
@media screen and (min-width: 850px) {
  .sports_worries .worries_list ul:last-of-type li:last-of-type::after {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .sports_worries .worries_list > figure {
    padding-bottom: 30px;
  }
}

.sports_main .reason_block .inner_reason {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason {
    margin-bottom: 100px;
  }
}
.sports_main .reason_block .inner_reason h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason h2 {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .sports_main .reason_block .inner_reason div {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason div figure {
    margin-bottom: 0;
    width: 33%;
  }
}
.sports_main .reason_block .inner_reason div figure img {
  max-width: 207px;
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason div figure img {
    max-width: 271px;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .reason_block .inner_reason div p {
    width: 60%;
  }
}
.sports_main .worries_block .arrow_bottom {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .arrow_bottom {
    margin-bottom: 60px;
  }
}
.sports_main .worries_block .arrow_bottom img {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .arrow_bottom img {
    width: 37px;
  }
}
.sports_main .worries_block .inner_worries {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .inner_worries {
    padding-top: 100px;
  }
}
.sports_main .worries_block .inner_worries h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .inner_worries h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .inner_worries > p span {
    padding: 0;
    font-size: 3.7rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 850px) {
  .sports_main .worries_block .inner_worries > p span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .inner_worries > p span:first-of-type {
    padding-left: 7px;
  }
}
@media screen and (min-width: 768px) {
  .sports_main .worries_block .inner_worries > p span:last-of-type {
    padding-right: 7px;
  }
}
.sports_main .worries_block .worries_list {
  border-color: #FF9306;
}
.sports_main .worries_block .worries_list li::before {
  content: url(../images/sports/check-box.svg);
}
@media screen and (min-width: 500px) {
  .sports_main .worries_block .worries_list li br {
    display: none;
  }
}
.sports_main .works_block .inner_works ul li .category {
  border-color: #FF9900;
  color: #FF9900;
}
.sports_main .works_block .inner_works ul li .company_name::after {
  background: url(../images/common/arrow-right-circle_yl.svg);
}
.sports_main .voice_block {
  padding-bottom: 0;
  background: #fff;
}
.sports_main .voice_block .inner_voice li {
  background: #F5F5F5;
}
.sports_main .voice_block .inner_voice li .voice_user > div span {
  border-color: #FF9900;
  color: #FF9900;
}
.sports_main .faq_block dl dt span {
  color: #FF9900;
}
.sports_main .faq_block dl dt::after {
  background: url(../images/common/plus-circle-fill_yl.svg);
}
.sports_main .faq_block dl dt.active::after {
  background: url(../images/common/circle-minus_yl.svg);
}
.sports_main .faq_block dl dd span {
  color: #FF9900;
}
.sports_main .footer_contact .conteact_tel {
  border-color: #2c2f2f;
}
.sports_main .footer_contact .conteact_tel::after {
  background: url(../images/common/arrow-right-circle_bl.svg) no-repeat;
}

/* ------------------------------------------------
 thankyou_message
 ------------------------------------------------*/
.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 130px;
}

@media screen and (min-width: 1180px) {
  .thankyou_message {
    padding-top: 30px;
    padding-bottom: 130px;
  }
}
.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  list-style-type: decimal;
}

/* ------------------------------------------------
	ブログカードスマホ幅のときのはみだし防止CSS
 ------------------------------------------------*/
iframe.wp-embedded-content {
  width: 100%;
  max-width: 500px;
}

/* 料金 */
.price_block {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 103px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .price_block {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.price_block h2 {
  margin-bottom: 50px;
}
.price_block .price-box {
  margin: 0 auto;
  padding: 30px 10px 40px 20px;
  max-width: 920px;
  border: 5px solid #E48FA7;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .price_block .price-box {
    padding: 55px 30px 60px;
  }
}
.price_block .price-box__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .price_block .price-box__price {
    font-size: 3rem;
  }
}
.price_block .price-box__price span {
  padding-right: 5px;
  font-size: 5rem;
  font-weight: bold;
  color: #E48FA7;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price_block .price-box__price span {
    font-size: 7rem;
  }
}
.price_block .price-box__note {
  margin: 50px auto 0;
  max-width: 600px;
}
.price_block .price-box__payment {
  max-width: 600px;
  margin: 30px auto 0;
  font-size: 1.7rem;
  font-weight: 500;
}

.plan-table-type01 {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.plan-table-type01 h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 h3 {
    margin-bottom: 40px;
  }
}
.plan-table-type01 h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #000;
  top: 18px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.plan-table-type01 h3 span {
  background: #fff;
  display: inline-block;
  padding: 6px 44px;
}
.plan-table-type01 .supplement {
  margin-bottom: 140px;
}
.plan-table-type01 .supplement h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.plan-table-type01 .supplement p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .supplement p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.plan-table-type01 .table-container {
  width: 100%;
  position: relative;
}
.plan-table-type01 .table-container::before {
  content: "";
  background: #fff;
  width: 180px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .table-container::before {
    width: 20%;
  }
}
.plan-table-type01 .plan-inner-table {
  overflow-x: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 40px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table {
    margin-bottom: 80px;
  }
}
.plan-table-type01 .plan-inner-table table {
  width: 900px;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table table {
    width: 1100px;
  }
}
.plan-table-type01 .plan-inner-table tr {
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(1) {
  background: #f7f7f7;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(3) {
  background: #fff8f2;
}
.plan-table-type01 .plan-inner-table tr td:nth-of-type(4) {
  background: #eaf8f9;
}
.plan-table-type01 .plan-inner-table tr p {
  text-align: center;
}
.plan-table-type01 .plan-inner-table tr:first-of-type {
  border-left: solid 0 #e3e3e3;
}
.plan-table-type01 .plan-inner-table .fixed-header {
  position: sticky;
  left: 0;
}
.plan-table-type01 .plan-inner-table .fixed-header:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
}
.plan-table-type01 .plan-inner-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.2rem;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table th {
    font-size: 1.4rem;
    width: 20%;
    padding: 0 20px;
  }
}
.plan-table-type01 .plan-inner-table th.fixed-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  white-space: nowrap;
  text-align: left;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table th.fixed-header {
    width: 20%;
  }
}
.plan-table-type01 .plan-inner-table th.first.fixed-header::before {
  content: none;
  border: 0 solid #e3e3e3;
}
.plan-table-type01 .plan-inner-table th.first.fixed-header::after {
  content: "";
  background: #fff;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 66px;
  position: absolute;
  z-index: 3;
}
.plan-table-type01 .plan-inner-table td {
  width: 160px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-right: solid 1px #e3e3e3;
  font-size: 2.5rem;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td {
    width: 20%;
    height: 50px;
  }
}
.plan-table-type01 .plan-inner-table td p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td p {
    font-size: 1.4rem;
  }
}
.plan-table-type01 .plan-inner-table td p b {
  font-size: 1.5rem;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td p b {
    font-size: 2rem;
  }
}
.plan-table-type01 .plan-inner-table td .red {
  color: #333;
}
.plan-table-type01 .plan-inner-table td .price {
  font-size: 1.2rem;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .price {
    font-size: 1.5rem;
  }
}
.plan-table-type01 .plan-inner-table td .price span {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #E48FA7;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .price span {
    font-size: 2.5rem;
  }
}
.plan-table-type01 .plan-inner-table td .price small {
  font-size: 1.5rem;
  color: #E48FA7;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .price small {
    font-size: 2rem;
  }
}
.plan-table-type01 .plan-inner-table td .text-left {
  text-align: left;
}
.plan-table-type01 .plan-inner-table td .contract b {
  font-size: 2rem;
  font-family: "Cabin", sans-serif;
}
.plan-table-type01 .plan-inner-table td .percent {
  font-size: 1.4rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .percent {
    font-size: 1.5rem;
  }
}
.plan-table-type01 .plan-inner-table td .percent b {
  font-size: 2rem;
  font-family: "Cabin", sans-serif;
}
.plan-table-type01 .plan-inner-table td .support {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .plan-table-type01 .plan-inner-table td .support {
    font-size: 1.3rem;
  }
}
.plan-table-type01 .plan-inner-table td.gray {
  color: #939393;
}
.plan-table-type01 .plan-inner-table td.light_blue {
  color: #84cacc;
}
.plan-table-type01 .plan-inner-table td.orange {
  color: #eb6422;
}
.plan-table-type01 .plan-inner-table td.blue {
  color: #00a6ae;
}
.plan-table-type01 .plan-inner-table td.second {
  text-align: center !important;
  background: #939393 !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}
.plan-table-type01 .plan-inner-table td.third {
  text-align: center !important;
  background: #84cacc !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}
.plan-table-type01 .plan-inner-table td.fourth {
  text-align: center !important;
  background: #eb6422 !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
  position: relative;
}
.plan-table-type01 .plan-inner-table td.fourth b {
  color: #eb6422;
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  font-size: 1.6rem;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.plan-table-type01 .plan-inner-table td.fifth {
  text-align: center !important;
  background: #00a6ae !important;
  color: #fff;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  border: none !important;
}

/* ------------------------------------------------
	相談事例
 ------------------------------------------------*/
#case_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#case_first .case_thum {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #case_first .case_thum {
    width: 45%;
  }
}
#case_first .case_hyou {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #case_first .case_hyou {
    width: 45%;
  }
}
#case_first .case_hyou table tr th {
  text-align: center;
  background-color: #00a6ae;
  color: #FFFFFF;
  width: 50%;
}
#case_first .case_hyou table tr td {
  text-align: center;
  width: 50%;
}
#case_first .case_hyou table tr td:first-child {
  background-color: #e5ffff;
}

#case_footer {
  padding: 30px 20px;
  border: 1px solid #E48FA7;
}
#case_footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#case_footer .footer_inner .footer_left {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  #case_footer .footer_inner .footer_left {
    width: 40%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#case_footer .footer_inner .footer_left .f_logo {
  margin-bottom: 20px;
}
#case_footer .footer_inner .footer_right {
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #case_footer .footer_inner .footer_right {
    width: 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

.single-case .news_inner {
  position: relative;
}
.single-case .news_inner ol {
  font-size: 1.4;
}

/*************************************
検索フォーム　FE ADVANCE SEARCH
*************************************/
.search-form {
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #F4F1F1;
  width: 100%;
  padding: 10px 20px;
  /* 見出しアイコン */
}
@media screen and (min-width: 768px) {
  .search-form {
    padding: 60px 140px;
  }
}
.search-form dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.search-form dl:last-of-type {
  margin-bottom: 50px;
}
.search-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 6px;
}
.search-form dl dt::before {
  width: 20px;
}
.search-form dl dd input {
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}
.search-form .search-form__freeword dt {
  border-bottom: none;
}
.search-form .search-form__freeword dd input {
  padding: 8px 10px 7px;
  width: 98%;
  background: #fff;
  border-radius: 5px;
  height: 30px;
}
.search-form .search-form__checkbox dt {
  position: relative;
  cursor: pointer;
}
.search-form .search-form__checkbox dt::after {
  content: url(../images/common/plus.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form .search-form__checkbox dt.active::after {
  content: url(../images/common/minus.svg);
  top: 34%;
}
.search-form .search-form__checkbox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.search-form .search-form__checkbox dt.no-active + dd {
  display: none;
}
.search-form .search-form__checkbox dd label span {
  display: inline;
  padding: 2px 10px 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
.search-form .search-form__checkbox dd label input:checked + span {
  background: #B5B5B5;
  color: #fff;
}
.search-form .search-form__note {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.2rem;
}
.search-form .search-form__btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
  text-align: center;
  margin-bottom: 20px;
}
.search-form .search-form__btn input[type=submit] {
  padding: 8px 0 8px;
  width: 100%;
  overflow: hidden;
  background: #2c2f2f;
  border-radius: 8px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.03em;
  position: relative;
}
.search-form .search-form__btn::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form .search-form__btn input[type=reset] {
  font-size: 1.2rem;
  text-decoration: underline;
}
.search-form .search-form__icon01::before {
  content: url(../images/icon/search_freeword.svg);
}
.search-form .search-form__icon02::before {
  content: url(../images/icon/search_category.svg);
}
.search-form .search-form__icon03::before {
  content: url(../images/icon/search_tag.svg);
}
.search-form .search-form__icon04::before {
  content: url(../images/icon/search_tentative.svg);
}

.plan-table-type01_b .fixed-header {
  white-space: wrap !important;
}

/* header.scss */
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .header {
    height: 80px;
    padding: 0 15px 0 30px;
  }
}
.header .h_logo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_logo figure img {
  width: 137px;
  height: auto;
}
.header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 150px);
}
@media screen and (max-width: 999px) {
  .header .header_right {
    display: none;
  }
}
.header .header_right nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.header .header_right nav > ul > li {
  margin-left: 25px;
  position: relative;
  height: 80px;
}
@media screen and (min-width: 1140px) {
  .header .header_right nav > ul > li {
    margin-left: 30px;
  }
}
.header .header_right nav > ul > li > a {
  font-size: 1.4rem;
  font-weight: 500;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
}
.header .header_right nav > ul > li:first-of-type {
  padding-right: 0;
  margin-left: 0;
}
.header .header_right nav > ul > li:first-of-type p {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
  padding-right: 15px;
}
.header .header_right nav > ul > li:first-of-type p::after {
  background: url("../images/common/menu-arrow-up.svg") no-repeat;
  background-size: cover;
  width: 10px;
  height: 5px;
  position: absolute;
  right: -2px;
  top: 38px;
  bottom: 0;
  content: "";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right nav > ul > li:first-of-type.active p::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right nav > ul > li .child {
  display: none;
  background: #F8F8F8;
  position: absolute;
  left: -20px;
  top: 80px;
  width: 1500px;
  height: 50px;
  z-index: 10;
}
.header .header_right nav > ul > li .child ul {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F8F8;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header .header_right nav > ul > li .child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.header .header_right nav > ul > li .child ul li a {
  font-size: 1.3rem;
  width: 100%;
  white-space: nowrap;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 0 23px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header_right nav > ul > li .child ul li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
}
.header .h_contact {
  margin-left: 30px;
}
.header .h_contact a {
  background: #E48FA7;
  color: #fff;
  width: 180px;
  height: 50px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_contact a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

/* gnav.scss */
.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 5px;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
}

.toggle span {
  display: block;
  position: absolute;
  width: 25px;
  border-bottom: solid 1px #2c2f2f;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 20px;
}

.toggle span:nth-child(1) {
  top: 28px;
}

.toggle span:nth-child(2) {
  top: 33px;
}

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 32px;
  left: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.toggle.active span:nth-child(2) {
  top: 32px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* PC */
  .toggle {
    display: none;
  }
}
.nav_menu {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  z-index: 1000;
}
.nav_menu .nav_inner {
  overflow-y: auto;
  height: calc(100dvh - 60px);
}
@media screen and (min-width: 1000px) {
  .nav_menu .nav_inner {
    display: none;
  }
}
.nav_menu .nav_inner_menu {
  margin-bottom: 70px;
  padding: 25px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner_menu > ul li.sp_nav_toggle {
  position: relative;
}
.nav_menu .nav_inner_menu > ul li.sp_nav_toggle::after {
  background: url("../images/common/menu-arrow-up.svg") no-repeat;
  background-size: cover;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 5px;
  top: 32px;
  bottom: 0;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  cursor: pointer;
}
.nav_menu .nav_inner_menu > ul li.sp_nav_toggle.active::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  cursor: pointer;
}
.nav_menu .nav_inner_menu > ul b,
.nav_menu .nav_inner_menu > ul a {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: solid 1px #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #2c2f2f;
}
.nav_menu .nav_inner_menu > ul b::after,
.nav_menu .nav_inner_menu > ul a::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  right: 0;
  top: 18px;
  z-index: 3;
}
.nav_menu .nav_inner_menu > ul b::before,
.nav_menu .nav_inner_menu > ul a::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #E48FA7;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
}
.nav_menu .nav_inner_menu > ul b::after {
  content: none;
}
.nav_menu .nav_inner_menu > ul .child {
  display: none;
}
.nav_menu .nav_inner_menu ul.child li {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner_menu ul.child li a::before {
  content: none;
}
.nav_menu .nav_inner_menu ul.child li a::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  right: 0;
  top: 18px;
  z-index: 3;
}

.sp_nav_bottom {
  background: #E48FA7;
  color: #fff;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav_bottom .menu_title {
  margin-bottom: 20px;
}
.sp_nav_bottom .menu_title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
}
.sp_nav_bottom .menu_title p {
  font-family: "Cabin", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.sp_nav_bottom .menu_title + p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}
.sp_nav_bottom ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sp_nav_bottom ul li:not(:last-of-type) a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E48FA7;
  background: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.sp_nav_bottom ul li:not(:last-of-type) a i {
  position: absolute;
  top: 1.5rem;
  left: 30px;
  font-size: 2.8rem;
}
.sp_nav_bottom ul li:not(:last-of-type) a::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  right: 20px;
  top: 18px;
  z-index: 3;
}
.sp_nav_bottom ul li:not(:last-of-type) a .img_application {
  top: 15px;
  left: 30px;
}
.sp_nav_bottom ul li:not(:last-of-type) a .img_mail {
  top: 21px;
  left: 30px;
}
.sp_nav_bottom ul li:last-of-type a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
}
.sp_nav_bottom ul li:last-of-type a::after {
  content: "";
  position: absolute;
  background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.sp_nav_bottom ul li:last-of-type a p:first-of-type {
  font-size: 1.8rem;
  font-family: "Cabin", sans-serif;
  margin-bottom: 5px;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@media screen and (min-width: 768px) {
  .pc_fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .pc_fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
@media screen and (max-width: 767px) {
  .sp_fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
  .pc_fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* footer.scss */
.footer_contact {
  background: #E48FA7;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .footer_contact {
    padding: 62px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    height: 360px;
  }
}
.footer_contact .footer_inner {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer_contact .footer_inner {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1140px) {
  .footer_contact .footer_inner {
    width: calc(100% - 40px);
  }
}
.footer_contact .footer_top {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer_contact .footer_top {
    padding: 10px 0 34px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.footer_contact .footer_top h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer_contact .footer_top h2 {
    font-size: 2.5rem;
  }
}
.footer_contact .footer_top p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  width: 102%;
}
@media screen and (min-width: 410px) {
  .footer_contact .footer_top p {
    width: 100%;
  }
}
.footer_contact .footer_bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_contact .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer_contact .contact_link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_contact .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.footer_contact .contact_link a.contact {
  max-width: 500px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #E48FA7;
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer_contact .contact_link a.contact {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .footer_contact .contact_link a.contact {
    height: 70px;
    font-size: 1.6rem;
  }
}
.footer_contact .contact_link a.contact p {
  position: relative;
  padding-top: 2px;
}
.footer_contact .contact_link a.contact p > span {
  position: absolute;
}
.footer_contact .contact_link a.contact p > i {
  position: absolute;
  top: -2px;
  left: -72px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .footer_contact .contact_link a.contact p > i {
    top: -3px;
    left: -82px;
  }
}
.footer_contact .contact_link a.contact::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  right: 20px;
  top: 18px;
}
@media screen and (min-width: 800px) {
  .footer_contact .contact_link a.contact::after {
    top: 21px;
  }
}
.footer_contact .contact_link a.contact:hover p, .footer_contact .contact_link a.contact:hover::after {
  opacity: 0.85;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_contact .contact_link a.tel {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .footer_contact .contact_link a.tel {
    margin: 0;
    height: 70px;
    font-size: 1.6rem;
  }
}
.footer_contact .contact_link a.tel::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  right: 20px;
  top: 18px;
  z-index: 3;
}
@media screen and (min-width: 800px) {
  .footer_contact .contact_link a.tel::after {
    top: 24px;
  }
}
.footer_contact .contact_link a.tel p:first-of-type {
  font-size: 1.8rem;
  font-family: "Cabin", sans-serif;
  margin-bottom: 5px;
}
.footer_contact .contact_link a:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer_contact .contact_link a:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.footer_contact .conteact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  line-height: 1;
  border: solid 1px #fff;
  border-radius: 5px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer_contact .conteact_tel {
    border: solid 0 #fff;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 0 0 0 auto;
    max-width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .conteact_tel::after {
    content: "";
    position: absolute;
    background: url("../images/common/arrow-right-circle_w.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.footer_contact .conteact_tel a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
}
@media screen and (min-width: 800px) {
  .footer_contact .conteact_tel a {
    font-size: 2rem;
  }
}
.footer_contact .conteact_tel p {
  font-size: 1.3rem;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 800px) {
  .footer_contact .conteact_tel p {
    font-size: 1.4rem;
  }
}

.sports .contact_link a::after {
  background: url(../images/common/arrow-right-circle_bl.svg);
}

.footer {
  padding: 40px 0 75px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 130px 0 50px;
  }
}
.footer .footer_inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1000px) {
  .footer .footer_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1140px) {
  .footer .footer_inner {
    width: calc(100% - 40px);
  }
}
.footer .footer_left {
  line-height: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .footer .footer_left {
    margin-top: 15px;
    margin-right: 20px;
  }
}
.footer .footer_left dl {
  margin-bottom: 25px;
}
.footer .footer_left dl dt {
  color: #E48FA7;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.footer .footer_left dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer .footer_left dl dd a figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .footer .footer_left dl dd a figure {
    margin-left: 16px;
  }
}
.footer .footer_left dl dd a figure img {
  display: inline;
}
.footer .footer_left dl dd a br {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .footer .footer_left dl dd a br {
    display: block;
  }
}
.footer .f_logo img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .footer .f_logo img {
    margin-bottom: 26px;
  }
}
.footer .footer_right {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .footer .footer_right {
    max-width: 450px;
    margin-top: 0;
  }
}
.footer .footer_right nav {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 67px;
}
@media screen and (min-width: 1000px) {
  .footer .footer_right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer_right nav ul {
  width: 200px;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer .footer_right nav ul li a {
  border-bottom: solid 1px #E3E3E3;
  padding: 12px 0;
  position: relative;
  display: block;
}
.footer .footer_right nav ul li a::after {
  content: "\f134";
  position: absolute;
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 2rem;
  color: #E48FA7;
  right: 0;
  top: 12px;
}
.footer .footer_right nav ul li.inner {
  font-size: 1.3rem;
}
.footer .footer_right nav ul li.inner a {
  padding: 2px 0;
  margin-bottom: 4px;
  border-bottom: solid 0 #E3E3E3;
}
.footer .footer_right nav ul li.inner a::before {
  content: "― ";
}
.footer .footer_right nav ul li.inner a::after {
  content: none;
}
.footer .footer_right .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E8E8E;
  line-height: 1;
  font-size: 1.1rem;
}
.footer .footer_right .privacy a {
  color: #8E8E8E;
  display: block;
  margin-right: 30px;
}