@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  line-height: 1.6875;
  color: #2F2B29;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

:where(body, button, input, textarea, select) {
  color: #2F2B29;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/*-----------------------
          fv
------------------------*/
.fv {
  width: 100%;
  height: 340px;
  background-color: #DF5E21;
}

.fv_inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fv_item_1, .fv_item_2, .fv_item_3, .fv_item_4, .fv_item_5, .fv_item_6, .fv_item_7 {
  display: block;
  position: absolute;
}

.fv_item_1 {
  top: 30.1%;
  left: 3.3%;
  width: 7.2%;
  transform-origin: 60% 58%;
}

.fv_item_2 {
  top: 48.5%;
  left: 9.8%;
  width: 8.8%;
}

.fv_item_3 {
  top: 28.6%;
  left: 17.5%;
  width: 5.3%;
}

.fv_item_4 {
  top: 39.5%;
  right: 15.8%;
  width: 6.2%;
}

.fv_item_5 {
  top: 48.5%;
  right: 12.7%;
  width: 6%;
}

.fv_item_6 {
  top: 25.4%;
  right: 7.9%;
  width: 6.8%;
}

.fv_item_7 {
  top: 35%;
  right: 3.3%;
  width: 4%;
}

.fv_title_outer {
  padding: 10px 15px;
  background-color: #FFF9F3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fv_title_outer::before {
  display: block;
  position: absolute;
  content: "";
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fv_title_outer.news {
  width: 38.3%;
  min-width: 480px;
}
.fv_title_outer.news::before {
  width: 110px;
  aspect-ratio: 139/28;
  background-image: url(../images/title_news_before.svg);
}
.fv_title_outer.project {
  width: 20.8%;
  min-width: 340px;
}
.fv_title_outer.project::before {
  width: 180px;
  aspect-ratio: 187/29;
  background-image: url(../images/title_project_before.svg);
}
.fv_title_outer.history {
  width: 40%;
  min-width: 610px;
}
.fv_title_outer.history::before {
  width: 420px;
  aspect-ratio: 425/27;
  background-image: url(../images/title_history_before.svg);
}
.fv_title_outer.logo {
  width: 37%;
  min-width: 460px;
}
.fv_title_outer.logo::before {
  width: 187px;
  aspect-ratio: 187/29;
  background-image: url(../images/title_logo_before.svg);
}
.fv_title_outer.ppnetwork {
  width: 50.7%;
  min-width: 640px;
}
.fv_title_outer.ppnetwork::before {
  width: 220px;
  aspect-ratio: 187/29;
  background-image: url(../images/title_ppnetwork_before.svg);
}
.fv_title_outer.privacy {
  width: 46.4%;
  min-width: 480px;
}
.fv_title_outer.privacy::before {
  width: 139px;
  aspect-ratio: 139/28;
  background-image: url(../images/title_privacy_before.svg);
}

.fv_title {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

img.fv_title.show {
  opacity: 1;
  transform: translateY(0);
}

img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.kari {
  height: 600px;
  width: 100%;
  background-color: #f5f5f5;
}

/*-----------------------
          main
------------------------*/
.main {
  width: 100%;
}

.article {
  width: 100%;
  min-height: 400px;
  background-color: #FFE5C3;
  padding: 140px 200px;
  position: relative;
}

.inner_article {
  background-color: #FFF9F3;
  max-width: 1032px;
  border-radius: 24px;
  padding: 124px 64px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------
      breadcrumb
------------------------*/
.breadcrumb {
  position: absolute;
  top: 25px;
  left: 50px;
  width: calc(100% - 100px);
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.crumbli {
  font-size: 14px;
  color: #495476;
  white-space: nowrap;
  position: relative;
}
.crumbli::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -12px;
  width: 5px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url(../images/crumb_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.crumbli:nth-last-child(1)::after {
  content: none;
}

/*-----------------------
      standard_btn
------------------------*/
.standard_btn {
  display: block;
  width: 300px;
  height: 60px;
  color: #4D5878;
  background-color: #fff;
  border: solid 3px #4D5878;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 56px;
  transition: background-color 0.3s;
  position: relative;
  z-index: 10;
}
.standard_btn:hover {
  background-color: #f0f0f0;
}
.standard_btn:hover::after {
  transform: translate(8px, -50%);
}
.standard_btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 9px;
  height: 15px;
  background-image: url(../images/standard_btn_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  transition: transform 0.3s;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------------
  事業申請フォームリンクボタン
------------------------------*/
.project_form_link {
  display: block;
  margin-top: 80px;
  background-color: #fff;
  width: 550px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #495476;
  border-radius: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 42px;
  transition: background-color 0.3s;
}
.project_form_link:hover {
  background-color: #f3f3f3;
}

.project_form_link_text {
  font-size: 22px;
  color: #495476;
  flex-shrink: 0;
  line-height: 1.4;
}

.project_form_link_img {
  width: 68px;
}

/*-----------------------------
  官民ネットワークリンクボタン
------------------------------*/
.ppnetwork_form_link {
  display: block;
  background-color: #fff;
  width: 550px;
  height: 126px;
  border: solid 3px #495476;
  border-radius: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 42px;
  transition: background-color 0.3s;
  margin: 40px auto 105px;
  position: relative;
}
.ppnetwork_form_link.bottom {
  margin: 0 auto 80px;
}
.ppnetwork_form_link::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  width: 32px;
  aspect-ratio: 32/33;
  background-image: url(../images/ppnet_link_item_before.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ppnetwork_form_link:hover {
  background-color: #f3f3f3;
}

.ppnetwork_form_link_text {
  font-size: 22px;
  color: #495476;
  flex-shrink: 1;
  line-height: 1.4;
}

.ppnetwork_form_link_img {
  width: 126px;
  flex-shrink: 0;
}

/*-----------------------
        リンク
------------------------*/
.link {
  color: #023ec0;
  position: relative;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(2, 62, 192, 0.9254901961);
  opacity: 1;
}
.link:hover::after {
  opacity: 0;
}
.link.privacy {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*-----------------------
    ページネーション
------------------------*/
.pagenation {
  max-width: fit-content;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.pagenation .pagenation_inner {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  gap: 8px;
}
.pagenation .pageLink {
  width: 40px;
  height: 40px;
  color: #495476;
  font-size: 16px;
  line-height: 40px;
  background-color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 21px;
  transition: 0.3s;
}
.pagenation .pageLink:hover {
  color: #fff;
  background-color: #495476;
}
.pagenation .pageNow {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #495476;
  font-size: 16px;
  line-height: 40px;
  border-radius: 21px;
  text-align: center;
}
.pagenation .nextIcon {
  position: relative;
  display: inline-block;
  width: 6.1px;
  height: 8.2px;
}
.pagenation .nextIcon::before, .pagenation .nextIcon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #495476;
  transform-origin: calc(100% - 0.5px) 50%;
}
.pagenation .nextIcon::before {
  transform: rotate(45deg);
}
.pagenation .nextIcon::after {
  transform: rotate(-45deg);
}
.pagenation .prevIcon {
  position: relative;
  display: inline-block;
  width: 6.1px;
  height: 8.2px;
}
.pagenation .prevIcon::before, .pagenation .prevIcon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #495476;
  transform-origin: 0.5px 50%;
}
.pagenation .prevIcon::before {
  transform: rotate(45deg);
}
.pagenation .prevIcon::after {
  transform: rotate(-45deg);
}
.pagenation .iconOuter {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 0.3s;
  background-color: #F8F8F8;
  border: solid 1px #495476;
}
.pagenation .iconOuter:hover {
  background-color: #495476;
}
.pagenation .iconOuter:hover .nextIcon::before,
.pagenation .iconOuter:hover .nextIcon::after,
.pagenation .iconOuter:hover .prevIcon::before,
.pagenation .iconOuter:hover .prevIcon::after {
  background-color: #fff;
}
.pagenation.ppnet {
  margin-bottom: 120px;
}
.pagenation.ppnet .pageNow {
  background-color: #DF5E21;
}
.pagenation.ppnet .pageLink:hover {
  background-color: #DF5E21;
}
.pagenation.ppnet .nextIcon::before,
.pagenation.ppnet .nextIcon::after,
.pagenation.ppnet .prevIcon::before,
.pagenation.ppnet .prevIcon::after {
  background-color: #DF5E21;
}
.pagenation.ppnet .iconOuter {
  border: solid 1px #DF5E21;
}
.pagenation.ppnet .iconOuter:hover {
  background-color: #DF5E21;
}

/*-----------------------
    article_link_list
    記事内：次へ前へ
------------------------*/
.article_link_list {
  width: 800px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
}
.article_link_list .prev, .article_link_list .back, .article_link_list .next {
  height: 100%;
  position: absolute;
  top: 0;
  color: #495476;
  background-color: #fff;
  border: solid 3px #495476;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 33px;
  transition: background-color 0.3s;
}
.article_link_list .prev {
  width: 28%;
  left: 0;
  padding-left: 40px;
  justify-content: left;
}
.article_link_list .prev .prev_arrow {
  display: block;
  width: 7px;
  aspect-ratio: 6.55/13.09;
  transition: transform 0.3s;
}
.article_link_list .prev p {
  width: fit-content;
  line-height: 1.4;
}
.article_link_list .prev:hover {
  background-color: #ececec;
}
.article_link_list .prev:hover .prev_arrow {
  transform: translateX(-8px);
}
.article_link_list .back {
  width: 38%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  justify-content: center;
  line-height: 60px;
}
.article_link_list .back:hover {
  background-color: #ececec;
}
.article_link_list .next {
  width: 28%;
  right: 0;
  padding-right: 40px;
  justify-content: right;
}
.article_link_list .next .next_arrow {
  display: block;
  width: 7px;
  aspect-ratio: 6.55/13.09;
  transition: transform 0.3s;
}
.article_link_list .next p {
  width: fit-content;
  line-height: 1.4;
}
.article_link_list .next:hover {
  background-color: #ececec;
}
.article_link_list .next:hover .next_arrow {
  transform: translateX(8px);
}

/*-----------------------
    フォーム送信完了
------------------------*/
.formCompleteTitle {
  font-size: 24px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.formCompleteText {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.formCompleteText a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #023ec0;
  border-bottom: #023ec0 1px solid;
}
.formCompleteText a:hover {
  border-bottom: none;
}

/*-----------------------
        その他
------------------------*/
.mq767 {
  display: inline;
}

.sp30 {
  height: 20px;
}

/*
.font{
  font-family: "Josefin Sans", serif;
  font-family: "Montserrat", sans-serif;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: "Yu Gothic", sans-serif;
  font-family: 'DINBEK', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kurenaido', sans-serif;
}
*/
/*loading*/
#top-loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #33446A;
  opacity: 1;
  transition: opacity 1s ease;
  will-change: opacity;
  overflow: hidden;
}

/* ローダー自体のフェードアウト */
#top-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* 2枚のレイヤーでクロスフェード */
.top-loader-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  height: 327px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.top-loader-layer.is-active {
  opacity: 1;
}
.skip_btn {
  display: block;
  position: absolute;
  z-index: 999;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  bottom: 8%;
  right: 8%;
  cursor: pointer;
}

/*header*/
.header_height {
  width: 100%;
  height: 115px;
  padding: 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.8352941176);
  border-bottom: solid 1px #f0f0f0;
  z-index: 995;
}

.header_inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.header_logo {
  flex-shrink: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 14px;
  z-index: 100;
}

.header_logo_img {
  display: block;
  width: 56px;
}

.header_logo_text {
  display: block;
  width: 253px;
}

.header_nav {
  width: 66%;
  min-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.header_nav_li {
  position: relative;
  padding: 20px 0;
  font-weight: 500;
}
.header_nav_li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 18px;
  left: 0;
  background-color: #2F2B29;
  opacity: 0;
  transition: opacity 0.3s;
}
.header_nav_li:hover::after {
  opacity: 1;
}

.header_nav_kanmin {
  background-color: #FFE5C3;
  padding: 8px 15px;
  border-radius: 24px;
  transition: background-color 0.3s;
  position: relative;
}
.header_nav_kanmin:hover {
  background-color: #ffd59d;
}
.header_nav_kanmin::before {
  display: block;
  position: absolute;
  content: "";
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  aspect-ratio: 134/16;
  height: auto;
  background-image: url(../images/kanmin_before.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#hamburger_area * {
  display: none;
}

/*ハンバーガーメニュー：トグルボタン*/
.hamburger_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 24px;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999;
  cursor: pointer;
}

.hamburger_menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
.hamburger_menu span:first-of-type {
  top: 0;
}
.hamburger_menu span:nth-of-type(2) {
  top: 50%;
}
.hamburger_menu span:last-of-type {
  top: 100%;
}

.hamburger_menu.active span:first-of-type {
  top: 50%;
  transform: rotate(225deg);
}
.hamburger_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_menu.active span:last-of-type {
  top: 50%;
  transform: rotate(-225deg);
}

#bar_color.hamburger_menu span {
  background-color: #444;
}

#bar_color.hamburger_menu.active span {
  background-color: #444;
}

.hbg_menu_text {
  font-size: 12px;
  color: #4D5878;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* スライドメニューのスタイル */
.slide_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #4D5878;
  transition: right 0.3s ease-in-out;
  z-index: 99;
  transform: translateX(100%);
  transition: 0.3s;
}
.slide_menu .hbg_ul {
  list-style: none;
  height: fit-content;
  margin-top: 160px;
}
.slide_menu a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #FFF9F3;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 50px;
  margin-bottom: 38px;
  position: relative;
}
.slide_menu a::before {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  top: calc(50% - 5px);
  left: -19px;
  background-color: #FFF9F3;
  border-radius: 5px;
}

.slide_menu.active {
  transform: translateX(0);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}

.footer {
  width: 100%;
  background-color: #FFF9F3;
  padding: 80px 0 90px;
  position: relative;
}

.footer_title {
  display: block;
  width: 68.4%;
  max-width: 1020px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.footer_pref_icon {
  width: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.footer_text {
  width: fit-content;
  color: #4F5A7C;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_item_1 {
  position: absolute;
  top: 0;
  left: -60px;
  width: 44px;
}

.footer_item_2 {
  position: absolute;
  top: 0;
  right: -105px;
  width: 95px;
}

.pagetop {
  display: block;
  position: absolute;
  top: -68px;
  right: 5%;
  width: 132px;
  aspect-ratio: 132/135;
  cursor: pointer;
  z-index: 100;
}

.pagetop_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop_inner::after {
  display: block;
  position: absolute;
  content: "";
  width: 73%;
  height: 64.4%;
  top: -23%;
  left: 72%;
  background-image: url(../images/pagetop_after.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pagetop_base {
  display: block;
  position: absolute;
  width: 84%;
  bottom: 0;
  right: 3%;
}

.pagetop_drone {
  display: block;
  position: absolute;
  width: 56%;
  top: 2%;
  left: 2%;
}

@media (max-width: 1240px){
  .fv_item_1 {
    top: 12%;
    width: 50px;
  }
  .fv_item_2 {
    top: 4%;
    left: 12%;
    width: 60px;
  }
  .fv_item_3 {
    top: 9%;
    left: 22%;
    width: 42px;
  }
  .fv_item_4 {
    top: 67%;
    right: 23%;
    width: 54px;
  }
  .fv_item_5 {
    top: 71%;
    right: 21%;
    width: 50px;
  }
  .fv_item_6 {
    top: 74%;
    right: 12%;
    width: 42px;
  }
  .fv_item_7 {
    top: 67%;
    width: 24px;
  }
  .article_link_list {
    width: 580px;
    height: 48px;
  }
  .article_link_list .prev, .article_link_list .back, .article_link_list .next {
    gap: 16px;
  }
  .article_link_list .prev {
    padding-left: 24px;
  }
  .article_link_list .next {
    padding-right: 24px;
  }
}

@media (max-width: 1200px){
  .fv {
    height: 280px;
  }
  .article {
    padding: 120px 120px;
  }
  .inner_article {
    padding: 80px 40px;
  }
  .breadcrumb {
    width: calc(100% - 60px);
    left: 30px;
  }
  .header_height {
    height: 95px;
  }
  .header {
    height: 95px;
  }
  .header_logo {
    gap: 8px;
  }
  .header_logo_img {
    width: 46px;
  }
  .header_logo_text {
    width: 210px;
  }
  .header_nav {
    min-width: 680px;
    gap: 6px;
  }
  .header_nav_li {
    font-size: 14px;
  }
  .header_nav_kanmin {
    font-size: 14px;
  }
  .pagetop {
    width: 100px;
    top: -54px;
  }
}

@media (max-width: 1023px){
  .header_nav {
    min-width: 620px;
  }
  .header_nav_li {
    font-size: 13px;
  }
}

@media (max-width: 960px){
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mb125 {
    margin-bottom: 65px;
  }
  .mb130 {
    margin-bottom: 60px;
  }
  .mb140 {
    margin-bottom: 60px;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .mb160 {
    margin-bottom: 70px;
  }
  .mb170 {
    margin-bottom: 70px;
  }
  .mb180 {
    margin-bottom: 70px;
  }
  .mb190 {
    margin-bottom: 70px;
  }
  .mb200 {
    margin-bottom: 70px;
  }
  .fv_item_3 {
    left: 84%;
    display: none;
  }
  .fv_item_4 {
    top: 74%;
    right: 12%;
    width: 46px;
  }
  .fv_item_5 {
    top: 76%;
    right: 10%;
    width: 42px;
  }
  .fv_item_6 {
    top: 68%;
    right: 3.5%;
  }
  .fv_item_7 {
    display: none;
  }
  .article {
    padding: 120px 60px;
  }
  .header_height {
    height: 84px;
  }
  .header {
    height: 84px;
  }
  .header_inner {
    padding-top: 0;
  }
  .header_logo_img {
    width: 42px;
  }
  .header_logo_text {
    width: 180px;
  }
  .header_nav {
    display: none;
  }
  #hamburger_area * {
    display: block;
  }
}

@media (max-width: 767px){
  body {
    font-size: 14px;
    text-align: justify;
  }
  .fv {
    height: 200px;
  }
  .fv_item_1 {
    width: 38px;
  }
  .fv_item_2 {
    left: 14%;
    width: 36px;
  }
  .fv_item_3 {
    top: 7%;
    left: 90%;
    width: 30px;
  }
  .fv_item_4 {
    top: 72%;
    right: 20%;
    width: 40px;
  }
  .fv_item_5 {
    top: 74%;
    right: 16%;
    width: 38px;
  }
  .fv_item_6 {
    top: 67%;
    right: 5%;
    width: 30px;
  }
  .fv_item_7 {
    width: 22px;
  }
  .fv_title_outer.news {
    width: 80%;
    max-width: 380px;
    min-width: 0;
  }
  .fv_title_outer.news::before {
    width: 90px;
  }
  .fv_title_outer.project {
    width: 55%;
    max-width: 220px;
    min-width: 0;
  }
  .fv_title_outer.project::before {
    width: 150px;
  }
  .fv_title_outer.history {
    width: 90%;
    max-width: 420px;
    min-width: 0;
  }
  .fv_title_outer.history::before {
    width: 280px;
  }
  .fv_title_outer.logo {
    width: 80%;
    max-width: 420px;
    min-width: 0;
  }
  .fv_title_outer.logo::before {
    width: 140px;
  }
  .fv_title_outer.ppnetwork {
    width: 90%;
    max-width: 440px;
    min-width: 0;
  }
  .fv_title_outer.ppnetwork::before {
    width: 180px;
  }
  .fv_title_outer.privacy {
    width: 90%;
    max-width: 420px;
    min-width: 0;
  }
  .fv_title_outer.privacy::before {
    width: 100px;
  }
  .article {
    padding: 80px 20px;
  }
  .inner_article {
    padding: 60px 20px;
  }
  .breadcrumb {
    width: calc(100% - 40px);
    left: 20px;
  }
  .crumbli {
    font-size: 12px;
  }
  .standard_btn {
    font-size: 16px;
    width: 100%;
    max-width: 360px;
  }
  .project_form_link {
    width: 100%;
    height: 80px;
  }
  .project_form_link_text {
    font-size: 18px;
    flex-shrink: 1;
  }
  .project_form_link_img {
    width: 46px;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .ppnetwork_form_link.bottom {
    margin: 0 auto 40px;
  }
  .ppnetwork_form_link::before {
    top: -10px;
    left: -10px;
    width: 20px;
  }
  .ppnetwork_form_link {
    width: 100%;
    height: 80px;
  }
  .ppnetwork_form_link_text {
    font-size: 18px;
  }
  .ppnetwork_form_link_img {
    width: 60px;
    margin-left: 8px;
  }
  .pagenation {
    gap: 16px;
  }
  .pagenation .pageLink {
    width: 32px;
    height: 32px;
    line-height: 32px;
    transition: 0s;
    font-size: 14px;
  }
  .pagenation .pageNow {
    width: 32px;
    height: 32px;
    line-height: 32px;
    transition: 0s;
    font-size: 14px;
  }
  .pagenation .iconOuter {
    width: 32px;
    height: 32px;
    line-height: 32px;
    transition: 0s;
    font-size: 14px;
  }
  .pagenation.ppnet {
    margin-bottom: 60px;
  }
  .article_link_list {
    width: 100%;
    max-width: 340px;
  }
  .article_link_list .prev, .article_link_list .back, .article_link_list .next {
    gap: 8px;
  }
  .article_link_list .prev:hover .prev_arrow {
    transform: translateX(-6px);
  }
  .article_link_list .next:hover .next_arrow {
    transform: translateX(6px);
  }
  .formCompleteTitle {
    font-size: 20px;
  }
  .mq767 {
    display: none;
  }
  .top-loader-layer {
    top: 46%;
    width: 260px;
    height: 261.6px;
  }
  .skip_btn {
    font-size: 20px;
    bottom: 10%;
  }
  .header_height {
    height: 76px;
  }
  .header {
    height: 76px;
  }
  .hamburger_menu {
    top: 20px;
    right: 22px;
  }
  .footer {
    padding: 60px 0 60px;
  }
  .footer_pref_icon {
    width: 60px;
  }
  .footer_text {
    letter-spacing: -0.8px;
  }
  .footer_item_1 {
    left: -55px;
    width: 32px;
  }
  .footer_item_2 {
    right: -74px;
    width: 64px;
  }
  .pagetop {
    width: 86px;
    top: -46px;
  }
}

@media (prefers-reduced-motion: reduce){
  #top-loader {
    transition: none;
  }
  .top-loader-layer {
    transition: none;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}