@charset "UTF-8";
/* デバイス幅設定*/
body, html {
  padding-bottom: 30px;
  overflow-x: hidden;
}

@media all and (min-width: 600px) {
  body, html {
    padding-bottom: 32px;
    min-width: 1200px;
  }
}

/* フォント設定*/
.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

.bold {
  font-weight: bold;
}

/* コンテンツ幅*/
.md_pageSet {
  margin: 0 auto;
}

.md_pageSet .md_pageSetContent {
  margin: 0 20px;
  position: relative;
}

/* color*/
.md_color01 {
  background: #ffd602;
}

.md_fcolor01 {
  color: #FFF;
}

.md_fcolor02 {
  color: #ed7d31;
}

.md_fcolor03 {
  color: #fcee21;
}

.bg_color01 {
  background: url(../img/back.jpg);
}

.bg_color02 {
  background: #f4f1ee;
}

.bg_color03 {
  background: #927f69;
}

/* 見出しデザイン */
.md_title01 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
}

.md_title01::before {
  display: block;
  content: "";
  width: 29px;
  height: 17px;
  background: url(../img/title_ico02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (min-width: 600px) {
  .md_title01 {
    font-size: 5.0rem;
  }
  .md_title01::before {
    width: 58px;
    height: 33px;
    background-size: cover;
    top: -40px;
  }
}

.md_title02 {
  font-size: 2.8rem;
  text-align: center;
  position: relative;
}

@media all and (min-width: 600px) {
  .md_title02 {
    font-size: 5.0rem;
  }
  .md_title02::before {
    width: 58px;
    height: 33px;
    background-size: cover;
    top: -40px;
  }
}

/* ボタンデザイン */
.md_btn01 {
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #46002f;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #46002f;
  font-size: 1.6rem;
  position: relative;
}

.md_btn01::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 20px;
  background: url(../img/cv_ico02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13%;
}

.md_btn01::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 4px;
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12%;
}

@media all and (min-width: 600px) {
  .md_btn01 {
    width: 400px;
    padding: 20px 0;
    border-radius: 40px;
    font-size: 2.1rem;
  }
  .md_btn01::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 26px;
    left: 13%;
  }
  .md_btn01::after {
    width: 25px;
    height: 6px;
    right: 13%;
  }
  .md_btn01:hover {
    color: #FFF;
    background: #46002f;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .md_btn01:hover::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 26px;
    background: url(../img/cv_ico01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 13%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .md_btn01:hover::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 6px;
    background: url(../img/arrow02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.md_btn02 {
  text-align: center;
  margin-top: 35px;
}

@media all and (max-width: 599px) {
  .md_btn02 {
    padding: 0 5%;
  }
}

.md_btn02 a {
  border: 1px solid #46002f;
  border-radius: 10rem;
  color: #46002f;
  font-size: 1.8rem;
  display: inline-block;
  padding: 12px 64px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media all and (max-width: 599px) {
  .md_btn02 a {
    font-size: 1.4rem;
    padding: 12px 30px;
    min-width: 200px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .md_btn02 a {
    padding: 16px 64px 8px;
  }
}

.md_btn02 a:hover {
  background: #dcdcdc;
}

.md_under_title {
  background: #f5f5f5;
  padding: 80px 40px 70px;
  margin-top: 50px;
}

@media all and (max-width: 599px) {
  .md_under_title {
    padding: 40px 5% 35px;
    margin-top: 0;
  }
}

.md_under_title .title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

@media all and (max-width: 599px) {
  .md_under_title .title {
    font-size: 3rem;
  }
}

@media all and (max-width: 599px) {
  .sp_only {
    display: none;
  }
}

/* スクロールTOP */
.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 100;
}

.pagetop a {
  display: block;
  background: #FFF;
  border: 1px solid #46002f;
  width: 50px;
  height: 50px;
  position: relative;
}

.pagetop a::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #46002f;
  border-right: 1px solid #46002f;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.pagetop a:hover {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* 表示切替 */
.viewPc {
  display: none;
}

@media all and (min-width: 600px) {
  .viewPc {
    display: inherit;
  }
}

.viewSp {
  display: block;
}

@media all and (min-width: 600px) {
  .viewSp {
    display: none;
  }
}

#title_main {
  overflow-x: hidden;
}
/*# sourceMappingURL=module.css.map */