@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* Scss Document */
/* Scss Document */
@keyframes animation_screenSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes animation_text {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(1, 0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bright {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.5);
  }
}
@keyframes color-brown {
  0% {
    fill: #fff;
  }
  100% {
    fill: #33231b;
  }
}
@keyframes bound {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-10p);
  }
}
@keyframes blur {
  0% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0);
  }
}
/* Scss Document */
body {
  box-sizing: border-box;
  background: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  color: #333;
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
}
@media (min-width: 375px) {
  body {
    font-size: calc(1.3rem + (1vw - 3.75px) * 0.248447205);
  }
}
@media (min-width: 1180px) {
  body {
    font-size: 1.5rem;
  }
}

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

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.sp {
  display: initial;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab {
    display: initial;
  }
}
@media screen and (min-width: 961px) {
  .tab {
    display: initial;
  }
}
@media screen and (min-width: 1181px) {
  .tab {
    display: none;
  }
}

.sp-tab {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 1181px) {
  .sp-tab {
    display: none;
  }
}

.pc-tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-tab {
    display: initial;
  }
}
@media screen and (min-width: 961px) {
  .pc-tab {
    display: initial;
  }
}
@media screen and (min-width: 1181px) {
  .pc-tab {
    display: initial;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1181px) {
  .pc {
    display: initial;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  display: block;
}
a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  display: block;
}

main {
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0% 1.69% 0% 1.69%;
  }
}
@media screen and (min-width: 1221px) {
  .inner {
    padding: 0;
  }
}

.s-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%;
}
@media screen and (min-width: 769px) {
  .s-inner {
    padding: 0% 1.69% 0% 1.69%;
  }
}
@media screen and (min-width: 1221px) {
  .s-inner {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .s-inner {
    padding: 0% 1.69% 0% 1.69%;
  }
}
@media screen and (min-width: 1001px) {
  .s-inner {
    padding: 0;
  }
}

.l-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%;
}
@media screen and (min-width: 769px) {
  .l-inner {
    padding: 0% 1.69% 0% 1.69%;
  }
}
@media screen and (min-width: 1221px) {
  .l-inner {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .l-inner {
    padding: 0% 1.69% 0% 1.69%;
  }
}
@media screen and (min-width: 1521px) {
  .l-inner {
    padding: 0;
  }
}

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

h2 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(2.4rem + (1vw - 7.68px) * 1.171875);
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(1.8rem + (1vw - 7.68px) * 1.171875);
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

::selection {
  background: #82c6ca;
  color: #fff;
}

.en {
  font-family: "Times New Roman", Times, "EB Garamond", "sans-serif";
  letter-spacing: normal;
}

.gothic {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mincho {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.icon {
  margin-right: 5px;
}

.flex-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.flex-wrap > * {
  width: 48%;
}

.mb-box {
  margin: 0% 0% 13.33% 0%;
}

.cap {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1;
}

.capimg {
  position: relative;
}
.capimg .capimg__txt, .capimg .capimg__txt--wh {
  position: absolute;
  left: 5px;
  bottom: 3px;
  font-size: 1rem;
  letter-spacing: normal;
}
.capimg .capimg__txt--wh {
  color: #fff;
}

.attent {
  display: block;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1.5;
}

.kome {
  position: relative;
}
.kome .kome__mark {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 1rem;
}

.ms-txt {
  font-size: 80%;
}

.s-txt {
  font-size: 50%;
}

.l-txt {
  font-size: 150%;
}

.ll-txt {
  font-size: 200%;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .mb-box {
    margin-bottom: 100px;
  }
  .kome .kome__mark {
    right: -5px;
    top: 0px;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------
		1221px以上
------------------------------*/
/* Scss Document */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}
.header .header__logo {
  height: 100%;
  width: 56px;
  margin: auto;
  text-align: center;
}
.header .header__logo a {
  height: 100%;
}
.header .header__logo svg {
  width: 56px;
  height: 40px;
}
.header .header__logo .cls-1 {
  transition: 0.3s;
}
.header .header__menubtn {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 5.33%;
  top: 50%;
  width: 33px;
  height: 18px;
}
.header .header__menubtn a {
  display: block;
}
.header .header__menubtn span {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  transition: 0.4s;
}
.header .header__menubtn span:first-child {
  top: 0;
}
.header .header__menubtn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .header__menubtn span:last-child {
  bottom: 0;
}
.header .header__nav {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  padding: 70px 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: scroll;
  background: #fff;
}
.header .header__nav li {
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  color: #2EA7E0;
  text-align: center;
}
.header .header__nav li a {
  display: block;
  padding: 15px 5.33%;
}
.header .header__nav li.sp {
  display: revert;
}
.header .header__nav li.new span {
  display: inline-block;
  position: relative;
}
.header .header__nav li.new span:before {
  display: block;
  content: "NEW";
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 1;
  left: -4rem;
  font-size: 80%;
  font-family: "Times New Roman", Times, "EB Garamond", "sans-serif";
  color: #F08A0A;
}
.header .header__subnav-list {
  display: none;
}
.header .header__mainnav {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
}
.header .header__mainnav-list li {
  width: 50%;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  .header .header__mainnav-list li {
    font-size: calc(1.4rem + (1vw - 3.75px) * 0.1709401709);
  }
}
@media (min-width: 960px) {
  .header .header__mainnav-list li {
    font-size: 1.5rem;
  }
}
.header .header__mainnav-list li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
.header .header__mainnav-list li:first-child {
  border-right: 1px solid #ccc;
}
.header .header__mainnav-list .header__btn--request a {
  background: linear-gradient(115deg, #6099D2 0%, #145FAD 45%, #1D4F8D 100%);
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.header .header__mainnav-list .header__btn--reserve a {
  background: linear-gradient(115deg, #f6f1bb 0%, #d6b059 45%, #8f4d2f 100%);
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.open .header .header__menubtn span {
  background: #000;
}
.open .header .header__menubtn span:first-child {
  top: 8px;
  transform: rotate(135deg);
}
.open .header .header__menubtn span:nth-child(2) {
  opacity: 0;
}
.open .header .header__menubtn span:last-child {
  bottom: 8px;
  transform: rotate(-135deg);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .header a:hover {
    opacity: 0.8;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  .header {
    height: 85px;
    padding: 5px 15px;
  }
  .header .sp-tab {
    display: none;
  }
  .header .pc {
    display: block;
  }
  .header .header__logo {
    width: 98px;
    height: 70px;
    margin: 0;
    text-align: left;
  }
  .header .header__logo svg {
    width: 98px;
    height: 70px;
  }
  .header .header__menubtn {
    display: none;
  }
  .header .header__nav {
    display: block !important;
    top: 60%;
    left: auto;
    right: 19%;
    width: 70%;
    max-width: 920px;
    height: auto;
    padding-top: 0;
    background: none;
    overflow: auto;
    transform: translateY(-50%);
  }
  .header .header__nav li {
    border-bottom: none;
  }
  .header .header__nav li a {
    padding: 0;
  }
  .header .header__nav li.sp {
    display: none;
  }
  .header .header__nav li.new span:before {
    top: -1.4em;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    font-size: 70%;
  }
  .header .header__subnav-list, .header .header__nav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: flex-end;
  }
  .header .header__subnav-list li, .header .header__nav-list li {
    width: auto;
    line-height: 1;
  }
  .header .header__subnav-list {
    margin-bottom: 20px;
  }
  .header .header__subnav-list li {
    font-size: 1.2rem;
    color: #505050;
    margin-left: 15px;
  }
  .header .header__subnav-list li a:before {
    display: inline-block;
    content: "▶";
    transform: scale(1, 0.5);
    font-size: 1.2rem;
  }
  .header .header__nav-list li {
    padding-left: 0;
    margin-left: 0;
    border-left: 1px solid #a4d4ea;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .header .header__nav-list li:nth-last-child(2) {
    border-right: 1px solid #a4d4ea;
  }
  .header .header__nav-list li a {
    padding: 4px;
  }
  .header .header__nav-list li a:hover {
    opacity: 1;
    color: #fff;
    background: #145fad;
  }
  .header .header__mainnav {
    position: absolute;
    left: auto;
    right: 0;
    width: 18%;
    height: 100%;
    background: transparent;
  }
  .header .header__mainnav li {
    width: 50%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 961px) and (min-width: 769px) {
  .header .header__mainnav li {
    font-size: calc(1.3rem + (1vw - 7.69px) * 0.1956947162);
  }
}
@media screen and (min-width: 961px) and (min-width: 1280px) {
  .header .header__mainnav li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 961px) {
  .header .header__mainnav li a {
    line-height: 85px;
  }
  .header .header__btn--request, .header .header__btn--reserve {
    width: 22%;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 961px) and (min-width: 769px) {
  .header .header__btn--request, .header .header__btn--reserve {
    font-size: calc(1.8rem + (1vw - 7.69px) * 2.0942408377);
  }
}
@media screen and (min-width: 961px) and (min-width: 960px) {
  .header .header__btn--request, .header .header__btn--reserve {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 961px) {
  .header .header__btn--request a, .header .header__btn--reserve a {
    line-height: 85px;
  }
  .header .header__btn--request a:hover, .header .header__btn--reserve a:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) {
  .header .header__nav {
    right: 240px;
    max-width: 100%;
    width: auto;
  }
  .header .header__nav .header__btn--request, .header .header__nav .header__btn--reserve {
    width: 200px;
  }
  .header .header__subnav-list li {
    font-size: 1.4rem;
  }
  .header .header__mainnav {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__nav-list li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1368px) {
  .header .header__nav {
    right: 320px;
    max-width: 1200px;
    width: 70%;
  }
  .header .header__subnav-list li {
    font-size: 1.4rem;
  }
  .header .header__nav-list li {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .header .header__nav-list li a {
    padding: 4px 6px;
  }
  .header .header__mainnav {
    width: 300px;
  }
}
/* Scss Document */
.footer {
  margin-bottom: 50px;
  padding: 8% 0% 0% 0%;
  background: #fff;
  line-height: 1.3;
}
.footer #gotop {
  right: 20px;
  position: fixed;
  bottom: 80px;
  height: 60px;
  width: 60px;
  min-width: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  letter-spacing: normal;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
.footer #gotop:hover {
  background: #fff;
  color: #333;
}
.footer .footer__link-box {
  margin-bottom: 40px;
}
.footer .footer__link-box .footer__link {
  margin-bottom: 20px;
}
.footer .footer__info {
  margin: 16% 0% 0% 0%;
}
.footer .footer__info .footer__info-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer__info .footer__tel {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
}
.footer .footer__info .footer__tel .footer__tel-ttl {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer .footer__info .footer__tel .footer__telnum {
  margin: 0 auto 20px;
}
.footer .footer__info .footer__tel .footer__attent-mark {
  color: #ed1c24;
  font-size: 1rem;
}
.footer .footer__info .footer__logo-hhp {
  width: 100%;
  max-width: 240px;
  margin: auto;
}
.footer .footer__menu {
  background: #4d4d4d;
}
.footer .footer__bnr {
  margin: 40px 0;
}
.footer .footer__menu li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 20px 0;
  border-top: 1px solid #333;
  display: block;
}
.footer .footer__copyright {
  font-size: 10px;
  text-align: center;
  padding: 5px;
  background: #ccc;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 0;
    padding: 60px 0 0;
  }
  .footer #gotop {
    bottom: 30px;
  }
  .footer .footer__link {
    max-width: 740px;
    margin: auto;
  }
  .footer .footer__info {
    margin-top: 80px;
  }
  .footer .footer__info .footer__tel {
    width: 62%;
    max-width: 500px;
    text-align: left;
  }
  .footer .footer__info .footer__tel .footer__tel-ttl {
    text-align: left;
  }
  .footer .footer__info .footer__logo-hhp {
    width: 30%;
    margin: 0;
  }
  .footer .footer__bnr {
    margin: 0 auto 40px;
  }
  .footer .footer__menu .footer__menu-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  .footer .footer__menu li {
    width: auto;
    margin: 20px 0;
  }
  .footer .footer__menu li a {
    padding: 0;
    border-top: none;
  }
}
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
/* Scss Document */
/*-----------コンバージョンボタン-----------*/
.btn--conv {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin: auto;
  letter-spacing: 0.2em;
}
.btn--conv a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 375px) {
  .btn--conv a {
    font-size: calc(2rem + (1vw - 3.75px) * 1.3675213675);
  }
}
@media (min-width: 960px) {
  .btn--conv a {
    font-size: 2.8rem;
  }
}
.btn--conv:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.btn--reserve a {
  background: linear-gradient(115deg, #f6f1bb 0%, #d6b059 45%, #8f4d2f 100%);
}
.btn--reserve:after {
  background: linear-gradient(115deg, #c9c274 0%, #ab8530 45%, #683017 100%);
}

.btn--request a {
  background: linear-gradient(115deg, #6099D2 0%, #145FAD 45%, #1D4F8D 100%);
}
.btn--request:after {
  background: linear-gradient(115deg, #1D4F8D 0%, #223E96 45%, #6099D2 100%);
}

.btn--salon a {
  background: linear-gradient(115deg, #C8E1EA 0%, #4AABC8 45%, #008CB4 100%);
}
.btn--salon:after {
  background: linear-gradient(115deg, #008CB4 0%, #4AABC8 45%, #C8E1EA 100%);
}

.btn--m-salon a {
  background: linear-gradient(115deg, #c7edb3 0%, #9fd583 45%, #52a726 100%);
}
.btn--m-salon:after {
  background: linear-gradient(115deg, #52a726 0%, #9fd583 45%, #c7edb3 100%);
}

/*------------request------------*/
.request {
  padding: 8% 0% 8% 0%;
}
.request .request__wrap {
  border-top: 1px solid #E6E6E6;
  padding-top: 8%;
}
.request .request__btnbox {
  margin-bottom: 30px;
}
.request .request__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
@media (min-width: 375px) {
  .request .request__ttl {
    font-size: calc(1.8rem + (1vw - 3.75px) * 1.1965811966);
  }
}
@media (min-width: 960px) {
  .request .request__ttl {
    font-size: 2.5rem;
  }
}
.request .request__attention {
  margin-bottom: 30px;
  text-align: center;
  width: auto;
  border: 1px solid #dddddd;
  padding: 10px;
}
.request .request__attention__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .request .request__attention__ttl {
    font-size: calc(1.8rem + (1vw - 3.75px) * 1.1965811966);
  }
}
@media (min-width: 960px) {
  .request .request__attention__ttl {
    font-size: 2.5rem;
  }
}
.request .bnr-area__wrap {
  margin-bottom: 8%;
}

/*------------------------------
		画像のスクリーン設定
------------------------------*/
.image__screen {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.image__screen > * {
  opacity: 0;
  transition: none;
}
.image__screen.on > * {
  opacity: 1;
  transition-delay: 0.6s;
}
.image__screen.on .slide__screen {
  animation-name: animation_screenSlide;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.image__screen.on .fade-text span {
  display: inline-block;
  opacity: 0;
  animation-name: animation_text;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.image__screen .slide__screen {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.image__screen .slide__screen:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: #1a579b;
}

/*-----------下層ページタイトル-----------*/
.contents__ttl {
  background: #1a579b;
  font-size: 4.5rem;
}
@media (min-width: 375px) {
  .contents__ttl {
    font-size: calc(4.5rem + (1vw - 3.75px) * 5.641025641);
  }
}
@media (min-width: 960px) {
  .contents__ttl {
    font-size: 7.8rem;
  }
}
.contents__ttl .contents__ttl-img img {
  height: 38vw;
  max-height: 200px;
}
.contents__ttl .contents__ttl-wrap {
  text-align: center;
  color: #fff;
  line-height: 1;
  transform: translateY(-6vw);
}
.contents__ttl .contents__ttl--en {
  display: inline-block;
  border-bottom: 1px solid;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .contents__ttl {
    margin-bottom: 80px;
  }
  .btn--conv a {
    padding: 30px 0;
  }
  .btn--conv a:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
  /*------------request------------*/
  .request {
    padding: 100px 0 20px;
  }
  .request .request-inner {
    padding-top: 30px;
  }
  .request .request__btnwrap {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-end;
  }
  .request .request__btnwrap .request__btnbox {
    width: 48%;
  }
  .request .request__attention {
    width: 100%;
    padding: 30px;
  }
  /*-----------下層ページタイトル-----------*/
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .request .request__btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .contents__ttl .contents__ttl-img img {
    height: auto;
    max-height: 380px;
  }
  .contents__ttl .contents__ttl-wrap {
    transform: translateY(-40px);
  }
}
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
/*# sourceMappingURL=common.css.map */
