@charset "UTF-8";
html, body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  background-color: #fff;
  word-break: break-all;
}

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

li {
  list-style: none;
}

figure {
  width: 100%;
  max-width: 100%;
}

address {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a:hover {
  cursor: pointer;
}

a.disable:hover {
  cursor: default;
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-touch-callout: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*-------------------------------------------
	body
--------------------------------------------*/
body {
  font-family: "Noto Serif JP", serif;
  color: #000;
}

.bs_inner {
  padding: 0 15px;
}

.base_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 50px;
}

/*-------------------------------------------
	home_hero
--------------------------------------------*/
.home_hero_wrap {
  padding: 50px 0;
  min-height: 900px;
  background-image: url("../images/bg_main.jpg");
  background-size: cover;
  background-position: center;
}
.home_hero_wrap .home_hero {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.home_hero_wrap .home_hero .home_hero_ph {
  max-width: 650px;
  margin: 0 auto;
}
.home_hero_wrap .home_hero .official_program {
  width: 50%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.home_hero_wrap .home_hero h1 {
  margin: 0 auto 40px;
}
.home_hero_wrap .home_hero .lead {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

/*-------------------------------------------
	how_to
--------------------------------------------*/
.how_to {
  padding-top: 50px;
  margin-bottom: 80px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}
.how_to .how_to_ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}
.how_to .how_to_content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.how_to .how_to_content .how_to_list {
  border-radius: 10px;
  border: 5px solid #f6e069;
  padding: 20px 20px;
  margin-bottom: 30px;
}
.how_to .how_to_content .how_to_list:last-child {
  margin-bottom: 0;
}
.how_to .how_to_content .how_to_list ul {
  width: 100%;
  max-width: 700px;
}
.how_to .how_to_content .how_to_list li {
  margin-bottom: 8px;
}
.how_to .how_to_content .how_to_list li:last-child {
  margin-bottom: 0;
}
.how_to .how_to_content .how_to_list li.flex {
  display: flex;
  align-items: flex-start;
  text-indent: 0;
  padding-left: 0;
}
.how_to .how_to_content .how_to_list li.flex span {
  flex-shrink: 0;
  margin-right: 0.5em;
}
.how_to .how_to_content .how_to_list li.t_idt1 {
  text-indent: -0.65em;
  padding-left: 0.65em;
}
.how_to .how_to_content .how_to_list li .l_1em {
  margin-left: 1em;
}

/*-------------------------------------------
	gallery
--------------------------------------------*/
.gallery {
  margin-bottom: 80px;
}
.gallery .gallery_list {
  max-width: 800px;
  margin: 0 auto;
}
.gallery .gallery_list ul {
  display: flex;
  gap: 15px;
}
.gallery .gallery_list li {
  width: 33.3333333333%;
}

/*-------------------------------------------
	faq
--------------------------------------------*/
.faq {
  margin-bottom: 80px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}
.faq .faq_list ul {
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  max-width: 650px;
  border-radius: 10px;
  background-color: #e8e8e8;
}
.faq .faq_list li {
  display: flex;
  margin-bottom: 8px;
}
.faq .faq_list li span {
  flex-shrink: 0;
  margin-right: 0.5em;
}
.faq .faq_list li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------
	dw_area
--------------------------------------------*/
.dw_area {
  margin-bottom: 80px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}
.dw_area .dw_list ul {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.dw_area .dw_list li {
  width: 50%;
  max-width: 140px;
  margin-bottom: 8px;
}
.dw_area .dw_list li:first-child {
  max-width: 134px;
}

/*-------------------------------------------
	footer
--------------------------------------------*/
.footer {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}
.footer .corporate {
  text-align: center;
  margin-bottom: 20px;
}
.footer .corporate a {
  border-bottom: 1px solid #333;
}
.footer ul {
  display: flex;
  justify-content: center;
}
.footer li {
  border-right: 1px solid #333;
}
.footer li:first-child {
  border-left: 1px solid #333;
}
.footer li a {
  line-height: 1.5;
  display: block;
  padding: 0 10px;
}

.copyright {
  padding: 80px 0;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

/*-------------------------------------------
	page_top
--------------------------------------------*/
.page_top {
  position: fixed;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 1.4rem;
  width: 100%;
  max-width: 80px;
  border-bottom: 1px solid #000;
  text-align: center;
  position: fixed;
  bottom: 50px;
  z-index: 10;
  right: 20px;
}
.page_top a {
  display: block;
  padding-top: 5px;
  transition: 0.3s;
}
.page_top a:hover {
  transform: translateY(-5px);
}

/*-------------------------------------------
	privacy_policy
--------------------------------------------*/
.privacy_policy,
.terms {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 0;
}
.privacy_policy .privacy_policy_content,
.privacy_policy .terms_content,
.terms .privacy_policy_content,
.terms .terms_content {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
.privacy_policy .privacy_policy_content li,
.privacy_policy .terms_content li,
.terms .privacy_policy_content li,
.terms .terms_content li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /*-------------------------------------------
  	body
  --------------------------------------------*/
  .bs_inner {
    padding: 0 15px;
  }
  .base_ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  /*-------------------------------------------
  	home_hero
  --------------------------------------------*/
  .home_hero_wrap {
    padding: 50px 0;
    min-height: 400px;
  }
  .home_hero_wrap .home_hero .home_hero_ph {
    max-width: 80%;
  }
  .home_hero_wrap .home_hero h1 {
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .home_hero_wrap .home_hero .lead {
    font-size: 1.8rem;
  }
  /*-------------------------------------------
  	how_to
  --------------------------------------------*/
  .how_to {
    padding-top: 50px;
    font-size: 1.4rem;
  }
  .how_to .how_to_ttl {
    font-size: 1.8rem;
  }
  .how_to .how_to_content .how_to_list:last-child {
    margin-bottom: 0;
  }
  .how_to .how_to_content .how_to_list li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .how_to .how_to_content .how_to_list li.flex {
    display: flex;
    align-items: flex-start;
    text-indent: 0;
    padding-left: 0;
  }
  .how_to .how_to_content .how_to_list li.flex span {
    flex-shrink: 0;
    margin-right: 0.5em;
  }
  /*-------------------------------------------
  	gallery
  --------------------------------------------*/
  /*-------------------------------------------
  	faq
  --------------------------------------------*/
  .faq {
    font-size: 1.4rem;
  }
  .faq .faq_list ul {
    padding: 30px 15px;
  }
  .faq .faq_list li span {
    flex-shrink: 0;
    margin-right: 0.5em;
  }
  /*-------------------------------------------
  	dw_area
  --------------------------------------------*/
  .dw_area {
    font-size: 1.4rem;
  }
  .dw_area .dw_list ul {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .dw_area .dw_list li {
    margin-bottom: 8px;
  }
  /*-------------------------------------------
  	copyright
  --------------------------------------------*/
  .footer {
    font-size: 1.3rem;
  }
  .copyright {
    font-size: 1.3rem;
  }
  /*-------------------------------------------
  	page_top
  --------------------------------------------*/
  /*-------------------------------------------
  	privacy_policy
  --------------------------------------------*/
  .privacy_policy .privacy_policy_content,
  .privacy_policy .terms_content,
  .terms .privacy_policy_content,
  .terms .terms_content {
    font-size: 1.3rem;
  }
  .privacy_policy .privacy_policy_content li,
  .privacy_policy .terms_content li,
  .terms .privacy_policy_content li,
  .terms .terms_content li {
    margin-bottom: 10px;
  }
}

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