@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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-top-width: 1px;
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -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 arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 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;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

dt {
  font-weight: normal;
}

/*--- color ---*/
/*--- font ---*/
/*--- break point ---*/
/*=================
初期設定
=================*/
body {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 990px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

/*=================
共通パーツ
=================*/
.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 990px;
}

.section__wrap {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .section__wrap {
    padding: 80px 0;
  }
}

.section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.24;
  color: #111;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-weight: 700;
    font-size: 34px;
  }
}

.section__title--small {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section__title--small {
    font-size: 26px;
  }
}

.section__title--red {
  color: #FA5870;
}

.section__title--icon {
  position: relative;
  padding-top: 50px;
}

.section__title--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/icon.webp) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .section__title--icon {
    padding-top: 75px;
  }
  .section__title--icon::before {
    width: 60px;
    height: 60px;
  }
}

.section__head {
  text-align: center;
  margin-top: 26px;
}

@media screen and (min-width: 768px) {
  .section__head {
    margin-top: 32px;
  }
}

.section__text {
  font-size: 15px;
  line-height: 1.67;
}

.section__text:not(:first-of-type) {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .section__text {
    font-size: 18px;
  }
  .section__text:not(:first-of-type) {
    margin-top: 16px;
  }
}

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

@media screen and (min-width: 990px) {
  .pc--disable {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab--disable {
    display: none;
  }
}

.sp--disable {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp--disable {
    display: inherit;
  }
}

/*=================
header
=================*/
.header__inner {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 5px 20.5px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .header__inner {
    padding: 12px 20.5px 12px 15px;
  }
}

@media screen and (min-width: 990px) {
  .header__inner {
    padding: 12px 15px;
  }
}

.header__logo {
  width: 203px;
}

.header__logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo a:hover, .header__logo a:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 280px;
  }
}

@media screen and (min-width: 990px) {
  .header__logo {
    position: static;
    margin-right: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .header__logo {
    width: 306px;
    margin-right: 60px;
  }
}

.header__nav {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__nav {
    display: block;
  }
}

.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav_item:not(:last-of-type) {
  margin-right: 32px;
}

.header__nav_item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__nav_item a:hover, .header__nav_item a:active {
  opacity: 0.7;
}

@media screen and (min-width: 1200px) {
  .header__nav_item:not(:last-of-type) {
    margin-right: 40px;
  }
}

.header__link {
  width: 160px;
  margin-left: auto;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 990px) {
  .header__link {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header__link {
    width: 185px;
  }
}

.header__link:hover, .header__link:active {
  opacity: 0.7;
}

.burger {
  display: block;
  width: 20px;
  height: 16px;
}

.burger.active .burger__bars span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active .burger__bars span:nth-of-type(2) {
  opacity: 0;
}

.burger.active .burger__bars span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .burger {
    width: 26px;
    height: 20px;
  }
}

@media screen and (min-width: 990px) {
  .burger {
    display: none;
  }
}

.burger__bars {
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
}

.burger__bars span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
}

.burger__bars span:nth-of-type(1) {
  top: 0;
}

.burger__bars span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger__bars span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .burger__bars span {
    height: 2px;
  }
}

.header__tel {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 24px;
  padding-bottom: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__tel img {
  width: 27px;
  height: 27px;
}

.header__tel::after {
  content: "電話予約";
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.67;
  -webkit-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  color: #a31350;
}

.header__tel:hover, .header__tel:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .header__tel {
    margin-right: 32px;
    padding-bottom: 18px;
  }
  .header__tel img {
    width: 30px;
    height: 30px;
  }
  .header__tel::after {
    font-size: 11px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 990px) {
  .header__tel {
    display: none;
  }
}

.header__menu {
  display: none;
}

@media screen and (min-width: 576px) {
  .header__menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 990px) {
  .header__menu_list {
    display: none;
  }
}

.header__menu_item {
  border-top: 1px solid #E2E2E2;
}

.header__menu_item:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}

.header__menu_item a {
  display: block;
  padding: 12px 8px;
  font-size: 14px;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}

.header__menu_item a:hover, .header__menu_item a:active {
  background-color: #00B900;
  color: #fff;
  opacity: 0.9;
}

@media screen and (min-width: 576px) {
  .header__menu_item {
    width: 50%;
  }
  .header__menu_item:nth-of-type(2n + 1) {
    border-right: 1px solid #E2E2E2;
  }
  .header__menu_item:nth-last-of-type(2) {
    border-bottom: 1px solid #E2E2E2;
  }
  .header__menu_item a {
    padding: 12px;
    font-size: inherit;
  }
}

/*=================
mv
=================*/
.mv__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 15.2%;
}

.mv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f9f1;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .mv__inner {
    padding-bottom: 0;
  }
}

.mv__image {
  width: 100%;
  height: auto;
}

.mv__image img {
  width: 100%;
  height: auto;
}

.mv__link {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.06%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mv__link img {
  width: 100%;
  height: auto;
}

.mv__link:hover, .mv__link:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .mv__link {
    bottom: 6.51%;
    width: 36.56%;
  }
}

/*=================
std
=================*/
.std {
  overflow: hidden;
}

.top_std {
  margin-top: 27px;
}

.top_std .std__wrap {
  padding: 26px 0 38px;
  background-color: rgba(203, 239, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .top_std {
    margin-top: 40px;
  }
  .top_std .std__wrap {
  }
}

.std__tab_links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}

.std__tab_links::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 4px;
  background-color: #011C5C;
}

@media screen and (min-width: 768px) {
  .std__tab_links {
    padding-bottom: 3px;
  }
  .std__tab_links::after {
    height: 3px;
  }
}

.std__tab_link {
  width: 50%;
  text-align: center;
}

.std__tab_link span {
  cursor: pointer;
  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;
  height: 61px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #011C5C;
  border-color: #011C5C;
  border: 1px solid #011C5C;
  border-radius: 4px;
}

.std__tab_link.active span {
  background-color: #011C5C;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .std__tab_link {
    width: auto;
    text-align: left;
  }
  .std__tab_link:not(:first-of-type) {
    margin-left: -1px;
  }
  .std__tab_link span {
    height: auto;
    padding: 8px 32px 9px;
    display: block;
    font-size: 18px;
    line-height: inherit;
    color: #000;
    font-weight: 500;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (min-width: 990px) {
  .std__tab_link span {
    padding: 8px 40px 9px;
    font-size: 20px;
  }
}

.std__wrap {
  padding: 26px 0 38px;
  background-color: rgba(203, 239, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .std__wrap {
    padding: 26px 0 38px;
  }
}

.std__tag_title {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.std__tag_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
}

.std__tag_title:hover, .std__tag_title:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .std__tag_title {
    font-size: 22px;
  }
  .std__tag_title::after {
    -webkit-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
  }
}

.std__tabs {
  position: relative;
}

.std__tab_wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.std__tab_wrap.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .std__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 56px;
  }
}

.std__tab_item:nth-of-type(n + 2) {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .std__tab_item {
    /*width: calc((100% - 40px) / 2);*/
  }
  .std__tab_item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .std__tab_item:first-of-type {
    margin-right: 40px;
  }
}

@media screen and (min-width: 990px) {
  .std__tab_item {
    /*width: calc((100% - 56px) / 2);*/
    margin-left:30px;
  }
  .std__tab_item:first-of-type {
    margin-right: 56px;
  }
}

.std__tag:nth-of-type(2) {
  margin-top: 32px;
}

.std__tag_list {
  margin: 14px -3px -1px;
}

@media screen and (min-width: 768px) {
  .std__tag_list {
    margin: 16px -4px -4px;
  }
}

.std__tag_item {
  display: inline-block;
  margin: 1px 3px;
}

.std__tag_item a {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 22px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.std__tag_item a:hover, .std__tag_item a:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .std__tag_item {
    margin: 4px;
  }
  .std__tag_item a {
    font-size: inherit;
    font-weight: 400;
    padding: 4px 12px;
  }
}

.std__tag--both .std__tag_title {
  color: #26b0c2;
}
.std__tag--both .std__tag_title::after{
  background-image: url(../img/arrow-both.svg);
}

.std__tag--female .std__tag_title::after {
  background-image: url(../img/arrow-female.svg);
}

.std__tag--female .std__tag_item a {
  color: #FA5870;
  border: 2px solid #FA5870;
}

.std__tag--both .std__tag_item a {
  color: #26b0c2;
  border: 2px solid #26b0c2;
}

.std__tag--male .std__tag_title {
  color: #4461C9;
}
.std__tag--female .std__tag_title {
  color: #FA5870;
}
.std__tag--male .std__tag_title::after {
  background-image: url(../img/arrow-male.svg);
}


.std__tag--male .std__tag_item a {
  color: #4461C9;
  border: 2px solid #4461C9;
}

.std__banner {
  padding: 0 4px;
}

.std__banner a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.std__banner a:hover, .std__banner a:active {
  opacity: 0.7;
}

.std__banner img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .std__banner {
    padding: 0;
  }
  .std__banner:not(:first-of-type) {
    margin-top: 16px;
  }
}

.std__banners {
  display: none;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .std__banners {
    margin: 0;
  }
}

.slide-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 24px;
}

.slide-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slide-arrow {
    display: none;
  }
}

.prev-arrow {
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.next-arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.preparation{
    background-color: #ffffff;
    border-radius: 22px;
    color: #26b0c2;
    border: 2px solid #26b0c2;
    padding: 5px;}
/*=================
about
=================*/
.about {
  padding: 50px 0 38px;
}

@media screen and (min-width: 768px) {
  .about {
    padding: 80px 0;
  }
}

.about .cta__content {
  padding: 15px 13px 23px;
}

@media screen and (min-width: 768px) {
  .about .cta__content {
    padding: 20px 33px 27px 33px;
  }
}

.about .cta__body {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .about .cta__body {
    margin-top: 22px;
  }
}

.about .cta__links {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .about .cta__links {
    margin-top: 22px;
  }
}

/*=================
reason
=================*/
.reason {
  margin-top: 48px;
}

.reason .section__title {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .reason {
    margin-top: 64px;
  }
  .reason .section__title {
    font-size: 34px;
  }
}

.reason__list {
  max-width: 400px;
  margin: 32px auto 0;
}

@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 64px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (min-width: 768px) {
  .reason__item {
    width: calc((100% - 24px * 3) / 4);
  }
  .reason__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.reason__image {
  position: relative;
  text-align: center;
}

.reason__image img {
  width: 47.5%;
  height: auto;
  display: inline-block;
}

.reason__image::before {
  content: attr(date-num);
  position: absolute;
  top: 1.7%;
  left: 17.4%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  border-radius: 50%;
  background-color: #FA5870;
}

@media screen and (min-width: 768px) {
  .reason__image img {
    width: 80%;
  }
  .reason__image::before {
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
  }
}

@media screen and (min-width: 990px) {
  .reason__image img {
    width: 73.889%;
  }
  .reason__image::before {
    font-size: 24px;
    width: 58px;
    height: 58px;
    line-height: 58px;
  }
}

.reason__title {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .reason__title {
    min-height: 53px;
  }
}

.reason__text {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .reason__text {
    margin-top: 16px;
  }
}

/*=================
cta
=================*/
.cta {
  margin-top: 64px;
}

.cta__wrap {
  border: 3px solid #011C5C;
  border-radius: 12px;
}

.cta__title {
  text-align: center;
  padding: 8px 0 9px;
  margin: -1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #011C5C;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 768px) {
  .cta__title {
    padding: 16px 0 17px;
    font-size: 24px;
    line-height: 1.62;
  }
}

@media screen and (min-width: 990px) {
  .cta__title {
    font-size: 26px;
  }
}

.cta__content {
  padding: 15px 15px 23px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

@media screen and (min-width: 768px) {
  .cta__content {
    padding: 23px 33px 33px;
  }
}

.cta__head {
  text-align: center;
}

.cta__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #011C5C;
}

@media screen and (min-width: 768px) {
  .cta__subtitle {
    font-size: 26px;
  }
}

.cta__head_text {
  margin-top: 8px;
  font-size: 14px;
  color: #011C5C;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .cta__head_text {
    margin-top: 0;
    font-weight: 400;
    font-size: inherit;
  }
}

.cta__link_online {
  display: block;
  margin-top: 8px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cta__link_online img {
  width: 100%;
  height: auto;
}

.cta__link_online:hover, .cta__link_online:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .cta__link_online {
    margin: 16px auto 0;
    width: 52.7%;
  }
}

.cta__links {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .cta__links {
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (min-width: 768px) {
  .cta__item {
    width: calc((100% - 24px * 2) / 3);
  }
  .cta__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.cta__text {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #011C5C;
}

@media screen and (min-width: 768px) {
  .cta__text {
    font-weight: 700;
    font-size: inherit;
  }
}

.cta__link {
  display: block;
  margin-top: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cta__link img {
  width: 100%;
}

.cta__link:hover, .cta__link:active {
  opacity: 0.7;
}

.cta__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #011C5C;
}

@media screen and (min-width: 768px) {
  .cta__description {
    font-size: 10px;
  }
}

@media screen and (min-width: 990px) {
  .cta__description {
    font-size: 11px;
  }
}

.cta__description_text {
  display: inline-block;
  margin-right: 3px;
  letter-spacing: -0.3px;
}

.cta__description_tag {
  display: block;
  padding: 2px 8px;
  font-size: 10px;
  background-color: #011C5C;
  color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .cta__description_tag {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    padding: 2px 7px 1px;
  }
}

/*=================
treatment
=================*/
.treatment {
  padding: 28px 0 78px;
}

@media screen and (min-width: 768px) {
  .treatment {
    padding: 80px 0;
  }
}

.treatment .cta__title {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .treatment .cta__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 990px) {
  .treatment .cta__title {
    font-size: 24px;
  }
}

.treatment__images {
  margin-top: 34px;
}

.treatment__images img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.treatment__images img:nth-of-type(2) {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .treatment__images {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .treatment__images img {
    width: calc((100% - 24px) / 2);
  }
  .treatment__images img:nth-of-type(2) {
    margin-top: 0;
  }
}

/*=================
promise
=================*/
.promise {
  background-color: rgba(203, 239, 255, 0.3);
  padding: 16px 0 38px;
}

@media screen and (min-width: 768px) {
  .promise {
    padding: 80px 0;
  }
}

.promise__list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .promise__list {
    margin-top: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.promise__item {
  width: calc((100% - 22px) / 2);
}

.promise__item:nth-of-type(2n + 1) {
  margin-right: 22px;
}

.promise__item:nth-of-type(n + 3) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .promise__item {
    width: calc((100% - 24px * 2) / 3);
  }
  .promise__item:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .promise__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .promise__item:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
  .promise__item:last-of-type {
    margin-right: 0;
  }
  .promise__item:nth-of-type(n + 4) {
    margin-top: 71px;
  }
}

.promise__image {
  width: 100%;
  height: auto;
}

.promise__tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.promise__tag {
  display: block;
  padding: 4px 6px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  background-color: #011C5C;
  border-radius: 2px;
}

.promise__tag:not(:last-of-type) {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .promise__tag {
    padding: 2.5px 7.5px;
    border-radius: 2.5px;
  }
}

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

.promise__title {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.667;
}

@media screen and (min-width: 768px) {
  .promise__title {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 700;
  }
}

@media screen and (min-width: 990px) {
  .promise__title {
    font-size: 18px;
  }
}

.promise__text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.71;
}

@media screen and (min-width: 768px) {
  .promise__text {
    margin-top: 8px;
    font-size: inherit;
    line-height: 1.667;
  }
}

/*=================
news
=================*/
.news {
  background-color: rgba(203, 239, 255, 0.3);
  padding: 0;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 80px;
    background-color: #fff;
  }
}

.news__list_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .news__list_wrap {
    margin-top: 56px;
  }
}

.news__list {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 14px;
}

.news__list:not(:first-of-type) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__list:not(:first-of-type) {
    margin-top: 22px;
  }
  .news__list:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .news__list:not(:last-of-type) {
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
  }
}

.news__date {
  width: auto;
  opacity: 0.7;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .news__date {
    width: 85px;
  }
}

.news__title {
  margin-top: 8px;
  font-weight: 500;
}

.news__title a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__title a:hover, .news__title a:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .news__title {
    margin-top: 0;
    width: calc(100% - 85px);
    font-weight: 400;
  }
}

/*=================
blog
=================*/
.blog {
  padding: 43px 0 40px;
  background-color: rgba(203, 239, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .blog {
    padding: 80px 0;
  }
}

.blog__groups {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .blog__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}

.blog__group:not(:first-of-type) {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .blog__group {
    width: calc((100% - 24px * 2) / 3);
  }
  .blog__group:not(:first-of-type) {
    margin-top: 0;
  }
}

.blog__category {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .blog__category {
    font-weight: 700;
  }
}

.blog__list {
  margin-top: 18px;
}

.blog__item {
  background-color: #fff;
}

.blog__item:not(:first-of-type) {
  margin-top: 6px;
}

.blog__item a {
  display: block;
  padding: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.blog__item a:hover, .blog__item a:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .blog__item {
    min-height: 126px;
  }
  .blog__item:not(:first-of-type) {
    margin-top: 16px;
  }
  .blog__item a {
    padding: 16px;
  }
}

@media screen and (min-width: 990px) {
  .blog__item {
    min-height: 116px;
  }
  .blog__item a {
    padding: 20px;
  }
}

.blog__date {
  opacity: 0.7;
}

.blog__title {
  margin-top: 4px;
}

.blog__link_wrap {
  margin-top: 16px;
  text-align: center;
}

.blog__link {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #26304F;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.blog__link:hover, .blog__link:active {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .blog__link {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/*=================
doctor
=================*/
.doctor {
  padding: 40px 0 38px;
}

@media screen and (min-width: 768px) {
  .doctor {
    padding: 80px 0;
  }
}

.doctor__content {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .doctor__content {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.doctor__title {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .doctor__title {
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .doctor__representative {
    width: 42%;
    margin-right: 60px;
  }
}

@media screen and (min-width: 990px) {
  .doctor__representative {
    width: 40.2%;
    margin-right: 100px;
  }
}

.doctor__name {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .doctor__name {
    font-weight: 700;
    margin-top: 16px;
  }
}

.doctor__image {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .doctor__image {
    margin-top: 32px;
  }
}

.doctor__overview {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .doctor__overview {
    margin-top: 0;
    width: calc(100% - 42% - 60px);
  }
}

@media screen and (min-width: 990px) {
  .doctor__overview {
    width: calc(100% - 40.2% - 100px);
  }
}

.doctor__carrier_wrap {
  margin-top: 16px;
}

.doctor__carrier_list:not(:first-of-type) {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .doctor__carrier_list:not(:first-of-type) {
    margin-top: 16px;
  }
}

.doctor__carrier_year {
  opacity: 0.7;
}

.doctor__carrier_text {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .doctor__carrier_text {
    margin-top: 4px;
  }
}

.doctor__affiliation {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .doctor__affiliation {
    margin-top: 16px;
  }
}

.doctor__affiliation_list {
  margin-top: 16px;
}

/*=================
access
=================*/
.hospital {
  background-color: rgba(203, 239, 255, 0.3);
  padding: 50px 0 60px;
}

@media screen and (min-width: 768px) {
  .hospital {
    padding: 80px 0;
  }
}

.hospital__images {
  margin-top: 40px;
}

.hospital__images img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .hospital__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 56px;
  }
  .hospital__images img {
    width: 50%;
    height: auto;
  }
}

.hospital__access {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .hospital__access_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hospital__access_description {
  padding: 25px 30px 22px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .hospital__access_description {
    padding: 24px;
    width: 50%;
  }
}

@media screen and (min-width: 990px) {
  .hospital__access_description {
    padding: 32px;
  }
}

.hospital__access_title {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .hospital__access_title {
    font-weight: 700;
  }
}

.hospital__access_text {
  margin-top: 24px;
  font-weight: 500;
}

.hospital__access_text:first-of-type {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .hospital__access_text {
    font-weight: 400;
  }
}

.hospital__access_map {
  position: relative;
  width: 100%;
  padding-top: 68.4%;
}

.hospital__access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hospital__access_map {
    width: 50%;
    padding-top: 33.33%;
  }
}

.hospital__access_link_wrap {
  margin-top: 32px;
  text-align: center;
}

.hospital__access_link {
  display: inline-block;
  width: 100%;
  padding: 12px 10px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #011C5C;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hospital__access_link:hover, .hospital__access_link:active {
  opacity: 0.7;
}

.hospital__access_link span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  line-height: 2.14;
}

.hospital__access_link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13.991px;
  height: 11.508px;
  background: url(../img/acess-arrow.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .hospital__access_link {
    width: auto;
    padding: 12px 30px 10px;
    font-size: 14px;
  }
  .hospital__access_link span {
    padding-right: 21px;
  }
  .hospital__access_link span::after {
    -webkit-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
  }
}

.hospital__links {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .hospital__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hospital__link {
  width: 100%;
  display: block;
  padding: 22px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #011C5C;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hospital__link:nth-of-type(1) span::before {
  background-image: url(../img/sns-facebook.png);
}

.hospital__link:nth-of-type(2) {
  margin-top: 15px;
}

.hospital__link:nth-of-type(2) span::before {
  background-image: url(../img/sns-instagram.png);
}

.hospital__link:hover, .hospital__link:active {
  opacity: 0.7;
}

.hospital__link span {
  position: relative;
  display: inline-block;
  padding-left: 54px;
}

.hospital__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .hospital__link {
    font-size: 24px;
    padding: 24px;
    width: calc((100% - 24px) / 2);
  }
  .hospital__link:nth-of-type(2) {
    margin-top: 0;
  }
  .hospital__link span::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 990px) {
  .hospital__link {
    padding: 30px;
    font-size: 26px;
  }
  .hospital__link span {
    padding-left: 64px;
  }
  .hospital__link span::before {
    width: 40px;
    height: 40px;
  }
}

/*=================
footer
=================*/
.footer {
  padding: 25px 0 calc(14.625vw + 30px + 24px);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 20px 0 calc(7.5vw + 24px + 20px);
  }
}

@media screen and (min-width: 990px) {
  .footer {
    padding: 28px 0 118px;
  }
}

.footer__image a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__image a:hover, .footer__image a:active {
  opacity: 0.7;
}

.footer__image img {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .footer__image img {
    width: auto;
    max-width: 300px;
    height: auto;
  }
}

.footer__copy {
  margin-top: 12px;
  font-size: 13px;
}

/*=================
footer-fixed
=================*/
.footer__fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer__fixed_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer__fixed_inner {
    max-width: 990px;
    padding: 10px 15px 14px;
  }
}

.footer__fixed_image {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__fixed_image:not(:first-of-type) {
  display: none;
}

.footer__fixed_image img {
  width: 100%;
  height: auto;
}

.footer__fixed_image:hover, .footer__fixed_image:active {
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .footer__fixed_image:not(:first-of-type) {
    display: block;
  }
  .footer__fixed_image:not(:last-of-type) {
    margin-right: 16px;
  }
  .footer__fixed_image img {
    max-height: 74px;
    width: auto;
  }
}

@media screen and (min-width: 990px) {
  .footer__fixed_image:not(:last-of-type) {
    margin-right: 24px;
  }
}
