@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * CSS
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 変数
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * ブレイクポイント
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * All
 * ------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "思源黑体 CN", sans-serif;
  color: #242424;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

.ie6 img {
  width: 100%;
}

ul, ol {
  list-style-type: none;
}

/* ----------------------------------------------------------------------------
 * 文字の位置揃え .align-
 * ------------------------------------------------------------------------- */
.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tj {
  text-align: justify !important;
}

/* ----------------------------------------------------------------------------
 * 非表示 .align-
 * ------------------------------------------------------------------------- */
.pc_hide {
  display: block;
}

@media screen and (min-width: 768px), print {
  .pc_hide {
    display: none;
  }
}
.sp_hide {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_hide {
    display: block;
  }
}
/* ----------------------------------------------------------------------------
 * フォント .f-
 * ------------------------------------------------------------------------- */
em {
  font-style: inherit;
  font-weight: bold;
}

.fzb {
  font-size: 120%;
}
@media (min-width: 800px) {
  .fzb {
    font-size: 130%;
  }
}

.txt {
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .txt_01 {
    font-size: 1.8rem;
  }
}

.link_01 {
  color: #7d6eec;
  border-bottom: 1px solid;
  padding: 0 3px 0;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.pb10 {
  padding-bottom: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
 * リスト .list_
 * ------------------------------------------------------------------------- */
.list_01 {
  margin-bottom: 60px;
}
.list_01 li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #898dab;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.list_01 li .hdg {
  font-weight: bold;
  width: 30%;
}
.list_01 li .txt {
  width: 70%;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .list_01 li .txt {
    width: 60%;
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------
 * header
 * ------------------------------------------------------------------------- */
.header_01 {
  background-color: #898dab;
  padding: 10px;
  color: #fff;
}
.header_01 .header_inner {
  max-width: 650px;
  margin: 0 auto;
}
.header_01 .logo_01 {
  font-size: 2rem;
  text-align: center;
  text-shadow: 0px 2px 1px #686c8c;
}
.header_01 .logo_01 a {
  color: #fff;
}
@media (min-width: 800px) {
  .header_01 .logo_01 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.header_01 .txt {
  margin: 0 20px 0;
  font-size: 2.4rem;
  text-shadow: 0px 2px 1px #686c8c;
  font-weight: normal;
}
@media (min-width: 800px) {
  .header_01 .txt {
    font-size: 4.2rem;
    line-height: normal;
    letter-spacing: 5px;
    margin: 0 0 30px;
  }
}

/* ----------------------------------------------------------------------------
 * pankuzu
 * ------------------------------------------------------------------------- */
.breadcrumbs__wrapper {
  width: 100%;
  height: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  margin: 5px 0 10px;
}
@media (min-width: 800px) {
  .breadcrumbs__wrapper {
    margin: 10px 20px 20px;
  }
}

.breadcrumbs {
  margin: auto;
  max-width: 1180px;
  line-height: 30px;
}

.breadcrumbs ul {
  display: flex;
  font-size: 1.2rem;
  justify-content: flex-start;
  padding-left: 10px;
}

.breadcrumbs li {
  padding-right: 20px;
}
.breadcrumbs li a {
  color: #898dab;
  font-weight: bold;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}

.breadcrumbs li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 48%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%;
  }
}
/* ----------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------- */
.content_wrap .content {
  max-width: 700px;
  margin: 0 auto;
  background-color: #FFF;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .content_wrap .content {
    padding-bottom: 80px;
  }
}
.content_wrap .content_inner {
  margin: 0 10px;
}
@media (min-width: 800px) {
  .content_wrap .content_inner {
    margin: 0 25px;
  }
}

@media (min-width: 800px) {
  .col_02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .col_02 .txt {
    width: 58%;
  }
}
.col_02 .img {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 800px) {
  .col_02 .img {
    width: 40%;
    text-align: left;
  }
}

.comment_01 {
  background-color: #f0f0f0;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.comment_01 .img {
  width: 80px;
  margin: 0 10px;
}
.comment_01 .txt {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
}

.comment_02 {
  border: 1px solid #aaa;
  padding: 10px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  color: #5B5B5B;
}
@media (min-width: 800px) {
  .comment_02 {
    padding: 30px;
  }
}
.comment_02 .img {
  width: 80px;
  margin: 0 10px;
}
.comment_02 .txt {
  width: 100%;
  margin: 0;
  font-size: 1.2rem;
}
.comment_02 .txt span {
  font-size: 1.6rem;
}

.btn_02 {
  border: 1px solid #858ede;
  background: #fff;
  color: #858ede;
  max-width: 340px;
  width: 80%;
  border-radius: 100vh;
  margin: 0 0 40px;
  padding: 10px;
}

.btn_02:hover {
  opacity: 0.8;
}

.cta_btns_01 {
  margin: 40px auto 0;
}
@media (min-width: 800px) {
  .cta_btns_01 {
    width: 400px;
  }
}
.cta_btns_01 .btn:first-child {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------
 * hdg
 * ------------------------------------------------------------------------- */
.hdg_01 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding: 20px 10px 10px;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .hdg_01 {
    font-size: 2rem;
    padding: 40px 0 20px;
    margin: 0 25px;
  }
}

.hdg_02, .about .hdg_02_02 {
  font-size: 2rem;
  padding: 10px 5px;
  margin: 40px 0 20px;
  font-weight: bold;
  border-bottom: 1px dashed;
}
@media (min-width: 800px) {
  .hdg_02, .about .hdg_02_02 {
    padding-left: 0;
    margin: 80px 0 40px;
  }
}

.hdg_02_02 {
  font-size: 3.6rem;
  margin: 40px 0 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #898dab;
}
@media (min-width: 800px) {
  .hdg_02_02 {
    margin: 80px 0 40px;
  }
}

.hdg_03 {
  background-color: #898dab;
  margin: 40px 0 20px;
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 800px) {
  .hdg_03 {
    padding: 20px 0;
  }
}

.hdg_03_02 {
  border-bottom: 1px solid #898dab;
  margin: 40px 0 20px;
  padding: 0 0 5px 10px;
  font-size: 2rem;
}

/* ----------------------------------------------------------------------------
 * Parts
 * ------------------------------------------------------------------------- */
.box_01 {
  padding: 40px 20px 0px;
  margin: 0 10px 40px;
  border-radius: 10px;
  background-color: #fafafa;
  border: 1px solid #898dab;
}
@media (min-width: 800px) {
  .box_01 {
    padding: 40px 40px 0;
  }
}
@media (min-width: 800px) {
  .box_01 .col_01 {
    display: flex;
    justify-content: space-between;
  }
  .box_01 .col_01 .txt {
    width: 63%;
  }
  .box_01 .col_01 .img {
    width: 35%;
  }
}

.date {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-align: right;
  margin: 10px 10px 10px 0;
  font-size: 1.1rem;
}

.btn_01 {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.btn_01 a {
  background-color: #e8c161;
  color: #242424;
  padding: 10px;
  font-size: 2.4rem;
  display: block;
  border-radius: 15px;
  box-shadow: 0px 1px 1px 1px #ccc;
}

/* ----------------------------------------------------------------------------
 * footer
 * ------------------------------------------------------------------------- */
.footer_01 {
  text-align: center;
  background-color: #898dab;
  width: 100%;
  margin: 0 auto;
}
.footer_01 .copy {
  padding: 40px 10px;
  color: #FFF;
}
@media (min-width: 800px) {
  .footer_01 .copy {
    padding: 100px 0;
  }
}
.footer_01 .copy small {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.footer_nav {
  padding: 10px 0;
  background-color: #aaa;
  text-align: center;
  font-size: 1.4rem;
}
.footer_nav a {
  color: #fff;
  display: block;
}

/* ----------------------------------------------------------------------------
 * animation
 * ------------------------------------------------------------------------- */
.btn_anime {
  animation: tryslw_btn 2s linear infinite;
}

@keyframes tryslw_btn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------------
 * about
 * ------------------------------------------------------------------------- */
.about .hdg_02, .about .hdg_02_02 {
  margin-top: 0;
}
.about .hdg_02_02 {
  text-align: left;
  margin: 10px;
}
@media (min-width: 800px) {
  .about .hdg_02_02 {
    margin: 40px 25px 0;
  }
}
.about .hdg_03 {
  margin: 40px 0 20px;
  border-bottom: 2px solid #898dab;
  font-size: 1.6rem;
  text-align: left;
  padding: 0;
  background: #fff;
  color: #898dab;
}
.about .hdg_03:before {
  content: "■";
  padding-right: 5px;
  color: #898dab;
}

.iframe_01 {
  border: none;
}/*# sourceMappingURL=style.css.map */