@charset "UTF-8";
/* リセットcss */ /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 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 {
  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;
}

/* ブレイクポイント設定 */
/* ヘッダー */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.text {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 999px) {
  .text {
    font-size: 16px;
    line-height: 25px;
  }
}

.marker-Y {
  background: linear-gradient(transparent 70%, #ffef64 70%);
}

.marker-R {
  background: linear-gradient(transparent 70%, #ffb8b8 70%);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.error {
  display: inline-block !important;
  background: linear-gradient(transparent 10%, #efe9a5 10%);
  color: #b70000;
  font-size: 93%;
}

#eyecatch {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(../images/eyecatch/eyecatch01.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*     .bg-image {
          opacity: .7;
          position: absolute;
          width: 100%;
          height: 300px;
          background-color: #476468;
          mix-blend-mode: multiply;
      } */
}
#eyecatch .page-title {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 90px;
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#eyecatch .page-title:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
@media only screen and (max-width: 999px) {
  #eyecatch {
    height: 175px;
  }
  #eyecatch .page-title {
    padding-left: 60px;
    font-size: 26px;
  }
  #eyecatch .page-title:before {
    width: 50px;
  }
}

.breadcrumbs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #005c80;
}
.breadcrumbs ol {
  display: flex;
}
.breadcrumbs li:not(:last-child)::after {
  padding: 0 5px;
  content: ">";
}

.commonBtn, .commonBtn-G, .commonBtn-B, .commonBtn-R, .commonBtn-W {
  display: block;
  position: relative;
  max-width: 320px;
  padding: 10px 50px;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
  line-height: 18px;
}
.commonBtn::after, .commonBtn-G::after, .commonBtn-B::after, .commonBtn-R::after, .commonBtn-W::after {
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-width: 0 0 28px 28px;
  border-style: solid;
  content: "";
  transition: 0.2s;
}

.commonBtn-W {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #005c80;
}
.commonBtn-W::after {
  border-color: transparent transparent #005c80 transparent;
}
.commonBtn-W:hover {
  border: 1px solid #ffffff;
  background-color: #005c80;
  color: #ffffff;
}
.commonBtn-W:hover::after {
  border-color: transparent transparent #ffffff transparent;
}

.commonBtn-R {
  border: 1px solid #c12727;
  background-color: #c12727;
  color: #ffffff;
}
.commonBtn-R::after {
  border-color: transparent transparent #ffffff transparent;
}
.commonBtn-R:hover {
  background-color: #ffffff;
  color: #c12727;
}
.commonBtn-R:hover::after {
  border-color: transparent transparent #c12727 transparent;
}

.commonBtn-B {
  border: 1px solid #005c80;
  background-color: #005c80;
  color: #ffffff;
}
.commonBtn-B::after {
  border-color: transparent transparent #ffffff transparent;
}
.commonBtn-B:hover {
  background-color: #ffffff;
  color: #005c80;
}
.commonBtn-B:hover::after {
  border-color: transparent transparent #005c80 transparent;
}

.commonBtn-G {
  border: 1px solid #6b6f75;
  background-color: #6b6f75;
  color: #ffffff;
}
.commonBtn-G::after {
  border-color: transparent transparent #ffffff transparent;
}
.commonBtn-G:hover {
  background-color: #ffffff;
  color: #6b6f75;
}
.commonBtn-G:hover::after {
  border-color: transparent transparent #6b6f75 transparent;
}

.btnWrap-beside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 27px;
}
.btnWrap-beside li a {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 20px;
  padding-left: 80px;
  border-radius: 10px;
  font-weight: bold;
  text-align: right;
  transition: 0.2s all;
}
.btnWrap-beside li a::before {
  display: inline-block;
  position: absolute;
  left: 25px;
  width: 45px;
  height: 35px;
  background-repeat: no-repeat;
  content: "";
}
.btnWrap-beside li a:hover {
  opacity: 0.7;
}
.btnWrap-beside li:nth-child(1) a {
  background-image: repeating-linear-gradient(45deg, #e83434, #e83434 5px, transparent 0, transparent 14px);
  background-color: #ed5d5d;
  color: #ffffff;
}
.btnWrap-beside li:nth-child(1) a::before {
  background-image: url(../images/other/btnwrap01.svg);
}
.btnWrap-beside li:nth-child(2) a {
  background-image: repeating-linear-gradient(45deg, #f9d30b, #f9d30b 5px, transparent 0, transparent 14px);
  background-color: #fadc3c;
}
.btnWrap-beside li:nth-child(2) a::before {
  background-image: url(../images/other/btnwrap02.svg);
}
.btnWrap-beside li:nth-child(3) a {
  background-image: repeating-linear-gradient(45deg, #06c4de, #06c4de 5px, transparent 0, transparent 14px);
  background-color: #38d0e5;
  color: #ffffff;
}
.btnWrap-beside li:nth-child(3) a::before {
  top: 22px;
  background-image: url(../images/other/btnwrap03.svg);
}
@media only screen and (max-width: 1290px) {
  .btnWrap-beside {
    font-size: 23px;
  }
  .btnWrap-beside li a {
    padding-left: 60px;
  }
  .btnWrap-beside li a::before {
    left: 20px;
    width: 35px;
    height: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .btnWrap-beside li a {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    min-width: 210px;
    text-align: center;
  }
  .btnWrap-beside li a::before {
    display: none;
  }
}

.btnWrap-vertical {
  position: fixed;
  z-index: 2;
  width: 100%;
  font-size: 18px;
  top: 140px;
}
.btnWrap-vertical li a {
  display: block;
  writing-mode: vertical-rl;
  padding: 10px;
  position: absolute;
  height: 144px;
  right: 0;
  border-radius: 10px 0 0 10px;
  border: solid #fff;
  border-width: 2px 0 2px 2px;
  font-weight: bold;
  transition: 0.2s all;
  margin-bottom: 10px;
}
.btnWrap-vertical li a::after {
  display: inline-block;
  left: 25px;
  width: 30px;
  height: 25px;
  margin-top: 5px;
  background-repeat: no-repeat;
  content: "";
}
.btnWrap-vertical li a:hover {
  opacity: 0.7;
}
.btnWrap-vertical li:nth-child(1) a {
  background-image: repeating-linear-gradient(45deg, #e83434, #e83434 5px, transparent 0, transparent 14px);
  background-color: #ed5d5d;
  color: #ffffff;
}
.btnWrap-vertical li:nth-child(1) a::after {
  background-image: url(../images/other/btnwrap01.svg);
}
.btnWrap-vertical li:nth-child(2) a {
  background-image: repeating-linear-gradient(45deg, #f9d30b, #f9d30b 5px, transparent 0, transparent 14px);
  background-color: #fadc3c;
  top: 150px;
  height: 126px;
}
.btnWrap-vertical li:nth-child(2) a::after {
  background-image: url(../images/other/btnwrap02.svg);
}
.btnWrap-vertical li:nth-child(3) a {
  background-image: repeating-linear-gradient(45deg, #06c4de, #06c4de 5px, transparent 0, transparent 14px);
  background-color: #38d0e5;
  color: #ffffff;
  top: 285px;
  height: 126px;
}
.btnWrap-vertical li:nth-child(3) a::after {
  top: 22px;
  background-image: url(../images/other/btnwrap03.svg);
}
@media only screen and (max-width: 1290px) {
  .btnWrap-vertical {
    font-size: 23px;
    display: none;
  }
  .btnWrap-vertical li a::after {
    width: 35px;
    height: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .btnWrap-vertical li a {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
  }
  .btnWrap-vertical li a::after {
    display: none;
  }
}

.columnWrap {
  margin-top: 45px;
}
.columnWrap .column01, .columnWrap .column02, .columnWrap .column03 {
  display: flex;
  flex: 1;
}
.columnWrap .column01 .text-area, .columnWrap .column02 .text-area, .columnWrap .column03 .text-area {
  width: 50%;
}
.columnWrap .column01 .text-area p, .columnWrap .column02 .text-area p, .columnWrap .column03 .text-area p {
  max-width: 640px;
  padding: 40px;
}
.columnWrap .column01 .img-area, .columnWrap .column02 .img-area, .columnWrap .column03 .img-area {
  width: 50%;
}
.columnWrap .column01 .img-area img, .columnWrap .column02 .img-area img, .columnWrap .column03 .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.columnWrap .column01 video, .columnWrap .column02 video, .columnWrap .column03 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.columnWrap .column01 .commonBtn-B, .columnWrap .column02 .commonBtn-B, .columnWrap .column03 .commonBtn-B {
  margin-top: 20px;
}
.columnWrap .column-title {
  width: 100%;
  padding: 40px;
}
.columnWrap .column-title ul {
  display: flex;
  align-items: center;
}
.columnWrap .column-title ul li {
  color: #ffffff;
}
.columnWrap .column-title ul li:first-child {
  width: 15px;
  height: 70px;
  background-color: #fff;
}
.columnWrap .column-title ul li:nth-child(2) {
  padding-left: 10px;
  font-weight: bold;
  font-size: 32px;
}
.columnWrap .column-title span {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}
.columnWrap .column01 {
  flex-direction: row-reverse;
}
.columnWrap .column01 .column-title {
  background-color: #ff9295;
}
.columnWrap .column01 .commonBtn-B {
  border: 1px solid #ff9295;
  background-color: #ff9295;
  color: #ffffff;
}
.columnWrap .column01 .commonBtn-B:hover {
  background-color: #ffffff;
  color: #ff9295;
}
.columnWrap .column01 .commonBtn-B:hover::after {
  border-color: transparent transparent #ff9295 transparent;
}
.columnWrap .column02 .column-title {
  background-color: #ffc84f;
}
.columnWrap .column02 .commonBtn-B {
  border: 1px solid #ffc84f;
  background-color: #ffc84f;
  color: #231814;
}
.columnWrap .column02 .commonBtn-B:hover {
  background-color: #ffffff;
  color: #ffc84f;
}
.columnWrap .column02 .commonBtn-B:hover::after {
  border-color: transparent transparent #ffc84f transparent;
}
.columnWrap .column02 .column-title-wrap {
  max-width: 560px;
  margin: 0 0 0 auto;
}
.columnWrap .column02 p {
  margin: 0 0 0 auto;
}
.columnWrap .column03 {
  flex-direction: row-reverse;
}
.columnWrap .column03 .column-title {
  background-color: #72cddd;
}
.columnWrap .column03 .commonBtn-B {
  border: 1px solid #72cddd;
  background-color: #72cddd;
  color: #ffffff;
}
.columnWrap .column03 .commonBtn-B:hover {
  background-color: #ffffff;
  color: #72cddd;
}
.columnWrap .column03 .commonBtn-B:hover::after {
  border-color: transparent transparent #72cddd transparent;
}
@media only screen and (max-width: 1290px) {
  .columnWrap .column-title {
    padding: 15px;
  }
  .columnWrap .column-title ul li:nth-child(1) {
    display: none;
  }
  .columnWrap .column-title ul li:nth-child(2) {
    font-size: 28px;
    padding-left: 0;
  }
  .columnWrap .column-title span {
    font-size: 16px;
    margin-top: 15px;
  }
  .columnWrap .column01 .text-area p, .columnWrap .column02 .text-area p, .columnWrap .column03 .text-area p {
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  .columnWrap .column01, .columnWrap .column02, .columnWrap .column03 {
    display: block;
  }
  .columnWrap .column01 .text-area, .columnWrap .column02 .text-area, .columnWrap .column03 .text-area {
    width: 100%;
  }
  .columnWrap .column01 .img-area, .columnWrap .column02 .img-area, .columnWrap .column03 .img-area {
    width: 80%;
    margin: 0 auto;
  }
  .columnWrap .column01 .img-area img, .columnWrap .column01 .img-area video {
    border: 10px solid #ff9295;
  }
  .columnWrap .column02 {
    padding-top: 25px;
  }
  .columnWrap .column02 .img-area img, .columnWrap .column02 .img-area video {
    border: 10px solid #ffc84f;
  }
  .columnWrap .column02 .column-title-wrap {
    margin: 0;
  }
  .columnWrap .column02 p {
    margin: 0;
  }
  .columnWrap .column03 {
    padding-top: 25px;
  }
  .columnWrap .column03 .img-area img, .columnWrap .column03 .img-area video {
    border: 10px solid #72cddd;
  }
  .columnWrap .column-title ul li:nth-child(2) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .columnWrap .column01 .commonBtn-B, .columnWrap .column02 .commonBtn-B, .columnWrap .column03 .commonBtn-B {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.common-title {
  margin: 0 auto;
  padding: 0 0 20px 0;
  color: #005c80;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
.common-title .title-wrap {
  display: inline-block;
  border-bottom: 4px dashed #005c80;
  padding-bottom: 10px;
}
.common-title h2 {
  display: inline;
  position: relative;
  font-size: 32px;
}
.common-title p {
  padding-top: 20px;
  color: #005c80;
  font-size: 25px;
}
@media only screen and (max-width: 1290px) {
  .common-title {
    margin-bottom: 20px;
  }
  .common-title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .common-title h2 {
    font-size: 22px;
  }
}

.sub-title {
  margin: 10px 0;
  color: #005c80;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  padding: 10px 0;
}
.sub-title .title-wrap {
  display: inline-block;
  padding: 10px 0;
  border: solid #005c80;
  border-width: 1px 0;
}
.sub-title h3 {
  display: inline;
  position: relative;
  font-size: 28px;
}
@media only screen and (max-width: 1290px) {
  .sub-title h3 {
    font-size: 21px;
  }
}

.square-title {
  border: 1px solid #005c80;
  text-align: center;
  color: #005c80;
  display: block;
  font-size: 21px;
  margin: 0 30px;
  padding: 5px 20px;
}
@media only screen and (max-width: 1290px) {
  .square-title {
    font-size: 18px;
  }
}

header {
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
}
header #menuSP {
  display: none;
  /*　ハンバーガーメニューボタン　*/
  /* スマホメニューを開いてる時のボタン */
  /* メニュー背景　*/
  /* クリックでjQueryで追加・削除 */
}
header #menuSP .hamburger {
  display: block;
  position: fixed;
  top: 28px;
  right: 20px;
  z-index: 3;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
}
header #menuSP .hamburger span {
  display: block;
  position: absolute;
  left: 6px;
  width: 30px;
  height: 2px;
  background: #005c80;
  transition: 0.3s ease-in-out;
}
header #menuSP .hamburger span:nth-child(1) {
  top: 10px;
}
header #menuSP .hamburger span:nth-child(2) {
  top: 20px;
}
header #menuSP .hamburger span:nth-child(3) {
  top: 30px;
}
header #menuSP .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}
header #menuSP .hamburger.active span:nth-child(2), header #menuSP .hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}
header #menuSP nav.globalMenuSp {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 2;
  transform: translateX(100%);
  width: 100%;
  padding: 0 20px;
  padding-bottom: 100px;
  background: #005c80;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.6s;
}
header #menuSP nav.globalMenuSp .menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header #menuSP nav.globalMenuSp .menu li {
  list-style-type: none;
  width: 100%;
  padding: 0;
  transition: 0.4s all;
}
header #menuSP nav.globalMenuSp .menu li:last-child {
  padding-bottom: 0;
}
header #menuSP nav.globalMenuSp .menu li:hover {
  color: rgb(131, 131, 131);
}
header #menuSP nav.globalMenuSp .menu li a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #005c80;
  text-decoration: none;
}
header #menuSP nav.globalMenuSp .btn {
  text-align: center;
}
header #menuSP nav.globalMenuSp .btn li {
  padding-top: 25px;
}
header #menuSP nav.globalMenuSp .commonBtn-W, header #menuSP nav.globalMenuSp .commonBtn-R, header #menuSP nav.globalMenuSp .commonBtn-G {
  margin: 0 auto;
}
header #menuSP nav.globalMenuSp .btnWrap-beside {
  padding-top: 25px;
}
header #menuSP nav.globalMenuSp.active {
  display: block;
  opacity: 100;
  transform: translateX(0%);
}
@media screen and (max-width: 1400px) {
  header #menuPC ul {
    display: none;
  }
  header #menuSP {
    display: block;
  }
}

#menuPC {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 35px;
  position: fixed;
  z-index: 1;
  background: rgba(231, 232, 233, 0.9);
  width: 100%;
}
#menuPC .header-logo {
  height: 45px;
  transition: 0.2s;
  padding-left: 20px;
}
#menuPC .header-logo:hover {
  opacity: 0.8;
}
#menuPC ul {
  display: flex;
  flex-wrap: wrap;
}
#menuPC ul li {
  padding: 0 5px;
}
#menuPC ul li:not(:last-child) {
  border-right: 1px solid #005c80;
}
#menuPC ul a {
  padding: 7px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #menuPC {
    top: 45px;
  }
}

.quote {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  text-align: center;
  color: #919b9b;
  border: 1px solid #919b9b;
  padding: 40px;
  border-radius: 20px;
}
.quote::before, .quote::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
}
.quote::before {
  background-image: url("../images/other/quote01.svg");
  background-repeat: no-repeat;
  left: 0;
  top: -25px;
}
.quote::after {
  background-image: url("../images/other/quote02.svg");
  background-repeat: no-repeat;
  right: 0;
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .quote {
    padding: 20px 10px;
    font-size: 15px;
  }
  .quote::before, .quote::after {
    width: 30px;
    height: 30px;
  }
  .quote::before {
    top: -15px;
  }
  .quote::after {
    bottom: -20px;
  }
}

.special-icon {
  padding-top: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.special-icon .accent-text01 {
  max-width: 860px;
  margin: 0 auto;
  width: 90%;
}
.special-icon .accent-text01 img {
  width: 100%;
}
.special-icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .special-icon ul {
    display: inherit;
  }
}
.special-icon ul li {
  width: 400px;
  text-align: center;
}
.special-icon ul li:not(last-child) {
  margin-bottom: 25px;
}
.special-icon ul li .commonBtn-B {
  margin-bottom: 20px;
}
.special-icon ul li:nth-child(3n+1) .commonBtn-B {
  border: 1px solid #FF8386;
  background-color: #FF8386;
}
.special-icon ul li:nth-child(3n+1) .commonBtn-B:hover {
  background-color: #ffffff;
  color: #FF8386;
}
.special-icon ul li:nth-child(3n+1) .commonBtn-B:hover::after {
  border-color: transparent transparent #FF8386 transparent;
}
.special-icon ul li:nth-child(3n+2) .commonBtn-B {
  border: 1px solid #FFB94F;
  background-color: #FFB94F;
  color: #231814;
}
.special-icon ul li:nth-child(3n+2) .commonBtn-B:hover {
  background-color: #ffffff;
  color: #FFB94F;
}
.special-icon ul li:nth-child(3n+2) .commonBtn-B:hover::after {
  border-color: transparent transparent #FFB94F transparent;
}
.special-icon ul li:nth-child(3n+3) .commonBtn-B {
  border: 1px solid #72BECE;
  background-color: #72BECE;
}
.special-icon ul li:nth-child(3n+3) .commonBtn-B:hover {
  background-color: #ffffff;
  color: #72BECE;
}
.special-icon ul li:nth-child(3n+3) .commonBtn-B:hover::after {
  border-color: transparent transparent #72BECE transparent;
}
.special-icon ul li .sub-title {
  display: flex;
  height: 110px;
  justify-content: center;
  align-items: center;
}
.special-icon ul li .sub-title span {
  font-size: 18px;
}
.special-icon ul li:nth-child(5) .sub-title h3 {
  font-size: 26px;
}
.special-icon ul li:nth-child(5) .sub-title .title-wrap {
  padding: 12px 0;
}
@media only screen and (max-width: 1290px) {
  .special-icon ul li:nth-child(5) .sub-title h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .special-icon ul li:nth-child(5) .sub-title .sub-title {
    height: auto;
  }
  .special-icon ul li:nth-child(5) .sub-title .sub-title h3 {
    font-size: 16px;
  }
}
.special-icon ul li img {
  max-width: 300px;
  width: 100%;
}
.special-icon ul li .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #005c80;
  padding: 20px 0;
}
.special-icon ul li .text {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
}
.special-icon ul li:nth-child(9) .sub-title h3 {
  font-size: 23px;
}
.special-icon ul li:nth-child(9) .sub-title .title-wrap {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .special-icon ul li:nth-child(9) .sub-title {
    height: auto;
  }
  .special-icon ul li:nth-child(9) .sub-title h3 {
    font-size: 17px;
  }
  .special-icon ul li:nth-child(9) .sub-title span {
    font-size: 14px;
  }
  .special-icon ul li:nth-child(9) .sub-title .title-wrap {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 999px) {
  .special-icon ul li {
    width: 315px;
  }
  .special-icon ul li img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .special-icon ul li {
    width: 95%;
    margin: 0 auto;
  }
  .special-icon ul li .sub-title {
    height: auto;
  }
  .special-icon ul li .sub-title h3 {
    font-size: 17px;
  }
  .special-icon ul li .sub-title span {
    font-size: 14px;
  }
  .special-icon ul li .commonBtn-B {
    margin-bottom: 10px;
  }
  .special-icon ul li .text {
    max-width: inherit;
  }
  .special-icon ul li img {
    width: 150px;
  }
  .special-icon ul li .name {
    font-size: 16px;
    padding: 10px 0;
  }
}
.special-icon .commonBtn-B {
  margin: 0 auto;
}

.remodal iframe {
  width: 100%;
  height: 315px;
}
.remodal iframe:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .remodal iframe {
    height: 225px;
  }
}

/* 共通ヘッダー */
.common-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  box-shadow: 0px 3px 6px rgba(11, 39, 78, 0.2);
}
@media only screen and (max-width: 767px) {
  .common-header {
    height: 45px;
  }
}
.common-header #common-menuPC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .common-header #common-menuPC {
    height: 45px;
  }
}
.common-header #common-menuPC .header-logo {
  height: 35px;
  transition: 0.2s;
  padding-left: 20px;
}
.common-header #common-menuPC .header-logo:hover {
  opacity: 0.8;
}
.common-header #common-menuPC .global_menu {
  display: flex;
  flex-wrap: wrap;
}
.common-header #common-menuPC .global_menu li {
  padding: 5px;
  border-right: 1px solid #0b274e;
}
.common-header #common-menuPC .global_menu li:last-child {
  border-right: 0;
}
.common-header #common-menuPC .global_menu a {
  padding: 10px;
}
@media only screen and (max-width: 1290px) {
  .common-header #common-menuPC .global_menu {
    display: none;
  }
}
.common-header #common-menuSP {
  position: relative;
  /*　ハンバーガーメニューボタン　*/
  /* スマホメニューを開いてる時のボタン */
  /* メニュー背景　*/
  /* クリックでjQueryで追加・削除 */
}
.common-header #common-menuSP .hamburger {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0px;
  right: 20px;
  z-index: 3;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
}
.common-header #common-menuSP .hamburger span {
  display: block;
  position: absolute;
  left: 6px;
  width: 30px;
  height: 2px;
  background: #0b274e;
  transition: 0.3s ease-in-out;
}
.common-header #common-menuSP .hamburger span:nth-child(1) {
  top: 10px;
}
.common-header #common-menuSP .hamburger span:nth-child(2) {
  top: 20px;
}
.common-header #common-menuSP .hamburger span:nth-child(3) {
  top: 30px;
}
.common-header #common-menuSP .hamburger.active span:nth-child(1) {
  background: #fff;
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}
.common-header #common-menuSP .hamburger.active span:nth-child(2), .common-header #common-menuSP .hamburger.active span:nth-child(3) {
  background: #fff;
  top: 16px;
  transform: rotate(45deg);
}
.common-header #common-menuSP nav.globalMenuSp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  height: 100vh;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 100px;
  color: #fff;
  background: linear-gradient(45deg, #0b274e 0%, #0d2a51 1.93%, #0b274e 6.3%, #245897 100%);
  transition: all 0.6s;
}
.common-header #common-menuSP nav.globalMenuSp .header-logo-white {
  height: 50px;
}
.common-header #common-menuSP nav.globalMenuSp .menu {
  padding: 0;
  border-left: 1px solid #fff;
  margin-left: 50px;
  padding-left: 40px;
}
.common-header #common-menuSP nav.globalMenuSp .menu li {
  list-style-type: none;
  padding: 0;
  padding-left: 10px;
  transition: 0.4s all;
}
.common-header #common-menuSP nav.globalMenuSp .menu li:last-child {
  padding-bottom: 0;
}
.common-header #common-menuSP nav.globalMenuSp .menu li:hover {
  opacity: 0.7;
}
.common-header #common-menuSP nav.globalMenuSp .menu li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
}
.common-header #common-menuSP nav.globalMenuSp .menu .contact {
  margin-top: 20px;
}
.common-header #common-menuSP nav.globalMenuSp .menu .info {
  margin-bottom: 20px;
}
.common-header #common-menuSP nav.globalMenuSp .btn {
  text-align: center;
}
.common-header #common-menuSP nav.globalMenuSp .btn li {
  padding-top: 25px;
}
.common-header #common-menuSP nav.globalMenuSp .commonBtn-W, .common-header #common-menuSP nav.globalMenuSp .commonBtn-R, .common-header #common-menuSP nav.globalMenuSp .commonBtn-G {
  margin: 0 auto;
}
.common-header #common-menuSP nav.globalMenuSp .btnWrap-beside {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .common-header #common-menuSP nav.globalMenuSp {
    display: block;
  }
  .common-header #common-menuSP nav.globalMenuSp .header-logo-white {
    height: 35px;
    margin: 5px 0;
  }
  .common-header #common-menuSP nav.globalMenuSp .menu {
    border-top: 1px solid #fff;
    border-left: 0;
    margin: 0;
    padding-left: 0;
  }
}
.common-header #common-menuSP nav.globalMenuSp .sns {
  display: flex;
  flex-wrap: wrap;
}
.common-header #common-menuSP nav.globalMenuSp .sns a {
  padding: 5px;
  transition: 0.2s;
}
.common-header #common-menuSP nav.globalMenuSp .sns a:hover {
  opacity: 0.7;
}
.common-header #common-menuSP nav.globalMenuSp .sns img {
  width: 35px;
}
.common-header #common-menuSP nav.globalMenuSp.active {
  opacity: 100;
  pointer-events: auto;
}

/* トップ*/
#top {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #top {
    padding-top: 20px;
  }
}
#top #firstview {
  position: relative;
  width: 100%;
}
#top #firstview .top-eyecatch {
  display: block;
}
#top #firstview .top-eyecatch img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #top #firstview .top-eyecatch {
    display: none;
  }
}
#top #firstview .top-eyecatch-sp {
  display: none;
}
#top #firstview .top-eyecatch-sp img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 999px) {
  #top #firstview .top-eyecatch-sp {
    display: block;
  }
}
#top #firstview .btnWrap-beside {
  background-color: #d4f5f9;
  padding: 20px 0;
}
@media only screen and (max-width: 999px) {
  #top #firstview .btnWrap-beside {
    padding: 10px 0;
  }
}
#top .content01 {
  padding-top: 70px;
  width: 100%;
}
#top .content01 .quote {
  width: 95%;
}
#top .content01 .container {
  position: relative;
  text-align: center;
}
#top .content01 .container .text {
  font-size: 21px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
}
#top .content01 .accent-text01 {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 45px;
  width: 90%;
}
@media only screen and (max-width: 999px) {
  #top .content01 .container .text {
    font-size: 18px;
    line-height: 30px;
  }
}
#top .content02 {
  padding-top: 70px;
}
#top .content02 .text {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  padding: 0 20px;
  padding-bottom: 45px;
  width: 100%;
}
#top .content02 .accent-text02 {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 90%;
}
#top .content02 .bg-box {
  background-image: url(../images/top/tokuten-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
}
#top .content02 .bg-box .container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 900px;
  width: 100%;
}
#top .content02 .bg-box .container img {
  margin-top: 20px;
  padding-bottom: 45px;
  width: 90%;
}
@media only screen and (max-width: 999px) {
  #top .content02 .bg-box .container img {
    width: 45%;
  }
}
#top .content02 .bg-box figure {
  text-align: center;
}
#top .content03 {
  padding-top: 70px;
}
#top .content03 .quote {
  width: 95%;
}
#top .content03 .wrapper {
  background-color: #c5e6ea;
  padding: 30px 0;
  margin-top: 40px;
}
#top .content03 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1290px) {
  #top .content03 .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #top .content03 .container .image-wrap, #top .content03 .container #info .image-wrap-single, #top .content03 .container #info .image-wrap-eyecatch, #info #top .content03 .container .image-wrap-single, #info #top .content03 .container .image-wrap-eyecatch {
    max-width: 480px;
    right: auto;
    margin: 0 auto;
    width: 80%;
  }
}
#top .content03 .image-wrap, #top .content03 #info .image-wrap-single, #top .content03 #info .image-wrap-eyecatch, #info #top .content03 .image-wrap-single, #info #top .content03 .image-wrap-eyecatch {
  margin: 0 auto;
  max-width: 540px;
  position: relative;
  width: 95%;
}
#top .content03 .image-wrap img, #top .content03 #info .image-wrap-single img, #top .content03 #info .image-wrap-eyecatch img, #info #top .content03 .image-wrap-single img, #info #top .content03 .image-wrap-eyecatch img {
  width: 100%;
}
#top .content03 .text {
  max-width: 600px;
  padding: 0px 25px 65px;
}
#top .content03 .text .commonBtn-B {
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  #top .content03 .text {
    padding: 25px;
  }
}
#top .content04 {
  position: relative;
  padding-top: 70px;
}
#top .content04 .quote {
  width: 95%;
}
#top .content04 .container {
  background-color: #ffe1e1;
  width: 100%;
  margin-top: 40px;
}
#top .content04 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
#top .content04 .wrap h3 {
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
#top .content04 .wrapper01 .video {
  margin-bottom: 30px;
}
#top .content04 .wrapper01 .video video {
  max-width: 650px;
  width: 100%;
}
#top .content04 .wrapper02 {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  max-width: 550px;
}
#top .content04 .wrapper02 ul {
  margin-top: 40px;
  text-align: left;
  margin: 0 auto;
}
#top .content04 .wrapper02 ul li {
  font-size: 18px;
  color: #666;
  padding: 15px 0;
  font-weight: bold;
}
#top .content04 .wrapper02 ul .release {
  border-bottom: 2px dashed #005c80;
}
#top .content04 .wrapper02 ul .release a {
  color: #005c80;
}
#top .content04 .wrapper02 ul .red {
  color: #de5d5d;
}
#top .content04 .wrapper02 ul .ad {
  display: none;
}
#top .content04 .wrapper02 .salon-btn {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 15px;
  border-radius: 15px;
  font-size: 21px;
  font-weight: bold;
  transition: 0.2s all;
  background-image: repeating-linear-gradient(45deg, #e83434, #e83434 5px, transparent 0, transparent 14px);
  background-color: #ed5d5d;
  color: #ffffff;
}
#top .content04 .text {
  max-width: 600px;
  padding: 0 30px;
}
#top .content04 .text .commonBtn-B {
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1290px) {
  #top .content04 .wrap {
    padding: 50px 20px;
    padding-bottom: 20px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 1290px) and (max-width: 767px) {
  #top .content04 .wrap {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1290px) {
  #top .content04 .wrap h3 {
    font-size: 18px;
  }
  #top .content04 .container {
    justify-content: center;
  }
  #top .content04 .image-wrap, #top .content04 #info .image-wrap-single, #top .content04 #info .image-wrap-eyecatch, #info #top .content04 .image-wrap-single, #info #top .content04 .image-wrap-eyecatch {
    max-width: 480px;
    right: auto;
  }
  #top .content04 .image-wrap::after, #top .content04 #info .image-wrap-single::after, #top .content04 #info .image-wrap-eyecatch::after, #info #top .content04 .image-wrap-single::after, #info #top .content04 .image-wrap-eyecatch::after {
    display: none;
  }
  #top .content04 .image-wrap img, #top .content04 #info .image-wrap-single img, #top .content04 #info .image-wrap-eyecatch img, #info #top .content04 .image-wrap-single img, #info #top .content04 .image-wrap-eyecatch img {
    border: solid #005c80;
    border-width: 0 15px 15px 0;
  }
}
@media only screen and (max-width: 999px) {
  #top .content04 .wrapper01 .video iframe {
    max-width: 650px;
    height: 250px;
  }
  #top .content04 .wrapper02 {
    padding: 15px 10px;
    width: 100%;
  }
  #top .content04 .wrapper02 ul li {
    font-size: 16px;
    padding: 10px 0;
    display: none;
  }
  #top .content04 .wrapper02 ul .release, #top .content04 .wrapper02 ul .ad {
    display: block;
  }
  #top .content04 .wrapper02 .salon-btn {
    font-size: 18px;
    padding: 10px;
  }
}
#top .content05 {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 70px;
  width: 95%;
}
#top .content05 .sns-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
}
#top .content05 .sns-wrap .sns-box {
  border: 2px solid #005c80;
  display: block;
  margin: 5px;
  padding: 10px;
  transition: 0.2s;
  width: 49%;
}
#top .content05 .sns-wrap .sns-box img {
  width: 100px;
}
#top .content05 .sns-wrap .sns-box:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  #top .content05 .sns-wrap .sns-box {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 95%;
  }
}
#top .content05 .sns-wrap .dashed {
  align-items: center;
  border: dashed 2px #005c80;
  border-radius: 8px;
  display: flex;
  padding: 10px;
}
#top .content05 .sns-wrap .sns-container {
  margin-left: 10px;
  max-width: 400px;
  width: 100%;
}
#top .content05 .sns-wrap .sns-container p {
  font-size: 16px;
}
#top .content05 .sns-wrap .sns-title {
  border-left: 10px solid #005c80;
  color: #005c80;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 5px 0 0 5px;
}
#top .content05 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
  width: 95%;
}
#top .content05 .radio-wrap .text {
  width: 50%;
  padding-left: 30px;
}
#top .content05 .radio-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50%;
}
#top .content05 .radio-wrap .twitter-icon {
  text-align: center;
  display: block;
  padding-top: 15px;
}
#top .content05 .radio-wrap .twitter-icon img {
  width: 55px;
}
#top .content05 .radio-wrap .commonBtn-B {
  margin-top: 15px;
}
#top .content05 .radio-wrap .text {
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  #top .content05 .radio-wrap {
    display: block;
  }
  #top .content05 .radio-wrap .text, #top .content05 .radio-wrap img {
    width: 100%;
    padding-left: 0;
  }
}
#top .content05 .radio-archive {
  padding-top: 45px;
  max-width: 1200px;
  margin: 0 auto;
}
#top .content05 .radio-archive .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top .content05 .radio-archive .container li {
  max-width: 360px;
  width: 100%;
  margin: 15px;
}
#top .content05 .radio-archive .container li img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .content05 .radio-archive .container .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 20px;
}
#top .content05 .radio-archive .container .flex-wrap .tag {
  max-width: 170px;
  width: 100%;
}
#top .content05 .radio-archive .container .flex-wrap .tag span {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 7px 0;
  background-color: #005c80;
  color: #fff;
  font-weight: bold;
}
#top .content05 .radio-archive .commonBtn-R {
  margin: 0 auto;
  margin-top: 60px;
}
#top .content05 .column-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
}
#top .content05 .columu-text, #top .content05 .banner-columu {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top .content05 .columu-text, #top .content05 .banner-columu {
    margin: 0 auto;
    width: 95%;
  }
}
#top .content05 .banner-columu {
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #top .content05 .banner-columu {
    margin-top: 20px;
  }
}
#top .content05 .banner-columu img {
  width: 100%;
}
#top .content05 .banner-columu:hover {
  opacity: 0.8;
}
#top .content05 .container01 {
  text-align: center;
}
#top .content05 .container01 .wrap01 {
  text-align: center;
  max-width: 900px;
  padding-top: 30px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #top .content05 .container01 .wrap01 p {
    max-width: inherit;
    padding-right: 30px;
  }
}
#top .content05 .container01 .wrap01 img {
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .content05 .container01 .wrap01 p {
  color: #005c80;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 23px;
  font-weight: bold;
}
#top .content05 .container02 {
  display: flex;
  flex-wrap: wrap;
}
#top .content05 .container02 .wrap02 {
  margin: 0 auto;
  padding-top: 30px;
  padding-top: 30px;
  width: 30%;
  text-align: center;
}
#top .content05 .container02 .wrap02 img {
  margin: 10px 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .content05 .container02 .wrap02 p {
  color: #005c80;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  padding: 20px 0;
  padding-top: 0;
}
#top .content05 .commonBtn-B {
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1290px) {
  #top .content05 .container01 .wrap01 img {
    width: 200px;
  }
  #top .content05 .container02 .wrap02 {
    justify-content: center;
    text-align: center;
  }
  #top .content05 .container02 .wrap02 img {
    width: 200px;
  }
  #top .content05 .container02 .wrap02 p {
    font-size: 16px;
    padding: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #top .content05 .sub-title h3 {
    font-size: 17px;
  }
  #top .content05 .container01 {
    padding-bottom: 0;
  }
  #top .content05 .container01 .wrap01 img {
    width: 150px;
  }
  #top .content05 .container01 .wrap01 p {
    font-size: 16px;
  }
  #top .content05 .container01 .wrap02 p {
    font-size: 16px;
  }
}
#top .content06 {
  background-color: #d4f5f9;
  margin-top: 100px;
  padding: 45px 0;
  /* アクティブなタブはデザインを変えて選択中であることが解るようにする */
  /* コンテンツは原則非表示 */
  /* .showがついたコンテンツのみ表示 */
}
#top .content06 .tab {
  margin: auto;
  max-width: 95%;
  width: 1160px;
}
#top .content06 .tab-menu {
  display: flex;
}
#top .content06 .tab-item {
  color: #005c80;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
  max-width: 230px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#top .content06 .tab-item.active {
  background: #005c80;
  position: relative;
  color: #fff;
  border: 0;
}
#top .content06 .tab-item.active:after {
  border-color: #005c80 transparent transparent transparent;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45px;
  width: 0;
}
#top .content06 .tab-box {
  background-color: #ffffff;
  display: flex;
  padding: 15px 30px;
  width: 100%;
}
#top .content06 .tab-content {
  display: none;
  width: 100%;
}
#top .content06 .tab-content li {
  display: flex;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
#top .content06 .tab-content li:after {
  background-image: url(../images/info/arrow-03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 30px;
}
#top .content06 .tab-content li:not(:last-child) {
  border-bottom: 1px solid #99d9e0;
}
#top .content06 .tab-content li .info-wrap {
  display: flex;
  max-width: 320px;
  width: 100%;
}
#top .content06 .tab-content .date {
  padding: 7px 25px;
}
#top .content06 .tab-content .tag {
  border-left: 1px solid #99d9e0;
  border-right: 1px solid #99d9e0;
  max-width: 170px;
  padding: 0 25px;
  width: 100%;
}
#top .content06 .tab-content .tag span {
  background-color: #005c80;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
}
#top .content06 .tab-content .red span {
  background-color: #c12727;
}
#top .content06 .tab-content .title {
  padding: 7px 25px;
  transition: 0.2s;
}
#top .content06 .tab-content .title:hover {
  color: #005c80;
}
#top .content06 .tab-content .no-contents {
  padding: 7px 25px;
}
#top .content06 .commonBtn-B {
  margin: 0 auto;
  margin-top: 20px;
}
#top .content06 .tab-content.show {
  display: block;
}
@media only screen and (max-width: 1290px) {
  #top .content06 .tab-box {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 999px) {
  #top .content06 .tab-content li {
    display: block;
  }
  #top .content06 .tab-content li:after {
    right: 25px;
    top: 55px;
  }
  #top .content06 .tab-content li .info-wrap {
    justify-content: space-between;
    max-width: none;
  }
  #top .content06 .tab-content .tag {
    border: 0;
  }
  #top .content06 .tab-content .tag span {
    padding: 3px 0;
  }
  #top .content06 .tab-content .title {
    display: block;
    max-width: 410px;
    width: 100%;
  }
}

/* KCCについて */
#about {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #about {
    padding-top: 20px;
  }
}
#about .content01 {
  padding-top: 70px;
  width: 95%;
  margin: 0 auto;
}
#about .content01 .container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#about .content01 .container .wrap01 {
  width: 30%;
  text-align: center;
}
#about .content01 .container .wrap01 img {
  width: 95%;
}
#about .content01 .container .wrap01 figcaption {
  font-size: 21px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", sans-serif;
  color: #005c80;
  font-weight: bold;
  padding: 30px 0;
}
#about .content01 .container .wrap02 {
  padding-left: 40px;
  width: 70%;
}
#about .content01 .container .wrap02 .commonBtn-B {
  margin-top: 45px;
}
#about .content01 .container .about-sub-title {
  font-weight: bold;
  border-left: 10px solid #005c80;
  padding: 5px;
  margin-bottom: 20px;
}
#about .content01 .container .text {
  font-size: 18px;
  line-height: 30px;
}
#about .content01 .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
#about .content02 {
  padding-top: 45px;
}
#about .content02 .container {
  display: flex;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
#about .content02 .container .year {
  padding: 20px 30px;
}
#about .content02 .container .year li {
  position: relative;
  padding: 30px 0;
  font-size: 21px;
  color: #005c80;
  font-weight: bold;
  white-space: nowrap;
}
#about .content02 .container .year li:nth-child(3) {
  padding-bottom: 425px;
}
#about .content02 .container .year li:nth-child(4) {
  padding-bottom: 25px;
}
#about .content02 .container .year li::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 90px;
  width: 13px;
  height: 13px;
  background-color: #005c80;
  right: -41px;
  top: 33px;
  z-index: 1;
}
#about .content02 .container .year li::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  right: -50px;
  top: 25px;
  background-color: #d4f5f9;
}
#about .content02 .container .year-sp {
  display: none;
}
#about .content02 .container .history {
  border-left: 7px solid #d4f5f9;
  padding: 20px 30px;
}
#about .content02 .container .history li {
  padding: 30px 0;
}
#about .content02 .container .history li:nth-child(4) {
  padding-left: 20px;
}
#about .content02 .container .history li:nth-child(5) {
  padding-left: 30px;
}
#about .content02 .container .history li:nth-child(6) {
  padding-left: 40px;
}
#about .content02 .container .history li:nth-last-child(3) {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #about .content02 .container .history {
    border: 0;
  }
  #about .content02 .container .history li:not(:last-child) {
    border-bottom: 1px solid #005c80;
  }
  #about .content02 .container .history li:nth-child(4), #about .content02 .container .history li:nth-child(5), #about .content02 .container .history li:nth-child(6), #about .content02 .container .history li:nth-child(7) {
    padding-left: 20px;
  }
  #about .content02 .container .history li:nth-child(3), #about .content02 .container .history li:nth-child(4), #about .content02 .container .history li:nth-child(5) {
    border-bottom: 0;
  }
  #about .content02 .container .history li:nth-last-child(3) {
    padding-bottom: 26px;
  }
  #about .content02 .container .year-sp {
    display: block;
    position: relative;
    font-size: 18px;
    color: #005c80;
    font-weight: bold;
    white-space: nowrap;
  }
}
#about .image-fixed {
  width: 100%;
  height: 250px;
  background-image: url(../images/about/bg-image01.png);
  background-position: 20%;
  background-attachment: fixed;
  margin: 100px 0;
}
#about .content03 ul {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 0 20px;
  padding-left: 40px;
  padding-top: 45px;
}
#about .content03 li {
  position: relative;
  max-width: 970px;
  padding-bottom: 80px;
}
#about .content03 li:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 125px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -40px;
}
#about .content03 li h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", sans-serif;
  color: #005c80;
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0;
}
#about .content03 li p {
  max-width: 900px;
}
#about .content03 .text {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#about .content03 .no-1 {
  margin: 0 0 auto;
}
#about .content03 .no-1:before {
  background-image: url(../images/other/bg-number1.svg);
}
#about .content03 .no-2 {
  margin: 0 0 0 auto;
}
#about .content03 .no-2:before {
  background-image: url(../images/other/bg-number2.svg);
}
#about .content03 .no-3 {
  margin: 0 0 auto;
}
#about .content03 .no-3:before {
  background-image: url(../images/other/bg-number3.svg);
}
#about .content03 .no-4 {
  margin: 0 0 0 auto;
}
#about .content03 .no-4:before {
  background-image: url(../images/other/bg-number4.svg);
}
#about .content03 .no-5 {
  margin: 0 0 auto;
}
#about .content03 .no-5:before {
  background-image: url(../images/other/bg-number5.svg);
}
#about .content03 .support-image {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px;
}
@media only screen and (max-width: 999px) {
  #about .content02 .container .year {
    padding: 20px;
  }
  #about .content02 .container .year li:before {
    right: -30px;
  }
  #about .content02 .container .year li:after {
    right: -38px;
  }
  #about .content02 .container .year li:nth-child(3) {
    padding-bottom: 435px;
  }
  #about .content02 .container .year li:nth-last-child(2) {
    padding-bottom: 10px;
  }
  #about .content02 .container .history {
    padding: 20px;
    padding-right: 10px;
  }
  #about .content02 .container .history li {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  #about .content01 .container .wrap01 {
    padding: 30px 0;
    max-width: 300px;
    width: 100%;
  }
  #about .content01 .container .pb {
    padding-bottom: 30px;
  }
  #about .content01 .container .wrap02 {
    padding-left: 0;
    width: 100%;
  }
  #about .content01 .container .wrap02 .wrapper {
    padding-bottom: 30px;
  }
  #about .content01 .container .wrap02 .commonBtn-B {
    margin: 0 auto;
    margin-top: 30px;
  }
  #about .content02 .container .year {
    padding: 20px;
    padding-left: 10px;
  }
  #about .content02 .container .year li {
    padding: 32px 0;
  }
  #about .content02 .container .year li:before {
    right: -30px;
  }
  #about .content02 .container .year li:after {
    right: -38px;
  }
  #about .content02 .container .year li:nth-child(3) {
    padding-bottom: 485px;
  }
  #about .content02 .container .history {
    padding: 20px;
    padding-right: 10px;
  }
  #about .content02 .container .history li {
    padding: 26px 0;
  }
  #about .content02 .container .history li:nth-child(4), #about .content02 .container .history li:nth-child(5), #about .content02 .container .history li:nth-child(6), #about .content02 .container .history li:nth-child(7) {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  #about .content03 ul {
    padding: 20px 15px;
  }
  #about .content03 li {
    padding-bottom: 40px;
  }
  #about .content03 li h3 {
    font-size: 21px;
  }
  #about .content03 li:before {
    width: 95px;
    left: 0;
  }
  #about .content03 .flex-wrap {
    justify-content: center;
  }
  #about .content03 .flex-wrap img {
    max-width: 210px;
  }
}

/* サロン会員について */
#salon {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #salon {
    padding-top: 20px;
  }
}
#salon #eyecatch {
  background-image: url(../images/eyecatch/salon-eyecatch.jpg);
  height: 350px;
}
#salon #eyecatch .page-title {
  display: none;
}
@media only screen and (max-width: 1290px) {
  #salon #eyecatch {
    background-image: url(../images/eyecatch/eyecatch01.jpg);
    height: 175px;
  }
  #salon #eyecatch .page-title {
    display: block;
  }
}
#salon .content01 {
  padding-top: 70px;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
#salon .content01 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#salon .content01 .container li {
  max-width: 360px;
  width: 100%;
  margin: 15px;
}
#salon .content01 .container li img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #005c80;
}
#salon .content01 .container .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 20px;
}
#salon .content01 .container .flex-wrap .tag {
  max-width: 170px;
  width: 100%;
}
#salon .content01 .container .flex-wrap .tag span {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 7px 0;
  background-color: #005c80;
  color: #fff;
  font-weight: bold;
}
#salon .content01 .commonBtn-R {
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 999px) {
  #salon .content01 .container li {
    max-width: inherit;
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
  }
  #salon .content01 .container li:not(:last-child) {
    border-bottom: 1px solid #005c80;
  }
  #salon .content01 .container li img {
    display: none;
  }
  #salon .content01 .container .flex-wrap .date {
    font-size: 16px;
  }
  #salon .content01 .container .flex-wrap .tab {
    max-width: 120px;
  }
  #salon .content01 .container .flex-wrap .tab span {
    padding: 3px 0;
  }
}
#salon .content02 {
  padding-top: 70px;
}
#salon .content02 .common-title {
  color: #fff;
  margin-bottom: 0;
}
#salon .content02 .common-title .title-wrap {
  border-bottom: 4px dashed #fff;
}
#salon .content02 .container {
  display: flex;
}
#salon .content02 .left-area {
  width: 50%;
  background-color: #ff9093;
  padding: 25px 0;
}
#salon .content02 .left-area .wrap {
  max-width: 670px;
  width: 95%;
  margin: 0 0 0 auto;
}
#salon .content02 .right-area {
  width: 50%;
  background-color: #72cbdb;
  padding: 25px 0;
}
#salon .content02 .right-area img {
  width: 175px;
}
#salon .content02 .right-area .text {
  text-align: center;
}
#salon .content02 .right-area .wrap {
  max-width: 670px;
  width: 95%;
  margin: 0 0 auto;
  padding-left: 45px;
}
#salon .content02 .right-area .wrapper {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-top: 30px;
}
#salon .content02 .right-area .wrapper .lead {
  font-size: 25px;
  font-weight: bold;
  padding-left: 30px;
}
#salon .content02 .right-area .wrapper .lead .commonBtn-W {
  font-size: 18px;
  margin-top: 20px;
}
#salon .content02 .btnWrap-beside {
  margin-top: 20px;
}
@media only screen and (max-width: 999px) {
  #salon .content02 .container {
    display: block;
  }
  #salon .content02 .left-area, #salon .content02 .right-area {
    width: 100%;
  }
  #salon .content02 .left-area .wrap, #salon .content02 .right-area .wrap {
    max-width: inherit;
    margin: 0 auto;
    padding: 3px 0;
  }
  #salon .content02 .right-area .wrap, #salon .content02 .right-area .wrapper {
    justify-content: center;
    padding-left: 0;
  }
  #salon .content02 .right-area img {
    width: 150px;
  }
  #salon .content02 .right-area .wrapper .lead {
    font-size: 20px;
    padding-left: 20px;
  }
  #salon .content02 .right-area .wrapper .lead .commonBtn-W {
    font-size: 16px;
  }
}
#salon .content03 {
  padding-top: 70px;
}
#salon .content03 .phrase {
  margin: 0;
  font-size: 18px;
}
#salon .content04 {
  padding-top: 70px;
  max-width: 1650px;
  margin: 0 auto;
}
#salon .content04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#salon .content04 ul li {
  width: 550px;
  margin-bottom: 25px;
  padding: 10px;
}
#salon .content04 ul li img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#salon .content04 ul li .text {
  text-align: left;
  margin: 0 auto;
  height: 120px;
  font-size: 18px;
  line-height: 30px;
}
#salon .content04 ul li .salon-title {
  height: 110px;
  display: flex;
  align-items: center;
}
#salon .content04 ul li .salon-title img {
  width: 65px;
  margin: 0;
}
#salon .content04 ul li .salon-title h3 {
  padding-left: 20px;
  font-weight: bold;
  font-size: 28px;
}
#salon .content04 ul li .salon-title span {
  font-size: 18px;
}
#salon .content04 ul li .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
  font-weight: bold;
  color: #005c80;
}
#salon .content04 ul li .name span {
  border: 1px solid #005c80;
  padding: 5px;
}
#salon .content04 ul li .name p {
  padding-left: 10px;
}
@media only screen and (max-width: 999px) {
  #salon .content04 ul li {
    width: 350px;
    height: auto;
  }
  #salon .content04 ul li .salon-title h3 {
    padding-left: 10px;
    font-size: 21px;
  }
  #salon .content04 ul li .salon-title img {
    width: 40px;
  }
  #salon .content04 ul li img {
    max-width: 200px;
  }
  #salon .content04 ul li .name {
    font-size: 16px;
    padding-top: 30px;
  }
  #salon .content04 ul li .text {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #salon .content04 ul li {
    width: 95%;
  }
  #salon .content04 ul li .salon-title {
    height: auto;
    padding-bottom: 10px;
  }
  #salon .content04 ul li .text {
    height: auto;
  }
  #salon .content04 ul li .name {
    padding: 10px 0;
  }
}
#salon .content05 {
  padding-top: 70px;
}
#salon .content05 .container {
  background-color: #d4f5f9;
  padding: 45px 0;
}
#salon .content05 li .salon-title {
  color: #fff;
  background-color: #005c80;
  height: 107px;
}
#salon .content05 li .salon-title h3 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 25px;
  height: 100%;
}
#salon .content05 li .salon-title span {
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  padding-top: 0;
}
#salon .content05 li:nth-child(3) .salon-title h3, #salon .content05 li:nth-child(4) .salon-title h3, #salon .content05 li:nth-child(5) .salon-title h3, #salon .content05 li:nth-child(6) .salon-title h3 {
  height: auto;
}
#salon .content05 li:nth-child(4) .salon-title, #salon .content05 li:nth-child(5) .salon-title, #salon .content05 li:nth-child(6) .salon-title {
  padding-top: 15px;
}
#salon .content05 .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
  font-weight: bold;
  padding: 20px 30px;
  color: #005c80;
}
#salon .content05 .name span {
  border: 1px solid #005c80;
  padding: 5px;
}
#salon .content05 .name p {
  padding-left: 10px;
}
#salon .content05 .text {
  padding: 0 30px;
  padding-top: 20px;
  height: 140px;
}
#salon .content05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#salon .content05 ul li {
  width: 580px;
  background-color: #fff;
  border: 1px solid #000;
}
#salon .content05 ul li:not(:first-child, :nth-child(2)) {
  margin-top: 30px;
}
#salon .content05 ul li .commonBtn-B {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1290px) {
  #salon .content05 li .salon-title {
    align-items: inherit;
  }
  #salon .content05 li .salon-title h3 {
    font-size: 18px;
  }
  #salon .content05 li:nth-child(3) .salon-title h3, #salon .content05 li:nth-child(4) .salon-title h3, #salon .content05 li:nth-child(6) .salon-title h3 {
    padding-bottom: 0;
  }
  #salon .content05 li:nth-child(4) .salon-title, #salon .content05 li:nth-child(5) .salon-title, #salon .content05 li:nth-child(6) .salon-title {
    padding-top: 0;
  }
  #salon .content05 ul {
    justify-content: center;
  }
  #salon .content05 ul li {
    width: 400px;
    height: auto;
    margin: 5px;
  }
  #salon .content05 .name {
    font-size: 16px;
  }
  #salon .content05 .text {
    height: auto;
  }
}
@media only screen and (max-width: 999px) {
  #salon .content05 li .salon-title {
    height: auto;
  }
  #salon .content05 li .salon-title h3 {
    font-size: 16px;
    padding-left: 10px;
  }
  #salon .content05 li .salon-title span {
    font-size: 14px;
    padding-left: 10px;
    background-color: #005c80;
    display: block;
    width: 100%;
  }
  #salon .content05 ul li {
    width: 100%;
    height: auto;
    margin: 5px;
  }
  #salon .content05 ul li:not(:first-child, :nth-child(2)) {
    margin-top: 5px;
  }
  #salon .content05 .name {
    font-size: 16px;
  }
  #salon .content05 .text {
    height: auto;
    padding: 0px 10px;
    padding-top: 10px;
  }
}
#salon .content06 {
  padding-top: 70px;
  width: 95%;
  margin: 0 auto;
}
#salon .content06 .container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#salon .content06 .container .wrap01 {
  max-width: 500px;
  width: 50%;
  text-align: center;
}
#salon .content06 .container .wrap01 img {
  width: 95%;
}
#salon .content06 .container .wrap02 {
  padding-left: 40px;
}
#salon .content06 .container .wrap02 h2 {
  font-size: 26px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", sans-serif;
  color: #005c80;
  font-weight: bold;
  padding-bottom: 20px;
}
#salon .content06 .container .wrap02 span {
  font-size: 21px;
}
#salon .content06 .container .wrap02 .commonBtn-B {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  #salon .content06 .container .wrap02 {
    padding-left: 0;
  }
}
#salon .content06 .container .about-sub-title {
  font-weight: bold;
  border-left: 10px solid #005c80;
  padding: 5px;
  margin-bottom: 20px;
}
#salon .content06 .container .text {
  max-width: 860px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  #salon .content06 .container .wrap01, #salon .content06 .container .wrap02 {
    width: 100%;
  }
  #salon .content06 .container .wrap02 h2 {
    font-size: 21px;
  }
  #salon .content06 .container .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#salon .content07 {
  padding-top: 70px;
}
#salon .content07 .container {
  background-color: #d4f5f9;
  padding: 45px 0;
}
#salon .content07 .qa-wrap *,
#salon .content07 .qa-wrap *:after,
#salon .content07 .qa-wrap *:before {
  box-sizing: border-box;
}
#salon .content07 .qa-wrap {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  color: #333333;
}
#salon .content07 .qa-wrap .qa-tab {
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
#salon .content07 .qa-wrap label {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 10px 30px;
  padding-left: 75px;
  cursor: pointer;
  transition: 0.3s;
}
#salon .content07 .qa-wrap label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/curriculum/qa-icon-01.svg);
}
#salon .content07 .qa-wrap input[type=checkbox]:checked ~ label {
  padding-bottom: 25px;
}
#salon .content07 .qa-wrap .qa-tab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 30px;
  margin: 0 15px;
  padding-left: 65px;
  transition: 0.4s ease;
  opacity: 0;
}
#salon .content07 .qa-wrap .qa-tab input[type=checkbox]:checked ~ .qa-tab-content {
  border-top: 1px solid #d4f5f9;
  height: auto;
  padding: 10px 30px;
  padding-left: 65px;
  padding-top: 30px;
  margin: 0 15px;
  opacity: 1;
}
#salon .content07 .qa-wrap .qa-tab input[type=checkbox]:checked ~ .qa-tab-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/curriculum/qa-icon-02.svg);
}
#salon .content07 .qa-wrap .qa-plus {
  font-size: 36px;
  font-weight: bold;
  color: #d4f5f9;
  line-height: 100%;
  position: absolute;
  z-index: 0;
  right: 15px;
  transition: 0.2s ease;
}
#salon .content07 .qa-wrap .qa-tab input[type=checkbox]:checked ~ .qa-plus {
  transform: rotate(45deg);
}
#salon .content07 .qa-wrap .qa-tab input[type=checkbox] {
  display: none;
}
@media only screen and (max-width: 767px) {
  #salon .content07 .container {
    padding: 20px 0;
  }
  #salon .content07 .qa-wrap label {
    font-size: 16px;
  }
  #salon .content07 .qa-wrap label:before {
    top: 15%;
    width: 35px;
  }
  #salon .content07 .qa-wrap .qa-tab-content {
    padding: 0;
    padding-left: 60px;
  }
  #salon .content07 .qa-wrap .qa-tab input[type=checkbox]:checked ~ .qa-tab-content {
    padding: 0px;
    padding-left: 50px;
    padding-top: 10px;
  }
  #salon .content07 .qa-wrap .qa-tab input[type=checkbox]:checked ~ .qa-tab-content:before {
    top: 20px;
    width: 35px;
  }
  #salon .content07 .qa-wrap .qa-tab {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #salon .content01,
  #salon .content02,
  #salon .content03,
  #salon .content04,
  #salon .content05,
  #salon .content06,
  #salon .content07 {
    padding-top: 40px;
  }
}

/* 特別講師紹介 */
#special {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #special {
    padding-top: 20px;
  }
}
#special ul li:nth-child(9) .sub-title h3 {
  font-size: 23px;
}
#special ul li:nth-child(9) .sub-title .title-wrap {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #special ul li:nth-child(9) .sub-title {
    height: auto;
  }
  #special ul li:nth-child(9) .sub-title h3 {
    font-size: 17px;
  }
  #special ul li:nth-child(9) .sub-title span {
    font-size: 14px;
  }
  #special ul li:nth-child(9) .sub-title .title-wrap {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #special ul li .text {
    display: block;
    width: 95%;
  }
}

/* お知らせ */
#info {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #info {
    padding-top: 20px;
  }
}
#info .image-wrap, #info .image-wrap-single, #info .image-wrap-eyecatch {
  display: inline-block;
  height: 240px;
  width: 100%;
}
#info .image-wrap img, #info .image-wrap-single img, #info .image-wrap-eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #005c80;
}
@media only screen and (max-width: 767px) {
  #info .image-wrap, #info .image-wrap-single, #info .image-wrap-eyecatch {
    height: 135px;
  }
}
#info .image-wrap-single, #info .image-wrap-eyecatch {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#info .image-wrap-single img, #info .image-wrap-eyecatch img {
  height: 300px;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  #info .image-wrap-single img, #info .image-wrap-eyecatch img {
    height: 135px;
  }
}
#info .image-wrap-eyecatch {
  max-width: 600px;
}
#info .image-wrap-eyecatch img {
  width: 100%;
  height: 450px;
}
#info .content01 {
  padding-top: 70px;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  /*         .tab-item:not(:first-child) {
              border-left: none;
          } */
}
#info .content01 .tab-menu {
  display: flex;
  margin: 0 10px;
}
#info .content01 .tab-item {
  max-width: 230px;
  width: 100%;
  margin-right: 10px;
  border: 1px solid #005c80;
  color: #005c80;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
#info .content01 .tab-item.active {
  background: #005c80;
  position: relative;
  color: #fff;
}
#info .content01 .tab-item.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #005c80 transparent transparent transparent;
}
#info .content01 .tab-box {
  background-color: #fff;
  display: flex;
  width: 100%;
}
#info .content01 .tab-content {
  display: none;
  width: 100%;
}
#info .content01 .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
#info .content01 .tab-content li {
  width: 360px;
  margin: 15px;
  padding-top: 20px;
}
#info .content01 .tab-content.show {
  display: block;
}
#info .content01 .commonBtn-B {
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1290px) {
  #info .content01 .tab-box {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 999px) {
  #info .content01 .tab-content li {
    display: block;
  }
  #info .content01 .tab-content li .sp-only {
    max-width: none;
    justify-content: space-between;
  }
  #info .content01 .tab-content .tag {
    border: 0;
  }
  #info .content01 .tab-content .tag span {
    padding: 3px 0;
  }
}
#info .content01 .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  border-top: 1px solid #005c86;
}
#info .content01 .wp-pagenavi .pages {
  display: none;
}
#info .content01 .wp-pagenavi .page, #info .content01 .wp-pagenavi .current {
  color: #005c86;
  padding: 10px;
  border: 1px solid #005c86;
  margin: 5px;
}
#info .content01 .wp-pagenavi .current {
  background-color: #005c86;
  color: #fff;
  font-weight: normal;
}
#info .content01 .wp-pagenavi .previouspostslink,
#info .content01 .wp-pagenavi .nextpostslink {
  background-image: url(../images/info/arrow-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 10px;
  width: 100%;
  height: 20px;
  margin: 5px 15px;
  border: 0;
  color: #fff;
}
#info .content01 .wp-pagenavi .first,
#info .content01 .wp-pagenavi .last {
  background-image: url(../images/info/arrow-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 20px;
  width: 100%;
  height: 20px;
  margin: 5px 8px;
}
#info .content01 .wp-pagenavi .previouspostslink,
#info .content01 .wp-pagenavi .first {
  transform: rotate(180deg);
}
#info .content01 .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 20px;
}
#info .content01 .flex-wrap .date {
  font-size: 18px;
}
#info .content01 .flex-wrap .tag {
  max-width: 170px;
  width: 100%;
}
#info .content01 .flex-wrap .tag span {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 7px 0;
  background-color: #005c80;
  color: #fff;
  font-weight: bold;
}
#info .content01 .flex-wrap .red span {
  background-color: #c12727;
}
@media only screen and (max-width: 767px) {
  #info .content01 .tab-content li {
    max-width: 175px;
    margin: 10px;
  }
  #info .content01 .flex-wrap .tag {
    max-width: 80px;
  }
}
@media only screen and (max-width: 399px) {
  #info .content01 .tab-content li {
    max-width: 350px;
  }
}
#info .content01 .sub-title {
  font-size: 21px;
  border-left: 10px solid #005c80;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  margin: 10px 0;
}
#info .content01 .text {
  padding: 45px 0;
}
#info .content01 .single-wrap {
  justify-content: inherit;
}
#info .content01 .single-wrap .tag {
  margin-left: 20px;
}

/* お知らせ */
#password .content01 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding-top: 70px;
  text-align: center;
}
#password .pass_image {
  width: 220px;
  height: 58px;
  margin: 0 auto 20px;
  display: block;
  background-image: url("../images//other/password-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#live .content01 {
  max-width: 1980px;
  margin: 0 auto;
  width: 95%;
  padding-top: 70px;
}
#live .content01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#live .content01 ul li {
  margin: 20px;
  max-width: 500px;
  width: 100%;
}
#live .content01 iframe {
  width: 100%;
}
#live .content01 .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
  color: #005c80;
}
#live .content01 .name span {
  border: 1px solid #005c80;
  padding: 5px;
}
#live .content01 .name p {
  padding-left: 10px;
}
#live .content01 .text {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  #live .content01 .sub-title {
    height: auto;
  }
  #live .content01 .sub-title h3 {
    font-size: 17px;
  }
  #live .content01 .sub-title span {
    font-size: 14px;
  }
  #live .content01 .sub-title .title-wrap {
    padding: 10px 0;
  }
}

/* プライバシーポリシー */
#privacy,
#error-404 {
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  #privacy,
  #error-404 {
    padding-top: 20px;
  }
}
#privacy .content01,
#error-404 .content01 {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
#privacy .content02,
#error-404 .content02 {
  padding-top: 45px;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
#privacy .content02 ul li,
#error-404 .content02 ul li {
  margin: 50px 0;
}
#privacy .content02 ul li:first-child,
#error-404 .content02 ul li:first-child {
  margin-top: 0;
}
#privacy .content02 ul li:last-child,
#error-404 .content02 ul li:last-child {
  margin-bottom: 0;
}
#privacy .content02 ul li h2,
#error-404 .content02 ul li h2 {
  font-size: 21px;
  border-left: 10px solid #005c80;
  font-weight: bold;
  padding-left: 10px;
}
#privacy .content02 ul li .text,
#error-404 .content02 ul li .text {
  padding-left: 20px;
  padding-top: 10px;
}

#error-404 .content01 {
  text-align: center;
}
#error-404 .content02 {
  padding-bottom: 150px;
}
#error-404 .content02 .commonBtn-B {
  margin: 0 auto;
}

/* フッター */
footer {
  margin-top: 50px;
  background-color: #E7E8E9;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 20px;
  }
}
footer .footer-wrap {
  max-width: 1500px;
  margin: 0 auto;
  width: 95%;
}
footer .footer-logo {
  max-width: 350px;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo {
    max-width: 310px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
footer .menu01 {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
footer .menu01 .footer-btn-wrap {
  display: flex;
  align-items: center;
}
footer .menu01 .commonBtn-B {
  max-width: inherit;
  width: 400px;
  margin: 0 auto;
  padding: 15px 50px;
  background-color: #005c80;
  border: 1px solid #005c80;
  font-size: 22px;
  margin-top: 20px;
}
footer .menu01 .commonBtn-B:hover {
  background-color: #fff;
  color: #005c80;
}
footer .menu01 .commonBtn-B:hover:after {
  border-color: transparent transparent #005c80 transparent;
}
footer .menu01 .commonBtn-W {
  max-width: inherit;
  width: 400px;
  margin: 0 auto;
  margin-left: 20px;
  padding: 15px 50px;
  background-color: #fff;
  font-size: 22px;
  color: #005c80;
  border: 1px solid #005c80;
  margin-top: 20px;
}
footer .menu01 .commonBtn-W:after {
  border-color: transparent transparent #005c80 transparent;
}
footer .menu01 .commonBtn-W:hover {
  background-color: #005c80;
  color: #fff;
}
footer .menu01 .commonBtn-W:hover:after {
  border-color: transparent transparent #fff transparent;
}
footer .menu01 .sns {
  display: flex;
  margin: 0 30px;
  margin-top: 20px;
}
footer .menu01 .sns a {
  padding: 5px;
  transition: 0.2s;
}
footer .menu01 .sns a:hover {
  opacity: 0.7;
}
footer .menu01 .sns img {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  footer .menu01 .sns img {
    width: 35px;
  }
}
@media only screen and (max-width: 1290px) {
  footer .menu01 .commonBtn-B {
    width: 320px;
    padding: 10px 50px;
    font-size: 18px;
  }
  footer .menu01 .commonBtn-W {
    width: 320px;
    padding: 10px 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  footer .menu01 {
    justify-content: center;
  }
  footer .menu01 .footer-btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .menu01 .commonBtn-B {
    width: 290px;
    padding: 10px 50px;
    margin-top: 10px;
    font-size: 16px;
  }
  footer .menu01 .commonBtn-W {
    width: 290px;
    padding: 10px 50px;
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
}
footer .menu02 {
  display: flex;
  font-size: 16px;
  padding: 30px 0;
  padding-bottom: 40px;
  font-weight: bold;
  color: #4C4C4C;
}
footer .menu02 ul:nth-child(n+2) {
  padding-left: 125px;
}
footer .menu02 li:not(:last-child) {
  margin-bottom: 20px;
}
footer .menu02 a {
  transition: 0.3s all;
}
footer .menu02 a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url(../images/footer/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .menu02 a:hover {
  color: #005c80;
}
@media only screen and (max-width: 999px) {
  footer .menu02 ul:nth-child(n+2) {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  footer .menu02 {
    display: block;
    padding-bottom: 10px;
  }
  footer .menu02 ul:nth-child(n+2) {
    padding-left: 0;
  }
  footer .menu02 li {
    margin-bottom: 20px;
  }
}
footer .copyright {
  font-size: 16px;
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */