@charset "utf-8";
body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  text-align: left;
  color: #202020;
  text-align: justify;
  overflow-x: hidden;
}
body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ov_hd {
  overflow: hidden;
}
.bg_none {
  background-image: none !important;
}
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.line_0 {
  line-height: 0;
}
.zindex {
  z-index: 200;
}
input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}
.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}
.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}
.red {
  color: #ff0000;
}
.yellow {
  background-color: #ffff00;
}
.gray {
  color: #666666;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
  line-height: 150%;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clear {
  clear: both;
}
img {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
/* ここから書いていきましょう */
/* --- 共通　--- */
.contWrap {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .contWrap {
    width: 95%;
  }
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
/* --- 共通　--- */
/* --- メニュー　--- */
.header02 {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-menu {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .header__inner {
    width: 95%;
    padding: 0px;
  }
}
.logo {
  font-size: 1.25em;
  font-weight: bold;
}
/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #3A3A3A;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: #3A3A3A;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}
.menu-list {
  display: flex;
  text-align: center;
  align-items: center;
  line-height: 1.2em;
  gap: 40px;
}
.logo img {
  width: 220px;
}
@media screen and (max-width: 640px) {
  .logo img {
    width: 90%;
  }
}
.menu-list a {
  color: #3A3A3A;
  padding: 0 10px;
  text-decoration: none; /* リンクの下線を非表示 */
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .menu-list {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .drawer__button {
    display: none;
  }
}
/* --- メニューここまで　--- */
/* --- ファーストビュー　--- */
@media screen and (min-width: 641px) {
  .top {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
    height: 720px;
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top .contWrap {
    width: 100%;
  }
}
/* --- ファーストビュー　ここまで--- */
/* ---　コンテンツ01　--- */
.area-01::before {
  content: '';
  display: block;
  padding-top: 65px;
  margin-top: -65px;
}
@media only screen and (min-width: 641px) {
  .contents {
    padding-top: 40px;
    display: grid;
    gap: 30px;
    grid-template-areas:
      "text01 text01"
      "image01 image02"
      "text02 text02"
      "text03 text03"
      "text04 text04";
  }
  .contents__text01 {
    grid-area: text01;
    font-size: 18px;
  }
  .contents__image01 {
    grid-area: image01;
    width: 100%;
  }
  .contents__image02 {
    grid-area: image02;
    width: 100%;
  }
  .contents__text02 {
    grid-area: text02;
    font-size: 18px;
  }
  .contents__text03 {
    grid-area: text03;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .contents__text04 {
    grid-area: text04;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .contents {
    padding-top: 40px;
  }
}
/* ---　コンテンツ01　ここまで　--- */
/* ---　コンテンツ02　--- */
@media only screen and (min-width: 641px) {
  .contents02 {
    display: grid;
    gap: 30px;
    grid-template-areas:
      "image03 image04"
      "text05 text05"
      "text06 text06"
      "text07 text07";
  }
  .contents__image03 {
    grid-area: image03;
    width: 100%;
  }
  .contents__text05 {
    grid-area: text05;
    font-size: 18px;
  }
  .contents__text06 {
    grid-area: text06;
    font-size: 30px;
    font-weight: 700;
  }
  .contents__image04 {
    grid-area: image04;
    width: 100%;
  }
  .contents__text07 {
    grid-area: text07;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
/* ---　コンテンツ02　ここまで　--- */
/* ---　コンテンツ03　--- */
@media only screen and (min-width: 641px) {
  .contents03 {
    display: grid;
    gap: 30px;
    grid-template-areas:
      "image05 image06"
      "text08 text08"
    ;
  }
  .contents__image05 {
    grid-area: image05;
    width: 100%;
  }
  .contents__text08 {
    grid-area: text08;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contents__image06 {
    grid-area: image06;
    width: 100%;
  }
}
/* ---　コンテンツ03　ここまで　--- */
/* ---　コンテンツ04　--- */
@media only screen and (min-width: 641px) {
  .contents04 {
    display: grid;
    gap: 30px;
    grid-template-areas:
      "image07 image08"
      "text09 text09"
      "text10 text10"
      "text11 text11"
    ;
  }
  .contents__text09 {
    grid-area: text09;
    font-size: 18px;
  }
  .contents__image07 {
    grid-area: image07;
    width: 100%;
  }
  .contents__text10 {
    grid-area: text10;
    font-size: 18px;
  }
  .contents__image08 {
    grid-area: image08;
    width: 100%;
  }
  .contents__text11 {
    grid-area: text11;
    font-size: 18px;
  }
}
/* ---　コンテンツ04　ここまで　--- */
/* ---　コンテンツレスポンシブ　--- */
@media only screen and (max-width: 640px) {
  .contents img, .contents02 img, .contents03 img, .contents04 img {
    width: 100%;
    padding: 30px 0;
  }
  .contents p, .contents02 p, .contents03 p, .contents04 p {
    font-size: 20px;
    padding: 0;
  }
}
/* ---　コンテンツレスポンシブ ここまで　--- */
/* ---　支援数　--- */
.area-05 .contWrap {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}
.bird {
  margin-bottom: -50px;
  margin-right: -60px;
}
.area-05-cont {
  background-color: #FFEDC2;
  padding: 40px 0;
  font-size: 25px;
  line-height: 1.3em;
}
/* ---　支援数　ここまで　--- */
/* ---　返礼品　--- */
.area-06::before {
  content: '';
  display: block;
  padding-top: 65px;
  margin-top: -65px;
}
@media only screen and (min-width: 641px) {
  .gift-wrap {
    display: flex;
    flex-wrap: wrap; /* 折返し可 */
    justify-content: space-between;
    margin: 0 auto;
  }
  .gift-wrap::after {
    content: "";
    display: block;
    width: 32%; /* 子要素と同じ幅 */
  }
  .gift {
    width: 32%; /* 親要素の1/3より小さい値 */
    background-color: #ECEDEF;
    padding: 20px;
    text-align: center;
    box-sizing: border-box; /* paddingを外に広げない */
    margin-top: 20px;
  }
  .none {
    display: none;
  }
  .event {
    margin: 40px 0 20px;
    ;
    background-color: #ECEDEF;
    padding: 20px;
  }
  .event-inner {
    text-align: center;
    height: 280px;
  }
  .event img {
    width: 50%;
    height: auto;
    float: right;
    margin: 0 20px 10px 0;
    vertical-align: bottom;
  }
  .event-text {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
  }
}
.gift-text02 {
  text-align: left;
  font-size: 16.5px;
  margin: 30px 0 0;
  text-align: justify; /* 右端揃える */
}
@media only screen and (max-width: 640px) {
  .gift-text02 {
    text-align: left;
    font-size: 20px;
    margin: 30px 0 0;
    text-align: justify; /* 右端揃える */
  }
}
@media only screen and (max-width: 640px) {
  .event {
    display: none;
  }
  .event-inner {
    display: none;
  }
}
.event-inner img {
  float: left;
}
@media only screen and (max-width: 640px) {
  .gift {
    width: 100%;
    background-color: #ECEDEF;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; /* paddingを外に広げない */
    margin-bottom: 20px;
  }
}
.gift img {
  width: 100%;
}
.gift-price {
  margin: 10px 0 0;
  font-size: 22px;
}
.carity-price {
  font-size: 14px;
  margin: -5px 0 10px;
}
@media only screen and (max-width: 640px) {
  .gift-price {
    margin: 10px 0 0;
    font-size: 30px;
  }
  .carity-price {
    font-size: 18px;
  }
}
/* 002 */
.button002 a {
  background: #E65A25;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 20px 50px;
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 5px; /* 角を丸くする */
  text-decoration: none;
  border: 2px solid #D92103;
  font-size: 15px;
}
.event-button a {
  width: 20%;
  margin: 10px auto;
}
@media only screen and (max-width: 640px) {
  .button002 a {
    font-size: 22px;
    padding: 20px 0px;
  }
}
.button002 a:hover {
  background: white;
  color: #D92103;
}
.button002 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #D92103;
}
.gift-text {
  text-align: left;
  font-size: 16px;
  margin: 30px 0 0;
  text-align: justify; /* 右端揃える */
}
@media only screen and (max-width: 640px) {
  .gift-text {
    text-align: left;
    font-size: 20px;
    margin: 30px 0 0;
    text-align: justify; /* 右端揃える */
  }
}
/* ---　返礼品　ここまで--- */
/* ---　みなさまへの感謝--- */
.area-07 {
  margin: 40px 0;
}
.area-07-text01 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.area-07-text02 {
  grid-area: text02;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .area-07-text02 {
    grid-area: text02;
    font-size: 20px;
  }
}
/* ---　みなさまへの感謝 ここまで--- */
/* ---　企業スポンサー紹介--- */
.area-08-id::before {
  content: '';
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.area-08 {
  background-color: #E9EFED;
  padding: 40px 0;
}
@media only screen and (min-width: 641px) {
  .area-08-wrap {
    display: flex;
    flex-wrap: wrap; /* 折返し可 */
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
  }
  .area-08-wrap::after {
    content: "";
    display: block;
    width: 49%; /* 子要素と同じ幅 */
  }
  .area-08-wrap p {
    width: 49%; /* 親要素の1/3より小さい値 */
    text-align: center;
  }
}
.area-08-wrap img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .area-08-wrap img {
    margin: 10px 0;
  }
}
/* ---　企業スポンサー紹介 ここまで--- */
/* ---　申し込みフォーム--- */
.area-09-id::before {
  content: '';
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.area-09 {
  padding: 40px 0;
}
/* フォーム全体のスタイル */
@media only screen and (min-width: 641px) {
  .content_form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #202020;
  }
  /* 入力フィールド */
  .content_form input[type="text"], .content_form input[type="email"], .content_form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: gray;
  }
  /* 送信ボタン */
  .content_form input[type="submit"] {
    width: 200px;
    padding: 10px;
    background-color: #CC9C1C;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
  }
  .content_form input[type="submit"]:hover {
    background-color: #C67E00;
  }
}
@media only screen and (max-width: 640px) {
  .content_form {
    width: 95%;
    box-sizing: border-box; /* paddingを外に広げない */
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .my_column {
    padding: 5px 0 !important; /* 間隔を狭める */
    margin-left: 10px !important;
  }
  /* 送信ボタン */
  .content_form input[type="submit"] {
    width: 200px;
    padding: 10px;
    background-color: #CC9C1C;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .content_form input[type="submit"]:hover {
    background-color: #C67E00;
  }
  .content_form input[type="text"], .content_form input[type="email"], .content_form textarea {
    color: gray;
  }
}
/* ---　申し込みフォーム ここまで--- */
/* --- 会社概要 --- */
.area10 {
  background-color: #479495;
  padding: 40px 0;
}
.area10 h2 {
  color: white;
}
.kaisha {
  width: 800px;
  margin: 0 auto;
}
.kaisha th {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 20px;
  color: #fff;
  width: 30%;
  text-align: center;
}
.kaisha td {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 20px;
  color: #fff;
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .kaisha {
    width: 100%;
    margin: 0 auto;
  }
  .kaisha th {
    padding: 20px 10px;
  }
  .kaisha td {
    padding: 20px 10px;
  }
  .adreass {
    width: 95%; /* 画像の幅を50%に縮小 */
  }
}
/* --- 会社概要 ここまで --- */
/* --- フッター　--- */
.footer02 {
  color: #fff;
  background: #1B1B1B;
  text-align: center;
  padding: 20px;
  margin-top: 0px;
}
.footer02 a {
  color: #fff;
  text-decoration: none;
}
.footer02 a:hover {
  text-decoration: underline;
}
.footer02 .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer02 .menu li {
  margin: 0;
  padding: 0 20px;
}
.footer02 .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
.menu li {
  padding: 0 20px;
  font-size: 16px;
}
.menu li:nth-child(2) {
  border-left: 1px solid #fff;
}
.menu li:nth-child(3) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .footer02 .menu li {
    margin: 5px 0;
    padding: 0 20px;
  }
}
.copyright {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about th {
    width: 30%;
  }
}
/* --- フッター　ここまで--- */