@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

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

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

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

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

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

  1.コンテンツレイアウト

========================================================*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carattere&display=swap");
/* line 13, ../../sass/setting/_module.scss */
.col-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
/* line 19, ../../sass/setting/_module.scss */
.col-container .col-l-12 {
  width: 100%;
}
/* line 23, ../../sass/setting/_module.scss */
.col-container .col-l-11 {
  width: 91.66667%;
}
/* line 27, ../../sass/setting/_module.scss */
.col-container .col-l-10 {
  width: 83.33333%;
}
/* line 31, ../../sass/setting/_module.scss */
.col-container .col-l-9 {
  width: 75%;
}
/* line 35, ../../sass/setting/_module.scss */
.col-container .col-l-8 {
  width: 66.66667%;
}
/* line 39, ../../sass/setting/_module.scss */
.col-container .col-l-7 {
  width: 58.33333%;
}
/* line 43, ../../sass/setting/_module.scss */
.col-container .col-l-6 {
  width: 50%;
}
/* line 47, ../../sass/setting/_module.scss */
.col-container .col-l-5 {
  width: 41.66667%;
}
/* line 51, ../../sass/setting/_module.scss */
.col-container .col-l-4 {
  width: 33.33333%;
}
/* line 55, ../../sass/setting/_module.scss */
.col-container .col-l-3 {
  width: 25%;
}
/* line 59, ../../sass/setting/_module.scss */
.col-container .col-l-2 {
  width: 16.66667%;
}
/* line 63, ../../sass/setting/_module.scss */
.col-container .col-l-1 {
  width: 8.33333%;
}
@media screen and (max-width: 1024px) {
  /* line 68, ../../sass/setting/_module.scss */
  .col-container .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 76, ../../sass/setting/_module.scss */
  .col-container .col-m-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 84, ../../sass/setting/_module.scss */
  .col-container .col-m-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 92, ../../sass/setting/_module.scss */
  .col-container .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 100, ../../sass/setting/_module.scss */
  .col-container .col-m-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 108, ../../sass/setting/_module.scss */
  .col-container .col-m-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 116, ../../sass/setting/_module.scss */
  .col-container .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 124, ../../sass/setting/_module.scss */
  .col-container .col-m-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 132, ../../sass/setting/_module.scss */
  .col-container .col-m-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 140, ../../sass/setting/_module.scss */
  .col-container .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 148, ../../sass/setting/_module.scss */
  .col-container .col-m-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 156, ../../sass/setting/_module.scss */
  .col-container .col-m-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 165, ../../sass/setting/_module.scss */
  .col-container .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 173, ../../sass/setting/_module.scss */
  .col-container .col-sm-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 181, ../../sass/setting/_module.scss */
  .col-container .col-sm-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 189, ../../sass/setting/_module.scss */
  .col-container .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  /* line 197, ../../sass/setting/_module.scss */
  .col-container .col-sm-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 205, ../../sass/setting/_module.scss */
  .col-container .col-sm-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 213, ../../sass/setting/_module.scss */
  .col-container .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* line 221, ../../sass/setting/_module.scss */
  .col-container .col-sm-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 229, ../../sass/setting/_module.scss */
  .col-container .col-sm-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 237, ../../sass/setting/_module.scss */
  .col-container .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  /* line 245, ../../sass/setting/_module.scss */
  .col-container .col-sm-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 768px) {
  /* line 253, ../../sass/setting/_module.scss */
  .col-container .col-sm-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 262, ../../sass/setting/_module.scss */
  .col-container .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 270, ../../sass/setting/_module.scss */
  .col-container .col-s-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 278, ../../sass/setting/_module.scss */
  .col-container .col-s-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 286, ../../sass/setting/_module.scss */
  .col-container .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  /* line 294, ../../sass/setting/_module.scss */
  .col-container .col-s-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 302, ../../sass/setting/_module.scss */
  .col-container .col-s-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 310, ../../sass/setting/_module.scss */
  .col-container .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  /* line 318, ../../sass/setting/_module.scss */
  .col-container .col-s-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 326, ../../sass/setting/_module.scss */
  .col-container .col-s-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 414px) {
  /* line 334, ../../sass/setting/_module.scss */
  .col-container .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  /* line 342, ../../sass/setting/_module.scss */
  .col-container .col-s-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 414px) {
  /* line 350, ../../sass/setting/_module.scss */
  .col-container .col-s-1 {
    width: 8.33333%;
  }
}

/* line 360, ../../sass/setting/_module.scss */
.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

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

  1.フォントサイズ

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

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
/* line 99, ../../sass/setting/_fontsize.scss */
html {
  width: 100%;
  font-size: 62.5%;
}
/* line 103, ../../sass/setting/_fontsize.scss */
html body {
  font-size: 16.5px;
  font-size: 1.65rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 2.2;
  color: #666666;
}
@media screen and (max-width: 768px) {
  /* line 103, ../../sass/setting/_fontsize.scss */
  html body {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 114, ../../sass/setting/_fontsize.scss */
html body a {
  text-decoration: none;
}
/* line 118, ../../sass/setting/_fontsize.scss */
html body img {
  width: 100%;
}
/* line 121, ../../sass/setting/_fontsize.scss */
html body .mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

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

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 注目カラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 背景（背景の違う色部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

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

  1.コンテンツ幅

========================================================*/
/*——————— ▼ 全ページ共通　右コンテンツボックス幅 ———————*/
/*——————— ▼ TOPページ ———————*/
/* line 19, ../../sass/setting/_layout.scss */
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
/* line 26, ../../sass/setting/_layout.scss */
div#page {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  /* line 26, ../../sass/setting/_layout.scss */
  div#page {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 26, ../../sass/setting/_layout.scss */
  div#page {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ アーカイブページ ———————*/
/* line 42, ../../sass/setting/_layout.scss */
div#archive {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  /* line 42, ../../sass/setting/_layout.scss */
  div#archive {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 42, ../../sass/setting/_layout.scss */
  div#archive {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ シングルページ ———————*/
/* line 62, ../../sass/setting/_layout.scss */
div#single {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  /* line 62, ../../sass/setting/_layout.scss */
  div#single {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 62, ../../sass/setting/_layout.scss */
  div#single {
    width: 96%;
    margin: 0 auto;
  }
}

/* 必須 */
/*========================================================

  header

========================================================*/
/* line 7, ../../sass/_header.scss */
.fullcreen {
  width: 100%;
  height: 100vh;
  position: relative;
}
/* line 11, ../../sass/_header.scss */
.fullcreen h1 {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_header.scss */
  .fullcreen h1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 19, ../../sass/_header.scss */
.fullcreen .top-logo {
  position: absolute;
  top: 2.6rem;
  left: 10%;
  width: 20%;
  height: 80px;
}
@media screen and (max-width: 414px) {
  /* line 19, ../../sass/_header.scss */
  .fullcreen .top-logo {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  /* line 31, ../../sass/_header.scss */
  .fullcreen .top-logo a {
    display: block;
  }
  /* line 33, ../../sass/_header.scss */
  .fullcreen .top-logo a img {
    width: auto;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
/* line 44, ../../sass/_header.scss */
.fullcreen .top-movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
/* line 50, ../../sass/_header.scss */
.fullcreen .top-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
/* line 63, ../../sass/_header.scss */
.fullcreen .mv-text {
  padding: 2rem;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 10%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
/* line 80, ../../sass/_header.scss */
.fullcreen .mv-text p {
  letter-spacing: 0.8rem;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/* line 87, ../../sass/_header.scss */
.fullcreen .mv-text p br {
  display: none;
}
@media screen and (max-width: 414px) {
  /* line 87, ../../sass/_header.scss */
  .fullcreen .mv-text p br {
    display: block;
  }
}
/* line 94, ../../sass/_header.scss */
.fullcreen .mv-text p:first-child {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  color: #00489d;
}
@media screen and (max-width: 1024px) {
  /* line 63, ../../sass/_header.scss */
  .fullcreen .mv-text {
    left: 4%;
  }
}
@media screen and (max-width: 414px) {
  /* line 106, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 3.2px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 106, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 108, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 108, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 114, ../../sass/_header.scss */
.fullcreen .mv-text.delay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 123, ../../sass/_header.scss */
.top-mv {
  background: url("../../images/header/mv-pc.jpg") center/cover;
}
@media screen and (max-width: 1024px) {
  /* line 123, ../../sass/_header.scss */
  .top-mv {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 66.679%;
    background: url("../../images/header/mv-pc.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 414px) {
  /* line 123, ../../sass/_header.scss */
  .top-mv {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 161.33%;
    background: url("../../images/header/mv-sp.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}

/* line 141, ../../sass/_header.scss */
.header-logo {
  margin-top: 2.6rem;
  margin-left: 10%;
  width: 20%;
  height: 80px;
}
@media screen and (max-width: 414px) {
  /* line 141, ../../sass/_header.scss */
  .header-logo {
    margin: 0;
    width: 100%;
    height: 80px;
  }
  /* line 150, ../../sass/_header.scss */
  .header-logo a {
    display: block;
  }
  /* line 152, ../../sass/_header.scss */
  .header-logo a img {
    width: auto;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
}

/*——————— ▼ pc-header ———————*/
/* line 180, ../../sass/_header.scss */
.nav-wrapper {
  background-color: #00489d;
  width: 45%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
}

/* line 201, ../../sass/_header.scss */
ul.gnav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 204, ../../sass/_header.scss */
ul.gnav li.item {
  width: 14.28%;
  width: calc(100% / 4);
  text-align: center;
  position: relative;
  display: inline-block;
  transition: .3s;
}
/* line 211, ../../sass/_header.scss */
ul.gnav li.item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 223, ../../sass/_header.scss */
ul.gnav li.item:hover::after {
  width: 100%;
}
/* line 226, ../../sass/_header.scss */
ul.gnav li.item:hover {
  letter-spacing: 0.1rem;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
/* line 231, ../../sass/_header.scss */
ul.gnav li.item a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  line-height: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 231, ../../sass/_header.scss */
  ul.gnav li.item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 239, ../../sass/_header.scss */
ul.gnav li.item a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 239, ../../sass/_header.scss */
  ul.gnav li.item a span {
    color: #00489d;
  }
}
/* line 247, ../../sass/_header.scss */
ul.gnav li.item ul.submenuBox {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: white;
}
/* line 253, ../../sass/_header.scss */
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
}
/* line 260, ../../sass/_header.scss */
ul.gnav li.submenu {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  /* line 267, ../../sass/_header.scss */
  nav.navbar {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 50px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
  }
  /* line 279, ../../sass/_header.scss */
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  /* line 282, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  /* line 286, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #666;
  }
  /* line 292, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  /* line 296, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #fff;
  }
  /* line 301, ../../sass/_header.scss */
  nav.navbar ul.gnav li.submenu {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 307, ../../sass/_header.scss */
  nav.navbar.active {
    display: block;
    opacity: 1;
    background-color: white;
    left: 0;
    z-index: 1;
  }
}

/* line 316, ../../sass/_header.scss */
.menu-btn {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 316, ../../sass/_header.scss */
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 10px 5px 0px;
    border: 1px solid #00489d;
    background-color: #fff;
  }
  /* line 327, ../../sass/_header.scss */
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  /* line 334, ../../sass/_header.scss */
  .menu-btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00489d;
    border-radius: 4px;
  }
  /* line 344, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 347, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  /* line 350, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 353, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #00489d;
    border-radius: 4px;
    transition: all .4s;
  }
  /* line 366, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  /* line 369, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #00489d;
  }
  /* line 374, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #00489d;
  }
  /* line 379, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

/* line 389, ../../sass/_header.scss */
.page-title {
  width: 100%;
  height: 400px;
  position: relative;
}
/* line 393, ../../sass/_header.scss */
.page-title .page-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
/* line 402, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 {
  position: relative;
  padding: .5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
/* line 409, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #00489d;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 409, ../../sass/_header.scss */
  .page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 422, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:before, .page-title .page-headText .ribbon6 h3:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
/* line 429, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h3:before {
  border-left: solid 1px #00489d;
  border-top: solid 1px #00489d;
  top: 0;
  left: 0;
}
/* line 436, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:after {
  border-right: solid 1px #00489d;
  border-bottom: solid 1px #00489d;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 414px) {
  /* line 389, ../../sass/_header.scss */
  .page-title {
    height: 200px;
  }
  /* line 451, ../../sass/_header.scss */
  .page-title .page-headText {
    width: 90%;
  }
}

/* line 456, ../../sass/_header.scss */
.page-title-menu {
  background: url("../../images/header/header-title-menu.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 456, ../../sass/_header.scss */
  .page-title-menu {
    background: url("../../images/header/header-title-menu.jpg") center/cover;
  }
}

/* line 466, ../../sass/_header.scss */
.single-title {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
/* line 472, ../../sass/_header.scss */
.single-title:before {
  /*ブラー効果をスマホ以外に適用*/
  content: '';
  background: inherit;
  /*.設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
  /*スマホでブラー解除*/
}
/* line 494, ../../sass/_header.scss */
.single-title .single-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
/* line 503, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 {
  position: relative;
  padding: .5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 503, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 {
    width: 100%;
  }
}
/* line 513, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1 {
  position: relative;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #00489d;
  text-shadow: 1px 1px 2px #fff;
}
@media screen and (max-width: 1024px) {
  /* line 513, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 h1 {
    font-size: 2.6px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 513, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 527, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1:before, .single-title .single-headText .ribbon6 h1:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
/* line 535, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1:before {
  border-left: solid 1px #00489d;
  border-top: solid 1px #00489d;
  top: 0;
  left: 0;
}
/* line 542, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1:after {
  border-right: solid 1px #00489d;
  border-bottom: solid 1px #00489d;
  bottom: 0;
  right: 0;
}
/* line 554, ../../sass/_header.scss */
.single-title .single-headText-interview {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 567, ../../sass/_header.scss */
.single-title .single-headText-interview img {
  object-fit: cover;
  height: 500px;
}
@media screen and (max-width: 414px) {
  /* line 567, ../../sass/_header.scss */
  .single-title .single-headText-interview img {
    display: none;
    width: 100%;
  }
}
/* line 578, ../../sass/_header.scss */
.single-title .single-headText-interview .single-interview-headbox {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media screen and (max-width: 414px) {
  /* line 578, ../../sass/_header.scss */
  .single-title .single-headText-interview .single-interview-headbox {
    bottom: 2%;
    left: 2%;
  }
}
/* line 588, ../../sass/_header.scss */
.single-title .single-headText-interview .single-interview-headbox h1 {
  font-size: 2.6px;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 588, ../../sass/_header.scss */
  .single-title .single-headText-interview .single-interview-headbox h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 592, ../../sass/_header.scss */
.single-title .single-headText-interview .single-interview-headbox p {
  color: #fff;
  line-height: 1.6;
}
/* line 596, ../../sass/_header.scss */
.single-title .single-headText-interview .single-interview-headbox time {
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 466, ../../sass/_header.scss */
  .single-title {
    height: 200px;
  }
  /* line 604, ../../sass/_header.scss */
  .single-title .single-headText {
    width: 90%;
  }
}

/* line 609, ../../sass/_header.scss */
.single-title-menu {
  position: relative;
  z-index: -2;
}
/* line 612, ../../sass/_header.scss */
.single-title-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* 必須 */
/*========================================================

  footer

========================================================*/
/* line 7, ../../sass/_footer.scss */
footer {
  background-color: #00489d;
}
/* line 9, ../../sass/_footer.scss */
footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 414px) {
  /* line 9, ../../sass/_footer.scss */
  footer .footer-inner {
    width: 100%;
  }
}
/* line 16, ../../sass/_footer.scss */
footer .footer-inner .footer-sns {
  width: 40%;
  margin: 0 auto 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 21, ../../sass/_footer.scss */
footer .footer-inner .footer-sns a {
  color: #fff;
}
/* line 23, ../../sass/_footer.scss */
footer .footer-inner .footer-sns a i {
  font-size: 3.2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 414px) {
  /* line 23, ../../sass/_footer.scss */
  footer .footer-inner .footer-sns a i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 16, ../../sass/_footer.scss */
  footer .footer-inner .footer-sns {
    width: 60%;
  }
}
/* line 33, ../../sass/_footer.scss */
footer .footer-inner ul li a {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  display: block;
  border-left: 4px solid #fff;
  color: #fff;
  margin-bottom: 4px;
  padding-left: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 31, ../../sass/_footer.scss */
  footer .footer-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 2rem;
  }
  /* line 47, ../../sass/_footer.scss */
  footer .footer-inner ul li {
    padding-right: 1.4rem;
    width: 50%;
  }
  /* line 50, ../../sass/_footer.scss */
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
/* line 58, ../../sass/_footer.scss */
footer .footer-inner table tr td {
  text-align: left;
  padding-left: 2rem;
  color: #fff;
}
/* line 66, ../../sass/_footer.scss */
footer p.copyright {
  text-align: center;
  color: #fff;
}

/* line 71, ../../sass/_footer.scss */
.tel-num-pc {
  background-color: #00489d;
  position: fixed;
  right: 0;
  top: 0%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  /* line 71, ../../sass/_footer.scss */
  .tel-num-pc {
    right: 10%;
  }
}
@media screen and (max-width: 414px) {
  /* line 71, ../../sass/_footer.scss */
  .tel-num-pc {
    border-left: none;
    border-bottom: none;
    top: auto;
    right: auto;
    left: 0%;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-right: 1px solid #00316a;
    border-top: 1px solid #0477ff;
  }
}
/* line 97, ../../sass/_footer.scss */
.tel-num-pc a {
  display: block;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.6rem;
  line-height: 4rem;
}
@media screen and (max-width: 414px) {
  /* line 97, ../../sass/_footer.scss */
  .tel-num-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 97, ../../sass/_footer.scss */
  .tel-num-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}
/* line 110, ../../sass/_footer.scss */
.tel-num-pc p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 110, ../../sass/_footer.scss */
  .tel-num-pc p {
    display: none;
  }
}

/* line 119, ../../sass/_footer.scss */
.webyoyaku-pc {
  background-color: #00489d;
  position: fixed;
  right: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 414px) {
  /* line 119, ../../sass/_footer.scss */
  .webyoyaku-pc {
    border-left: none;
    border-top: none;
    top: auto;
    right: 0%;
    left: auto;
    bottom: 0%;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-top: 1px solid #0477ff;
  }
}
/* line 139, ../../sass/_footer.scss */
.webyoyaku-pc a {
  display: block;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.6rem;
  line-height: 10rem;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 414px) {
  /* line 139, ../../sass/_footer.scss */
  .webyoyaku-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 139, ../../sass/_footer.scss */
  .webyoyaku-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}

/* 必須 */
/* line 3, ../../sass/_page-top.scss */
article#top {
  overflow: hidden;
}
/* line 6, ../../sass/_page-top.scss */
article#top .row-rev {
  flex-flow: row-reverse;
}
@media screen and (max-width: 414px) {
  /* line 6, ../../sass/_page-top.scss */
  article#top .row-rev {
    flex-flow: wrap;
  }
}
/* line 15, ../../sass/_page-top.scss */
article#top a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
/* line 24, ../../sass/_page-top.scss */
article#top a.btn .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #fff;
}
/* line 30, ../../sass/_page-top.scss */
article#top a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 36, ../../sass/_page-top.scss */
article#top a.btn:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 42, ../../sass/_page-top.scss */
article#top a.btn .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
/* line 49, ../../sass/_page-top.scss */
article#top a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #00489d;
  text-align: center;
}
/* line 58, ../../sass/_page-top.scss */
article#top a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #00489d;
}
/* line 64, ../../sass/_page-top.scss */
article#top a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 70, ../../sass/_page-top.scss */
article#top a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 76, ../../sass/_page-top.scss */
article#top a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
/* line 83, ../../sass/_page-top.scss */
article#top .inner80 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 83, ../../sass/_page-top.scss */
  article#top .inner80 {
    width: 95%;
  }
}
/* line 94, ../../sass/_page-top.scss */
article#top .title-box {
  position: relative;
}
/* line 96, ../../sass/_page-top.scss */
article#top .title-box p {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  text-align: center;
  transform: rotate(-8deg);
  font-family: 'Carattere', cursive;
  font-style: italic;
  color: rgba(0, 72, 157, 0.6);
  font-size: 80px;
}
/* line 110, ../../sass/_page-top.scss */
article#top .title-box h2 {
  text-align: center;
  font-size: 2.6px;
  font-size: 2.6rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 110, ../../sass/_page-top.scss */
  article#top .title-box h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 110, ../../sass/_page-top.scss */
  article#top .title-box h2 {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 110, ../../sass/_page-top.scss */
  article#top .title-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 123, ../../sass/_page-top.scss */
article#top .button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 1.6rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  background-color: #6aaeff;
  transition: 0.3s;
  margin-bottom: 1rem;
}
/* line 139, ../../sass/_page-top.scss */
article#top .button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #00489d;
  transition: 0.2s;
}
/* line 150, ../../sass/_page-top.scss */
article#top .button09 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
/* line 159, ../../sass/_page-top.scss */
article#top .button09 a:hover::before {
  top: 0;
  left: 0;
}
/* line 164, ../../sass/_page-top.scss */
article#top .button09 a:hover {
  text-decoration: none;
  background-color: #0477ff;
}
/* line 170, ../../sass/_page-top.scss */
article#top section.e1 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
/* line 175, ../../sass/_page-top.scss */
article#top section.e1 .e1-textbox {
  margin-top: 8rem;
  margin-bottom: 8rem;
  text-align: center;
}
/* line 183, ../../sass/_page-top.scss */
article#top section.e2 {
  background-color: #d0e6ff;
  padding-top: 10rem;
  padding-bottom: 14rem;
  position: relative;
  z-index: 0;
}
/* line 192, ../../sass/_page-top.scss */
article#top section.e2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d0e6ff;
}
/* line 208, ../../sass/_page-top.scss */
article#top section.e2 .e2-box {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
/* line 212, ../../sass/_page-top.scss */
article#top section.e2 .e2-box div.e2-box-inner {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1rem;
  color: #666;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 414px) {
  /* line 212, ../../sass/_page-top.scss */
  article#top section.e2 .e2-box div.e2-box-inner {
    width: 98%;
    margin-bottom: 3rem;
  }
}
/* line 227, ../../sass/_page-top.scss */
article#top section.e2 .e2-box div.e2-box-inner img {
  width: 100%;
}
/* line 231, ../../sass/_page-top.scss */
article#top section.e2 .e2-box p {
  display: block;
  padding: 1rem;
}
/* line 237, ../../sass/_page-top.scss */
article#top section.e2 .e2-box h2 {
  position: relative;
  height: 75px;
  margin-right: 100px;
  padding: 1.5rem 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #00489d;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/* line 248, ../../sass/_page-top.scss */
article#top section.e2 .e2-box h2:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #00489d transparent transparent transparent;
}
/* line 260, ../../sass/_page-top.scss */
article#top section.e2 .e2-box h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #00489d;
}
/* line 274, ../../sass/_page-top.scss */
article#top section.e3 {
  background-color: #d0e6ff;
  padding-bottom: 14rem;
}
/* line 277, ../../sass/_page-top.scss */
article#top section.e3 .ribbon20-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  border: 4px solid #6aaeff;
}
/* line 286, ../../sass/_page-top.scss */
article#top section.e3 .ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #00489d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/* line 303, ../../sass/_page-top.scss */
article#top section.e3 .ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #00489d;
  border-radius: 5px 0 0 5px;
}
/* line 314, ../../sass/_page-top.scss */
article#top section.e3 .ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #001937;
  border-radius: 5px 0 0 5px;
}
/* line 326, ../../sass/_page-top.scss */
article#top section.e3 .e3-box {
  padding: 4rem;
}
/* line 329, ../../sass/_page-top.scss */
article#top section.e3 .e3-box h3 {
  color: #00489d;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media screen and (max-width: 414px) {
  /* line 329, ../../sass/_page-top.scss */
  article#top section.e3 .e3-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 338, ../../sass/_page-top.scss */
article#top section.e4 {
  padding-bottom: 14rem;
  position: relative;
  z-index: 0;
}
/* line 344, ../../sass/_page-top.scss */
article#top section.e4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}
/* line 361, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner {
  display: block;
  padding: 20px;
  margin: 2em;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  color: #666;
}
/* line 370, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner ul {
  padding-left: 1rem;
}
/* line 373, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 414px) {
  /* line 373, ../../sass/_page-top.scss */
  article#top section.e4 .e4-box a.e4-box-inner ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 377, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner ul li i {
  color: #00489d;
  width: 5%;
}
/* line 381, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner ul li p {
  display: block;
  width: 95%;
  padding-left: 1rem;
}
/* line 389, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner .link-btn {
  border: 1px solid #00489d;
  color: #00489d;
  width: 40%;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.2px;
  font-size: 1.2rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 389, ../../sass/_page-top.scss */
  article#top section.e4 .e4-box a.e4-box-inner .link-btn {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 397, ../../sass/_page-top.scss */
article#top section.e4 .e4-box a.e4-box-inner .link-btn:hover {
  background-color: #00489d;
  color: #fff;
}
/* line 407, ../../sass/_page-top.scss */
article#top section.e5 {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
/* line 415, ../../sass/_page-top.scss */
article#top section.e5 .e5-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4rem;
}
/* line 420, ../../sass/_page-top.scss */
article#top section.e5 .e5-box h2 {
  text-align: center;
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 414px) {
  /* line 420, ../../sass/_page-top.scss */
  article#top section.e5 .e5-box h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 425, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content {
  margin-top: 4rem;
}
/* line 428, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  margin: 1rem auto;
  color: #666;
}
/* line 437, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content a ul li i {
  color: #00489d;
}
/* line 440, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content a ul li span {
  color: #999999;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 440, ../../sass/_page-top.scss */
  article#top section.e5 .e5-box .e5-box-content a ul li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 444, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content a ul li:first-child {
  margin-bottom: 1rem;
}
/* line 447, ../../sass/_page-top.scss */
article#top section.e5 .e5-box .e5-box-content a ul li:nth-child(2) {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 447, ../../sass/_page-top.scss */
  article#top section.e5 .e5-box .e5-box-content a ul li:nth-child(2) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 8, ../../sass/_page.scss */
#page .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 8, ../../sass/_page.scss */
  #page .inner {
    width: 100%;
  }
}
/* line 17, ../../sass/_page.scss */
#page .inner h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid #0477ff;
  position: relative;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 17, ../../sass/_page.scss */
  #page .inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 17, ../../sass/_page.scss */
  #page .inner h2 {
    padding: 1rem;
  }
}
/* line 26, ../../sass/_page.scss */
#page .inner h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #00489d;
}
/* line 40, ../../sass/_page.scss */
#page .inner h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ccc;
  position: relative;
}
@media screen and (max-width: 414px) {
  /* line 40, ../../sass/_page.scss */
  #page .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 40, ../../sass/_page.scss */
  #page .inner h3 {
    padding: 1rem;
  }
}
/* line 48, ../../sass/_page.scss */
#page .inner h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #0477ff;
}
/* line 61, ../../sass/_page.scss */
#page .inner h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 0;
}
@media screen and (max-width: 414px) {
  /* line 61, ../../sass/_page.scss */
  #page .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 61, ../../sass/_page.scss */
  #page .inner h4 {
    padding: 2rem 1rem;
  }
}
/* line 68, ../../sass/_page.scss */
#page .inner h4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00489d;
  margin-right: 8px;
}
/* line 76, ../../sass/_page.scss */
#page .inner h4:after {
  content: "";
  display: block;
  clear: both;
}
/* line 84, ../../sass/_page.scss */
#page .inner p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  /* line 84, ../../sass/_page.scss */
  #page .inner p {
    padding: 2rem 1rem;
  }
}
/* line 90, ../../sass/_page.scss */
#page .inner img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
/* line 98, ../../sass/_page.scss */
#page .inner table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 98, ../../sass/_page.scss */
  #page .inner table {
    padding: 2rem 1rem;
  }
}
/* line 105, ../../sass/_page.scss */
#page .inner table th, #page .inner table td {
  border: 1px solid #ccc;
}
/* line 108, ../../sass/_page.scss */
#page .inner table th {
  background-color: #0477ff;
  color: #fff;
  width: 30%;
}
/* line 113, ../../sass/_page.scss */
#page .inner table td {
  text-align: left;
  padding-left: 1rem;
}
/* line 117, ../../sass/_page.scss */
#page .inner table tr.table-head {
  background-color: #00489d;
  color: #fff;
}
/* line 122, ../../sass/_page.scss */
#page .inner .table-scroll {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media screen and (max-width: 1024px) {
  /* line 122, ../../sass/_page.scss */
  #page .inner .table-scroll {
    overflow-x: auto;
  }
  /* line 126, ../../sass/_page.scss */
  #page .inner .table-scroll table.table-scroll-inner {
    min-width: 640px;
  }
}
/* line 132, ../../sass/_page.scss */
#page .inner iframe {
  max-width: 100%;
}

/* line 7, ../../sass/_page-faq.scss */
#page-faq dl {
  margin-bottom: 6rem;
}
/* line 11, ../../sass/_page-faq.scss */
#page-faq dl dt, #page-faq dl dd {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 11, ../../sass/_page-faq.scss */
  #page-faq dl dt, #page-faq dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 14, ../../sass/_page-faq.scss */
#page-faq dl dt span, #page-faq dl dd span {
  font-size: 2.6px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 14, ../../sass/_page-faq.scss */
  #page-faq dl dt span, #page-faq dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 18, ../../sass/_page-faq.scss */
#page-faq dl dt span.question, #page-faq dl dd span.question {
  padding-left: 1rem;
  color: #00489d;
}
/* line 22, ../../sass/_page-faq.scss */
#page-faq dl dt span.question:after, #page-faq dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #00489d;
  position: absolute;
  left: 0;
  bottom: -3px;
}
/* line 35, ../../sass/_page-faq.scss */
#page-faq dl dt span.answer, #page-faq dl dd span.answer {
  color: #cc3714;
}
/* line 43, ../../sass/_page-faq.scss */
#page-faq dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  cursor: pointer;
}
/* line 53, ../../sass/_page-faq.scss */
#page-faq dl dd {
  background: #f5e8e5;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
}
/* line 59, ../../sass/_page-faq.scss */
#page-faq dl dd div.text_box {
  padding: 1rem;
}
/* line 62, ../../sass/_page-faq.scss */
#page-faq dl dd div.text_box p {
  line-height: 1.5;
}
/* line 66, ../../sass/_page-faq.scss */
#page-faq dl dd div.text_box ul {
  margin: 1rem 0;
}
/* line 69, ../../sass/_page-faq.scss */
#page-faq dl dd div.text_box ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  /* line 69, ../../sass/_page-faq.scss */
  #page-faq dl dd div.text_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 86, ../../sass/_page-faq.scss */
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* line 92, ../../sass/_page-faq.scss */
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: auto;
}

/* line 99, ../../sass/_page-faq.scss */
.accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #00489d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

/* line 110, ../../sass/_page-faq.scss */
.accordion_icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

/* line 118, ../../sass/_page-faq.scss */
.accordion_icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
/* line 127, ../../sass/_page-faq.scss */
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

/* line 130, ../../sass/_page-faq.scss */
.accordion_icon.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* line 5, ../../sass/_archive.scss */
#archive {
  padding: 2rem 0;
}
/* line 9, ../../sass/_archive.scss */
#archive .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 9, ../../sass/_archive.scss */
  #archive .inner {
    width: 100%;
  }
}
/* line 18, ../../sass/_archive.scss */
#archive .inner iframe {
  max-width: 100%;
  padding: 1rem;
}
/* line 29, ../../sass/_archive.scss */
#archive #archive-common .archive-term {
  margin-bottom: 1rem;
}
/* line 31, ../../sass/_archive.scss */
#archive #archive-common .archive-term ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 414px) {
  /* line 31, ../../sass/_archive.scss */
  #archive #archive-common .archive-term ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 40, ../../sass/_archive.scss */
#archive #archive-common .archive-term ul li {
  width: 24%;
  margin-right: 1%;
}
@media screen and (max-width: 414px) {
  /* line 40, ../../sass/_archive.scss */
  #archive #archive-common .archive-term ul li {
    width: 48%;
    margin: 0;
  }
}
/* line 48, ../../sass/_archive.scss */
#archive #archive-common .archive-term ul li a {
  display: block;
  text-align: center;
  padding: 1rem;
  border: 1px solid #00489d;
  color: #00489d;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 48, ../../sass/_archive.scss */
  #archive #archive-common .archive-term ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 55, ../../sass/_archive.scss */
#archive #archive-common .archive-term ul li a:hover {
  background-color: #00489d;
  color: #fff;
}
/* line 63, ../../sass/_archive.scss */
#archive #archive-common a.archive-box {
  display: block;
  margin: 0 1rem 1rem;
}
/* line 67, ../../sass/_archive.scss */
#archive #archive-common a.archive-box .archive-eyecatch {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  margin: 0 auto;
}
/* line 74, ../../sass/_archive.scss */
#archive #archive-common a.archive-box .archive-eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}
/* line 87, ../../sass/_archive.scss */
#archive #archive-common a.archive-box .arcvhive-box-content h2 {
  font-weight: normal;
  color: #666;
}
/* line 91, ../../sass/_archive.scss */
#archive #archive-common a.archive-box .arcvhive-box-content p.category {
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #666;
}
@media screen and (max-width: 414px) {
  /* line 91, ../../sass/_archive.scss */
  #archive #archive-common a.archive-box .arcvhive-box-content p.category {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 95, ../../sass/_archive.scss */
#archive #archive-common a.archive-box .arcvhive-box-content time {
  color: #00489d;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 95, ../../sass/_archive.scss */
  #archive #archive-common a.archive-box .arcvhive-box-content time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 7, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner {
  display: block;
  padding: 20px;
  margin: 2em;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  color: #666;
}
/* line 16, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner ul {
  padding-left: 1rem;
}
/* line 19, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 19, ../../sass/_archive-salon.scss */
  #archive-salon .e4-box a.e4-box-inner ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 21, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner ul li i {
  color: #00489d;
}
/* line 27, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner .link-btn {
  border: 1px solid #00489d;
  color: #00489d;
  width: 40%;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.2px;
  font-size: 1.2rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 414px) {
  /* line 27, ../../sass/_archive-salon.scss */
  #archive-salon .e4-box a.e4-box-inner .link-btn {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 35, ../../sass/_archive-salon.scss */
#archive-salon .e4-box a.e4-box-inner .link-btn:hover {
  background-color: #00489d;
  color: #fff;
}

/* 必須 */
/* line 2, ../../sass/_single.scss */
#single-inner {
  overflow: hidden;
}
/* line 6, ../../sass/_single.scss */
#single-inner .content {
  width: 100%;
  margin: 0 auto;
}
/* line 12, ../../sass/_single.scss */
#single-inner .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}
/* line 18, ../../sass/_single.scss */
#single-inner .content table tr {
  border-bottom: solid 2px white;
}
/* line 22, ../../sass/_single.scss */
#single-inner .content table tr:last-child {
  border-bottom: none;
}
/* line 26, ../../sass/_single.scss */
#single-inner .content table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #00489d;
  color: white;
  text-align: center;
  padding: 10px 0;
}
/* line 36, ../../sass/_single.scss */
#single-inner .content table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #00489d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 49, ../../sass/_single.scss */
#single-inner .content table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  /* line 6, ../../sass/_single.scss */
  #single-inner .content {
    width: 100%;
  }
}
/* line 65, ../../sass/_single.scss */
#single-inner .content h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid #0477ff;
  position: relative;
}
@media screen and (max-width: 414px) {
  /* line 65, ../../sass/_single.scss */
  #single-inner .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 65, ../../sass/_single.scss */
  #single-inner .content h2 {
    padding: 1rem;
  }
}
/* line 73, ../../sass/_single.scss */
#single-inner .content h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #00489d;
}
/* line 85, ../../sass/_single.scss */
#single-inner .content h2.border {
  background-color: #0477ff;
  color: #00489d;
  text-align: center;
}
/* line 89, ../../sass/_single.scss */
#single-inner .content h2.border:after {
  left: 35%;
}
/* line 94, ../../sass/_single.scss */
#single-inner .content h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-top: 1px solid #00489d;
  border-bottom: 1px solid #00489d;
  padding-left: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 94, ../../sass/_single.scss */
  #single-inner .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 104, ../../sass/_single.scss */
#single-inner .content h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-left: 8px solid #00489d;
  padding-left: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 104, ../../sass/_single.scss */
  #single-inner .content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 110, ../../sass/_single.scss */
#single-inner .content p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  /* line 110, ../../sass/_single.scss */
  #single-inner .content p {
    padding: 2rem 1rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 110, ../../sass/_single.scss */
  #single-inner .content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 117, ../../sass/_single.scss */
#single-inner .content img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
/* line 129, ../../sass/_single.scss */
#single-inner .content dl dt, #single-inner .content dl dd {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  /* line 129, ../../sass/_single.scss */
  #single-inner .content dl dt, #single-inner .content dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 132, ../../sass/_single.scss */
#single-inner .content dl dt span, #single-inner .content dl dd span {
  font-size: 2.6px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  /* line 132, ../../sass/_single.scss */
  #single-inner .content dl dt span, #single-inner .content dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 136, ../../sass/_single.scss */
#single-inner .content dl dt span.question, #single-inner .content dl dd span.question {
  padding-left: 1rem;
  color: #00489d;
}
/* line 140, ../../sass/_single.scss */
#single-inner .content dl dt span.question:after, #single-inner .content dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #00489d;
  position: absolute;
  left: 0;
  bottom: -3px;
}
/* line 153, ../../sass/_single.scss */
#single-inner .content dl dt span.answer, #single-inner .content dl dd span.answer {
  color: #cc3714;
}
/* line 161, ../../sass/_single.scss */
#single-inner .content dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  cursor: pointer;
}
/* line 171, ../../sass/_single.scss */
#single-inner .content dl dd {
  background: #f5e8e5;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
}
/* line 177, ../../sass/_single.scss */
#single-inner .content dl dd div.text_box {
  padding: 1rem;
}
/* line 180, ../../sass/_single.scss */
#single-inner .content dl dd div.text_box p {
  line-height: 1.5;
}
/* line 184, ../../sass/_single.scss */
#single-inner .content dl dd div.text_box ul {
  margin: 1rem 0;
}
/* line 187, ../../sass/_single.scss */
#single-inner .content dl dd div.text_box ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  /* line 187, ../../sass/_single.scss */
  #single-inner .content dl dd div.text_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 必須 */
/* line 2, ../../sass/_sidebar.scss */
.sidebar {
  width: 90%;
  margin-right: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 414px) {
  /* line 2, ../../sass/_sidebar.scss */
  .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 4rem 0;
  }
}
/* line 17, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner .sidebar-title {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #00489d;
  border-bottom: 1px solid #6aaeff;
  margin-bottom: 20px;
}
/* line 22, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner .sidebar-title:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 2px solid #00489d;
}
/* line 29, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner .sidebar-title h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 414px) {
  /* line 29, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner .sidebar-title h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 34, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner .sidebar-title p {
  text-align: center;
}
/* line 39, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner .side-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  /* line 39, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner .side-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
/* line 54, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner ul li a {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  display: block;
  color: #00489d;
}
/* line 66, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner ul.side-single figure img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 66, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  /* line 66, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 120px;
  }
}
/* line 78, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner ul.side-single h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  padding: .4rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  /* line 78, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 78, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 1.8px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 78, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 414px) {
  /* line 78, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single h2 {
    line-height: 1.6;
  }
}
/* line 92, ../../sass/_sidebar.scss */
.sidebar .sidebar-inner ul.side-single time {
  padding-left: .4rem;
  padding-bottom: .2rem;
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 414px) {
  /* line 92, ../../sass/_sidebar.scss */
  .sidebar .sidebar-inner ul.side-single time {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* 必須 */
/* line 4, ../../sass/_page-contact.scss */
article.page-contact div.main-content {
  margin: 2rem 0;
}
/* line 10, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner {
  width: 60%;
}
/* line 14, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 14, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
/* line 27, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #666;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 27, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
/* line 43, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 43, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  /* line 43, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 414px) {
  /* line 43, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
/* line 59, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th, article.page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
/* line 65, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 65, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 65, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
/* line 79, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  /* line 87, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 87, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
/* line 99, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form table td input,
article.page-contact div.main-content section.form div.inner form table td textarea,
article.page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
/* line 109, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
/* line 131, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #00489d;
  color: #00489d;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: .3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 131, ../../sass/_page-contact.scss */
  article.page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
/* line 147, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #00489d;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 160, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #fff;
}
/* line 162, ../../sass/_page-contact.scss */
article.page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

/* line 4, ../../sass/_page-plan.scss */
#page-plan ul.page-plan-flow {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  /* line 4, ../../sass/_page-plan.scss */
  #page-plan ul.page-plan-flow {
    width: 90%;
  }
}
/* line 10, ../../sass/_page-plan.scss */
#page-plan ul.page-plan-flow li {
  display: block;
  text-align: center;
}
/* line 13, ../../sass/_page-plan.scss */
#page-plan ul.page-plan-flow li:nth-child(odd) {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-bottom: solid;
  border-color: #00489d;
  border-width: 5px;
  /*5ピクセルの太さにする*/
}
@media screen and (max-width: 414px) {
  /* line 13, ../../sass/_page-plan.scss */
  #page-plan ul.page-plan-flow li:nth-child(odd) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 19, ../../sass/_page-plan.scss */
#page-plan ul.page-plan-flow li:nth-child(even) {
  margin: 0 auto;
  width: 30px;
  border-top: 30px solid #00489d;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
/* line 26, ../../sass/_page-plan.scss */
#page-plan ul.page-plan-flow li:last-child {
  border: none;
}
/* line 34, ../../sass/_page-plan.scss */
#page-plan a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 10rem auto;
  color: #00489d;
  text-align: center;
}
/* line 43, ../../sass/_page-plan.scss */
#page-plan a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #00489d;
}
/* line 49, ../../sass/_page-plan.scss */
#page-plan a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 55, ../../sass/_page-plan.scss */
#page-plan a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 61, ../../sass/_page-plan.scss */
#page-plan a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}

/* line 5, ../../sass/_page-hajimete.scss */
#page-hajimete .page-hajimete-flow {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 4rem;
}
/* line 12, ../../sass/_page-hajimete.scss */
#page-hajimete p {
  margin: 0;
  padding: 0;
}
/* line 16, ../../sass/_page-hajimete.scss */
#page-hajimete li {
  list-style: none;
}
/* line 20, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  /* line 25, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item {
    border-top: 0;
  }
}
/* line 29, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item:nth-of-type(1) {
  border-top: 0;
}
/* line 32, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  /* line 42, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
/* line 48, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content.one {
  padding-top: 0;
}
/* line 51, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #00489d;
  color: #fff;
  font-size: 36px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-style: italic;
}
@media screen and (max-width: 540px) {
  /* line 66, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
/* line 75, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content-Number-Line {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 66px;
  background: #00489d;
}
@media screen and (max-width: 540px) {
  /* line 85, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item-Content-Number-Line {
    top: -150%;
    width: 2px;
    height: 140px;
  }
}
/* line 91, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #00489d;
  font-size: 24px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
@media screen and (max-width: 540px) {
  /* line 99, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}
/* line 105, ../../sass/_page-hajimete.scss */
#page-hajimete .List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
  width: 50%;
}
@media screen and (max-width: 540px) {
  /* line 111, ../../sass/_page-hajimete.scss */
  #page-hajimete .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}
/* line 121, ../../sass/_page-hajimete.scss */
#page-hajimete a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 10rem auto;
  color: #00489d;
  text-align: center;
}
/* line 130, ../../sass/_page-hajimete.scss */
#page-hajimete a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #00489d;
}
/* line 136, ../../sass/_page-hajimete.scss */
#page-hajimete a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 142, ../../sass/_page-hajimete.scss */
#page-hajimete a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 148, ../../sass/_page-hajimete.scss */
#page-hajimete a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}

/* line 4, ../../sass/_page-concept.scss */
#page-concept p.position {
  text-align: right;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/* line 7, ../../sass/_page-concept.scss */
#page-concept p.position i {
  color: #00489d;
}
/* line 15, ../../sass/_page-concept.scss */
#page-concept a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 10rem auto;
  color: #00489d;
  text-align: center;
}
/* line 24, ../../sass/_page-concept.scss */
#page-concept a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #00489d;
}
/* line 30, ../../sass/_page-concept.scss */
#page-concept a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 36, ../../sass/_page-concept.scss */
#page-concept a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 42, ../../sass/_page-concept.scss */
#page-concept a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}

/* line 8, ../../sass/_page-salon.scss */
#single-salon .button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 2rem auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 1.6rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  background-color: #6aaeff;
  transition: 0.3s;
  margin-bottom: 1rem;
}
/* line 24, ../../sass/_page-salon.scss */
#single-salon .button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #00489d;
  transition: 0.2s;
}
/* line 35, ../../sass/_page-salon.scss */
#single-salon .button09 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
/* line 44, ../../sass/_page-salon.scss */
#single-salon .button09 a:hover::before {
  top: 0;
  left: 0;
}
/* line 49, ../../sass/_page-salon.scss */
#single-salon .button09 a:hover {
  text-decoration: none;
  background-color: #0477ff;
}
/* line 54, ../../sass/_page-salon.scss */
#single-salon .single-salon-1 {
  padding-bottom: 4rem;
}
/* line 58, ../../sass/_page-salon.scss */
#single-salon .single-salon-1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 60, ../../sass/_page-salon.scss */
#single-salon .single-salon-1 ul li {
  width: 100%;
}
/* line 62, ../../sass/_page-salon.scss */
#single-salon .single-salon-1 ul li img {
  display: block;
  width: 100%;
}
/* line 69, ../../sass/_page-salon.scss */
#single-salon .single-salon-1 .single-salon-1-info {
  padding-left: 1rem;
}
@media screen and (max-width: 414px) {
  /* line 69, ../../sass/_page-salon.scss */
  #single-salon .single-salon-1 .single-salon-1-info {
    padding: 0;
  }
}
/* line 80, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 86, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 94, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .single-salon-2-info {
  padding-left: 2rem;
}
@media screen and (max-width: 414px) {
  /* line 94, ../../sass/_page-salon.scss */
  #single-salon .single-salon-2 .single-salon-2-info {
    padding: 0;
  }
}
/* line 100, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .single-salon-2-info ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dotted #00489d;
}
/* line 103, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .single-salon-2-info ul li {
  display: block;
}
/* line 105, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .single-salon-2-info ul li:first-child {
  width: 20%;
  color: #00489d;
}
@media screen and (max-width: 414px) {
  /* line 105, ../../sass/_page-salon.scss */
  #single-salon .single-salon-2 .single-salon-2-info ul li:first-child {
    width: 30%;
  }
}
/* line 113, ../../sass/_page-salon.scss */
#single-salon .single-salon-2 .single-salon-2-info ul li:nth-child(2) {
  width: 80%;
}
@media screen and (max-width: 414px) {
  /* line 113, ../../sass/_page-salon.scss */
  #single-salon .single-salon-2 .single-salon-2-info ul li:nth-child(2) {
    width: 70%;
  }
}
/* line 124, ../../sass/_page-salon.scss */
#single-salon .single-salon-3 {
  margin-top: 8rem;
}

/* line 4, ../../sass/_page-menu.scss */
#page-menu .page-menu-box {
  border-bottom: 1px solid #9dcaff;
  margin-bottom: 2rem;
}
/* line 8, ../../sass/_page-menu.scss */
#page-menu .page-menu-box p.page-menu-box-name {
  display: block;
  padding: 0;
}
/* line 12, ../../sass/_page-menu.scss */
#page-menu .page-menu-box p.page-menu-box-price {
  display: block;
  text-align: right;
  padding: 0;
}
/* line 18, ../../sass/_page-menu.scss */
#page-menu .page-menu-box p.page-menu-box-hosoku {
  display: block;
  border-top: 1px solid #f2f2f2;
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #666;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media screen and (max-width: 414px) {
  /* line 18, ../../sass/_page-menu.scss */
  #page-menu .page-menu-box p.page-menu-box-hosoku {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 29, ../../sass/_page-menu.scss */
#page-menu .cp_card {
  width: 100%;
  position: relative;
  background: #ffffff;
  overflow: visible;
  margin: 2em auto;
  padding: 0.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
/* line 42, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06 {
  position: absolute;
  top: -6.1px;
  left: 10px;
}
/* line 47, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid #00489d;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
}
/* line 56, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06 span {
  font-size: 1em;
  line-height: 1;
  position: relative;
  display: block;
  width: 150px;
  padding: 12px 8px 10px;
  text-align: center;
  color: #ffffff;
  border-top-right-radius: 8px;
  background: #00489d;
}
/* line 68, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06 span:before, #page-menu .cp_ribbon06 span:after {
  position: absolute;
  content: '';
}
/* line 72, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06 span:before {
  top: 0;
  left: -6px;
  width: 6px;
  height: 6px;
  background: #00489d;
}
/* line 79, ../../sass/_page-menu.scss */
#page-menu .cp_ribbon06 span:after {
  top: 0;
  left: -8px;
  width: 8px;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: #00ACC1;
}
/* line 92, ../../sass/_page-menu.scss */
#page-menu a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 10rem auto;
  color: #00489d;
  text-align: center;
}
/* line 101, ../../sass/_page-menu.scss */
#page-menu a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #00489d;
}
/* line 107, ../../sass/_page-menu.scss */
#page-menu a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}
/* line 113, ../../sass/_page-menu.scss */
#page-menu a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  left: 100pt;
}
/* line 119, ../../sass/_page-menu.scss */
#page-menu a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}

/* 必須 */
/* line 2, ../../sass/_sns.scss */
p.share {
  font-weight: bold;
}
/* line 4, ../../sass/_sns.scss */
p.share i {
  color: #00489d;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 414px) {
  /* line 4, ../../sass/_sns.scss */
  p.share i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 9, ../../sass/_sns.scss */
.sosyal {
  margin: 0px auto 50px;
}
@media screen and (max-width: 1024px) {
  /* line 12, ../../sass/_sns.scss */
  .sosyal a {
    display: block;
    margin-bottom: 1rem;
  }
}

/* line 22, ../../sass/_sns.scss */
.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}

/* line 38, ../../sass/_sns.scss */
.facebook:hover {
  background-color: #354F84;
}

/* line 41, ../../sass/_sns.scss */
.facebook:active {
  top: 2px;
  box-shadow: 0 2px 0 #1B3D82;
}

/* line 45, ../../sass/_sns.scss */
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}

/* line 60, ../../sass/_sns.scss */
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}

/* line 64, ../../sass/_sns.scss */
.twitter:hover {
  background-color: #1397D8;
}

/* line 67, ../../sass/_sns.scss */
.line {
  background-color: #00B900;
  box-shadow: 0 4px 0 #007500;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}

/* line 82, ../../sass/_sns.scss */
.line:active {
  top: 2px;
  box-shadow: 0 2px 0 #00ca00;
}

/* line 86, ../../sass/_sns.scss */
.line:hover {
  background-color: #00B900;
}

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

  ２．基本設定

========================================================*/
/*=====改行 スマホで改行をなし　トップと固定ページ=======*/
/*=====スライドイン=======*/
/* line 62, ../../sass/style.scss */
.inview-left {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition-delay: .5s;
}
/* line 68, ../../sass/style.scss */
.inview-left.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 75, ../../sass/style.scss */
.inview-right {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition-delay: 1s;
}
/* line 81, ../../sass/style.scss */
.inview-right.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 88, ../../sass/style.scss */
.inview-bottom {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0, 20%);
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
  transition-delay: 1s;
}
/* line 94, ../../sass/style.scss */
.inview-bottom.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 101, ../../sass/style.scss */
.inview-top {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition-delay: 1s;
}
/* line 107, ../../sass/style.scss */
.inview-top.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*=====ボタン=======*/
/* line 117, ../../sass/style.scss */
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #00489d;
  color: #00489d;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 117, ../../sass/style.scss */
  a.more {
    width: 100%;
  }
}
/* line 132, ../../sass/style.scss */
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #00489d;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 145, ../../sass/style.scss */
a.more:hover {
  color: #fff;
}
/* line 147, ../../sass/style.scss */
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/* line 153, ../../sass/style.scss */
a.more_wh {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  /* line 153, ../../sass/style.scss */
  a.more_wh {
    width: 100%;
  }
}
/* line 169, ../../sass/style.scss */
a.more_wh:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 182, ../../sass/style.scss */
a.more_wh:hover {
  color: #00489d;
}
/* line 184, ../../sass/style.scss */
a.more_wh:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/* line 191, ../../sass/style.scss */
.square_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #00489d 0%, #00316a 100%);
  background-image: linear-gradient(45deg, #00489d 0%, #00316a 100%);
  transition: .4s;
}

/* line 202, ../../sass/style.scss */
.square_btn:hover {
  background-image: -webkit-linear-gradient(45deg, #00316a 0%, #00489d 100%);
  background-image: linear-gradient(45deg, #00316a 0%, #00489d 100%);
}

/*=====ボタン=======*/
@media screen and (max-width: 414px) {
  /* line 207, ../../sass/style.scss */
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /* line 212, ../../sass/style.scss */
  .tb-none {
    display: none;
  }
}

/*=====文章強調=======*/
/* line 219, ../../sass/style.scss */
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}

/*# sourceMappingURL=style.css.map */
