@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");
/* 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: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,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 43, ../../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 60, ../../sass/_header.scss */
.fullcreen .mv-text p {
  font-family: 'Oranienbaum', serif;
  letter-spacing: 0.8rem;
  font-size: 3.2px;
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 60, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 66, ../../sass/_header.scss */
.fullcreen .mv-text p:first-child {
  font-size: 4.5rem;
  font-weight: bold;
}
/* line 71, ../../sass/_header.scss */
.fullcreen .mv-text a {
  font-family: 'Oranienbaum', serif;
}
@media screen and (max-width: 1024px) {
  /* line 43, ../../sass/_header.scss */
  .fullcreen .mv-text {
    left: 4%;
  }
}
@media screen and (max-width: 414px) {
  /* line 78, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 78, ../../sass/_header.scss */
  .fullcreen .mv-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 80, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 80, ../../sass/_header.scss */
  .fullcreen .mv-text p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

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

/*——————— ▼ pc-header ———————*/
/* line 139, ../../sass/_header.scss */
.nav-wrapper {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 414px) {
  /* line 139, ../../sass/_header.scss */
  .nav-wrapper {
    border: none;
    height: 4px;
  }
}

/* line 146, ../../sass/_header.scss */
nav.navbar {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 152, ../../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 155, ../../sass/_header.scss */
ul.gnav li.item {
  width: 14.28%;
  width: calc(100% / 7);
  text-align: center;
  position: relative;
  display: inline-block;
  transition: .3s;
}
/* line 162, ../../sass/_header.scss */
ul.gnav li.item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #202f55;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 174, ../../sass/_header.scss */
ul.gnav li.item:hover::after {
  width: 100%;
}
/* line 177, ../../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 182, ../../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: #666;
}
@media screen and (max-width: 414px) {
  /* line 182, ../../sass/_header.scss */
  ul.gnav li.item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 189, ../../sass/_header.scss */
ul.gnav li.item a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #202f55;
}
/* line 194, ../../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: #3c589f;
}
/* line 200, ../../sass/_header.scss */
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
}
/* line 207, ../../sass/_header.scss */
ul.gnav li.submenu {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  /* line 214, ../../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 226, ../../sass/_header.scss */
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  /* line 229, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  /* line 233, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #000;
  }
  /* line 239, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  /* line 243, ../../sass/_header.scss */
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #fff;
  }
  /* line 248, ../../sass/_header.scss */
  nav.navbar ul.gnav li.submenu {
    padding-left: 1rem;
  }
}

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

/* line 263, ../../sass/_header.scss */
.menu-btn {
  display: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 263, ../../sass/_header.scss */
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 10px 5px 0px;
    border: 1px solid #202f55;
    background-color: #fff;
  }
  /* line 274, ../../sass/_header.scss */
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  /* line 281, ../../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: #202f55;
    border-radius: 4px;
  }
  /* line 291, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 294, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  /* line 297, ../../sass/_header.scss */
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 300, ../../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: #202f55;
    border-radius: 4px;
    transition: all .4s;
  }
  /* line 313, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  /* line 316, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #202f55;
  }
  /* line 321, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #202f55;
  }
  /* line 326, ../../sass/_header.scss */
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

/* line 336, ../../sass/_header.scss */
.page-title {
  width: 100%;
  height: 200px;
  position: relative;
}
/* line 340, ../../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 349, ../../sass/_header.scss */
.page-title .page-headText .ribbon6 {
  position: relative;
  padding: .5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
/* line 356, ../../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: #202f55;
}
@media screen and (max-width: 414px) {
  /* line 356, ../../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 368, ../../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 375, ../../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 #202f55;
  border-top: solid 1px #202f55;
  top: 0;
  left: 0;
}
/* line 382, ../../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 #202f55;
  border-bottom: solid 1px #202f55;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 414px) {
  /* line 336, ../../sass/_header.scss */
  .page-title {
    height: 200px;
  }
  /* line 397, ../../sass/_header.scss */
  .page-title .page-headText {
    width: 90%;
  }
}

/* line 402, ../../sass/_header.scss */
.page-title-menu {
  background: url("http://placehold.jp/1920x400.png") center/cover;
}
@media screen and (max-width: 414px) {
  /* line 402, ../../sass/_header.scss */
  .page-title-menu {
    background: url("http://placehold.jp/768x400.png") center/cover;
  }
}

/* line 412, ../../sass/_header.scss */
.single-title {
  width: 100%;
  height: 200px;
  position: relative;
}
/* line 416, ../../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 425, ../../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 425, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 {
    width: 100%;
  }
}
/* line 435, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  /* line 435, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 h1 {
    font-size: 2.8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  /* line 435, ../../sass/_header.scss */
  .single-title .single-headText .ribbon6 h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 447, ../../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 455, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}
/* line 462, ../../sass/_header.scss */
.single-title .single-headText .ribbon6 h1:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 414px) {
  /* line 412, ../../sass/_header.scss */
  .single-title {
    height: 200px;
  }
  /* line 475, ../../sass/_header.scss */
  .single-title .single-headText {
    width: 90%;
  }
}

/* line 480, ../../sass/_header.scss */
.single-title-menu {
  position: relative;
  z-index: -2;
}
/* line 483, ../../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;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

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

  footer

========================================================*/
/* line 7, ../../sass/_footer.scss */
footer {
  background-color: #202f55;
}
/* 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: 20%;
  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 {
  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 46, ../../sass/_footer.scss */
  footer .footer-inner ul li {
    padding-right: 1.4rem;
    width: 50%;
  }
  /* line 49, ../../sass/_footer.scss */
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
/* line 57, ../../sass/_footer.scss */
footer .footer-inner table tr td {
  text-align: left;
  padding-left: 2rem;
  color: #fff;
}
/* line 65, ../../sass/_footer.scss */
footer p.copyright {
  text-align: center;
  color: #fff;
}

/* line 70, ../../sass/_footer.scss */
.tel-num-pc {
  background-color: #202f55;
  position: fixed;
  right: 0;
  top: 0%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  /* line 70, ../../sass/_footer.scss */
  .tel-num-pc {
    right: 10%;
  }
}
@media screen and (max-width: 414px) {
  /* line 70, ../../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 #121b30;
    border-top: 1px solid #3c589f;
  }
}
/* line 96, ../../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 96, ../../sass/_footer.scss */
  .tel-num-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 96, ../../sass/_footer.scss */
  .tel-num-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}
/* line 109, ../../sass/_footer.scss */
.tel-num-pc p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 109, ../../sass/_footer.scss */
  .tel-num-pc p {
    display: none;
  }
}

/* line 118, ../../sass/_footer.scss */
.webyoyaku-pc {
  background-color: #202f55;
  position: fixed;
  right: 0;
  bottom: 0%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 414px) {
  /* line 118, ../../sass/_footer.scss */
  .webyoyaku-pc {
    border-left: none;
    border-top: none;
    top: auto;
    right: 0%;
    left: auto;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-top: 1px solid #3c589f;
  }
}
/* line 138, ../../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 138, ../../sass/_footer.scss */
  .webyoyaku-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 138, ../../sass/_footer.scss */
  .webyoyaku-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}

/* 必須 */
/* line 3, ../../sass/_page-top.scss */
article#top {
  overflow: hidden;
  /* リボン▽▽▽▽▽ */
  /* リボン△△△△△△ */
  /* リボン 2 ▽▽▽▽▽ */
  /* リボン 2 △△△△△ */
  /* リボン 3 ▽▽▽▽▽ */
  /* リボン 3 △△△△△ */
  /* リボン 4 ▽▽▽▽▽ */
  /* リボン 4 △△△△△ */
  /* リボン 5 ▽▽▽▽▽ */
  /* リボン 5 △△△△△ */
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
/* 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 14, ../../sass/_page-top.scss */
article#top .ribbon {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  width: 50%;
  position: relative;
  background: #e5bd00;
  color: #fff;
  text-align: center;
  padding: .4em 2em;
  margin: 2em auto 3em;
}
@media screen and (max-width: 414px) {
  /* line 14, ../../sass/_page-top.scss */
  article#top .ribbon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 14, ../../sass/_page-top.scss */
  article#top .ribbon {
    font-size: 20px;
    width: 80%;
  }
}
/* line 29, ../../sass/_page-top.scss */
article#top .ribbon:before, article#top .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #B29300;
  z-index: -1;
}
/* line 37, ../../sass/_page-top.scss */
article#top .ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
/* line 42, ../../sass/_page-top.scss */
article#top .ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
/* line 47, ../../sass/_page-top.scss */
article#top .ribbon .ribbon-content:before, article#top .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #7f6900 transparent transparent transparent;
  bottom: -1em;
}
/* line 55, ../../sass/_page-top.scss */
article#top .ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
/* line 59, ../../sass/_page-top.scss */
article#top .ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
/* line 66, ../../sass/_page-top.scss */
article#top .ribbon2 {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background-color: #B29300;
  border-radius: 2px 0 0 0;
}
/* line 81, ../../sass/_page-top.scss */
article#top .ribbon2 i {
  color: #ffff66;
}
/* line 86, ../../sass/_page-top.scss */
article#top .ribbon2:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #7f6900;
  border-right: solid 6px transparent;
}
/* line 95, ../../sass/_page-top.scss */
article#top .ribbon2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #B29300;
  border-right: 20px solid #B29300;
  border-bottom: 10px solid transparent;
}
/* line 111, ../../sass/_page-top.scss */
article#top .ribbon3 {
  position: relative;
  padding: .5rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  /*フォントサイズ*/
  background: #202f55;
  /*背景色*/
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  /* line 111, ../../sass/_page-top.scss */
  article#top .ribbon3 {
    width: 98%;
  }
}
/* line 126, ../../sass/_page-top.scss */
article#top .ribbon3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #04060b;
  /*折り返し部分*/
}
/* line 136, ../../sass/_page-top.scss */
article#top .ribbon3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #04060b;
  /*折り返し部分*/
}
/* line 148, ../../sass/_page-top.scss */
article#top .ribbon4 {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
/* line 157, ../../sass/_page-top.scss */
article#top .ribbon4-inner {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -25px;
  top: 18px;
  width: 160px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  background: #FFD200;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 176, ../../sass/_page-top.scss */
article#top .ribbon4-inner:before, article#top .ribbon4-inner:after {
  position: absolute;
  content: "";
  border-top: 4px solid #997e00;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
/* line 185, ../../sass/_page-top.scss */
article#top .ribbon4-inner:before {
  left: 14px;
}
/* line 189, ../../sass/_page-top.scss */
article#top .ribbon4-inner:after {
  right: 18px;
}
/* line 196, ../../sass/_page-top.scss */
article#top .ribbon5 {
  display: block;
  margin: 0  auto 2rem;
  width: 70%;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #202f55;
  color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 196, ../../sass/_page-top.scss */
  article#top .ribbon5 {
    width: 98%;
    font-size: 16px;
  }
}
/* line 216, ../../sass/_page-top.scss */
article#top .ribbon5 h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}
/* line 225, ../../sass/_page-top.scss */
article#top .ribbon5:before, article#top .ribbon5:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
/* line 233, ../../sass/_page-top.scss */
article#top .ribbon5:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
/* line 241, ../../sass/_page-top.scss */
article#top .ribbon5:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/* line 252, ../../sass/_page-top.scss */
article#top .ribbon6 {
  position: relative;
  padding: .5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
/* line 259, ../../sass/_page-top.scss */
article#top .ribbon6 h3 {
  position: relative;
  font-size: 70px;
  font-size: 7rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #202f55;
}
@media screen and (max-width: 1024px) {
  /* line 259, ../../sass/_page-top.scss */
  article#top .ribbon6 h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
/* line 271, ../../sass/_page-top.scss */
article#top .ribbon6 h3:before, article#top .ribbon6 h3:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
/* line 279, ../../sass/_page-top.scss */
article#top .ribbon6 h3:before {
  border-left: solid 1px #202f55;
  border-top: solid 1px #202f55;
  top: 0;
  left: 0;
}
/* line 286, ../../sass/_page-top.scss */
article#top .ribbon6 h3:after {
  border-right: solid 1px #202f55;
  border-bottom: solid 1px #202f55;
  bottom: 0;
  right: 0;
}
/* line 297, ../../sass/_page-top.scss */
article#top .top-inner-text {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 297, ../../sass/_page-top.scss */
  article#top .top-inner-text {
    width: 95%;
  }
}
/* line 308, ../../sass/_page-top.scss */
article#top .top-inner-text h3 {
  text-align: center;
  font-weight: bold;
  font-family: 'Oranienbaum', serif;
}
/* line 330, ../../sass/_page-top.scss */
article#top .top-inner-text .top-menu-btn {
  width: 200px;
  margin: 2rem auto;
}
@media screen and (max-width: 414px) {
  /* line 297, ../../sass/_page-top.scss */
  article#top .top-inner-text {
    padding: 1rem 0;
  }
}
/* line 342, ../../sass/_page-top.scss */
article#top .top-service {
  background: url("../../images/index/top-service-bg.jpg") no-repeat;
  background-size: cover;
  padding: 5rem 0 8rem;
}
@media screen and (max-width: 1024px) {
  /* line 342, ../../sass/_page-top.scss */
  article#top .top-service {
    padding: 4rem 0;
  }
}
/* line 350, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
/* line 355, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner h2 {
  display: block;
  margin: 0 auto 2rem;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  color: #fff;
  font-family: 'Rufina', serif;
  font-size: 3.2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 414px) {
  /* line 355, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 366, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner h2::before,
article#top .top-service .top-service-inner h2::after {
  background: #fff;
  content: '';
  flex: 1;
  height: .1rem;
}
/* line 374, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner h2::before {
  margin-right: .4em;
}
/* line 377, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner h2::after {
  margin-left: .4em;
}
@media screen and (max-width: 1024px) {
  /* line 350, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner {
    width: 100%;
  }
}
/* line 385, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box {
  position: relative;
  margin: 0 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  /* box-shadow */
  box-shadow: 0px 0px 6px 1px #a9a9a9;
}
@media screen and (max-width: 1024px) {
  /* line 385, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box {
    margin-bottom: 1rem;
  }
}
/* line 397, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .theme {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-color: #B29300;
  width: 30%;
}
/* line 401, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .theme .theme-inner {
  display: block;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 414px) {
  /* line 385, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box {
    margin-bottom: 2rem;
  }
}
/* line 413, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info h3 {
  font-family: 'Oranienbaum', serif;
  font-size: 2.2px;
  font-size: 2.2rem;
  text-align: center;
  color: #202f55;
}
@media screen and (max-width: 414px) {
  /* line 413, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  /* line 413, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info h3 {
    font-size: 2.2px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 414px) and (max-width: 414px) {
  /* line 413, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 423, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info p {
  padding: 1rem 1.4rem;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  /* line 423, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 427, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info a {
  display: block;
  background-color: #202f55;
  color: #fff;
  text-align: center;
  width: 200px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 3em;
}
@media screen and (max-width: 1024px) {
  /* line 427, ../../sass/_page-top.scss */
  article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info a {
    width: 90%;
    padding: 1rem;
  }
}
/* line 443, ../../sass/_page-top.scss */
article#top .top-service .top-service-inner .top-service-inner-box .top-service-inner-box-info a:hover {
  background-color: #2e437a;
}
/* line 456, ../../sass/_page-top.scss */
article#top .top-youtube .top-youtube-box .top-youtube-boxinner {
  width: 80%;
  margin: 2rem auto;
  aspect-ratio: 16 / 9;
}
/* line 461, ../../sass/_page-top.scss */
article#top .top-youtube .top-youtube-box .top-youtube-boxinner iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  /* line 456, ../../sass/_page-top.scss */
  article#top .top-youtube .top-youtube-box .top-youtube-boxinner {
    width: 95%;
  }
}
/* line 475, ../../sass/_page-top.scss */
article#top .top-point {
  /* sp */
}
@media screen and (max-width: 1024px) {
  /* line 479, ../../sass/_page-top.scss */
  article#top .top-point h3 {
    font-weight: bold;
  }
}
/* line 484, ../../sass/_page-top.scss */
article#top .top-point #table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
/* line 488, ../../sass/_page-top.scss */
article#top .top-point #table01 th,
article#top .top-point #table01 td {
  padding: 24px 0;
  border: none;
}
/* line 494, ../../sass/_page-top.scss */
article#top .top-point #table01 th {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  /* line 500, ../../sass/_page-top.scss */
  article#top .top-point #table01 th,
  article#top .top-point #table01 td {
    width: 100%;
    display: block;
  }
  /* line 506, ../../sass/_page-top.scss */
  article#top .top-point #table01 th {
    width: 100%;
  }
  /* line 510, ../../sass/_page-top.scss */
  article#top .top-point #table01 td {
    padding-top: 0;
  }
}
/* line 519, ../../sass/_page-top.scss */
article#top .top-price .order-1 {
  order: 1;
}
/* line 522, ../../sass/_page-top.scss */
article#top .top-price .order-2 {
  order: 2;
}
/* line 525, ../../sass/_page-top.scss */
article#top .top-price .order-3 {
  order: 3;
}
@media screen and (max-width: 414px) {
  /* line 529, ../../sass/_page-top.scss */
  article#top .top-price .order-1 {
    order: 1;
  }
  /* line 532, ../../sass/_page-top.scss */
  article#top .top-price .order-2 {
    order: 3;
  }
  /* line 535, ../../sass/_page-top.scss */
  article#top .top-price .order-3 {
    order: 2;
  }
}
/* line 543, ../../sass/_page-top.scss */
article#top .top-info a {
  display: block;
  text-align: center;
  color: #202f55;
}
/* line 547, ../../sass/_page-top.scss */
article#top .top-info a figure {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/* line 551, ../../sass/_page-top.scss */
article#top .top-info a figure img {
  display: block;
  width: 100%;
}

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

  ２．基本設定

========================================================*/
/*=====改行 スマホで改行をなし　トップと固定ページ=======*/
@media screen and (max-width: 414px) {
  /* line 41, ../../sass/style.scss */
  #top br, #page br {
    display: none;
  }
}

/*=====スライドイン=======*/
/* line 49, ../../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 55, ../../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 62, ../../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 68, ../../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 75, ../../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 81, ../../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 88, ../../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 94, ../../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 104, ../../sass/style.scss */
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #202f55;
  color: #202f55;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 104, ../../sass/style.scss */
  a.more {
    width: 100%;
  }
}
/* line 119, ../../sass/style.scss */
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #202f55;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
/* line 132, ../../sass/style.scss */
a.more:hover {
  color: #fff;
}
/* line 134, ../../sass/style.scss */
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/* line 140, ../../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 140, ../../sass/style.scss */
  a.more_wh {
    width: 100%;
  }
}
/* line 156, ../../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 169, ../../sass/style.scss */
a.more_wh:hover {
  color: #202f55;
}
/* line 171, ../../sass/style.scss */
a.more_wh:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

/* line 178, ../../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, #202f55 0%, #121b30 100%);
  background-image: linear-gradient(45deg, #202f55 0%, #121b30 100%);
  transition: .4s;
}

/* line 189, ../../sass/style.scss */
.square_btn:hover {
  background-image: -webkit-linear-gradient(45deg, #121b30 0%, #202f55 100%);
  background-image: linear-gradient(45deg, #121b30 0%, #202f55 100%);
}

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

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

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

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