@charset "UTF-8";
/* FLOCSS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/* ------------------------------------------------------------------
 Variables
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 Mixin
------------------------------------------------------------------ */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
  ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
  ========================================================================== */
/**
* 1. Remove repeating backgrounds in all browsers (opinionated).
* 2. Add box sizing inheritence in all browsers (opinionated).
*/
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritence in all browsers (opinionated).
*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
* 1. Add border box sizing in all browsers (opinionated).
* 2. Add the default cursor in all browsers (opinionated).
* 3. Add a flattened line height in all browsers (opinionated).
* 4. Prevent font size adjustments after orientation changes in IE and iOS.
*/
html {
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
  ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Correct the font sizes and margins on `h1` elements within
* `section` and `article` contexts in Chrome, Firefox, and Safari.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
  ========================================================================== */
/**
* 1. Correct font sizing inheritance and scaling in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* 1. Correct the height in Firefox.
* 2. Add visible overflow in Edge and IE.
*/
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* Remove the list style on navigation lists in all browsers (opinionated).
*/
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
  ========================================================================== */
/**
* 1. Add a bordered underline effect in all browsers.
* 2. Remove text decoration in Firefox 40+.
*/
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct colors in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Correct the font size in all browsers.
*/
small {
  font-size: 83.3333%;
}

/**
* Change the positioning on superscript and subscript elements
* in all browsers (opinionated).
* 1. Correct the font size in all browsers.
*/
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
* Remove the text shadow on text selections (opinionated).
* 1. Restore the coloring undone by defining the text shadow (opinionated).
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
  ========================================================================== */
/*
* Change the alignment on media elements in all browers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg {
  fill: currentColor;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
  ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
*/
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */
}

/**
* Remove the outline when hovering in all browsers (opinionated.
*/
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
  ========================================================================== */
/*
* Remove border spacing in all browsers (opinionated).
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
  ========================================================================== */
/**
* 1. Remove the default styling in all browsers (opinionated).
* 3. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
* Correct the overflow in IE.
* 1. Correct the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
* 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Correct the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the border, margin, and padding in all browsers.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Remove the vertical scrollbar in IE.
* 2. Change the resize direction on textareas in all browsers (opinionated).
*/
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
* Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
* Correct the cursor style on increment and decrement buttons in Chrome.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
*/
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Correct the text style on placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
  ========================================================================== */
/**
* Change the cursor on busy elements (opinionated).
*/
[aria-busy="true"] {
  cursor: progress;
}

/*
* Change the cursor on control elements (opinionated).
*/
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements (opinionated).
*/
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
  ========================================================================== */
/*
* Remove the tapping delay on clickable elements (opinionated).
* 1. Remove the tapping delay in IE 10.
*/
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/*
* Change the display on visually hidden accessible elements (opinionated).
*/
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* ------------------------------------------------------------------
 Bass
 ------------------------------------------------------------------ */
/*
 base-font-size : 10px;
 62.5% = 10px = 1em = 1rem
 (Default)
*/
html {
  font-size: 62.5%;
}

body {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  background-color: #fff;
  color: #404040;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

*,
*::after,
*::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
}

dd, dl, dt, li, ol, ul {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

li, ul {
  list-style-type: none;
}

figure {
  margin: 0;
}

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

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

::-moz-selection {
  background: #ada59c;
  color: #fff;
}

::selection {
  background: #ada59c;
  color: #fff;
}

/* ------------------------------------------------------------------
 footer
------------------------------------------------------------------ */
.l-footer {
  background-color: #EDE5E8;
  padding: 80px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 60px 0 160px;
  }
}

.l-footer__inner {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 769px) {
  .l-footer__inner {
    max-width: 1200px;
    width: 62.5vw;
  }
}

@media (max-width: 768px) {
  .l-footer__inner {
    padding: 0 6.66667vw;
  }
}

@media (min-width: 769px) {
  .l-footer__left {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .l-footer__left {
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) {
  .l-footer__right {
    width: 35%;
  }
}

.l-footer .copyright {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 769px) {
  .l-footer .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .l-footer .copyright {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.l-footer .copyright__mark {
  margin: 0 0.2em;
}

.sp-btns {
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1800;
}

@media screen and (max-width: 1030px) {
  .sp-btns {
    display: block;
  }
}

.sp-btns__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}

.sp-btn {
  border-right: 2px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 65px;
  width: calc(100% / 3);
}

.sp-btn:last-child {
  border-right-width: 0px;
}

.sp-btn img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* ------------------------------------------------------------------
 header
------------------------------------------------------------------ */
.l-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

@media (min-width: 769px) {
  .l-header {
    height: 90px;
  }
}

@media screen and (max-width: 1030px) {
  .l-header {
    background-color: #fff;
    height: 68px;
    position: fixed;
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 769px) {
  .l-header__inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .l-header__inner {
    align-items: center;
    padding: 0 14px;
  }
}

.l-header__left {
  align-items: flex-end;
  display: flex;
}

@media (min-width: 769px) {
  .l-header__left {
    align-items: center;
  }
}

.l-header .mainLogo {
  align-items: flex-end;
  display: flex;
}

@media (max-width: 768px) {
  .l-header .mainLogo {
    width: 140px;
  }
}

.l-header .mainLogo--text {
  color: #01A5B5;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33;
  margin-left: 10px;
}

.l-header__right {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1030px) {
  .l-header__right {
    display: none;
  }
}

.l-header__right .line {
  align-items: center;
  background: #00B900;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-left: 10px;
  padding: 8px;
  text-align: center;
}

.l-header__right .line-icon {
  width: 44px;
}

.l-header__right .data {
  margin-right: 20px;
}

.l-header__right .data__tel {
  align-items: center;
  display: flex;
}

.l-header__right .data__tel-text {
  color: #404040;
  font-size: 1.2rem;
  margin-right: 10px;
}

.l-header__right .data__tel-link {
  align-items: center;
  color: #404040;
  display: inline-flex;
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .l-header__right .data__tel-link {
    pointer-events: none;
  }
}

.l-header__right .biz-time {
  color: #404040;
  font-size: 1.2rem;
  line-height: 1.4;
}

.l-header__right .mail {
  background: #61CB76;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 64px;
  line-height: 1;
  margin-right: 10px;
  padding: 8px;
  text-align: center;
  width: 100px;
}

.l-header__right .mail__text {
  display: block;
}

.l-header__right .cal {
  background: #0FB1D5;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 64px;
  padding: 8px 3px;
  text-align: center;
  width: 100px;
}

.l-header__right .cal__text {
  display: block;
}

/* ------------------------------------------------------------------
 Gloval Navigation
------------------------------------------------------------------ */
.gNav {
  width: 100%;
}

@media (min-width: 769px) {
  .gNav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 90px;
  }
}

@media screen and (max-width: 1030px) {
  .gNav {
    display: none;
  }
}

.gNav__list {
  display: flex;
}

@media (max-width: 768px) {
  .gNav__list {
    margin-bottom: 40px;
  }
}

.gNav__listItem, .gNav__listItem-invisa {
  background: #F45989;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: calc(100% / 9);
}

.gNav__listItem-invisa {
  width: calc(100% / 3);
}

.gNav__listItem::after, .gNav__listItem-invisa::after {
  -webkit-transform: translateY(-50%);
  background: #fff;
  content: '';
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.gNav__listItem:last-child::after, .gNav__listItem-invisa:last-child::after {
  display: none;
  height: 0;
  position: initial;
  width: 0;
}

@media (max-width: 768px) {
  .gNav__listItem, .gNav__listItem-invisa {
    font-size: 1.6rem;
  }
}

.gNav__listItem i, .gNav__listItem-invisa i {
  margin-right: 5px;
}

.gNav__listItem a, .gNav__listItem-invisa a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

@media (max-width: 768px) {
  #js-gNav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #js-gNav.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.js-gNavItem {
  background-color: #F2F2F2;
  position: relative;
}

.js-gNavItem::before {
  -webkit-transform: translateY(-50%);
  background-color: #F45989;
  content: "";
  display: block;
  height: 1px;
  left: -2.71429vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (min-width: 769px) {
  .js-gNavItem::before {
    -webkit-transform: translate(-2.71429vw, -50%);
    transform: translate(-2.71429vw, -50%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 2.71429vw;
  }
}

@media (max-width: 768px) {
  .js-gNavItem::before {
    left: -6.71429vw;
    transition: width 0.3s;
    width: 0;
  }
}

.gNav-fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1900;
}

/* ------------------------------------------------------------------
 Section　
------------------------------------------------------------------ */
.l-section, .l-section--large, .l-section--middle, .l-section--small {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.l-section--large {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .l-section--large {
    padding: 60px 0;
  }
}

.l-section--middle {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .l-section--middle {
    padding: 40px 0;
  }
}

.l-section--small {
  padding: 26px 0;
}

@media (max-width: 768px) {
  .l-section--small {
    padding: 20px 0;
  }
}

.l-section--title {
  margin: 0 auto;
  padding-bottom: 3.125vw;
  padding-top: 5.41667vw;
  position: relative;
  width: 100%;
}

@media (min-width: 1920px) {
  .l-section--title {
    padding-top: 104px;
  }
}

@media (min-width: 1920px) {
  .l-section--title {
    padding-bottom: 60px;
  }
}

.l-section__inner, .l-section__inner--large, .l-section__inner--middle, .l-section__inner--small, .l-section__inner--fluid {
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .l-section__inner, .l-section__inner--large, .l-section__inner--middle, .l-section__inner--small, .l-section__inner--fluid {
    max-width: 100%;
    padding: 0 6.66667vw;
  }
}

@media (min-width: 769px) {
  .l-section__inner--large {
    max-width: 1200px;
    width: 62.5vw;
  }
}

@media (min-width: 769px) {
  .l-section__inner--middle {
    max-width: 802px;
    width: 41.77083vw;
  }
}

@media (min-width: 769px) {
  .l-section__inner--small {
    max-width: 720px;
    width: 37.5vw;
  }
}

@media (max-width: 768px) {
  .l-section__inner--fluid {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .l-section__inner.spFluid, .spFluid.l-section__inner--large, .spFluid.l-section__inner--middle, .spFluid.l-section__inner--small, .spFluid.l-section__inner--fluid {
    padding: 0;
  }
}

/* ------------------------------------------------------------------
 body container wrapper main
------------------------------------------------------------------ */
.l-body.is-stop {
  overflow: hidden;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
}

.l-container {
  overflow: hidden;
  position: relative;
}

.l-main {
  overflow: hidden;
  position: relative;
}

.inner {
  margin: 0 auto;
  width: 85%;
}

@media (min-width: 769px) {
  .inner {
    max-width: 100%;
    width: 800px;
  }
}

/* ------------------------------------------------------------------
 article
------------------------------------------------------------------ */
/* ---------------------------------------------------------
  記事詳細ページ
---------------------------------------------------------- */
.l-article {
  padding: 50px 0;
}

.c-article__header {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .c-article__header {
    margin-bottom: 24px;
  }
}

.c-article__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.c-article .p-topics__data {
  border-bottom: 0.5px solid #000000;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.c-article .p-topics__cat {
  margin-right: 20px;
}

@media (min-width: 769px) {
  .c-article__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}

.c-article__inner {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 760px;
}

.c-article__content > *:first-child {
  margin-top: 0 !important;
}

.c-article__content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2em 0 1.5em;
}

.c-article__content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2em 0 1.5em;
}

.c-article__content p {
  font-size: 1.5rem;
  line-height: 1.86;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .c-article__content p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-article__content p + p {
  margin-top: 1.7em;
}

.c-article__content a {
  color: #F45989;
  text-decoration: underline;
}

.c-article__content a:hover {
  text-decoration: none;
}

.c-article__content blockquote {
  background-color: #EAEAEA;
  padding: 20px;
}

.c-article__icatch {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  .c-article__icatch {
    height: 25vw;
    margin: 0 auto;
    margin-bottom: 70px;
    max-height: 480px;
    max-width: 760px;
    min-height: 300px;
    min-width: 300px;
    width: 39.58333vw;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-article__icatch {
    height: 45.33333vw;
    margin-bottom: 20px;
    width: 100%;
  }
}

.c-article__info {
  background-color: #01A5B5;
  margin-top: 40px;
  padding: 25px;
}

@media (max-width: 768px) {
  .c-article__info {
    margin-top: 30px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .c-article__info p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-article__info p + p {
  margin-top: 1.2em;
}

/* ------------------------------------------------------------------
 button
------------------------------------------------------------------ */
.c-btn, .c-btn--covit, .c-btn--line {
  background: #E3A6B9;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 769px) {
  .c-btn, .c-btn--covit, .c-btn--line {
    max-width: 370px;
  }
}

.c-btn .bold, .c-btn--covit .bold, .c-btn--line .bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-btn .arrow, .c-btn--covit .arrow, .c-btn--line .arrow {
  margin-left: 6px;
  position: relative;
}

.c-btn .arrow:after, .c-btn--covit .arrow:after, .c-btn--line .arrow:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: '';
  height: 13px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 13px;
}

.c-btn--covit {
  background: #B7BF7E;
}

.c-btn--line {
  align-items: center;
  background: #00B900;
  padding: 10px 0;
}

@media (min-width: 769px) {
  .c-btn--line {
    max-width: initial;
  }
}

.c-btn--line .line {
  width: 40px;
}

.c-btn.pc, .pc.c-btn--covit, .pc.c-btn--line {
  display: none;
}

@media (min-width: 769px) {
  .c-btn.pc, .pc.c-btn--covit, .pc.c-btn--line {
    display: block;
  }
}

.c-btn.sp, .sp.c-btn--covit, .sp.c-btn--line {
  display: none;
}

@media (max-width: 768px) {
  .c-btn.sp, .sp.c-btn--covit, .sp.c-btn--line {
    display: block;
  }
}

/* ------------------------------------------------------------------
 description
------------------------------------------------------------------ */
/* ----------------
 c-desc
 ---------------- */
.c-desc, .c-desc--center {
  font-weight: bold;
  position: relative;
}

.c-desc--center {
  text-align: center;
}

.c-desc p + p, .c-desc--center p + p {
  margin-top: 1em;
}

.c-desc ul, .c-desc--center ul {
  list-style-position: outside;
  padding-left: 20px;
}

.c-desc ul li, .c-desc--center ul li {
  font-weight: 400;
  list-style-type: disc;
}

@media (min-width: 769px) {
  .c-desc ul li, .c-desc--center ul li {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
}

@media (max-width: 768px) {
  .c-desc ul li, .c-desc--center ul li {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
}

/* ------------------------------------------------------------------
 Nav Trigger
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 sp menu
------------------------------------------------------------------ */
.sp-menu {
  -webkit-transform: translateY(-100%);
  background: #F45989;
  bottom: 0;
  height: 100%;
  left: 0;
  padding-bottom: 27px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: .5s;
  width: 100%;
  z-index: 1900;
}

.sp-menu__inner {
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  height: 100%;
  overflow-y: scroll;
  padding: 108px 27px 0;
}

.sp-menu__inner::-webkit-scrollbar {
  display: none;
}

.sp-menu__listItem {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 25px;
}

.sp-menu__listItem:hover {
  background-color: rgba(172, 216, 123, 0.5);
}

.sp-menu.active {
  display: block;
}

.sp-menu.not-active {
  display: none;
}

.c-menu {
  display: none;
}

@media screen and (max-width: 1030px) {
  .c-menu {
    display: block;
    position: absolute;
    right: 0;
  }
}

.c-navTrigger {
  background-color: #F45989;
  border-style: none;
  cursor: pointer;
  height: 68px;
  position: relative;
  width: 68px;
  z-index: 2100;
}

.c-navTrigger .border {
  background: #fff;
  display: block;
  height: 3px;
  left: 20%;
  position: absolute;
  transition: 0.4s;
  width: 60%;
}

.c-navTrigger .border:nth-child(1) {
  top: 30%;
}

.c-navTrigger .border:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.c-navTrigger .border:nth-child(3) {
  top: 70%;
}

.c-close {
  -webkit-transform: translateX(-50%);
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 10%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .c-close {
    left: initial;
    right: -10px;
    top: 10px;
  }
}

.c-close__icon {
  display: block;
  /*枠の大きさ*/
  height: 25px;
  /*枠の大きさ*/
  margin: 0 auto;
  position: relative;
  width: 25px;
}

@media (max-width: 768px) {
  .c-close__icon {
    height: 30px;
    width: 30px;
  }
}

.c-close__icon::before, .c-close__icon::after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  /*バツ線の太さ*/
  background: #fff;
  content: "";
  display: block;
  /*バツ線の長さ*/
  height: 2px;
  left: 14%;
  position: absolute;
  top: calc(14% - 5px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}

.c-close__icon::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

.c-close__letter {
  color: #fff;
}

#js-navTrigger.is-active span:nth-child(1) {
  -webkit-transform: rotate(-30deg) translateY(-50%);
  top: 50%;
  transform: rotate(-30deg) translateY(-50%);
}

#js-navTrigger.is-active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

#js-navTrigger.is-active span:nth-child(3) {
  -webkit-transform: rotate(30deg) translateY(-50%);
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
}

.toggle_btn {
  -webkit-transform: translateY(-50%);
  background: #0052a4;
  border-radius: 50%;
  display: block;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 24px;
}

.toggle_contents {
  border-bottom: 1px solid #fff;
}

.toggle_title {
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.toggle_subLink {
  color: #01A5B5;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 9px 0;
}

.toggle_btn {
  -webkit-transform: translateY(-50%);
  background: #01A5B5;
  border-radius: 50%;
  display: block;
  height: 19px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 19px;
}

.toggle_arrow {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.toggle_btn:before,
.toggle_btn:after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.toggle_btn:before {
  height: 10px;
  width: 2px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
}

.is-fixed {
  overflow: hidden;
}

.slide-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*リンクの形状*/
#page-top a {
  align-items: center;
  background: #F45989;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 0.6rem;
  height: 60px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 60px;
	font-size: 1.2rem;
}

/*リンクを右下に固定*/
#page-top {
  -webkit-transform: translateY(150px);
  bottom: 20px;
  /*はじめは非表示*/
  opacity: 0;
  position: fixed;
  right: 50px;
  transform: translateY(150px);
  z-index: 2;
}

@media (max-width: 768px) {
  #page-top {
    bottom: 80px;
    right: 20px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(150px);
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(150px);
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(150px);
    opacity: 1;
    transform: translateY(150px);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(150px);
    opacity: 1;
    transform: translateY(150px);
  }
}

.l-pager {
  margin-top: 40px;
}

.c-pager {
  text-align: center;
}

.c-pager__item {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  padding: 8px 10px;
}

@media all and (-ms-high-contrast: none) {
  .c-pager__item {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

.c-pager__item a {
  color: #01A5B5;
  font-size: 1.6rem;
}

.c-pager__num {
  border: 3px solid #F45989;
  margin: 0 3px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .c-pager__num {
    display: none;
  }
}

.c-pager__num a {
  padding: 12px;
  transition: 0.3s;
}

.c-pager__num a:hover {
  color: #ffffff;
}

.c-pager__num:hover {
  background-color: #CCCCCC;
  border: 3px solid #CCCCCC;
  color: #ffffff;
}

.c-pager__prev {
  background-color: #01A5B5;
  margin-right: 30px;
  transition: .3s;
}

@media (max-width: 768px) {
  .c-pager__prev {
    margin-right: 10px;
  }
}

.c-pager__prev:hover {
  opacity: .8;
}

.c-pager__prev a {
  color: #ffffff;
  padding: 15px 0;
  width: 140px;
}

@media (max-width: 768px) {
  .c-pager__prev a {
    width: 100px;
  }
}

.c-pager__next {
  background-color: #01A5B5;
  color: #ffffff;
  margin-left: 30px;
  transition: .3s;
}

@media (max-width: 768px) {
  .c-pager__next {
    margin-left: 10px;
  }
}

.c-pager__next:hover {
  opacity: .8;
}

.c-pager__next a {
  color: #ffffff;
  padding: 15px 0;
  width: 140px;
}

@media (max-width: 768px) {
  .c-pager__next a {
    width: 100px;
  }
}

/* ------------------------
 Page Title
------------------------ */
.l-pageTtl {
  background-image: url(../../../dist/assets/img/about/about-page-title.jpg);
  background-size: cover;
  height: 160px;
  width: 100%;
	/* 比嘉追加20220307 */
  position: relative;
}

@media (max-width: 768px) {
  .l-pageTtl {
    height: 100px;
  }
}

.l-pageTtl__inner {
  margin: 0 auto;
/*   width: 85%; */
}

@media (min-width: 769px) {
  .l-pageTtl__inner {
    max-width: 100%;
    width: 800px;
  }
}

.l-pageTtl h1 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
/*   line-height: 160px; */
	/* 比嘉追加20220307 */
	line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .l-pageTtl h1 {
    font-size: 2.4em;
/*     line-height: 100px; */
	  /* 比嘉追加20220307 */
	   width: 100%;
    max-width: 85%;
  }
}

.l-blogSdr {
  margin-left: 15px;
  width: 25%;
}

@media (max-width: 768px) {
  .l-blogSdr {
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

.p-sdrCnt {
  margin-bottom: 40px;
}

.p-sdrCnt__label {
  background-color: #F45989;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 15px;
}

.p-sdrCnt__item {
  border-bottom: 1px dotted #F45989;
  color: #F45989;
  font-size: 1.6rem;
  padding: 12px;
}

.p-sdrCnt__link:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------
 sns
------------------------------------------------------------------ */
.c-sns {
  bottom: 40px;
  left: 20px;
  position: fixed;
}

.c-sns__list {
  display: block;
}

.c-sns__item {
  margin-bottom: 10px;
  width: 24px;
}

.c-sns__item + .c-sns__item {
  margin-left: 14px;
}

/* ------------------------------------------------------------------
 title
------------------------------------------------------------------ */
/* --------

 pageheader

-------- */
.c-pageHeader {
  color: #F45989;
  text-align: center;
}

.c-pageHeader__en {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 2px;
}

@media all and (-ms-high-contrast: none) {
  .c-pageHeader__en {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

@media (max-width: 768px) {
  .c-pageHeader__en {
    font-size: 36px;
  }
}

.c-pageHeader__ja {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

@media all and (-ms-high-contrast: none) {
  .c-pageHeader__ja {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  }
}

@media (max-width: 768px) {
  .c-pageHeader__ja {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .c-pageHeader__ja_conceptMain {
    font-size: 18px;
  }
}

/* --------

 pagetitle

-------- */
.c-pageTitle {
  border-left: 4px solid #F45989;
  color: #F45989;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 52px;
  padding-left: 35px;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .c-pageTitle {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

@media (max-width: 768px) {
  .c-pageTitle {
    font-size: 18px;
    padding-left: 15px;
  }
}

/* --------

 sectionTitle

-------- */
.c-secTtl {
  background: #F45989;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.c-secTtl span {
  display: inline-block;
}

@media (min-width: 769px) {
  .c-secTtl__inner {
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
  }
}

@media (min-width: 769px) {
  .c-secTtl {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .c-secTtl {
    font-size: 1.8rem;
    padding: 12px 7.5%;
    text-align: left;
  }
}

/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-staff {
  padding: 0 0 100px;
}

/* ------------------------
 Content
------------------------ */
.staff_img {
  margin-top: 35px;
}

/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-access {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
/* ------------------------------------------------------------------
 Beginner
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-beginner {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
@media screen and (max-width: 1030px) {
  .blog {
    margin-top: 68px;
  }
}

.l-blog {
  padding-bottom: 20px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .l-blog {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.p-blog {
  display: flex;
}

@media (max-width: 768px) {
  .p-blog {
    flex-direction: column;
  }
}

.p-blog__ttl {
  margin-bottom: 50px;
}

.l-blogCnt {
  margin-right: 15px;
  width: 75%;
}

@media (max-width: 768px) {
  .l-blogCnt {
    margin-right: 0;
    width: 100%;
  }
}

.l-blogCnt__inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .l-blogCnt__inner {
    box-sizing: border-box;
    flex-direction: column;
  }
}

.p-blogCard {
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-blogCard {
    margin-bottom: 10px;
  }
}

.p-blogCard__body {
  border-bottom: 1px solid #EDE5E8;
  padding: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .p-blogCard__body {
    padding: 0 0 30px 0;
  }
}

.p-blogCard__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-blogCard__ttl {
    font-size: 2rem;
  }
}

.p-blogCard__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .p-blogCard__txt {
    font-size: 1.2rem;
  }
}

.wp-block-image {
  margin-top: 30px;
  text-align: center;
}

.l-contact {
  background-color: #F2F2F2;
  padding: 20px 0 50px 0;
}

.p-contactTable_ly {
  padding: 50px 0;
}

@media screen and (max-width: 1030px) {
  .p-contactTable_ly {
    padding: 20px 0;
  }
}

.p-contactTable__table {
  word-wrap: break-all;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.p-contactTable__block {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-contactTable__block {
    display: block;
  }
}

.p-contactTable__heading {
  color: #F45989;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 21px;
  margin-bottom: 60px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .p-contactTable__heading {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  }
}

.p-contactTable__label {
  color: #714329;
  font-size: 1.6rem;
  margin-right: 30px;
  min-width: 230px;
  text-align: left;
  vertical-align: top;
  width: 300px;
}

@media (max-width: 768px) {
  .p-contactTable__label {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

.p-contactTable__input, .p-contactTable__input--birth {
  font-size: 1.4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .p-contactTable__input, .p-contactTable__input--birth {
    display: block;
    width: 100%;
  }
}

.p-contactTable__input input[type='text'], .p-contactTable__input--birth input[type='text'],
.p-contactTable__input input[type='tel'],
.p-contactTable__input--birth input[type='tel'],
.p-contactTable__input input[type='email'],
.p-contactTable__input--birth input[type='email'] {
  border: 2px solid #E3A6B9;
  height: 35px;
  width: 100%;
}

.p-contactTable__input textarea, .p-contactTable__input--birth textarea {
  border: 2px solid #E3A6B9;
  width: 100%;
}

.p-contactTable__input select, .p-contactTable__input--birth select {
  border: 2px solid #E3A6B9;
  height: 35px;
}

.p-contactTable__input--birth {
  align-items: center;
  display: flex;
}

.p-contactTable__input--birth input {
  width: 60px !important;
}

.p-contactTable__submit {
  margin-top: 20px;
  text-align: center;
}

.p-contactTable__submit button[type="submit"],
.p-contactTable__submit input[type="submit"] {
  background-color: #E3A6B9;
  border: 1px solid #E3A6B9;
  color: #fff;
  display: block;
  font-size: 21px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  transition: .3s;
  width: 300px;
}

.p-contactTable__submit button[type="submit"]:hover,
.p-contactTable__submit input[type="submit"]:hover {
  cursor: pointer;
  opacity: .8;
}

/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-denture {
  padding: 0 0 70px;
}

.l-aestheticDenture {
  padding: 0 0 80px;
}

.l-titaniumDenture {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
/* ------------------------------------------------------------------
 News
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
/* ------------------------
 Content
------------------------ */
.p-media.p-media__item {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}

.p-media__thumb {
  margin-right: 30px;
  width: 16%;
}

@media (max-width: 768px) {
  .p-media__thumb {
    margin-right: 15px;
    width: 30%;
  }
}

.p-media__thumb img {
  max-width: 140px;
}

@media (max-width: 768px) {
  .p-media__thumb img {
    max-width: 100px;
  }
}

.p-media__data {
  border-bottom: 1px solid #F45989;
  padding-bottom: 30px;
  width: 70%;
}

@media (max-width: 768px) {
  .p-media__data {
    padding-bottom: 10px;
  }
}

.p-media__link {
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  justify-content: space-between;
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  .p-media__link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

@media (max-width: 768px) {
  .p-media__link {
    display: block;
  }
}

.p-media__title {
  color: #F45989;
}

@media (max-width: 768px) {
  .p-media__title {
    font-size: 14px;
  }
}

.p-media__more {
  margin-left: auto;
}

@media (max-width: 768px) {
  .p-media__more {
    margin-top: 15px;
  }
}

/* ------------------------------------------------------------------
 Invisalign
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-invisaFv {
  height: calc(100vh - 68px);
  margin-top: 68px;
}

@media (min-width: 769px) {
  .l-invisaFv {
    margin-top: 0;
  }
}

.l-invisaService {
  background: #EDF4BD;
  margin-bottom: 60px;
  padding: 25px 0;
}

.l-problem {
  padding: 0px 0 60px;
}

@media (min-width: 769px) {
  .l-problem {
    padding-bottom: 0;
  }
}

.l-invisaAbout {
  padding: 0px 0 65px;
}

.l-case {
  padding: 0 0 60px;
}

.l-merit {
  padding: 0 0 60px;
}

.l-platinaDoctor {
  padding: 0px 0 60px;
}

.l-reason {
  padding: 0px 0 60px;
}

.l-yobou {
  padding: 0px 0 60px;
}

.l-difference {
  padding: 0 0 60px;
}

.l-assumption {
  padding: 0px 0 60px;
}

.l-flow {
  padding: 0px 0 60px;
}

.l-comparison {
  padding: 0px 0 60px;
}

.l-cost {
  padding: 0px 0 60px;
}

.l-links {
  padding: 0 0 50px;
}

/* ------------------------
 Content
------------------------ */
.invisaFv {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.invisaFv--wrapper {
  height: 100%;
  position: relative;
}

.invisaFv-textImg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  position: absolute;
  top: 680px;
  transform: translateX(-50%);
  width: 70%;
}

@media screen and (max-width: 1030px) {
  .invisaFv-textImg {
    top: 570px;
    width: 90%;
  }
}

.invisaFv__text {
  color: #F45989;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  left: 5%;
  line-height: 1.28;
  padding: 8px;
  position: absolute;
  top: 70px;
}

.invisaFv__text span {
  background: #fff;
  display: inline-block;
  padding: 0 7px;
}

@media (min-width: 769px) {
  .invisaFv__text {
    font-size: 3.1rem;
    left: initial;
    right: 15%;
    top: 300px;
  }
}

.p-invisaIntro {
  padding: 12px 0;
}

.p-invisaIntro__text {
  color: #F45989;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.p-invisaIntro__text span {
  display: inline-block;
}

@media (min-width: 769px) {
  .p-invisaService {
    display: flex;
  }
}

.p-invisaService__inner {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .p-invisaService__inner {
    flex-direction: column;
    text-align: center;
    width: calc(100% / 2);
  }
}

.p-invisaService__img--wrapper {
  margin-right: 5%;
  width: 45%;
}

@media (min-width: 769px) {
  .p-invisaService__img--wrapper {
    margin-right: 0;
    width: 100%;
  }
}

.p-invisaService__right {
  width: 50%;
}

@media (min-width: 769px) {
  .p-invisaService__right {
    width: 100%;
  }
}

.p-invisaService__text {
  color: #714329;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.29;
}

.p-invisaService__text .emphasis {
  color: #F45989;
}

@media (min-width: 769px) {
  .p-invisaService__text {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.p-problem {
  position: relative;
}

@media (min-width: 769px) {
  .p-problem__inner {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .p-problem__inner {
    padding-top: 40px;
  }
}

@media (min-width: 769px) {
  .p-problem__list {
    display: block;
    padding: 60px 0;
    width: 50%;
  }
}

.p-problem__listItem {
  align-items: center;
  display: flex;
  margin-bottom: 13px;
}

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

@media (min-width: 769px) {
  .p-problem__listItem {
    margin-bottom: 15px;
    width: 100%;
  }
  .p-problem__listItem:last-child {
    margin-bottom: 15px;
  }
}

.p-problem__listItem .check {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-right: 7px;
  width: 28px;
}

.p-problem__listItem .text {
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-problem__listItem .text {
    font-size: 2rem;
  }
}

.p-problem__illust {
  position: absolute;
  right: 10px;
  top: 180px;
}

@media (min-width: 769px) {
  .p-problem__illust {
    left: 42%;
    top: 290px;
  }
}

.p-problem__img {
  width: 100%;
}

@media (min-width: 769px) {
  .p-problem__img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .p-problem__img--wrapper {
    margin-top: 45px;
    text-align: center;
  }
}

.invisaAbout-img img {
  width: 100%;
}

.p-invisaAbout__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.63;
  margin-top: 25px;
}

.p-invisaAbout__text .emphasis {
  color: #F45989;
  font-weight: bold;
}

.p-invisaAbout__detail {
  background: #FFD9E4;
  border: 1px solid #DC95AB;
  margin-bottom: 18px;
  margin-top: 26px;
  padding: 20px;
}

.p-invisaAbout__detail-title {
  color: #F45989;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}

.p-invisaAbout__detail-title::before {
  background: #F45989;
  border-radius: 50%;
  content: '';
  height: 15px;
  left: -5px;
  position: absolute;
  top: 7px;
  width: 15px;
}

.p-invisaAbout__detail-title span {
  display: inline-block;
}

.p-invisaAbout__detail-text {
  color: #404040;
  margin-top: 20px;
}

.p-invisaAbout__detail-text .emphasis {
  color: #714329;
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-invisaAbout__btn {
    max-width: 100%;
  }
}

.p-case {
  color: #404040;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-case__item {
  border: 1px solid #DC95AB;
  border-bottom-width: 0px;
  text-align: center;
  width: 50%;
}

@media (max-width: 768px) {
  .p-case__item:nth-child(2n + 2) {
    border-left-width: 0px;
  }
  .p-case__item:nth-child(n + 6) {
    border-bottom-width: 1px;
  }
}

.p-case__item:last-child {
  border: 0px;
}

.p-case__item-name {
  background: #FFD9E4;
  border-bottom: 1px solid #DC95AB;
  display: block;
  font-weight: bold;
  padding: 10px 0 3px;
}

.p-case__item-name rb {
  font-size: 1.6rem;
}

.p-case__item-name rt {
  font-size: 1rem;
}

.p-case__item-img--wrapper {
  padding: 15px;
}

@media (min-width: 769px) {
  .p-case__item {
    border-bottom-width: 1px;
    border-right-width: 0;
    margin-bottom: 20px;
    width: 25%;
  }
  .p-case__item:nth-child(4), .p-case__item:nth-child(7) {
    border-right-width: 1px;
  }
}

.p-merits {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .p-merits {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-merit, .p-merit--pink, .p-merit--beige {
  margin-bottom: 28px;
}

@media (min-width: 769px) {
  .p-merit, .p-merit--pink, .p-merit--beige {
    margin-bottom: 30px;
    margin-right: 16px;
    width: calc((100% - 16px) / 2);
  }
  .p-merit:nth-child(1), .p-merit--pink:nth-child(1), .p-merit--beige:nth-child(1) {
    order: 0;
  }
  .p-merit:nth-child(2), .p-merit--pink:nth-child(2), .p-merit--beige:nth-child(2) {
    margin-right: 0;
    order: 1;
  }
  .p-merit:nth-child(3), .p-merit--pink:nth-child(3), .p-merit--beige:nth-child(3) {
    margin-right: 0;
    order: 3;
  }
  .p-merit:nth-child(4), .p-merit--pink:nth-child(4), .p-merit--beige:nth-child(4) {
    order: 2;
  }
}

@media (max-width: 768px) {
  .p-merit:last-child, .p-merit--pink:last-child, .p-merit--beige:last-child {
    margin-bottom: 0;
  }
}

.p-merit__img {
  -o-object-fit: cover;
  -webkit-transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.p-merit__img--wrapper {
  padding-top: 56.25%;
  position: relative;
}

.p-merit__body {
  padding: 25px 20px;
}

.p-merit__title {
  color: #F45989;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.27;
  text-align: center;
}

.p-merit__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.63;
  margin-top: 20px;
}

.p-merit--pink {
  background: #FCE8EE;
}

.p-merit--beige {
  background: #FCF6E8;
}

.platinaDoctor-mv.pc {
  display: none;
}

@media (min-width: 769px) {
  .platinaDoctor-mv.pc {
    display: block;
  }
}

.platinaDoctor-mv.sp {
  display: none;
}

@media (max-width: 768px) {
  .platinaDoctor-mv.sp {
    display: block;
  }
}

.platinaDoctor-illust {
  text-align: right;
}

.platinaDoctor-illust img {
  width: 80%;
}

.platinaDoctor-illust.pc {
  display: none;
}

@media (min-width: 769px) {
  .platinaDoctor-illust.pc {
    display: block;
  }
}

.platinaDoctor-illust.sp {
  display: none;
}

@media (max-width: 768px) {
  .platinaDoctor-illust.sp {
    display: block;
  }
}

.p-platinaDoctor__aside {
  background: #FCE8EE;
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
  margin-top: 25px;
  padding: 20px 25px;
}

.p-platinaDoctor__detail {
  margin-bottom: 18px;
  margin-top: 26px;
}

.p-platinaDoctor__detail-title {
  color: #F45989;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.p-platinaDoctor__detail-title::before {
  background: #F45989;
  border-radius: 50%;
  content: '';
  height: 18px;
  left: -5px;
  position: absolute;
  top: 4px;
  width: 18px;
}

@media (min-width: 769px) {
  .p-platinaDoctor__detail-top {
    display: flex;
  }
}

.p-platinaDoctor__detail-text, .p-platinaDoctor__detail-text--first {
  color: #404040;
  margin-top: 20px;
}

.p-platinaDoctor__detail-text .emphasis, .p-platinaDoctor__detail-text--first .emphasis {
  color: #F45989;
  font-weight: bold;
}

.p-reasons {
  margin-top: 45px;
}

.p-reason {
  margin-bottom: 37px;
}

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

.p-reason__title {
  background: #FCE8EE;
  display: flex;
  margin-bottom: 18px;
  padding: 15px;
}

@media (min-width: 769px) {
  .p-reason__title {
    align-items: center;
  }
}

.p-reason__title-num {
  margin-right: 15px;
  width: 15%;
}

@media (min-width: 769px) {
  .p-reason__title-num {
    width: initial;
  }
}

.p-reason__title-text {
  color: #F45989;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.29;
  width: 85%;
}

.p-reason__title-text span {
  display: inline-block;
}

@media (min-width: 769px) {
  .p-reason__content {
    display: flex;
    padding-left: 60px;
  }
}

.p-reason__text {
  color: #404040;
  font-size: 1.6rem;
}

@media (min-width: 769px) {
  .p-reason__text {
    margin-right: 5%;
    width: 60%;
  }
}

.p-reason__img--wrapper {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .p-reason__img--wrapper {
    margin-top: 0;
    width: 35%;
  }
}

.p-reason__aside {
  margin-top: 38px;
}

@media (min-width: 769px) {
  .p-reason__aside {
    margin-top: 0;
    padding-left: 60px;
  }
}

.p-reason__aside-text {
  color: #F45989;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.29;
}

.p-reason__aside-text span {
  display: inline-block;
}

.p-reason__aside-img {
  width: 100%;
}

.p-yobou {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .p-yobou__inner {
    align-items: flex-start;
    display: flex;
  }
}

@media (min-width: 769px) {
  .p-yobou__img {
    width: 100%;
  }
}

.p-yobou__img--wrapper {
  text-align: center;
}

@media (min-width: 769px) {
  .p-yobou__img--wrapper {
    margin-right: 19px;
    width: 247px;
  }
}

.p-yobou__text {
  margin-top: 23px;
  text-align: justify;
}

.p-yobou__text .emphasis {
  color: #F45989;
}

@media (min-width: 769px) {
  .p-yobou__text {
    margin-top: 0;
    width: 100%;
  }
}

.invisa-movie--wrapper {
  height: 0;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.invisa-movie--wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-assumption__img {
  width: 80%;
}

.p-assumption__img--wrapper {
  padding: 15px 0;
  text-align: center;
}

.p-assumption__img02 {
  width: 70%;
}

@media (min-width: 769px) {
  .p-assumption__img02 {
    width: 100%;
  }
}

.p-assumption__img02--wrapper {
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 769px) {
  .p-assumption__img02--wrapper {
    margin-right: 14px;
    padding: 0;
    width: 227px;
  }
}

@media (min-width: 769px) {
  .p-assumption__inner {
    align-items: flex-start;
    display: flex;
  }
}

.p-assumption__catch {
  background: #FCE8EE;
  color: #714329;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.29;
  margin: 0 0 15px;
  padding: 10px 0;
  text-align: center;
}

.p-assumption__catch span {
  display: inline-block;
}

.p-assumption__catch .emphasis {
  color: #F45989;
}

@media (min-width: 769px) {
  .p-assumption__catch {
    font-size: 2.4rem;
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .p-assumption__catch {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-assumption__text {
  margin-top: 23px;
}

@media (min-width: 769px) {
  .p-assumption__text {
    margin-top: 0;
    width: 100%;
  }
}

.p-flow {
  margin-top: 37px;
}

.p-flowItem {
  margin-bottom: 43px;
}

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

@media (min-width: 769px) {
  .p-flowItem__inner {
    display: flex;
  }
}

@media (max-width: 768px) {
  .p-flowItem__img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .p-flowItem__img--wrapper {
    width: 40%;
  }
}

@media (min-width: 769px) {
  .p-flowItem__right {
    width: 60%;
  }
}

.p-flowItem__name {
  background: #FCE8EE;
  color: #F45989;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.p-flowItem__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.63;
}

@media (min-width: 769px) {
  .p-flowItem__text {
    padding: 10px 0 10px 16px;
  }
}

.p-comparison {
  /* 上段。backgroundを書き換えれば背景色が変わります。 */
}

.p-comparison table {
  word-wrap: break-all;
  border: 1px solid #DC95AB;
  border-collapse: collapse;
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.p-comparison table th,
.p-comparison table td {
  border: 1px solid #DC95AB;
  padding: 10px 5px;
  text-align: center;
}

.p-comparison table th span,
.p-comparison table td span {
  display: inline-block;
}

.p-comparison table th {
  background: #FFD9E4;
  color: #714329;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (min-width: 769px) {
  .p-comparison table th {
    font-size: 1.7rem;
    font-weight: bold;
  }
}

.p-comparison table th:first-child {
  width: 80px;
}

@media (min-width: 769px) {
  .p-comparison table th:first-child {
    width: 273px;
  }
}

.p-comparison table th:last-child {
  width: 120px;
}

@media (min-width: 769px) {
  .p-comparison table th:last-child {
    width: initial;
  }
}

.p-comparison table td {
  color: #714329;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .p-comparison table td {
    font-weight: bold;
  }
}

.p-comparison table td.title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  width: 80px;
}

@media (min-width: 769px) {
  .p-comparison table td.title {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}

.p-cost {
  background: #FCE8EE;
  margin-top: 50px;
  padding: 20px;
  position: relative;
}

.p-cost__price {
  border-bottom: 1px solid #DC95AB;
  color: #714329;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: center;
}

.p-cost__price span {
  font-size: 1.6rem;
}

.p-cost__monthly {
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-cost .illust01 {
  left: -17px;
  position: absolute;
  top: 21px;
}

.p-cost .illust02 {
  position: absolute;
  right: -10px;
  top: 40px;
}

.p-cost .illust03 {
  bottom: -30px;
  position: absolute;
  right: 90px;
}

.p-cost .illust04 {
  bottom: -18px;
  left: -15px;
  position: absolute;
}

.p-cost .illust05 {
  bottom: -30px;
  position: absolute;
  right: -20px;
}

.p-costAside {
  margin-top: 40px;
}

.p-costAside__title {
  color: #404040;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-costAside__text {
  color: #404040;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media (min-width: 769px) {
  .p-links {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.p-link {
  align-items: center;
  border: 1px solid #DC95AB;
  display: flex;
  height: 73px;
  justify-content: space-between;
  margin-bottom: 17px;
}

@media (min-width: 769px) {
  .p-link {
    margin-right: 15px;
    width: calc((100% - 30px) / 3);
  }
  .p-link:last-child {
    margin-right: 0;
  }
}

.p-link__text {
  color: #714329;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.p-link__arrow {
  background: #E3A6B9;
  height: 100%;
  position: relative;
  width: 25px;
}

.p-link__arrow::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: '';
  height: 8px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
}

/* ------------------------
 Page (Common Style)
------------------------ */
@media screen and (max-width: 1030px) {
  .page {
    margin-top: 68px;
  }
}

.page-content {
  margin-top: 50px;
}

.page h2 {
  background: #F45989;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 769px) {
  .page h2 {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page h2 {
    font-size: 1.8rem;
    padding: 12px 7.5%;
    text-align: left;
  }
}

.page h3 {
  color: #714329;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 35px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .page h3 {
    font-size: 1.8rem;
  }
}

.page h3::before {
  background: #E3A6B9;
  border-radius: 50%;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  width: 28px;
}

@media (max-width: 768px) {
  .page h3::before {
    height: 24px;
    width: 24px;
  }
}

.page h3.num-title {
  display: flex;
  padding-left: 0;
}

.page h3.num-title::before {
  display: none;
  position: initial;
}

.page h3.num-title .num {
  align-items: center;
  background: #E3A6B9;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin-right: 15px;
  width: 28px;
}

@media (max-width: 768px) {
  .page h3.num-title .num {
    height: 27px;
    width: 30px;
  }
}

.page h3.num-title .text {
  width: 100%;
}

.page p {
  color: #404040;
  font-size: 1.8rem;
  line-height: 1.63;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page p {
    font-size: 1.6rem;
  }
}

.page p strong.emphasis {
  color: #F45989;
}

.page p .underline {
  color: #F45989;
  text-decoration: underline;
}

.page p.catch {
  color: #714329;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .page p.catch {
    font-size: 2rem;
  }
}

.page p.mt-0 {
  margin-top: 0;
}

.page p.small {
  font-size: 1.6rem;
}

.page .box {
  background: #FFD9E4;
  border: 1px solid #DC95AB;
  padding: 0px 15px;
}

.pageCatch {
  background: #EDF4BD;
}

.pageCatch-img {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 500px) {
  .pageCatch-img {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-periodontalDiseaseTreatment {
  padding: 40px 0 80px;
}

.l-originality {
  padding: 0 0 80px;
}

.l-affection {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-prevention {
  padding: 40px 0 80px;
}

.l-recommendation {
  padding: 0 0 80px;
}

.l-treatment {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-recruit {
  padding: 30px 0 80px;
}

/* ------------------------
 Content
------------------------ */
.reserve_month {
  width: 50px !important;
}

.reserve_day {
  width: 50px !important;
}

/* ------------------------------------------------------------------
 Top
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
/* ------------------------
 Content
------------------------ */
.p-hero {
  margin-bottom: 2.08333vw;
  position: relative;
}

@media (min-width: 1920px) {
  .p-hero {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .p-hero {
    margin-bottom: 5.33333vw;
  }
}

@media (min-width: 769px) {
  .p-hero__inner {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-top: 3.125vw;
  }
}

@media (min-width: 769px) and (min-width: 1920px) {
  .p-hero__inner {
    padding-top: 60px;
  }
}

@media (min-width: 769px) and (min-width: 1920px) {
  .p-hero__inner {
    padding-left: 60px;
  }
}

@media (min-width: 769px) and (min-width: 1920px) {
  .p-hero__inner {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .p-hero__inner {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
    padding-top: 3.33333vw;
  }
}

.p-hero__slide {
  height: 100%;
  overflow: visible;
  width: 100%;
}

.p-hero__slideItem {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 769px) {
  .p-hero__slideItem {
    height: calc(100vh - 60px);
  }
}

.p-hero__slideImg {
  background-image: url(../img/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .p-hero__slideImg {
    height: calc(100vh - (91px + 6.66667vw + 87px));
  }
}

.p-hero .swiper-slide-active .p-hero__slideImg,
.p-hero .swiper-slide-duplicate-active .p-hero__slideImg,
.p-hero .swiper-slide-prev .p-hero__slideImg {
  -webkit-animation: zoomUp 15s linear 0s 1 normal both;
  animation: zoomUp 15s linear 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.p-hero__slidePager {
  left: 0;
  position: absolute;
  z-index: 20;
}

@media (min-width: 769px) {
  .p-hero__slidePager {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    align-items: center;
    display: flex;
    height: 3.125vw;
    justify-content: flex-end;
    max-height: 60px;
    padding: 0 2.857142857vw;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    width: calc(100vh - 4.28571vw) !important;
  }
}

@media (min-width: 769px) and (min-width: 1400px) {
  .p-hero__slidePager {
    padding: 0 31px;
  }
}

@media (max-width: 768px) {
  .p-hero__slidePager {
    text-align: center;
  }
}

.p-hero__slidePager span.swiper-pagination-bullet {
  background-color: #ccc;
  height: 6px;
  margin: 0 12px !important;
  width: 6px;
}

.p-hero__slidePager span.swiper-pagination-bullet:focus {
  outline: none;
}

@media (max-width: 768px) {
  .p-hero__slidePager span.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.p-hero__slidePager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F45989;
}

.p-hero__slidePager .swiper-pagination-bullet {
  opacity: 1;
}

/* ------------------------------------------------------------------
 About
------------------------------------------------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-aestheticDentistry {
  padding: 40px 0 80px;
}

.l-whitening {
  padding: 0 0 80px;
}

/* ------------------------
 Content
------------------------ */
/* ------------------------
 Layout
------------------------ */
.l-access {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-access {
  margin-top: 40px;
}

.p-access table {
  word-wrap: break-all;
  border-bottom: 1px solid #DC95AB;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.p-access th {
  background: #FFD9E4;
  border: 1px solid #DC95AB;
  color: #404040;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px;
}

@media (min-width: 769px) {
  .p-access th {
    font-size: 1.9rem;
    width: 220px;
  }
}

.p-access td {
  border: 1px solid #DC95AB;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 10px;
  text-align: justify;
}

@media (min-width: 769px) {
  .p-access td {
    font-size: 1.9rem;
  }
}

.p-access td .bold {
  font-weight: bold;
}

.p-access td .map-link {
  color: #F45989;
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .p-access .last td:last-child {
    border-bottom: 1px solid #DC95AB;
    width: 100%;
  }
  .p-access th,
  .p-access td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* ------------------------
 Layout
------------------------ */
.l-covit {
  background: #EDF4BD;
  margin-bottom: 70px;
  padding: 20px 0 30px;
}

/* ------------------------
 Content
------------------------ */
@media (min-width: 769px) {
  .p-covit {
    text-align: center;
  }
}

.p-covit__heading {
  color: #714329;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.p-covit__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.p-covit__img--wrapper {
  margin-bottom: 20px;
}

/* ------------------------
 Layout
------------------------ */
.l-fv {
  height: calc(100vh - 68px);
  margin-top: 68px;
}

@media (min-width: 769px) {
  .l-fv {
    height: calc(100vh - 148px);
    margin-top: 0;
  }
}

/* ------------------------
 Content
------------------------ */
.fv {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fv--wrapper {
  height: 100%;
  position: relative;
}

.fv__text {
  background: #fff;
  color: #F45989;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  left: 5%;
  line-height: 1.28;
  padding: 8px;
  position: absolute;
  top: 150px;
}

@media (min-width: 769px) {
  .fv__text {
    font-size: 3.4rem;
    left: 10vw;
    top: 300px;
  }
}

/* ------------------------
 Layout
------------------------ */
.l-line {
  background: #EDF4BD;
  margin-bottom: 60px;
  padding: 25px 0;
}

.l-line__inner {
  padding: 0 18px;
}

@media (min-width: 769px) {
  .l-line__inner {
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
  }
}

/* ------------------------
 Content
------------------------ */
.p-line__inner {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.p-line__img--wrapper {
  width: 35%;
}

.p-line__right {
  width: 65%;
}

.p-line__text {
  color: #714329;
  font-size: 2rem;
  font-weight: bold;
}

.p-line__text .emphasis {
  color: #F45989;
}

@media (min-width: 769px) {
  .p-line__text {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.p-line__btn-pc {
  width: 100%;
}

@media (max-width: 768px) {
  .p-line__btn-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .p-line__btn-sp {
    display: none;
  }
}

/* ------------------------
 Layout
------------------------ */
.l-loan {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-loan {
  padding-top: 40px;
}

.p-loan__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.p-loan table {
  word-wrap: break-all;
  border: 1px solid #DC95AB;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.p-loan th {
  background: #FFD9E4;
  border: 1px solid #DC95AB;
  color: #404040;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px;
}

@media (min-width: 769px) {
  .p-loan th {
    font-size: 1.9rem;
    width: 220px;
  }
}

.p-loan td {
  border: 1px solid #DC95AB;
  font-size: 1.5rem;
  padding: 10px;
}

@media (min-width: 769px) {
  .p-loan td {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 640px) {
  .p-loan .last td:last-child {
    border-bottom: 1px solid #DC95AB;
    width: 100%;
  }
  .p-loan th,
  .p-loan td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* ------------------------
 Layout
------------------------ */
.l-norecommend {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-norecommend {
  margin-top: 40px;
}

.p-norecommend__img--wrapper {
  text-align: center;
}

.p-norecommend__text {
  margin-bottom: 17px;
}

@media (min-width: 769px) {
  .p-norecommend__text {
    font-size: 1.9rem;
    text-align: center;
  }
}

.p-norecoList--wrapper {
  background: #FFD9E4;
  padding: 20px 0;
}

@media (min-width: 769px) {
  .p-norecoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-norecoList__item {
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .p-norecoList__item {
    font-size: 1.9rem;
    width: 49%;
  }
}

.p-norecoList__item span {
  color: #F45989;
  display: inline-block;
  margin-right: 10px;
}

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

/* ------------------------
 Layout
------------------------ */
.l-nosmoking {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-nosmoking {
  padding-top: 40px;
}

.p-nosmoking__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

/* ------------------------
 Layout
------------------------ */
.l-payment {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-payment {
  padding-top: 40px;
}

.p-payment__text {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.65;
}

/* ------------------------
 Layout
------------------------ */
.l-policy {
  padding: 0px 0 60px;
}

/* ------------------------
 Content
------------------------ */
.p-policy__text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: justify;
}

.p-policy__text .bold {
  color: #F45989;
  font-weight: bold;
}

.p-policy__img {
  width: 80%;
}

@media (min-width: 769px) {
  .p-policy__img {
    width: 240px;
  }
}

.p-policy__img--wrapper {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .p-policy__img--wrapper {
    text-align: right;
  }
}

.p-policy__btn {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* ------------------------
 Layout
------------------------ */
.l-policy02 {
  padding: 0px 0 60px;
}

/* ------------------------
 Content
------------------------ */
.p-policy02__list {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .p-policy02__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-policy02__listItem {
  align-items: center;
  display: flex;
  margin-bottom: 13px;
}

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

@media (min-width: 769px) {
  .p-policy02__listItem {
    margin-bottom: 15px;
    width: 50%;
  }
  .p-policy02__listItem:last-child {
    margin-bottom: 15px;
  }
}

.p-policy02__listItem .num {
  align-items: center;
  background: #E3A6B9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 28px;
  justify-content: center;
  margin-right: 3.5px;
  width: 28px;
}

@media (min-width: 769px) {
  .p-policy02__listItem .num {
    font-size: 2rem;
    margin-right: 10px;
  }
}

.p-policy02__listItem .text {
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-policy02__listItem .text {
    font-size: 2rem;
  }
}

.p-policy02__img {
  width: 50%;
}

@media (min-width: 769px) {
  .p-policy02__img {
    width: 240px;
  }
}

.p-policy02__img--wrapper {
  margin-top: 45px;
  text-align: center;
}

/* ------------------------
 Layout
------------------------ */
.l-service {
  padding: 0 0 70px;
}

/* ------------------------
 Content
------------------------ */
.p-services {
  padding: 40px 0 0;
}

.p-service {
  margin-bottom: 45px;
}

@media (min-width: 769px) {
  .p-service {
    align-items: center;
    border: 1px solid #BBBBBB;
    border-bottom-width: 0px;
    display: flex;
    margin-bottom: 0;
  }
  .p-service:last-of-type {
    border-bottom-width: 1px;
  }
}

.p-service__title {
  display: flex;
}

@media (min-width: 769px) {
  .p-service__title {
    border-right: 1px solid #BBBBBB;
    box-sizing: border-box;
    padding: 0 16px;
    width: 50%;
  }
}

.p-service__title-img {
  width: 35%;
}

.p-service__title-text {
  color: #714329;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: 65%;
}

.p-service__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .p-service__items {
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
  }
}

.p-service__item, .p-service__item--org, .p-service__item--pink, .p-service__item--yellow, .p-service__item--lightblue, .p-service__item--green, .p-service__item--purple, .p-service__item--blue {
  background: #EA947F;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 10px 0;
  text-align: center;
  width: 49%;
}

.p-service__item:nth-child(2n+2), .p-service__item--org:nth-child(2n+2), .p-service__item--pink:nth-child(2n+2), .p-service__item--yellow:nth-child(2n+2), .p-service__item--lightblue:nth-child(2n+2), .p-service__item--green:nth-child(2n+2), .p-service__item--purple:nth-child(2n+2), .p-service__item--blue:nth-child(2n+2) {
  margin-right: 0;
}

.p-service__item--org {
  background: #EA947F;
}

.p-service__item--pink {
  background: #E88FAB;
}

.p-service__item--yellow {
  background: #D1C967;
}

.p-service__item--lightblue {
  background: #83BFCB;
}

.p-service__item--green {
  background: #91C987;
}

.p-service__item--purple {
  background: #C790B9;
}

.p-service__item--blue {
  background: #6F9FC9;
}

/* ------------------------
 Layout
------------------------ */
.l-bizTime {
  padding: 0px 0 60px;
}

/* ------------------------
 Content
------------------------ */
.p-time {
  /* 上段。backgroundを書き換えれば背景色が変わります。 */
}

@media (min-width: 769px) {
  .p-time {
    margin: 0 auto;
    width: 490px;
  }
}

.p-time .biz-hour {
  border: 1px solid #DC95AB;
  border-collapse: collapse;
  margin-top: 40px;
}

@media (min-width: 769px) {
  .p-time .biz-hour {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-time .biz-hour {
    word-wrap: break-all;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
  }
}

.p-time .biz-hour th,
.p-time .biz-hour td {
  border: 1px solid #DC95AB;
  font-size: 1.6rem;
  padding: 10px 5px;
  text-align: center;
}

.p-time .biz-hour th {
  background: #FFD9E4;
  font-weight: normal;
}

.p-time .biz-hour .open {
  color: #F45989;
  font-weight: bold;
}

.p-time .biz-hour .close {
  color: #714329;
  font-weight: bold;
}

.p-time .biz-hour .time {
  background: #FFD9E4;
  font-size: 1.2rem;
  width: 100px;
}

@media (min-width: 769px) {
  .p-time .biz-hour .time {
    font-size: 1.8rem;
    width: 150px;
  }
}

.p-time__text {
  font-size: 1.6rem;
  margin-top: 15px;
}

.p-time__text .bold {
  color: #714329;
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-time__text {
    font-size: 1.9rem;
  }
}

/* utility CSS */
@media (max-width: 768px) {
  br.pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  br.sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  img.pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  img.sp {
    display: none !important;
  }
}

.u-bt {
  border-top: solid 1px #EAEAEA;
}

.u-bb {
  border-bottom: solid 1px #EAEAEA;
}

.u-bl {
  border-left: solid 1px #EAEAEA;
}

.u-br {
  border-right: solid 1px #EAEAEA;
}

.u-mainColor {
  color: #F45989 !important;
}

.u-subColor {
  color: #01A5B5 !important;
}

.u-white {
  color: #fff !important;
}

.u-gray {
  color: #EAEAEA !important;
}

.u-black {
  color: #000 !important;
}

.u-red {
  color: #FF2E42 !important;
}

.u-bgWhite {
  background-color: #fff !important;
}

.u-bgGray {
  background-color: #EAEAEA !important;
}

.u-bgBlack {
  background-color: #000 !important;
}

.u-bgMain {
  background-color: #F45989 !important;
}

.u-bgSub {
  background-color: #01A5B5 !important;
}

.is-eventnone {
  pointer-events: none !important;
}

.u-indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

@media (min-width: 769px) {
  .u-pcHide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-spHide {
    display: none !important;
  }
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-nolink {
  pointer-events: none !important;
}

.u-b-none {
  border: none !important;
}

/* Font
------------------------------------------------------------------ */
/* Text Decoration */
.u-fw300 {
  font-weight: 300 !important;
}

.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fNormal {
  font-weight: normal !important;
}

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

.u-small {
  font-size: 0.8em !important;
}

.u-large {
  font-size: 1.5em !important;
}

.u-underline {
  text-decoration: underline !important;
}

/* Text Position */
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-vatb {
  vertical-align: text-bottom !important;
}

/* LineHeight */
.u-lh1 {
  line-height: 1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

/* Nowrap */
.u-nowrap {
  white-space: nowrap !important;
}

/* Text Size */
.u-txt9 {
  font-size: 0.9rem !important;
}

.u-txt10 {
  font-size: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-txt25 {
  font-size: 2.5rem !important;
}

.u-txt26 {
  font-size: 2.6rem !important;
}

.u-txt27 {
  font-size: 2.7rem !important;
}

.u-txt28 {
  font-size: 2.8rem !important;
}

.u-txt29 {
  font-size: 2.9rem !important;
}

.u-txt30 {
  font-size: 3rem !important;
}

/* Layout
------------------------------------------------------------------ */
/* Float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-ofh {
  overflow: hidden !important;
}

/* Width */
.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

/* Block
------------------------------------------------------------------ */
.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-none {
  display: none !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

.u-d-flex-harf {
  display: flex !important;
}

.u-d-flex-harf > * {
  width: 50%;
}

/* Padding
------------------------------------------------------------------ */
.u-p0 {
  padding: 0 !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p20 {
  padding: 20px !important;
}

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

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

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

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

/* Margin
------------------------------------------------------------------ */
.u-m0a {
  margin: 0 auto !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m20 {
  margin: 20px !important;
}

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

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

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

.u-mt12 {
  margin-top: 12px !important;
}

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

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

.u-mt25 {
  margin-top: 25px !important;
}

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

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

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

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

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

.u-mt55 {
  margin-top: 55px !important;
}

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

.u-mt65 {
  margin-top: 65px !important;
}

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

.u-mt75 {
  margin-top: 75px !important;
}

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

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

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

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

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

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

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

.u-mb12 {
  margin-bottom: 12px !important;
}

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

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

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

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

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

.u-mb55 {
  margin-bottom: 55px !important;
}

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

.u-mb65 {
  margin-bottom: 65px !important;
}

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

.u-mb75 {
  margin-bottom: 75px !important;
}

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

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

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

.u-mb110 {
  margin-bottom: 110px !important;
}

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

.u-mb130 {
  margin-bottom: 130px !important;
}

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

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}
/*# sourceMappingURL=sourcemaps/style.css.map */

/* 220506江口ここから追加 */
.btn-flat-border {
  display: inline-block;
  padding: 0.4em 1em;
  text-decoration: none;
  color: #f45a89;
  border: solid 2px #f45a89;
  border-radius: 3px;
  transition: .4s;
	margin-bottom:20px;
	width:140px;
	font-size:15px;
	font-weight:600;
}

.btn-flat-border:hover {
  background: #f45a89;
  color: white;
}

@media (max-width: 480px) {
.btn-flat-border {
	width:120px;
	font-size:13px;
	font-weight:600;
}
}
/* 220506江口ここまで追加 */

/* 20220914飯田追加 */
.mb50 {margin-bottom: 50px !important;}
.l-wrapper {top: -15px;}
.br_smp {display: none;}
.txt_bb {
    font-size: 1.15em;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
@media screen and (max-width: 480px) {
	.omit-page {margin-top: -68px !important;}
	.br_smp {display: block;}
}
/* 20220914飯田追加 */

/* 221213江口ここから追加 */
.flex_container{
	display:flex;
	width:100%;
}
.flex_txt{
	width:70%;
	padding:0 10 0 0;
}
.flex_img{
	width:30%;
}
@media screen and (max-width: 480px) {
.flex_container{
	flex-wrap:wrap;
}
.flex_txt{
	width:100%;
	padding:0;
}
.flex_img{
	width:100%;
}	
.mt20_sp{
	margin-top:20px;
}
}
.mt20{
	margin-top:20px;
}