@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, figure, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a 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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea {
  -webkit-appearance: none;
}

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

  ブレイクポイント用

===================== */
body, html {
  color: #333 !important;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 575px) {
  body, html {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .show-sm {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
}

.show-xs {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .show-xs {
    display: block !important;
  }
}

section {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-right: 4%;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}

.section-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.section-full {
  padding-right: 0;
  padding-left: 0;
}

.mb56 {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .mb56 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}

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

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.6rem;
}

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

.text-color-primary {
  color: #EE9F8D !important;
}

.text-color-black {
  color: #333 !important;
}

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

figure {
  margin: 0;
}

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

.section-full {
  padding-right: 0;
  padding-left: 0;
}

.underline::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background-color: #EE9F8D;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.relative {
  position: relative;
}

/* =====================
  
  コンバージョンボタン

===================== */
.btn__wrapper {
  text-align: right;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 14px 46px 12px 34px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 30px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #EE9F8D;
  border: solid 2px #EE9F8D;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    padding: 12px 32px 9px 26px;
  }
}

.btn:hover {
  background-color: #EE9F8D;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn:hover:after {
  right: 8.5%;
}

.btn.primary-btn {
  background-color: #EE9F8D;
  color: #fff;
}

.btn.primary-btn:hover {
  background-color: #fff;
  color: #EE9F8D;
}

/* 大きいボタンのとき */
.cta__wrapper {
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .cta__wrapper {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}

.cta__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F29985;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .cta__wrapper:before {
    top: 6px;
    left: 6px;
  }
}

.cta__wrapper:hover:before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 6px;
}

.large-btn {
  font-weight: 700;
  font-size: 2rem;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #333;
  padding: 24px 72px;
  padding: 24px 50px;
  background-color: transparent;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .large-btn {
    padding: 24px 78px;
  }
}

.large-btn:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: transparent;
}

.large-btn:hover:after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.large-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
  max-width: 130px;
  width: 20%;
  height: 7px;
  background-image: url("/img/pict-arrow.svg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .large-btn::after {
    background-image: url("/img/pict-arrow-sp.svg");
    -webkit-transform: translate(35%, -50%);
            transform: translate(35%, -50%);
  }
}

@media screen and (min-width: 1600px) {
  .large-btn {
    font-size: 28px;
  }
}

.btn.arrow-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-color: #EE9F8D;
}

@media screen and (max-width: 767px) {
  .btn.arrow-btn:after {
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
  }
}

.btn.arrow-btn:hover:after {
  right: 12%;
  border-color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn.arrow-btn-left:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-color: #EE9F8D;
}

.btn.arrow-btn-left:hover:after {
  left: 12%;
  right: auto;
  border-color: #fff;
}

.primary-btn.arrow-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .primary-btn.arrow-btn:after {
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
  }
}

.primary-btn.arrow-btn:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.primary-btn.arrow-btn:hover:after {
  right: 12%;
  border-color: #EE9F8D;
}

/* 矢印付きボタン */
.large-btn.arrow-btn:after {
  right: 6%;
  width: 12px;
  height: 12px;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .large-btn.arrow-btn:after {
    right: 8.5%;
  }
}

.large-btn.arrow-btn:hover:after {
  right: 5.5%;
}

@media screen and (max-width: 767px) {
  .large-btn.arrow-btn:hover:after {
    right: 8%;
  }
}

/* 小さいボタン */
.btn small {
  display: block;
  margin-bottom: .1rem;
  letter-spacing: .05rem;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .btn small {
    margin-bottom: 0;
  }
}

/* =====================
  
  背景画像

===================== */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* =====================
  
  文字の装飾

===================== */
.primary-color {
  color: #EE9F8D;
}

.zabuton {
  display: inline-block;
  padding: .3em .8em .1em;
  background-color: #EE9F8D;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .zabuton {
    padding: .3em .6em .1em;
  }
}

br + span.zabuton {
  margin-top: .4em;
}

.bg__dot {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.bg__dot::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: rgba(233, 137, 115, 0.4);
  opacity: 0.6;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg__dot::before {
    width: 32px;
    height: 32px;
  }
}

.bg__dot.bg__dot__white::before {
  content: "";
  background: white;
  opacity: 1;
  top: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.w1-4 {
  width: calc(100% / 4);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .w1-4 {
    width: calc((100% - 16px) / 2);
  }
}

.w1-4 a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.w1-4 a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.w1-4 .text {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .w1-4 .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  .w1-4 .text {
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  margin-top: 80px;
  background-color: #FAFAFA;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 67px;
    padding: 12px 16px;
  }
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  .breadcrumbs ol {
    padding-right: 0;
    padding-left: 0;
    max-width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs ol {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumbs ol {
    width: 100%;
  }
}

.breadcrumbs li {
  margin-right: 1.5em;
}

.breadcrumbs li > span {
  color: #121212;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .breadcrumbs li > span {
    font-size: 1.2rem;
  }
}

.breadcrumbs a {
  padding: 0.125em 0.25em;
  display: block;
  text-decoration: underline;
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 1.2rem;
  }
}

.breadcrumbs a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -75%) rotate(45deg);
          transform: translate(0, -75%) rotate(45deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .breadcrumbs a::after {
    width: 8px;
    height: 8px;
    -webkit-transform: translate(150%, -60%) rotate(45deg);
            transform: translate(150%, -60%) rotate(45deg);
    right: 0;
  }
}

.pager .pagination {
  text-align: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager .pagination > div {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pager .pagination > div {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
  }
}

.pager .pagination > div.pre, .pager .pagination > div.next {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .pager .pagination > div.pre, .pager .pagination > div.next {
    width: 65px;
  }
}

.pager a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  border: solid 2px #999999;
}

.pager a:hover, .pager a.active {
  color: #fff;
  background-color: #F29985;
  border-color: #F29985;
}

.pager a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .dots {
  color: #333333;
  margin-right: 0.5em;
  margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .bottom__page__header {
    padding-bottom: 0;
    padding-top: 24px;
  }
}

.bottom__page__header.p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bottom__page__header.p40 {
    padding-bottom: 0;
    padding-top: 24px;
  }
}

.bottom__page__header.p80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .bottom__page__header.p80 {
    padding-top: 32px;
  }
}

.bottom__page__header .section-inner {
  position: relative;
}

.bottom__page__header .section__header {
  text-align: center;
}

.bottom__page__header .section__header .zabuton {
  background-color: #FFF3EA;
  padding: 10px 24px 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .bottom__page__header .section__header .zabuton {
    margin-bottom: 8px;
  }
}

.bottom__page__header .section__header .zabuton .small__text {
  font-size: 84%;
  padding-left: 8px;
  display: inline-block;
}

.bottom__page__header .section__header .result {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .bottom__page__header .section__header .result {
    font-size: 1.8rem;
  }
}

.bottom__page__header .section__header .result .result__num {
  margin-left: 8px;
}

canvas {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

li.new a {
  position: relative;
}

li.new a::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 40px;
  height: 20px;
  background-image: url("/img/icon__new.svg");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

#sns h2 {
  max-width: 1080px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 24px;
  margin-bottom: 56px;
}

#sns h2 .bg__dot {
  display: inline-block;
  position: relative;
  z-index: 5;
}

#sns .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

#sns .section-inner iframe {
  max-width: 100% !important;
  border: solid #B9B9B9 1px !important;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #sns .section-inner iframe {
    max-width: 100% !important;
  }
}

#sns .section-inner img {
  max-width: 95% !important;
  margin: 1%;
}

@media screen and (max-width: 767px) {
  #sns .section-inner img {
    max-width: 95% !important;
    margin: 5%;
  }
}

#sns .section-inner-instagram {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #sns .section-inner-instagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sns .section-inner-twitter-2 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #sns .section-inner-twitter-2 {
    width: 100%;
  }
}

#sns .section-inner-instagram-2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sns .section-inner-instagram-2 a {
  width: 33%;
}

@media screen and (max-width: 767px) {
  #sns .section-inner-instagram-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

input[type="text"] {
  outline: none;
  border: solid 2px #E3E3E3;
}

input[type="text"]:focus {
  border-color: #EE9F8D;
  outline: 0;
}

#header {
  width: 100%;
  background: white;
  padding: 12px 40px;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #EE9F8D;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1024px) {
  #header {
    padding: 6px 16px;
    background: white;
  }
}

#header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header__inner .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header__inner .header__logo img {
  max-width: 140px;
  margin-right: 16px;
}

@media screen and (max-width: 575px) {
  #header .header__inner .header__logo img {
    max-width: 120px;
  }
}

#header .header__inner .header__logo .logo__text {
  color: #333333;
  font-size: 1.6rem;
  padding: 18px 24px 15px;
  background-color: #FFE1D2;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}

#header .header__inner .header__logo .logo__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 10px solid transparent;
  border-right: 18px solid #FFE1D2;
  -webkit-transform: translate(-85%, -50%);
          transform: translate(-85%, -50%);
}

#header .header__inner nav.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#header .header__inner nav.header__nav ul.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #header .header__inner nav.header__nav ul.header__nav-list {
    display: none;
  }
}

#header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item + .header__nav-item {
  margin-left: 20px;
}

@media screen and (max-width: 1100px) {
  #header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item + .header__nav-item {
    margin-left: 24px;
  }
}

#header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item a {
  color: #333333;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  #header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item a {
    font-size: 14px;
  }
}

#header .header__inner nav.header__nav ul.header__nav-list li.header__nav-item a:hover {
  color: #EE9F8D;
}

#header .header__inner .cta__wrapper {
  max-width: 200px;
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  #header .header__inner .cta__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

#header .header__inner .cta__wrapper:hover:before {
  top: 0;
  left: 0;
}

#header .header__inner .cta__wrapper::before {
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  #header .header__inner .cta__wrapper::before {
    top: 3px;
    left: 3px;
  }
}

#header .header__inner .cta__wrapper a {
  font-size: 1.6rem;
  padding: 1rem 34px 1rem 30px;
}

@media screen and (max-width: 767px) {
  #header .header__inner .cta__wrapper a {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}

#header .header__inner .cta__wrapper a:hover::after {
  -webkit-transform: translate(15%, -50%);
          transform: translate(15%, -50%);
}

#header .header__inner .cta__wrapper a::after {
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
  width: 37px;
  height: 7px;
}

@media screen and (max-width: 1024px) {
  #header .header__inner .cta__wrapper a::after {
    display: none;
  }
}

#header .drawer-list {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .drawer-list {
    display: block;
    position: absolute;
    right: 0;
    top: -24px;
    height: calc(100vh + 32px);
    width: 100vw;
    margin: calc(50% - 50vw);
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    -webkit-transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
    transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease, -webkit-transform 450ms ease;
    border-bottom-left-radius: 100vw;
    background: #fff;
  }
}

#header .drawer-list > ul {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .drawer-list > ul {
    display: block;
    height: 100%;
    width: 70%;
    padding: 0;
    overflow-x: hidden;
    pointer-events: auto;
    margin: 0 auto;
  }
}

#header .drawer-list > ul > li {
  max-width: 80%;
  margin: 0 auto;
  pointer-events: auto;
  white-space: nowrap;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #header .drawer-list > ul > li {
    max-width: 100%;
  }
}

#header .drawer-list > ul > li + li {
  margin: 12px auto 0;
}

#header .drawer-list > ul > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: .7em 1em;
  font-size: calc(24px - .5vw);
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #header .drawer-list > ul > li > a {
    padding: .5rem;
    font-weight: 500;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #header .drawer-list > ul > li > a {
    text-align: left;
  }
}

#header .drawer-list > ul > li > a:hover {
  cursor: pointer;
  opacity: 0.8;
}

#header .drawer-list > ul > li .header__btn {
  background-color: #EE9F8D;
  color: white;
  padding: 20px 40px;
  border-radius: 6px;
  font-weight: 700;
}

#header .drawer-list > ul > li .header__btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  #header .drawer-list > ul > li .header__btn:after {
    border-top: 3px solid;
    border-right: 3px solid;
    width: 10px;
    height: 10px;
  }
}

#header input.hamburger {
  display: none;
}

#header input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-bottom-left-radius: 0;
}

#header input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

#header input.hamburger:checked ~ .drawer-list li a {
  margin-bottom: 0;
}

#header input.hamburger:checked ~ label > i {
  background-color: transparent;
}

#header input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
  background-color: #333333;
}

#header input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
  background-color: #333333;
}

#header label.hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 23px;
    width: 23px;
    margin-left: 16px;
  }
}

#header label.hamburger:hover {
  cursor: pointer;
}

#header label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  background-color: #333;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#header label.hamburger > i:before, #header label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  left: 50%;
  background-color: #333;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#header label.hamburger > i:before {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}

#header label.hamburger > i:after {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

footer {
  background-color: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

footer .about {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

/*
footer .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

footer .footer__list li {
  border-right: solid 1px #333;
}

@media screen and (max-width: 767px) {
  footer .footer__list li:first-of-type {
    border-left: solid 1px #333;
  }
}

footer .footer__list li a {
  display: block;
  padding: 0.15em 1em 0.05em;
}

@media screen and (max-width: 767px) {
  footer .footer__list li a {
    font-size: 1.2rem;
    padding: 0.15em 0.6em 0.05em;
  }
}
*/
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* モーダル関係スタイリング */
.modal {
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  /*好きなサイズに変更*/
  max-width: 580px;
  z-index: 1010;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 24px 4%;
    width: 90%;
    top: 45%;
  }
}

.modal__inner {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal__inner {
    text-align: center;
    height: auto;
  }
}

.modal__inner > h3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .modal__inner > h3 {
    margin-bottom: 16px;
  }
}

.modal__inner .zabuton {
  padding: 0.5em 1em 0.4em;
}

#close__btn {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #close__btn {
    text-align: left;
  }
}

#close__btn a {
  padding: 20px 34px 18px 44px;
  border-radius: 6px;
}

#close__btn:hover {
  opacity: .8;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 575px) {
  #overlay {
    height: 120%;
  }
}

.modal__h3__description {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .modal__h3__description {
    font-size: 1.4rem;
  }
}

.modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.modal__list li {
  width: calc((100% - 32px) / 3);
}

@media screen and (max-width: 767px) {
  .modal__list li {
    width: calc((100% - 16px) / 2);
  }
}

.modal__list li a {
  width: 100%;
  border-radius: 6px;
  padding: 20px 44px 18px 34px;
}

.bg__float {
  -webkit-animation: fuwafuwa 10s infinite ease-in-out 0.5s alternate;
          animation: fuwafuwa 10s infinite ease-in-out 0.5s alternate;
  background: url("/img/bg__float.png") no-repeat center center/100% auto;
  display: inline-block;
  -webkit-transition: 8.5s ease-in-out;
  transition: 8.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
  position: absolute;
  right: 20%;
  top: 50%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .bg__float {
    -webkit-animation: fuwafuwa 8s infinite ease-in-out 0.5s alternate;
            animation: fuwafuwa 8s infinite ease-in-out 0.5s alternate;
    right: 10%;
  }
}

.bg__float.bg__float2 {
  -webkit-animation: fuwafuwaReverce 4s infinite linear 0.5s alternate;
          animation: fuwafuwaReverce 4s infinite linear 0.5s alternate;
  background: url("/img/bg__float2.png") no-repeat center center/100% auto;
  right: 35%;
  top: 10%;
  -webkit-transition: 5.5s ease-in-out;
  transition: 5.5s ease-in-out;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .bg__float.bg__float2 {
    -webkit-animation: fuwafuwaReverce 10s infinite linear 0.5s alternate;
            animation: fuwafuwaReverce 10s infinite linear 0.5s alternate;
    right: 28%;
  }
}

.bg__float.bg__float3 {
  -webkit-animation: fuwafuwaReverce 4s infinite linear 0.5s alternate;
          animation: fuwafuwaReverce 4s infinite linear 0.5s alternate;
  background: url("/img/bg__float3.png") no-repeat center center/100% auto;
  right: 50%;
  bottom: 2%;
  top: auto;
  -webkit-transition: 5.5s ease-in-out;
  transition: 5.5s ease-in-out;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .bg__float.bg__float3 {
    -webkit-animation: fuwafuwaReverce 8s infinite linear 0.5s alternate;
            animation: fuwafuwaReverce 8s infinite linear 0.5s alternate;
    width: 60px;
    height: 60px;
    right: 35%;
  }
}

.bg__float.bg__float4 {
  -webkit-animation: fuwafuwaReverce 5s infinite linear 0.5s alternate;
          animation: fuwafuwaReverce 5s infinite linear 0.5s alternate;
  background: url("/img/bg__float4.png") no-repeat center center/100% auto;
  right: 5%;
  top: 10%;
  -webkit-transition: 6.5s ease-in-out;
  transition: 6.5s ease-in-out;
  width: 120px;
  height: 150px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg__float.bg__float4 {
    width: 20px;
    height: 15px;
  }
}

.bg__float.bg__float5 {
  -webkit-animation: fuwafuwa 5s infinite linear 0.5s alternate;
          animation: fuwafuwa 5s infinite linear 0.5s alternate;
  background: url("/img/bg__float5.png") no-repeat center center/100% auto;
  left: 5%;
  bottom: 10%;
  -webkit-transition: 6.5s ease-in-out;
  transition: 6.5s ease-in-out;
  width: 200px;
  height: 230px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg__float.bg__float5 {
    -webkit-animation: fuwafuwa 15s infinite linear 0.5s alternate;
            animation: fuwafuwa 15s infinite linear 0.5s alternate;
    width: 30px;
    height: 32px;
    left: 0;
    background-size: contain;
  }
}

.bg__float.bg__float6 {
  -webkit-animation: fuwafuwa 5s infinite linear 0.5s alternate;
          animation: fuwafuwa 5s infinite linear 0.5s alternate;
  background: url("/img/bg__float2.png") no-repeat center center/100% auto;
  right: 7%;
  bottom: 3%;
  top: auto;
  -webkit-transition: 6.5s ease-in-out;
  transition: 6.5s ease-in-out;
  width: 70px;
  height: 70px;
  z-index: 0;
}

.bg__float.bg__float7 {
  -webkit-animation: fuwafuwaReverce 5s infinite linear 0.5s alternate;
          animation: fuwafuwaReverce 5s infinite linear 0.5s alternate;
  background: url("/img/bg__float3.png") no-repeat center center/100% auto;
  left: 7%;
  top: 5%;
  -webkit-transition: 6.5s ease-in-out;
  transition: 6.5s ease-in-out;
  width: 70px;
  height: 70px;
  z-index: 0;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -45px) rotate(0deg);
            transform: translate(0, -45px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -45px) rotate(0deg);
            transform: translate(0, -45px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@-webkit-keyframes fuwafuwaReverce {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 15px) rotate(0deg);
            transform: translate(0, 15px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes fuwafuwaReverce {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 15px) rotate(0deg);
            transform: translate(0, 15px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.js__fadeIn {
  opacity: 0;
}

.js__fadeIn.active {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 0s 1 normal forwards running;
          animation: fadeIn 1s ease-in 0s 1 normal forwards running;
}

.js__fadeIn.active.delay2s {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

@media screen and (max-width: 575px) {
  .js__fadeIn.active.delay2s.sp-row {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.js__fadeIn.active.delay3s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media screen and (max-width: 575px) {
  .js__fadeIn.active.delay3s.sp-row {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}

.js__fadeIn.active.delay4s {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

@media screen and (max-width: 575px) {
  .js__fadeIn.active.delay4s.sp-row {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fv__fadeIn {
  opacity: 0;
  -webkit-animation: appeare 1s ease-in 1s 1 normal forwards running;
          animation: appeare 1s ease-in 1s 1 normal forwards running;
}

.fv__fadeIn1s {
  opacity: 0;
  -webkit-animation: appeare 1s ease-in 2s 1 normal forwards running;
          animation: appeare 1s ease-in 2s 1 normal forwards running;
}

.fv__fadeIn2s {
  opacity: 0;
  -webkit-animation: appeare 1s ease-in 3s 1 normal forwards running;
          animation: appeare 1s ease-in 3s 1 normal forwards running;
}

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

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#t_list .section-inner {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  #t_list .section-inner {
    border: solid 1px #EE9F8D;
    padding: 0;
  }
}

#t_list .list__title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 16px 6px;
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #t_list .list__title {
    margin-bottom: 0;
  }
}

#t_list .feature__list {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #t_list .feature__list {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#t_list .feature__list .feature__list__item {
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  #t_list .feature__list .feature__list__item {
    margin-bottom: 10px;
  }
}

#t_list .feature__list .feature__list__item:not(:last-of-type) {
  margin-right: 8px;
}

#t_list .feature__list .feature__list__item a {
  display: block;
  padding: 6px 8px 4px;
  border-radius: 6px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #t_list .feature__list .feature__list__item a {
    font-size: 1.1rem;
    padding: 8px 12px 6px;
  }
}

#t_list .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #t_list .area__list {
    margin-bottom: 0;
  }
}

#t_list .area__list.mb0 {
  margin-bottom: 0;
}

#t_list .area__list .area__list__item__header {
  width: 160px;
  margin-right: 5.5vw;
}

@media screen and (min-width: 1300px) {
  #t_list .area__list .area__list__item__header {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  #t_list .area__list .area__list__item__header {
    width: 100px;
    margin-right: 5vw;
  }
}

#t_list .area__list .area__list__item {
  text-decoration: underline;
  border-right: solid 1px #999;
  padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
  #t_list .area__list .area__list__item {
    border-right: none;
    padding-right: 0;
    text-decoration: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #t_list .area__list .area__list__item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

#t_list .area__list .area__list__item:not(:last-of-type) {
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  #t_list .area__list .area__list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #999;
  }
}

#t_list .area__list .area__list__item a {
  padding: 0.25em 0.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1024px) {
  #t_list .area__list .area__list__item a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #t_list .area__list .area__list__item a {
    display: block;
    padding: 16px 10px;
    font-size: 1.4rem;
  }
}

#t_list .area__list .area__list__item a:hover {
  color: #EE9F8D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#firstview {
  background: url("/img/bg__fv.jpg") no-repeat center center/cover;
  position: relative;
  margin-top: 80px;
  padding: 84px 0% 84px 10%;
}

@media screen and (max-width: 1100px) {
  #firstview {
    margin-top: 67px;
    padding-left: 18%;
  }
}

@media screen and (max-width: 767px) {
  #firstview {
    background: url("/img/bg__fv__sp.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 575px) {
  #firstview {
    padding-top: 0px;
    padding-bottom: 64px;
    padding-right: 4%;
    padding-left: 4%;
  }
}

#firstview .section-inner {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #firstview .section-inner {
    padding-top: 48px;
  }
}

#firstview h1 {
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 7px;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  #firstview h1 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 991px) {
  #firstview h1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  #firstview h1 {
    font-size: 3rem;
    margin-bottom: 16px;
    letter-spacing: 5.6px;
  }
}

#firstview h1 .h1-small {
  font-size: 90%;
}

#firstview .fv_description {
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 2;
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  #firstview .fv_description {
    font-size: 1.4rem;
    margin-bottom: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  #firstview .fv_description {
    font-size: 1.2rem;
    margin-bottom: 1.6em;
    line-height: 1.7;
  }
}

#firstview .fv_description.last {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #firstview .fv_description.last {
    margin-bottom: 16px;
  }
}

#firstview .pict_bottom {
  max-width: 240px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #firstview .pict_bottom {
    max-width: 170px;
  }
}

#t_search h2 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #t_search h2 {
    line-height: 1.7;
    margin-bottom: 50px;
  }
}

#t_search h2 .zabuton {
  background-color: rgba(231, 124, 101, 0.4);
}

#t_search ul {
  margin-bottom: 24px;
}

#t_search .section-inner {
  position: relative;
  z-index: 5;
}

#t_search .search__list {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #t_search .search__list {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

#t_search .search__list.border-none {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

#t_search .search__list h3 {
  margin-bottom: 20px;
  margin-left: 0.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #t_search .search__list h3 {
    font-size: 1.6rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

#t_search .search__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #t_search .search__list ul {
    gap: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

#t_search .search__list ul li {
  width: calc(100% / 4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t_search .search__list ul li .w1-4 {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  #t_search .search__list ul li {
    width: calc((100% - 16px) / 3);
  }
}

#t_search .search__list ul li:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #t_search .search__list ul li:nth-of-type(4) {
    display: none;
  }
}

#t_search .search__list ul .eye__catch {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #t_search .search__list ul .eye__catch {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  #t_search .search__list ul .caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#t_search .search__list .btn__wrapper {
  text-align: right;
}

#t_search .bottom_btn p {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #t_search .bottom_btn p {
    font-size: 1.6rem;
    margin-bottom: 16px;
    line-height: 1.7;
  }
}

#t_search .cta__wrapper {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#t_newarrival {
  text-align: center;
  padding-bottom: 0px;
}

#t_newarrival .section-inner {
  position: relative;
  z-index: 5;
}

#t_newarrival h2 {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 24px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  #t_newarrival h2 {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}

#t_newarrival h2 .bg__dot {
  display: inline-block;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #t_newarrival h2 .bg__dot {
    margin-bottom: 16px;
  }
}

#t_newarrival .h2__description {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #t_newarrival .h2__description {
    font-size: 1.4rem;
  }
}

#t_newarrival h4.top_interview {
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #t_newarrival h4.top_interview {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

#t_newarrival ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
  margin-bottom: 24px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #t_newarrival ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 16px;
  }
}

#t_newarrival ul .pc-only {
  display: block;
}

#t_newarrival ul .sp-only {
  display: none;
}

#t_newarrival li {
  width: calc( 100% / 4);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #t_newarrival li {
    width: calc( (100% - 16px) / 2);
  }
}

#t_newarrival li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t_newarrival li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t_newarrival li .text {
  padding: 10px;
  text-align: left;
}

#t_newarrival li.interview_contents__item {
  width: calc( 100% / 2);
}

@media screen and (max-width: 767px) {
  #t_newarrival li.interview_contents__item {
    width: 100%;
  }
}

#t_newarrival .btn__wrapper {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #t_newarrival .questionnaire {
    margin-bottom: 48px;
  }
}

#t_newarrival .date {
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: left;
}

#t_newarrival .date h4 {
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #t_newarrival .date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  #t_newarrival .date {
    font-size: 1rem;
  }
}

#t_newarrival .date > div {
  display: inline;
}

@media screen and (max-width: 767px) {
  #t_newarrival .date > div {
    display: block;
  }
}

#t_newarrival .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 2px 8px;
  border-radius: 33px;
}

@media screen and (max-width: 767px) {
  #t_newarrival .date .title {
    padding: 4px 8px 2px;
    margin-bottom: 4px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 767px) {
  #t_newarrival .date .num {
    margin-right: 25%;
  }
}

#t_voice {
  background: url("/img/bg__voice.jpg") no-repeat center center/cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #t_voice {
    background: url("/img/bg__voice__sp.jpg") no-repeat center top/cover;
  }
}

#t_voice .section-inner {
  position: relative;
  z-index: 5;
}

#t_voice h2 {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 24px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  #t_voice h2 {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}

#t_voice h2 .bg__dot {
  display: inline-block;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #t_voice h2 .bg__dot {
    margin-bottom: 16px;
  }
}

#t_voice .h2__description {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #t_voice .h2__description {
    font-size: 1.4rem;
  }
}

#t_voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
  margin-bottom: 24px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #t_voice ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 16px;
  }
}

#t_voice li {
  width: calc( 100% / 4);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #t_voice li {
    width: calc( (100% - 16px) / 2);
  }
}

#t_voice li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t_voice li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#t_voice li .text {
  padding: 10px;
  text-align: left;
}

#t_voice .btn__wrapper {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #t_voice .questionnaire {
    margin-bottom: 48px;
  }
}

#t_contents h2 {
  text-align: center;
}

#t_contents h2 .bg__dot {
  display: inline-block;
}

#t_contents #t_contents__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 32px;
    border-top: 1px solid #999;
  }
}

#t_contents #t_contents__archive .archive__wrapper {
  width: 64%;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .archive__wrapper {
    width: 100%;
    padding-right: 0;
  }
}

#t_contents #t_contents__archive .archive__wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .archive__wrapper > ul {
    gap: 32px;
  }
}

#t_contents #t_contents__archive .archive__wrapper > ul > li {
  border-bottom: 1px solid #999;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .archive__wrapper > ul > li:last-of-type {
    border-bottom: none;
  }
}

#t_contents #t_contents__archive h2 {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 16px;
}

#t_contents #t_contents__archive .h2__description {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .h2__description {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

#t_contents #t_contents__archive .contents__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__detail {
    gap: 16px;
    margin-bottom: 16px;
  }
}

#t_contents #t_contents__archive .contents__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#t_contents #t_contents__archive .contents__item .pict {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .pict {
    width: 52%;
  }
}

#t_contents #t_contents__archive .contents__item .contents__item__text {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .contents__item__text {
    width: 48%;
    margin-left: 1%;
  }
}

#t_contents #t_contents__archive .contents__item .contents__item__text .item__title {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .contents__item__text .item__title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  #t_contents #t_contents__archive .contents__item .contents__item__text .item__title {
    font-size: 1.2rem;
  }
}

#t_contents #t_contents__archive .contents__item .date {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  #t_contents #t_contents__archive .contents__item .date {
    font-size: 1rem;
  }
}

#t_contents #t_contents__archive .contents__item .date > div {
  display: inline;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .date > div {
    display: block;
  }
}

#t_contents #t_contents__archive .contents__item .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 2px 8px;
  border-radius: 33px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .date .title {
    padding: 4px 8px 2px;
    margin-bottom: 4px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .contents__item .date .num {
    margin-right: 25%;
  }
}

#t_contents #t_contents__archive .fixed__bar {
  width: 36%;
  display: block;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar {
    width: 100%;
    position: relative;
    top: auto;
  }
}

#t_contents #t_contents__archive .fixed__bar .bar__wrapper {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 100px;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .bar__wrapper {
    max-width: 100%;
    position: relative;
    top: auto;
  }
}

#t_contents #t_contents__archive .fixed__bar .bar__item {
  border: 1px solid #EE9F8D;
}

#t_contents #t_contents__archive .fixed__bar .bar__item + .bar__item {
  margin-top: 15px;
}

#t_contents #t_contents__archive .fixed__bar .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 12px 0 8px;
}

#t_contents #t_contents__archive .fixed__bar .t_category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .t_category__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .t_category__list li {
    width: 50%;
  }
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .t_category__list li:nth-of-type(odd) {
    border-right: 1px solid #999;
  }
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li a {
  display: block;
  padding: 16px 0px 16px 12px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .t_category__list li a {
    font-size: 1.1rem;
  }
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li a:hover {
  background-color: #EE9F8D;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li a:hover::after {
  right: 12%;
  border-color: #fff;
}

#t_contents #t_contents__archive .fixed__bar .t_category__list li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #t_contents #t_contents__archive .fixed__bar .t_category__list li a:after {
    width: 8px;
    height: 8px;
    right: 7%;
  }
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .research__wrapper {
  padding: 28px 20px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research p {
  font-size: 1.4rem;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step {
  margin-top: 24px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step .step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step .step__title .en {
  color: #333333;
  background-color: #E3E3E3;
  padding: 5px 8px 2px;
  margin-right: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 33px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step .step__title .jp {
  font-size: 1.6rem;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step .freetext {
  width: 100%;
  padding: 10px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 .step__title {
  margin-bottom: 24px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 .detail {
  margin-bottom: 16px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 h4 {
  font-weight: 700;
  border-bottom: 1px dashed #EE9F8D;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 input[type="checkbox"] {
  display: none;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #e3e3e3;
  /* 背景の色変更 お好きな色を */
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::before {
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 8px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #333333;
  /* チェックの色変更 お好きな色を */
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .cta__wrapper::before {
  top: 5px;
  left: 5px;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .cta__wrapper:hover::before {
  top: 0;
  left: 0;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .large-btn {
  font-size: 1.6rem;
}

#t_contents #t_contents__archive .fixed__bar .hospital_research .large-btn:after {
  width: 50px;
  height: 6px;
}

#t_feature {
  background: url("/img/bg__feature.jpg") no-repeat center top/cover;
}

#t_feature .section-inner {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.08);
          box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background-color: #fff;
  padding: 40px 32px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 767px) {
  #t_feature .section-inner {
    border-radius: 6px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

#t_feature .section-inner h2 {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  #t_feature .section-inner h2 {
    margin-bottom: 24px;
  }
}

#t_feature .section-inner h3 {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #t_feature .section-inner h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

#t_feature .section-inner .pict {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #t_feature .section-inner .pict {
    margin-bottom: 8px;
  }
}

#t_feature .section-inner .pict img {
  border-radius: 50%;
}

#t_feature .section-inner .text {
  padding-bottom: 0;
}

#hospital h2 {
  margin-bottom: 48px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #hospital h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

#hospital_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #hospital_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

#hospital_search .fixed__bar {
  width: 43%;
}

@media screen and (max-width: 1100px) {
  #hospital_search .fixed__bar {
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar {
    width: 100%;
  }
}

#hospital_search .fixed__bar .bar__wrapper {
  width: 100%;
}

#hospital_search .fixed__bar .bar__item + .bar__item {
  margin-top: 15px;
}

#hospital_search .fixed__bar .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 12px 0 8px;
}

#hospital_search .fixed__bar .hospital_research .research__wrapper {
  padding: 0px 32px;
  border-right: solid 1px #999;
}

@media screen and (max-width: 1100px) {
  #hospital_search .fixed__bar .hospital_research .research__wrapper {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .research__wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  #hospital_search .fixed__bar .hospital_research .research__wrapper .cta__wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
}

#hospital_search .fixed__bar .hospital_research p {
  font-size: 1.4rem;
}

#hospital_search .fixed__bar .hospital_research .step + .step {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .step + .step {
    margin-top: 32px;
  }
}

#hospital_search .fixed__bar .hospital_research .step .step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}

#hospital_search .fixed__bar .hospital_research .step .step__title .en {
  background-color: #E3E3E3;
  padding: 6px 8px 2px;
  margin-right: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 33px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#hospital_search .fixed__bar .hospital_research .step .step__title .jp {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .step .step__title .jp {
    font-size: 1.4rem;
  }
}

#hospital_search .fixed__bar .hospital_research .step .freetext {
  width: 100%;
  padding: 10px;
}

#hospital_search .fixed__bar .hospital_research .step2 .step__title {
  margin-bottom: 16px;
}

#hospital_search .fixed__bar .hospital_research .step2 .detail {
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  #hospital_search .fixed__bar .hospital_research .step2 .detail {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .step2 .detail {
    margin-bottom: 16px;
  }
}

#hospital_search .fixed__bar .hospital_research .step2 h4 {
  font-weight: 700;
  border-bottom: 1px dashed #EE9F8D;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .step2 h4 {
    margin-bottom: 6px;
  }
}

#hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"] {
  display: none;
}

#hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
}

@media screen and (max-width: 767px) {
  #hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

#hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #e3e3e3;
  /* 背景の色変更 お好きな色を */
}

#hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::before {
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

#hospital_search .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 8px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
}

#hospital_search .fixed__bar .hospital_research .large-btn {
  font-size: 1.6rem;
}

#hospital_search .fixed__bar .hospital_research .large-btn:hover:before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hospital_search .fixed__bar .hospital_research .large-btn:hover:after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hospital_search .fixed__bar .hospital_research .large-btn::before {
  top: 5px;
  left: 5px;
}

#hospital_search .map {
  width: 67%;
  padding: 20px 30px 0 70px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #hospital_search .map {
    display: none;
  }
}

#hospital_search .map .map__head {
  margin-bottom: 24px;
  display: inline-block;
}

#hospital_search .map .map__head span {
  border-bottom: dashed 1px #C9C9C9;
}

#hospital_search .map .pict__map {
  position: relative;
  width: 100%;
}

#hospital_search .map .pict__map .h3__description {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 1.8rem;
  background-color: #fafafa;
  padding: 10px;
}

#hospital_search .map .pict__map img {
  min-width: 540px;
}

#hospital_search .map .pict__map .area {
  display: inline-block;
  padding: 6px 14px 2px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #eaeaea;
  border-radius: 6px;
  text-decoration: underline;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#hospital_search .map .pict__map .area:hover {
  background-color: #EE9F8D;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#hospital_search .map .pict__map .area1, #hospital_search .map .pict__map .area2, #hospital_search .map .pict__map .area3, #hospital_search .map .pict__map .area4, #hospital_search .map .pict__map .area5, #hospital_search .map .pict__map .area6, #hospital_search .map .pict__map .area7 {
  position: absolute;
}

#hospital_search .map .pict__map .area1 {
  top: 34px;
  right: 10%;
}

#hospital_search .map .pict__map .area2 {
  top: 63%;
  right: 20%;
}

#hospital_search .map .pict__map .area3 {
  top: 70%;
  right: 35%;
}

#hospital_search .map .pict__map .area4 {
  top: 56%;
  right: 42%;
}

#hospital_search .map .pict__map .area5 {
  top: 43%;
  right: 18%;
}

#hospital_search .map .pict__map .area6 {
  top: 54%;
  right: 56%;
}

#hospital_search .map .pict__map .area7 {
  top: 60%;
  left: 0%;
}

#hospital_search .map .pref {
  text-decoration: underline;
  display: inline-block;
  padding: 0.2em 0.4em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#hospital_search .map .pref:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #EE9F8D;
}

#hospital_search .map .pref1, #hospital_search .map .pref2, #hospital_search .map .pref3, #hospital_search .map .pref4, #hospital_search .map .pref5, #hospital_search .map .pref6, #hospital_search .map .pref7, #hospital_search .map .pref8, #hospital_search .map .pref9 {
  position: absolute;
}

#hospital_search .map .pref1 {
  top: 40px;
  right: 230px;
}

#hospital_search .map .pref2 {
  right: 10%;
  bottom: 17%;
}

#hospital_search .map .pref3 {
  right: 7.5%;
  bottom: 10%;
}

#hospital_search .map .pref4 {
  right: 10%;
  bottom: 4%;
}

#hospital_search .map .pref5 {
  right: 10%;
  bottom: -2%;
}

#hospital_search .map .pref6 {
  right: 43%;
  bottom: 2.5%;
}

#hospital_search .map .pref7 {
  right: 52.5%;
  top: 35.5%;
}

#hospital_search .map .pref8 {
  right: 52.5%;
  top: 43.5%;
}

#hospital_search .map .pref9 {
  left: 4%;
  top: 49.5%;
}

.map__sp {
  border: solid 1px #EE9F8D;
}

@media screen and (max-width: 767px) {
  .area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.area__list .area__list__item {
  text-decoration: underline;
  border-right: solid 1px #999;
  padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .area__list .area__list__item {
    border-right: none;
    padding-right: 0;
    text-decoration: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .area__list .area__list__item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.area__list .area__list__item:not(:last-of-type) {
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .area__list .area__list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #999;
  }
}

.area__list .area__list__item a {
  padding: 0.25em 0.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .area__list .area__list__item a {
    display: block;
    padding: 16px 10px;
    font-size: 1.4rem;
  }
}

.area__list .area__list__item a:hover {
  color: #EE9F8D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#area .section__header h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #area .section__header h2 {
    margin-bottom: 16px;
  }
}

#area .section__header .flex {
  max-width: 685px;
  margin: 0 auto;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #area .section__header .flex {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}

#area .section__header .large-btn {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 32px;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  #area .section__header .large-btn {
    padding: 2rem 1.6rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  #area .section__header .large-btn {
    white-space: nowrap;
  }
}

#area .section__header .large-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F29985;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #area .section__header .large-btn:before {
    top: 5px;
    left: 5px;
  }
}

#area .section__header .large-btn::after {
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
}

#area .section__header .large-btn:hover::before {
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
}

#area .section__header .large-btn:hover:after {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 18%;
}

#area .section__header .large__text {
  font-size: 3.2rem;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  #area .section__header .large__text {
    font-size: 1.8rem;
  }
}

#area__search {
  background: url("/img/bg__area__search.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #area__search {
    background: url("/img/bg__area__search__sp.jpg") no-repeat center center/cover;
  }
}

#area__search h2 {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  #area__search h2 {
    line-height: 2;
    margin-bottom: 16px;
  }
}

#area__search h2 .zabuton {
  background-color: #FFE1D2;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #area__search h2 .zabuton {
    padding: 0.3em 0.8em 0.1em;
  }
}

#area__search .section-inner {
  background-color: #fff;
  padding: 24px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #area__search .section-inner {
    padding: 32px 8px;
    margin-bottom: 16px;
  }
}

#area__search .search__list {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #area__search .search__list {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

#area__search .search__list.border-none {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#area__search .search__list h3 {
  margin-bottom: 20px;
  margin-left: 0.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #area__search .search__list h3 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

#area__search .search__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  #area__search .search__list ul {
    gap: 8px;
    margin-bottom: 16px;
  }
}

#area__search .search__list ul li {
  width: calc(100% / 4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #area__search .search__list ul li {
    width: calc((100% - 16px) / 3);
  }
}

#area__search .search__list ul li:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #area__search .search__list ul li:nth-of-type(4) {
    display: none;
  }
}

#area__search .search__list ul .caption {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #area__search .search__list ul .caption {
    overflow: hidden;
    height: 2.5em;
    padding: 4px 0;
    font-size: 1.2rem;
  }
}

#area__search .search__list .btn__wrapper {
  text-align: right;
}

#area__search .bottom_btn p {
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #area__search .bottom_btn p {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#area__search .cta__wrapper {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #train {
    padding-top: 24px;
  }
}

#train h4 {
  display: block;
  border-bottom: 1px dashed #EE9F8D;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

#train .train__list__wrapper {
  border: solid 1px #EE9F8D;
}

#train .train__list__wrapper .list__title {
  display: block;
  padding: 10px;
  font-weight: 700;
}

#train .train__list__wrapper .train__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 10px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #train .train__list__wrapper .train__list {
    padding: 10px;
    padding-top: 0;
  }
}

#train .train__list__wrapper .train__list .train__list__item {
  text-decoration: underline;
  width: calc(100% / 5);
  padding: 0.25em 0.5em;
}

@media screen and (max-width: 767px) {
  #train .train__list__wrapper .train__list .train__list__item {
    width: auto;
    margin-top: 10px;
  }
}

#train .train__list__wrapper .train__list .train__list__item:nth-of-type(n + 6) {
  margin-top: 10px;
}

#train .train__list__wrapper .train__list .train__list__item:hover {
  color: #EE9F8D;
}

@media screen and (max-width: 767px) {
  .hospital__archive__page .bottom__page__header {
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hospital__archive__page .bottom__page__header .zabuton {
    margin-bottom: 24px;
  }
}

#c__hospital__archive__wrapper {
  background: url("/img/bg__c__hospital__archive.jpg") no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  #c__hospital__archive__wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#c__hospital__archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #c__hospital__archives {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__archives {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 24px;
    gap: 0;
  }
}

#c__hospital__archives .archive__wrapper {
  width: 64%;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .archive__wrapper {
    width: 100%;
  }
}

#c__hospital__archives h2 {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 16px;
}

#c__hospital__archives .h2__description {
  margin-bottom: 32px;
}

#c__hospital__archives .contents__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__detail {
    gap: 24px;
  }
}

#c__hospital__archives .contents__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 24px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item > a {
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}

#c__hospital__archives .contents__item > a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#c__hospital__archives .contents__item h3 {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item h3 {
    font-size: 1.6rem;
    margin-bottom: 1.7em;
  }
}

#c__hospital__archives .contents__item h3 span {
  display: inline-block;
  color: #707070;
  position: relative;
}

#c__hospital__archives .contents__item h3 span:before {
  content: '';
  color: #EE9F8D;
  font-size: 1.6rem;
  padding: 6px 10px 2px;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item h3 span:before {
    display: block;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    font-size: 1.2rem;
    padding: 0.3em 0.4em 0.1em;
  }
}

#c__hospital__archives .contents__item .pict {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item .pict {
    width: 48%;
    max-width: 200px;
  }
}

#c__hospital__archives .contents__item .contents__item__text {
  width: 58%;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item .contents__item__text {
    width: 48%;
  }
}

#c__hospital__archives .contents__item .contents__item__text p {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item .contents__item__text p {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

#c__hospital__archives .contents__item .tag {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .contents__item .tag {
    font-size: 1.1rem;
    padding-top: 0.5em;
  }
}

#c__hospital__archives .contents__item .tag .tag__item {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 4px 8px 2px;
  border-radius: 6px;
  margin-bottom: 8px;
}

#c__hospital__archives .fixed__bar {
  width: 36%;
  display: block;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar {
    width: 100%;
    position: relative;
    top: auto;
  }
}

#c__hospital__archives .fixed__bar .bar__wrapper {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 100px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__wrapper {
    max-width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
  }
}

#c__hospital__archives .fixed__bar .bar__item {
  border: 1px solid #EE9F8D;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item {
    border-bottom-color: #E3E3E3;
  }
}

#c__hospital__archives .fixed__bar .bar__item + .bar__item {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item + .bar__item {
    margin-top: 0;
    border-bottom-color: #EE9F8D;
    border-top: none;
    margin-bottom: 24px;
  }
}

#c__hospital__archives .fixed__bar .bar__item.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item.category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#c__hospital__archives .fixed__bar .bar__item.category .title {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item.category .title {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 1.6rem;
  }
}

#c__hospital__archives .fixed__bar .bar__item.category .name {
  width: 65%;
  background-color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item.category .name {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px;
  }
}

#c__hospital__archives .fixed__bar .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 12px 8px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .bar__item .title {
    text-align: left;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .hospital_research .flex__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .hospital_research .flex__wrapper h3 {
    width: 100%;
    padding: 8px 16px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

#c__hospital__archives .fixed__bar .hospital_research .flex__wrapper h4 {
  font-size: 1.8rem;
  border-bottom: 1px dashed #E77C64;
  padding: 16px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .hospital_research .flex__wrapper h4 {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    padding: 8px 16px;
    text-align: left;
  }
}

#c__hospital__archives .fixed__bar .hospital_research .research__wrapper {
  padding: 20px;
  background-color: #fff;
}

#c__hospital__archives .fixed__bar .hospital_research .step2 .step__title {
  margin-bottom: 24px;
}

#c__hospital__archives .fixed__bar .hospital_research .step2 .detail {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .hospital_research .step2 .detail {
    margin-bottom: 0;
  }
}

#c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"] {
  display: none;
}

#c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
    font-size: 1.4rem;
  }
}

#c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #e3e3e3;
  /* 背景の色変更 お好きな色を */
}

#c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::before {
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

#c__hospital__archives .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 8px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #333333;
  /* チェックの色変更 お好きな色を */
}

#c__hospital__archives .fixed__bar .cta__wrapper:before {
  z-index: 0;
  top: 6px;
  left: 6px;
}

#c__hospital__archives .fixed__bar .cta__wrapper:hover:before {
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#c__hospital__archives .large-btn {
  font-size: 1.6rem;
  padding: 16px 72px;
  z-index: 2;
  position: relative;
}

#c__hospital__archives .large-btn:hover:after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hospital__archive__page .result {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .hospital__archive__page .result {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.hospital__archive__page .result .result__num {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .hospital__archive__page .result .result__num {
    font-weight: bold;
  }
}

#c__hospital__archives .contents__item.open span:before {
  content: '営業中';
  color: #73A9E9;
  border-color: #73A9E9;
}

#c__hospital__single__wrapper {
  background: url("/img/bg__c__hospital__archive.jpg") no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  #c__hospital__single__wrapper {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

#c__hospital__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
}

#c__hospital__single .single__wrapper {
  width: 64%;
}

@media screen and (max-width: 991px) {
  #c__hospital__single .single__wrapper {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__single .single__wrapper {
    padding-left: 0;
    width: 100%;
  }
}

#c__hospital__single h2 {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 16px;
}

#c__hospital__single .h2__description {
  margin-bottom: 32px;
}

#c__hospital__single .contents__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

#c__hospital__single .contents__item {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item {
    margin-bottom: 24px;
  }
}

#c__hospital__single .contents__item h2 {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 36px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item h2 {
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

#c__hospital__single .contents__item h2 span {
  display: inline-block;
  color: #707070;
  position: relative;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item h2 span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item h2 span:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    font-size: 1.4rem;
  }
}

#c__hospital__single .contents__item h2 span.open:before {
  content: '営業中';
  color: #73A9E9;
  font-size: 1.6rem;
  padding: 6px 10px 2px;
  border: solid 1px #73A9E9;
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item h2 span.open:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    font-size: 1.4rem;
  }
}

#c__hospital__single .contents__item .pict {
  width: 38%;
}

#c__hospital__single .contents__item .contents__item__text {
  width: 100%;
}

#c__hospital__single .contents__item .contents__item__text p {
  margin-bottom: 8px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .contents__item__text p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  #c__hospital__single .contents__item .contents__item__text p {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

#c__hospital__single .contents__item .contents__item__text .table__annotation {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .contents__item__text .table__annotation {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  #c__hospital__single .contents__item .contents__item__text .table__annotation {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

#c__hospital__single .contents__item table {
  border: 1px solid #999;
  text-align: center;
  margin-bottom: 8px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item table {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  #c__hospital__single .contents__item table {
    font-size: 1rem;
  }
}

#c__hospital__single .contents__item table, #c__hospital__single .contents__item td, #c__hospital__single .contents__item th {
  border-collapse: collapse;
  text-align: center;
}

#c__hospital__single .contents__item tr {
  border-bottom: 1px solid #999;
}

#c__hospital__single .contents__item td, #c__hospital__single .contents__item th {
  padding: 8px;
  width: 70px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item td, #c__hospital__single .contents__item th {
    width: 45px;
  }
}

@media screen and (max-width: 575px) {
  #c__hospital__single .contents__item td, #c__hospital__single .contents__item th {
    width: 30px;
    height: 25px;
  }
}

#c__hospital__single .contents__item th {
  background: #E6E6E6;
  width: 150px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item th {
    width: 80px;
  }
}

#c__hospital__single .contents__item .tag {
  font-size: 14px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .tag {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
}

#c__hospital__single .contents__item .tag .tag__item {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 8px 16px 4px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .tag .tag__item {
    font-size: 1.2rem;
    padding: 0.3em 0.5em 0.1em;
  }
}

#c__hospital__single .contents__item .btn__wrapper {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .btn__wrapper {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  #c__hospital__single .contents__item .btn__wrapper {
    margin-bottom: 0;
  }
}

#c__hospital__single .contents__item .btn__wrapper .btn {
  padding-right: 72px;
  padding-left: 72px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .contents__item .btn__wrapper .btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__single .hospitals_nearby_list {
    margin-bottom: 60px;
  }
}

#c__hospital__single .hospitals_nearby {
  margin-bottom: 0px;
  padding: 16px;
}

#c__hospital__single .hospitals_nearby a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

#c__hospital__single .hospitals_nearby h3 {
  width: 100%;
  margin-bottom: 10px;
}

#c__hospital__single .hospitals_nearby .pict {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .hospitals_nearby .pict {
    width: 100%;
    margin-bottom: 20px;
  }
}

#c__hospital__single .hospitals_nearby .tag {
  font-size: 14px;
  margin-bottom: 0px;
}

#c__hospital__single .hospitals_nearby .tag .tag__item {
  font-size: 100%;
}

#c__hospital__single .hospitals_nearby .contents__item__text {
  width: 58%;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .hospitals_nearby .contents__item__text {
    width: 100%;
  }
}

#c__hospital__single .hospitals_nearby .contents__item__text p {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .hospitals_nearby .contents__item__text p {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

#c__hospital__single .fixed__bar {
  width: 36%;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar {
    width: 100%;
    margin-bottom: 40px;
  }
}

#c__hospital__single .fixed__bar .bar__wrapper {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .bar__wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}

#c__hospital__single .fixed__bar .archive__list__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

#c__hospital__single .fixed__bar .archive__item .archive__item__text {
  background-color: #fff;
  padding: 20px;
}

#c__hospital__single .fixed__bar .archive__item h4 {
  margin-bottom: 10px;
}

#c__hospital__single .fixed__bar .archive__item .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 2px 8px;
  border-radius: 33px;
}

#c__hospital__single .fixed__bar .hospital__list__side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

#c__hospital__single .fixed__bar .hospital__list__side__item a {
  background-color: #fff;
  padding: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item a {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

#c__hospital__single .fixed__bar .hospital__list__side__item a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item .sm_wrapper {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item .pict {
    width: 50%;
    max-width: 200px;
  }
}

#c__hospital__single .fixed__bar .hospital__list__side__item p {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item p {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item h3 {
    font-size: 1.6rem;
  }
}

#c__hospital__single .fixed__bar .hospital__list__side__item span {
  display: inline-block;
  position: relative;
  margin-bottom: 3.2rem;
}

#c__hospital__single .fixed__bar .hospital__list__side__item span.open:before {
  content: '営業中';
  color: #73A9E9;
  font-size: 1.6rem;
  padding: 5px 10px 2px;
  border: solid 1px #73A9E9;
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item span.open:before {
    font-size: 1.2rem;
  }
}

#c__hospital__single .fixed__bar .hospital__list__side__item .tag {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item .tag {
    font-size: 1.2rem;
  }
}

#c__hospital__single .fixed__bar .hospital__list__side__item .tag .tag__item {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 8px 16px 4px;
  border-radius: 6px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .fixed__bar .hospital__list__side__item .tag .tag__item {
    font-size: 1.2rem;
    padding: 0.3em 0.5em 0.1em;
  }
}

#c__hospital__single .research__wrapper__bottom {
  width: 64%;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#c__hospital__single .research__wrapper__bottom .border_radius_wrap {
  border-radius: 6px 6px 0 0;
}

#c__hospital__single .research__wrapper__bottom .header__text {
  margin: 24px 0;
}

#c__hospital__single .research__wrapper__bottom .bar__item {
  border: 1px solid #EE9F8D;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom .bar__item {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

#c__hospital__single .research__wrapper__bottom .bar__item + .bar__item {
  margin-top: 15px;
}

#c__hospital__single .research__wrapper__bottom .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 4px 12px 2px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom .bar__item .title {
    font-size: 1.6rem;
  }
}

#c__hospital__single .research__wrapper__bottom .bar__item .title.inline {
  display: inline-block;
}

#c__hospital__single .research__wrapper__bottom .bar__item .border_radius_inner_title {
  border-radius: 5px 5px 0 0;
}

#c__hospital__single .research__wrapper__bottom .bar__item .name {
  text-align: center;
  background-color: #fff;
  padding: 8px 0;
  width: 100%;
  border: none;
}

#c__hospital__single .research__wrapper__bottom .bar__item .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0;
}

#c__hospital__single .research__wrapper__bottom .bar__item .flex .title {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom .bar__item .flex .title {
    font-size: 1.6rem;
    text-align: left;
  }
}

#c__hospital__single .research__wrapper__bottom .bar__item .state {
  background-color: #fff;
  width: 75%;
  text-align: left;
  padding-left: 1em;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom .bar__item .state {
    width: 60%;
  }
}

#c__hospital__single .research__wrapper__bottom .hospital_research .research__wrapper {
  padding: 1rem;
  background-color: #fff;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .research__wrapper > h4 {
  font-size: 1.4rem;
  border-bottom: 1px dashed #E77C64;
  padding-bottom: 1em;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step {
  text-align: left;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step .step__title {
  margin-bottom: 24px;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step input[type="checkbox"] {
  display: none;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
  margin-bottom: 8px;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #e3e3e3;
  /* 背景の色変更 お好きな色を */
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step input[type="checkbox"]:checked + label::before {
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

#c__hospital__single .research__wrapper__bottom .hospital_research .step input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 8px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #333333;
  /* チェックの色変更 お好きな色を */
}

#c__hospital__single .research__wrapper__bottom .cta__wrapper {
  width: 95%;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #c__hospital__single .research__wrapper__bottom .cta__wrapper {
    width: 80%;
  }
}

#c__hospital__single .research__wrapper__bottom .cta__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F29985;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 0;
}

#c__hospital__single .research__wrapper__bottom .cta__wrapper:hover:before {
  top: 0;
  left: 0;
  border-radius: 6px;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
}

#c__hospital__single .research__wrapper__bottom .large-btn {
  font-size: 1.6rem;
  padding: 16px 72px;
  z-index: 2;
  position: relative;
  z-index: 10;
}

#c__hospital__single .research__wrapper__bottom .large-btn::before {
  display: none;
}

#c__hospital__single .research__wrapper__bottom .large-btn:hover:before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#c__hospital__single .research__wrapper__bottom .large-btn:hover:after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#c__hospital__single .single__wrapper.open span:before {
  content: '営業中';
  color: #73A9E9;
  font-size: 1.6rem;
  padding: 6px 10px 2px;
  border: solid 1px #73A9E9;
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 767px) {
  #c__hospital__single .single__wrapper.open span:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    font-size: 1.4rem;
  }
}

#c__hospital__single .hospital__list__side__item.open span:before {
  content: '営業中';
  color: #73A9E9;
  border-color: #73A9E9;
}

#category__archive {
  background: url("/img/bg__category__archive.jpg") no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  #category__archive {
    background: none;
    padding-bottom: 0;
  }
}

#category__archive h2 {
  text-align: center;
}

#category__archive h2 .bg__dot {
  display: inline-block;
}

#category__archive #category__archive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

#category__archive #category__archive__wrapper .archive__wrapper {
  width: 64%;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .archive__wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}

#category__archive #category__archive__wrapper h2 {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 16px;
}

#category__archive #category__archive__wrapper .h2__description {
  margin-bottom: 32px;
}

#category__archive #category__archive__wrapper .contents__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__detail {
    gap: 24px;
    margin-bottom: 32px;
  }
}

#category__archive #category__archive__wrapper .contents__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#category__archive #category__archive__wrapper .contents__item > a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#category__archive #category__archive__wrapper .contents__item .pict {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__item .pict {
    width: 50%;
  }
}

#category__archive #category__archive__wrapper .contents__item .contents__item__text {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__item .contents__item__text {
    width: calc(50% - 8px);
  }
}

#category__archive #category__archive__wrapper .contents__item .contents__item__text .item__title {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__item .contents__item__text .item__title {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

#category__archive #category__archive__wrapper .contents__item .date {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__item .date {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#category__archive #category__archive__wrapper .contents__item .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 5px 8px 2px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .contents__item .date > span {
    margin-bottom: 4px;
  }
}

#category__archive #category__archive__wrapper .fixed__bar {
  width: 36%;
  display: block;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar {
    width: 100%;
    position: relative;
    top: auto;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .bar__wrapper {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 100px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .bar__wrapper {
    max-width: 100%;
    top: auto;
    position: relative;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .bar__item {
  border: 1px solid #EE9F8D;
}

#category__archive #category__archive__wrapper .fixed__bar .bar__item + .bar__item {
  margin-top: 15px;
  border: none;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .bar__item + .bar__item {
    margin-top: 48px;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 12px 4px 8px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .bar__item .title {
    font-size: 1.6rem;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .t_category__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .t_category__list li {
    width: 50%;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .t_category__list li:nth-of-type(odd) {
    border-right: 1px solid #999;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li a {
  display: block;
  padding: 16px 0px 16px 12px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .t_category__list li a {
    font-size: 1.1rem;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li a:hover {
  background-color: #EE9F8D;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li a:hover::after {
  right: 12%;
  border-color: #fff;
}

#category__archive #category__archive__wrapper .fixed__bar .t_category__list li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .t_category__list li a:after {
    width: 8px;
    height: 8px;
    right: 7%;
  }
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents {
    background: url("/img/bg__category__archive__sp.jpg") no-repeat center bottom/cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 48px 4% 40px;
  }
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents .title {
    background-color: transparent;
    color: #333;
    padding: 0;
    text-align: center;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents .title span {
  position: relative;
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents .title span:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  width: 32px;
  height: 32px;
  background: rgba(233, 137, 115, 0.4);
  opacity: 0.6;
  z-index: 0;
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item {
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item {
    width: calc((100% - 16px) / 2);
    height: auto;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item .pict {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item .pict {
    width: 100%;
  }
}

#category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item .text.js-text-overflow {
  width: 50%;
  padding: 8px;
  font-size: 1.2rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  #category__archive #category__archive__wrapper .fixed__bar .new__contents__list .new__contents__list__item .text.js-text-overflow {
    width: 100%;
    height: 65px;
  }
}

#contents__single {
  background: url("/img/bg__single__contents.jpg") no-repeat top center/cover;
  position: relative;
}

#contents__single h2 {
  text-align: left;
}

#contents__single h2 .bg__dot {
  display: inline-block;
}

#contents__single #contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #contents__single #contents__wrapper {
    gap: 0px;
  }
}

#contents__single #contents__wrapper .main__contents {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  /*== 開閉文字装飾 ==*/
  /*開く*/
  /*閉じる*/
  /*最初は非表示*/
  /*クリックでopen*/
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents {
    width: 100%;
  }
}

#contents__single #contents__wrapper .main__contents > div {
  padding: 48px 32px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents > div {
    padding: 44px 8px;
  }
}

#contents__single #contents__wrapper .main__contents .main__contents__wrapper {
  border-top: solid 4px #EE9F8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .main__contents__wrapper {
    gap: 40px;
  }
}

#contents__single #contents__wrapper .main__contents .main__contents__header {
  margin-bottom: -10px;
}

#contents__single #contents__wrapper .main__contents h2.contents__title {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents h2.contents__title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

#contents__single #contents__wrapper .main__contents .table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

#contents__single #contents__wrapper .main__contents .table th {
  padding: 10px;
  background: #eeeeee;
  border: solid 1px #1e1c1b;
}

#contents__single #contents__wrapper .main__contents .table td {
  padding: 10px;
  border: solid 1px #1e1c1b;
  text-align: left;
}

#contents__single #contents__wrapper .main__contents .date {
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .date {
    font-size: 1rem;
    text-align: center;
  }
}

#contents__single #contents__wrapper .main__contents .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 4px 8px 2px;
  border-radius: 33px;
}

#contents__single #contents__wrapper .main__contents .contents_box {
  padding: 18px 24px;
  font-size: 1.4rem;
  background-color: #F1F1F1;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .contents_box {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
}

#contents__single #contents__wrapper .main__contents .contents_box label {
  padding: 5px;
  font-size: 1.2rem;
  cursor: pointer;
}

#contents__single #contents__wrapper .main__contents .contents_box label:before {
  display: inline-block;
  content: "[ 表示する ]";
}

#contents__single #contents__wrapper .main__contents .contents_box input:checked ~ label:before {
  content: "[ 非表示にする ]";
}

#contents__single #contents__wrapper .main__contents .contents_box input {
  display: none;
}

#contents__single #contents__wrapper .main__contents .contents_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#contents__single #contents__wrapper .main__contents .contents_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  border-top: solid 1px #999;
  margin-top: 10px;
}

#contents__single #contents__wrapper .main__contents .contents__box__list {
  counter-reset: li;
}

#contents__single #contents__wrapper .main__contents .contents__box__item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 2rem;
}

#contents__single #contents__wrapper .main__contents .contents__box__item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li) ".";
}

#contents__single #contents__wrapper .main__contents .contents__box__item a {
  display: block;
}

#contents__single #contents__wrapper .main__contents .supervision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 8px 48px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .supervision {
    padding: 8px 40px;
  }
}

#contents__single #contents__wrapper .main__contents .supervision::before, #contents__single #contents__wrapper .main__contents .supervision::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#contents__single #contents__wrapper .main__contents .supervision:before {
  background-image: url("/img/bg__supervision__before.svg");
  left: 0px;
}

#contents__single #contents__wrapper .main__contents .supervision:after {
  background-image: url("/img/bg__supervision__after.svg");
  right: 0px;
}

#contents__single #contents__wrapper .main__contents .supervision .pict {
  width: 150px;
  height: 150px;
}

#contents__single #contents__wrapper .main__contents .supervision .pict img {
  border-radius: 50%;
}

#contents__single #contents__wrapper .main__contents .supervision .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .supervision .text {
    padding: 8px 0;
  }
}

#contents__single #contents__wrapper .main__contents .supervision .text .zabuton {
  font-size: 85%;
  background-color: #FFF3EA;
  color: #333;
  padding: 4px 8px 2px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

#contents__single #contents__wrapper .main__contents .supervision .text .name__hospital {
  font-size: 85%;
}

#contents__single #contents__wrapper .main__contents .supervision .text .doctor__name {
  font-weight: bold;
  font-size: 1.4rem;
}

#contents__single #contents__wrapper .main__contents .main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

#contents__single #contents__wrapper .main__contents .main__text p {
  line-height: 180%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .main__text p {
    font-size: 1.4rem;
  }
}

#contents__single #contents__wrapper .main__contents .main__text h2 {
  padding-left: 0.5em;
  border-left: 2px solid #EE9F8D;
  margin-bottom: 10px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .main__text h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

#contents__single #contents__wrapper .main__contents .main__text h3 {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .main__text h3 {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}

#contents__single #contents__wrapper .main__contents .main__text ol li:not(:last-of-type) {
  margin-bottom: 24px;
}

#contents__single #contents__wrapper .main__contents .main__text ol li p:last-of-type {
  margin-bottom: 0;
}

#contents__single #contents__wrapper .main__contents .main__text .pict {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .main__text .pict {
    margin-bottom: 20px;
  }
}

#contents__single #contents__wrapper .main__contents .main__text br {
  line-height: 2;
}

#contents__single #contents__wrapper .main__contents .link .link__title {
  background-color: #C9C9C9;
  color: #fff;
  padding: 8px 10px 4px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link .link__title {
    font-size: 1.2rem;
  }
}

#contents__single #contents__wrapper .main__contents .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #f4f4f4;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link ul {
    padding: 16px 12px;
  }
}

#contents__single #contents__wrapper .main__contents .link ul .link__pict {
  width: 30%;
  margin-right: 10px;
}

#contents__single #contents__wrapper .main__contents .link ul .link__text {
  width: 69%;
}

#contents__single #contents__wrapper .main__contents .link ul .link__text .contents__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link ul .link__text .contents__title {
    font-size: 1.4rem;
  }
}

#contents__single #contents__wrapper .main__contents .link ul .link__text .text {
  font-size: 1.4rem;
  margin-bottom: 4px;
  max-height: 3.2em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link ul .link__text .text {
    font-size: 1.2rem;
  }
}

#contents__single #contents__wrapper .main__contents .link ul .link__text .link {
  text-align: right;
  margin-bottom: 0;
}

#contents__single #contents__wrapper .main__contents .link ul .link__text .link a {
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link ul .link__text .link a {
    font-size: 1.2rem;
  }
}

#contents__single #contents__wrapper .main__contents .link.writer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #f4f4f4;
  padding: 16px;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link.writer .flex {
    gap: 20px;
  }
}

#contents__single #contents__wrapper .main__contents .link.writer .link__pict {
  width: 80px;
  height: 80px;
}

#contents__single #contents__wrapper .main__contents .link.writer .link__pict img {
  border-radius: 50%;
}

#contents__single #contents__wrapper .main__contents .link.writer .link__text {
  width: calc(100% - 90px);
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link.writer .link__text {
    width: calc(100% - 100px);
  }
}

#contents__single #contents__wrapper .main__contents .link.writer .link__text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

#contents__single #contents__wrapper .main__contents .link.writer .link__text .name span {
  display: inline-block;
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .link.writer .link__text .text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sns_link {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#contents__single #contents__wrapper .main__contents .sns_link a {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 8px;
}

#contents__single #contents__wrapper .main__contents .sub__contents {
  padding: 48px 36px;
}

#contents__single #contents__wrapper .main__contents .sub__contents h2 {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sub__contents h2 {
    text-align: center;
    margin-left: 0;
    margin-bottom: 32px;
  }
}

#contents__single #contents__wrapper .main__contents .sub__contents h2 span {
  position: relative;
  z-index: 1;
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sub__contents .contents__detail {
    gap: 16px;
  }
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item .pict {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sub__contents .contents__item .pict {
    width: 42%;
  }
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item .contents__item__text {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sub__contents .contents__item .contents__item__text {
    width: 56%;
  }
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item .contents__item__text .item__title {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .main__contents .sub__contents .contents__item .contents__item__text .item__title {
    font-weight: normal;
    margin-bottom: 0;
  }
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item .date {
  font-size: 14px;
  text-align: left;
}

#contents__single #contents__wrapper .main__contents .sub__contents .contents__item .date .title {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 4px 8px 2px;
  border-radius: 33px;
}

#contents__single #contents__wrapper .main__contents__wide {
  width: 100%;
}

#contents__single #contents__wrapper .fixed__bar {
  width: 36%;
  display: block;
}

@media screen and (max-width: 767px) {
  #contents__single #contents__wrapper .fixed__bar {
    width: 0;
  }
}

#contents__single #contents__wrapper .fixed__bar .bar__wrapper {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 100px;
}

#contents__single #contents__wrapper .fixed__bar .bar__item {
  border: 1px solid #EE9F8D;
}

#contents__single #contents__wrapper .fixed__bar .bar__item + .bar__item {
  margin-top: 15px;
}

#contents__single #contents__wrapper .fixed__bar .bar__item .title {
  background-color: #EE9F8D;
  color: #fff;
  padding: 8px 12px 8px 8px;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li {
  width: 100%;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li a {
  display: block;
  padding: 16px 0px 16px 12px;
  position: relative;
  background-color: #fff;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li a:hover {
  background-color: #EE9F8D;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li a:hover::after {
  right: 12%;
  border-color: #fff;
}

#contents__single #contents__wrapper .fixed__bar .t_category__list li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .research__wrapper {
  padding: 28px 20px;
  background-color: #fff;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research p {
  font-size: 1.4rem;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step {
  margin-top: 24px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step .step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step .step__title .en {
  color: #333333;
  background-color: #E3E3E3;
  padding: 5px 8px 2px;
  margin-right: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 33px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step .step__title .jp {
  font-size: 1.6rem;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step .freetext {
  width: 100%;
  padding: 10px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 .step__title {
  margin-bottom: 24px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 .detail {
  margin-bottom: 16px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 h4 {
  font-weight: 700;
  border-bottom: 1px dashed #EE9F8D;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 input[type="checkbox"] {
  display: none;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #e3e3e3;
  /* 背景の色変更 お好きな色を */
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::before {
  border: 1px solid #E3E3E3;
  background-color: #fff;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .step2 input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13px;
  height: 8px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #333333;
  /* チェックの色変更 お好きな色を */
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .cta__wrapper::before {
  z-index: 0;
  top: 5px;
  left: 5px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .cta__wrapper:hover:before {
  top: 0;
  left: 0;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .large-btn {
  font-size: 1.6rem;
  padding: 16px 35px;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .large-btn:hover:before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contents__single #contents__wrapper .fixed__bar .hospital_research .large-btn:hover:after {
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contents__single .fixed__bottom__cta {
  display: none;
}

@media screen and (max-width: 575px) {
  #contents__single .fixed__bottom__cta {
    background-color: #fff;
    padding: 10px 4%;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 16;
    grid-area: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents__single .fixed__bottom__cta p {
  font-size: 1.1rem;
  width: 40%;
}

#contents__single .fixed__bottom__cta .cta__wrapper {
  width: 58%;
}

#contents__single .fixed__bottom__cta .cta__wrapper::before {
  top: 4px;
  left: 4px;
}

#contents__single .fixed__bottom__cta .cta__wrapper:hover::before {
  top: 0;
  left: 0;
}

#contents__single .fixed__bottom__cta .cta__wrapper .large-btn {
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .error__page .bottom__page__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.error__page .bottom__page__header p {
  margin-bottom: 24px;
}

.error__page .bottom__page__header .error__text {
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  .error__page .bottom__page__header .error__text {
    font-size: 1.2rem;
  }
}

.error__page .bottom__page__header .btn__wrapper {
  text-align: center;
}

.error__page .bottom__page__header .btn__wrapper .arrow-btn-left {
  padding: 14px 34px 12px 46px;
}

.error__page .bottom__page__header .btn__wrapper .arrow-btn-left:after {
  left: 12%;
}

.error__page .bottom__page__header .btn__wrapper .arrow-btn-left:hover::after {
  left: 10%;
}

body, html {
  font-size: 62.5%;
}

#pillmotto {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.35;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-family: "Amiko","Yu Gothic Medium","游ゴシック Medium",  YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=style.css.map */