/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* -----------------------------------------------
* Common
-------------------------------------------------- */
body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 90px;
}

.container {
  width: 100%;
  padding: 0 10px;
}

.inner {
  width: 100%;
}

.button {
  display: block;
}
.button img {
  width: 100%;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.button img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -----------------------------------------------
* Title
-------------------------------------------------- */
.subtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.title {
  color: #255caa;
  font-style: italic;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.title .number {
  font-size: 55px;
}

.title_serif {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.title_serif .small-text {
  font-size: 20px;
}

.heading_serif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #255caa;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.heading_serif:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #1a3151;
  margin-right: 15px;
}
.heading_serif:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #1a3151;
  margin-left: 15px;
}

/* -----------------------------------------------
* CTA
-------------------------------------------------- */
.cta {
  padding: 40px 0;
}

.cta__wrapper {
  border: 3px solid #c02c14;
}

.cta__title {
  background-color: #c02c14;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  padding: 2px 0 5px;
}

.cta__content {
  background-color: #f0f0f0;
  padding: 15px 10px 20px;
}

.cta__heading_online {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
  margin-bottom: 10px;
}

.cta__button_online {
  margin-bottom: 15px;
}

.cta__heading_visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a3151;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.cta__heading_visit:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #1a3151;
  margin-right: 15px;
}
.cta__heading_visit:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #1a3151;
  margin-left: 15px;
}

.cta__button_tel {
  margin-bottom: 7px;
}

.cta__tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.cta__time {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.cta__time .accent {
  color: #dd0000;
}

.cta__button_web {
  margin-bottom: 7px;
}

.cta__reception {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.cta__text {
  background-color: #fff;
  color: #1a3151;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  border-top: 1px solid #1a3151;
  border-bottom: 1px solid #1a3151;
  padding: 4px 0 5px;
  margin: 15px auto 0;
}

/* -----------------------------------------------
* Header
-------------------------------------------------- */
.header img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* -----------------------------------------------
* Mv
-------------------------------------------------- */
.mv img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* -----------------------------------------------
* Reason
-------------------------------------------------- */
.reason {
  padding: 0px 0 0px;
  background: bottom/cover no-repeat url(../img/bg1.webp);
}

.reason__subtitle {
  margin-top: 30px;
}

.reason__list {
  margin-top: 30px;
  padding: 0 15px;
}

.reason__item:not(:first-of-type) {
  margin-top: 25px;
}

.reason__image {
  width: 100%;
}

.reason__content {
  background-color: #fff;
  padding: 25px 20px 18px;
}

.reason__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason__heading h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.125;
}
.reason__heading h3 span {
  display: inline-block;
}

.reason__number {
  display: inline-block;
  color: #255caa;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 15px;
}

.reason__text {
  font-size: 16px;
  line-height: 1.47;
  margin-top: 15px;
}

.reason__note {
  font-size: 12px;
  line-height: 1.47;
  margin-top: 5px;
}

/* -----------------------------------------------
* Problem
-------------------------------------------------- */


.problem__title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
.problem__title .large-text {
  font-size: 32px;
}

.problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.problem__item {
  width: calc(50% - 15px / 2);
}
.problem__item img {
  width: 100%;
}
.problem__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

/* -----------------------------------------------
* Solution
-------------------------------------------------- */
.solution__speechbaloon {
  display: block;
  width: 220px;
  margin: -27px auto 0;
}

.solution__title1 {
  display: block;
  width: 335px;
  margin: 12px auto 0;
}

.solution__heading {
  text-align: center;
  margin-top: 25px;
}
.solution__heading h2 {
  display: inline;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.44;
  border-bottom: 3px solid #111;
}

.solution__image1 {
  width: 100%;
  margin-top: 25px;
}

.solution__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 27px;
  margin-top: 25px;
}
.solution__text .accent {
  color: #dd0000;
  font-size: 18px;
}

.solution__image2 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}

.solution__image3 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* -----------------------------------------------
* Online
-------------------------------------------------- */
.online {
  background: bottom/cover no-repeat url(../img/bg3.png);
  padding: 50px 0;
}

.online__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.online__list {
  margin-top: 25px;
  padding: 0 15px;
}

.online__item {
  background-color: #fff;
  text-align: center;
  border: 3px solid #255caa;
  padding: 16px 0;
}
.online__item:not(:first-of-type) {
  margin-top: 20px;
}

.online__heading {
  color: #255caa;
  font-size: 24px;
  font-weight: 900;
}
.online__heading .marker {
  display: inline-block;
  background-color: #eef526;
  padding: 3px 5px 5px;
}

.online__text {
  color: #255caa;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.online__text .accent {
  color: #dd0000;
  font-size: 20px;
}

.online__note {
  font-size: 12px;
  line-height: 1;
  margin-top: 12px;
}

.online__bottom-text {
  color: #255caa;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.34;
  text-align: center;
  margin-top: 30px;
}

.online__bottom-note {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

.online__box {
  background-color: #fff;
  color: #00b349;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  border: 3px solid #00b349;
  padding: 5px 0;
  margin-top: 30px;
}

/* -----------------------------------------------
* Shinjuku
-------------------------------------------------- */
.shinjuku__image {
  width: 100%;
}

.shinjuku__title {
  color: #255caa;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  margin-top: 15px;
}
.shinjuku__title span {
  display: inline-block;
}

.shinjuku__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.shinjuku__text span {
  display: inline-block;
}

/* -----------------------------------------------
* Measures
-------------------------------------------------- */
.measures {
  padding: 0 0 40px;
}

.measures__wrapper {
  background-color: #f0f0f0;
  padding: 20px 15px;
}

.measures__title {
  color: #255caa;
  font-size: 17px;
  font-weight: 700;
}

.measures__text {
  font-size: 14px;
  line-height: 1.5;
}
.measures__text:first-of-type {
  margin-top: 10px;
}
.measures__text:not(:first-of-type) {
  margin-top: 1em;
}
.measures__text .large-text {
  font-size: 16px;
}

.measures__text--bold {
  font-weight: 700;
}

/* -----------------------------------------------
* Promise-Payment
-------------------------------------------------- */
.promise-payment {
  background: bottom/cover no-repeat url(../img/bg4.webp);
  padding: 40px 0 50px;
}

/* -----------------------------------------------
* Promise
-------------------------------------------------- */
.promise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px 15px;
  margin-top: 30px;
}

.promise__item {
  width: calc(50% - 15px / 2);
}
.promise__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.promise__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -5px;
}

.promise__tag {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px 4px;
  margin-top: 5px;
}
.promise__tag:not(:last-of-type) {
  margin-right: 5px;
}

.promise__tag--visit {
  background-color: #255caa;
}

.promise__tag--online {
  background-color: #00b349;
}

.promise__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 10px;
}
.promise__heading span {
  display: inline-block;
}

.promise__image {
  width: 100%;
  margin-top: 10px;
}

.promise__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

/* -----------------------------------------------
* Payment
-------------------------------------------------- */
.payment {
  padding: 50px 0 0;
}

.free__payment {
  color: #dd0000;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  margin-top: 20px;
}
.free__payment .number {
  font-size: 120px;
}

.plan {
  padding: 40px 15px 0;
}

.plan__list {
  margin-top: 20px;
}

.plan__item:not(:first-of-type) {
  margin-top: 10px;
}

.plan__heading {
  background-color: #259faa;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
}

.plan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 0 10px 10px;
}

.plan__text {
  width: 132px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 15px;
  position: relative;
}
.plan__text:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #259faa;
}

.plan__payment {
  width: calc(100% - 20px);
  padding-left: 10px;
}

.plan__payment_ex {
  color: #dd0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.325;
}

.plan__payment_in {
  color: #dd0000;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.21;
}

.plan__box {
  background-color: #255caa;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 15px;
  margin-top: 25px;
}

.plan__notes {
  margin-top: 10px;
}

.plan__note {
  font-size: 12px;
  line-height: 1.58;
}
.plan__text_span{
background: #d6e7ee;
    color: #259faa;
    padding: 3px;
    font-weight: 700;
}
/* -----------------------------------------------
* Flow
-------------------------------------------------- */
.flow {
  padding: 0 0 40px;
}

.flow__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.flow__tab {
  width: calc(50% - 2px / 2);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.flow__tab:after {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: center/contain no-repeat url(../img/arrow.png);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.flow__tab.active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.flow__tab--online {
  background-color: #00b349;
}
.flow__tab--online.active:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 200%;
  height: 3px;
  background-color: #00b349;
  z-index: 1;
}

.flow__tab--visit {
  background-color: #255caa;
}
.flow__tab--visit.active:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 200%;
  height: 3px;
  background-color: #255caa;
  z-index: 1;
}

.flow__wrapper {
  background-color: #f0f0f0;
  padding: 30px 0 40px;
}

.flow__list {
  padding: 0 15px;
}

.flow__item:not(:first-of-type) {
  margin-top: 40px;
}
.flow__item:not(:last-of-type) {
  position: relative;
}
.flow__item:not(:last-of-type):before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #259faa transparent transparent transparent;
}

.flow__image {
  width: 100%;
}

.flow__content {
  background-color: #fff;
  padding: 15px 15px 20px;
}

.flow__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.flow__heading span {
  display: inline-block;
}

.flow__text {
  font-size: 16px;
  line-height: 1.47;
  margin-top: 10px;
}

.flow__note {
  font-size: 12px;
  line-height: 1.58;
  margin-top: 5px;
}

/* -----------------------------------------------
* Special
-------------------------------------------------- */
.special {
  background: center/cover no-repeat url(../img/bg5.jpg);
  padding: 35px 15px;
}

.special__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}
.special__title span {
  display: inline-block;
}

.special__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.47;
  margin-top: 20px;
}

/* -----------------------------------------------
* efforts
-------------------------------------------------- */
.efforts {
  max-width: 800px;
  padding: 45px 0 0;
  margin: 0 auto;
  position: relative;
}

.efforts__bg_top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.efforts__bg_bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}

.efforts__speechbaloon {
  background-color: #fff;
  border: 3px solid #255caa;
  padding: 15px;
  position: relative;
}
.efforts__speechbaloon:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #255caa transparent transparent transparent;
}
.efforts__speechbaloon:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

.efforts__text {
  color: #255caa;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.efforts__wrapper {
  padding: 0 32px;
  margin-top: 30px;
}

.efforts__item {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  padding-left: 50px;
  position: relative;
}
.efforts__item:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../img/check.png);
}
.efforts__item:not(:first-of-type) {
  margin-top: 25px;
}
.efforts__item span {
  display: inline-block;
}

.efforts__note {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 50px;
  margin-top: 10px;
}
.efforts__note span {
  display: inline-block;
}

.efforts__title2 {
  display: block;
  width: 335px;
  margin: 35px auto 0;
}

.efforts__person {
  display: block;
  width: 200px;
  margin: 25px auto 0;
}

/* -----------------------------------------------
* Inaction
-------------------------------------------------- */
.inaction {
  background: center/cover no-repeat url(../img/bg7.jpg);
  padding: 35px 15px;
}

.inaction__title_serif {
  color: #fff;
}

.inaction__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.47;
  margin-top: 25px;
}
.inaction__text .accent {
  color: #dd0000;
}

/* -----------------------------------------------
* Recommendation
-------------------------------------------------- */
.recommendation {
  padding: 40px 0 0;
}

.recommendation__title3 {
  display: block;
  width: 355px;
  margin: 0 auto;
}

.recommendation__list {
  margin-top: 35px;
}

.recommendation__item {
  text-align: center;
}
.recommendation__item:not(:first-of-type) {
  margin-top: 40px;
}

.recommendation__heading {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
.recommendation__heading:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../img/check.png);
}
.recommendation__heading:not(:first-of-type) {
  margin-top: 25px;
}

.recommendation__image {
  width: 100%;
  margin-top: 25px;
}

/* -----------------------------------------------
* Faq
-------------------------------------------------- */
.faq {
  background-color: #dcf1f3;
  padding: 40px 0;
}

.faq__lists {
  margin-top: 30px;
}

.faq__list {
  background-color: #fff;
  padding: 25px 15px;
}
.faq__list:not(:first-of-type) {
  margin-top: 20px;
}

.faq__item:first-of-type {
  margin-top: 20px;
}
.faq__item:not(:first-of-type) {
  margin-top: 15px;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__question h4 {
  width: calc(100% - 34px);
  background-color: #245db3;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  padding: 6px 10px;
}
.faq__question h4 span {
  display: inline-block;
}

.faq__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  background-color: #1e4e97;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 0 3px;
}

.faq__answer {
  margin-top: 10px;
}

.faq__text {
  font-size: 16px;
  line-height: 1.47;
}

.faq__note {
  font-size: 12px;
  line-height: 1.58;
}

/* -----------------------------------------------
* Access-Doctor
-------------------------------------------------- */
.access-doctor {
  padding: 0 15px;
}

/* -----------------------------------------------
* Access
-------------------------------------------------- */
.access__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #245db3;
  padding-bottom: 10px;
  margin-top: 30px;
}

.access__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.access__list:first-of-type {
  width: calc(100% - 32px * 7);
}
.access__list:not(first-of-type) {
  width: 32px;
}

.access__term {
  background-color: #245db3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}

.access__description {
  background-color: #f0f0f0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}
.access__description .fa-circle {
  color: #245db3;
}

.access__close {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}

.access__address {
  font-size: 14px;
  line-height: 1.5;
}

.access__map {
  margin-top: 10px;
  height: 200px;
}

.access__note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

/* -----------------------------------------------
* Doctor
-------------------------------------------------- */
.doctor {
  padding: 50px 0 0;
}

.doctor__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  border-bottom: 1px solid #245db3;
  padding-bottom: 15px;
  margin-top: 30px;
}
.doctor__name .large-text {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}

.doctor__career {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}

/* -----------------------------------------------
* Policy
-------------------------------------------------- */
.policy {
  padding: 0 0 40px;
}

.policy__box {
  padding: 30px;
  border: 1px solid #000;
  overflow-y: scroll;
  height: 350px;
}

.policy__text {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;

}
.policy__text:not(:first-of-type) {
  margin-top: 1em;
}

/* -----------------------------------------------
* Footer
-------------------------------------------------- */
.footer {
  background-color: #259faa;
  text-align: center;
  padding: 25px 0;
}

.footer__copy {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* -----------------------------------------------
* Footer_Fixed
-------------------------------------------------- */
.footer_fixed {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 0;
}

/* -----------------------------------------------
* Responsive
-------------------------------------------------- */
.reason img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 145px;
  }
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
  .inner {
    max-width: 576px;
    margin: 0 auto;
  }
  .sp-only {
    display: none;
  }
  .cta__title {
    font-size: 20px;
  }
  .cta__heading_online {
    font-size: 18px;
  }
  .cta__heading_visit {
    font-size: 22px;
  }
  .cta__tel {
    font-size: 22px;
  }
  .cta__time {
    font-size: 16px;
  }
  .cta__reception {
    font-size: 22px;
  }
  .cta__text {
    font-size: 20px;
  }
  .reason {
    padding: 0px 0 0px;
  }
  .reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason__image {
    width: 50%;
  }
  .reason__content {
    width: 50%;
  }



  .solution__speechbaloon {
    width: 470px;
    margin: -57px auto 0;
  }
  .solution__title1 {
    width: 715px;
  }
  .online {
    padding: 50px 0 100px;
  }
  .promise-payment {
    padding: 40px 0 100px;
  }
  .plan__text {
    width: 50%;
    padding-right: 10px;
  }
  .plan__payment {
    width: 50%;
  }
  .flow__tabs {
    width: 768px;
    margin: 30px auto 0;
  }
  .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow__image {
    width: 50%;
  }
  .flow__content {
    width: 50%;
  }
  .efforts__title2 {
    width: 715px;
  }
  .recommendation__title3 {
    width: 715px;
  }
  .access__list:first-of-type {
    width: 50%;
  }
  .access__list:not(first-of-type) {
    width: calc(50% / 7);
  }
  .access__map {
    height: 400px;
  }
}

@media screen and (max-width: 374px) {
  .promise__item {
    width: 100%;
  }
  .promise__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .efforts__text br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
