@charset "UTF-8";
@media screen and (min-width: 981px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  br.s {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

#tunahiro_pj {
  line-height: 1.2;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 400;
  /* ヘッダー */
}
@media screen and (max-width: 980px) {
  #tunahiro_pj {
    width: 100%;
  }
}
#tunahiro_pj img {
  width: 100%;
}
#tunahiro_pj header {
  border-bottom: none;
  padding: 20px 5% 2px;
}
#tunahiro_pj header .logo {
  width: 400px;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj header .logo {
    width: 94%;
    margin: 0 auto;
  }
}
#tunahiro_pj .bread-crumbs {
  background-color: #009944;
  padding: 1px 5%;
  word-break: break-all;
}
#tunahiro_pj .bread-crumbs .bread-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
#tunahiro_pj .bread-crumbs .bread-list li {
  display: inline-block;
  line-height: 1.6;
  position: relative;
  padding: 0 12px;
}
#tunahiro_pj .bread-crumbs .bread-list li:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -16px;
  color: white;
  padding-right: 12px;
  padding-left: 12px;
}
#tunahiro_pj .bread-crumbs .bread-list a {
  color: white;
  text-decoration: none;
}
#tunahiro_pj .bread-crumbs .bread-list a:hover {
  text-decoration: underline;
}
#tunahiro_pj .fv_area {
  background-color: #fcb465;
}
#tunahiro_pj .fv_area h1 {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1200px) {
  #tunahiro_pj .fv_area h1 {
    width: 100%;
  }
}
#tunahiro_pj .copy {
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 900;
  padding: 80px 0 40px;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .copy {
    font-size: calc(3rem + (1vw - 0.64rem) * 2.1429);
  }
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .copy {
    padding: 40px 0;
  }
}
#tunahiro_pj .copy span.gr_font {
  color: #009944;
}
#tunahiro_pj .copy span.or_font {
  color: #e04d23;
}
#tunahiro_pj .icon_area {
  width: 850px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .icon_area {
    width: 94%;
  }
}
#tunahiro_pj .app_area {
  background-color: #009944;
  padding: 80px 0;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area {
    padding: 40px 0;
  }
}
#tunahiro_pj .app_area h2 {
  color: #fff;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 4.8rem;
  font-weight: 900;
  padding: 0 0 40px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area h2 {
    font-size: calc(3.2rem + (1vw - 0.64rem) * 2.1429);
  }
}
#tunahiro_pj .app_area .app_contents_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_contents_area {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
}
#tunahiro_pj .app_area .app_contents_area .app_img {
  flex: 1;
  text-align: center;
  /* 画像を中央揃え */
  width: 400px;
  /* スマートフォンの画像サイズを制限 */
  height: auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_contents_area .app_img {
    width: 60%;
  }
}
#tunahiro_pj .app_area .app_contents_area .app_list {
  position: relative;
  border: 2px solid #fff462;
  width: 450px;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_contents_area .app_list {
    width: 80%;
    margin-bottom: 40px;
  }
}
#tunahiro_pj .app_area .app_contents_area .app_list > div {
  position: absolute;
  top: -0.75em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #009944;
  color: #fff462;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_contents_area .app_list > div {
    font-size: calc(2rem + (1vw - 0.64rem) * 0.7143);
  }
}
#tunahiro_pj .app_area .app_contents_area .app_list ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 24px 0;
}
#tunahiro_pj .app_area .app_contents_area .app_list ul li {
  padding: 0.2em 0.5em 0.2em 1.4em;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff462;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_contents_area .app_list ul li {
    font-size: calc(2.6rem + (1vw - 0.64rem) * 2.1429);
  }
}
#tunahiro_pj .app_area .app_contents_area .app_list ul li::marker {
  color: #fff462;
}
#tunahiro_pj .app_area .app_btn_area {
  width: 1000px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_btn_area {
    width: 94%;
    border-radius: 15px;
  }
}
#tunahiro_pj .app_area .app_btn_area .app_logo_img {
  width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_btn_area .app_logo_img {
    width: 60%;
  }
}
#tunahiro_pj .app_area .app_btn_area .app_button {
  /* 既存のスタイル */
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin: 0 auto 24px;
  padding: 0.9em 2em;
  border: none;
  border-radius: 50px;
  background-color: #009944;
  /* 初期の背景色 */
  color: #fff462;
  /* 初期の文字色 */
  transition: all 0.3s ease;
  /* スムーズなトランジション */
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .app_btn_area .app_button {
    font-size: calc(2.6rem + (1vw - 0.64rem) * 2.1429);
  }
}
@media screen and (max-width: 480px) {
  #tunahiro_pj .app_area .app_btn_area .app_button {
    padding: 0.9em 1.5em;
  }
}
#tunahiro_pj .app_area .app_btn_area .app_button a {
  color: #fff462;
  text-decoration: none;
}
#tunahiro_pj .app_area .app_btn_area .app_button::after {
  width: 1.25em;
  height: 1.25em;
  margin-left: 8px;
  background: url("../img/arrow.svg") no-repeat;
  content: "";
  transition: background-image 0.3s ease;
  /* 背景画像のトランジション */
}
#tunahiro_pj .app_area .app_btn_area .app_button:hover {
  background-color: transparent;
  /* 背景を透明に */
  border: 2px solid #009944;
  /* 緑色の枠線を追加 */
  transform: scale(1.05);
  /* ホバー時にボタンを少し大きくする */
  box-shadow: 0 4px 10px rgba(0, 153, 68, 0.4);
  /* ホバー時に影を追加 */
}
#tunahiro_pj .app_area .app_btn_area .app_button:hover a {
  color: #009944;
  /* テキスト色を緑に変更 */
}
#tunahiro_pj .app_area .app_btn_area .app_button:hover::after {
  background: url("../img/arrow-hover.svg") no-repeat;
  /* ホバー時の背景画像を指定 */
}
#tunahiro_pj .app_area .app_btn_area p.jizen {
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #009944;
  line-height: 2;
}
#tunahiro_pj .app_area .notice_area {
  width: 600px;
  margin: 24px auto 0;
  color: #fff;
  line-height: 2;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .app_area .notice_area {
    width: 94%;
  }
}
#tunahiro_pj .present h2 {
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-weight: 900;
  margin: 80px 0 24px;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .present h2 {
    font-size: calc(3.2rem + (1vw - 0.64rem) * 2.1429);
  }
}
#tunahiro_pj .present h2 span.or_font {
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 4.8rem;
  font-weight: 900;
  color: #e04d23;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .present h2 span.or_font {
    font-size: calc(3.2rem + (1vw - 0.64rem) * 2.1429);
  }
}
#tunahiro_pj .present .okome {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .present .okome {
    width: 80%;
  }
}
#tunahiro_pj .present .present_text {
  width: 800px;
  margin: 0 auto;
  line-height: 2;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 24px auto 80px !important;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .present .present_text {
    width: 94%;
  }
}
#tunahiro_pj .zoutei_area {
  background-color: #efdfc5
}
#tunahiro_pj .zoutei_area .zoutei_area_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .zoutei_area .zoutei_area_inner {
    width: 94%;
  }
}
#tunahiro_pj .info_area {
  padding: 40px 0 0;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .info_area {
    width: 94%;
    padding: 40px 0 0;
  }
}
#tunahiro_pj .info_area .info-title {
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px 0 24px;
  color: #009944;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .info_area .info-title {
    font-size: calc(2rem + (1vw - 0.64rem) * 0.7143);
  }
}
#tunahiro_pj .info_area .info-text {
  margin-bottom: 40px;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
#tunahiro_pj .info_area footer .banner1 {
  width: 400px;
  margin: 80px auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .info_area footer .banner1 {
    width: 94%;
  }
}
#tunahiro_pj .info_area footer .banner2 {
  width: 180px;
  margin: 80px auto;
}
@media screen and (max-width: 980px) {
  #tunahiro_pj .info_area footer .banner2 {
    width: 60%;
  }
}
#tunahiro_pj .ribon {
  position: relative;
  padding: 0px 0px 40px;
  margin-bottom: 80px;
  overflow: visible;
  clear: both;
  font-size: 1em;
  background: url(../img/footer.svg) bottom center/100% 45px no-repeat, url(../img/footer_parts.svg) bottom 16px left/2px 13px repeat-x;
  /* 左右の線 */
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  #tunahiro_pj .ribon {
    background: #fff url(../common/footer_line.png) bottom 74px center/800px 94px no-repeat;
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */