<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "BIZ UDPGothic", sans-serif;
}

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

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

body {
  font-size: 16px;
  line-height: 1.6875;
  color: #333;
  font-family: "Yu Gothic", sans-serif;
  position: relative;
}

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

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

a {
  text-decoration: none;
  color: 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;
}
.letter03 {
  letter-spacing: -0.3px;
}

.letter04 {
  letter-spacing: -0.4px;
}

.letter05 {
  letter-spacing: -0.5px;
}

.letter06 {
  letter-spacing: -0.6px;
}

.letter07 {
  letter-spacing: -0.7px;
}

.letter08 {
  letter-spacing: -0.8px;
}

.letter09 {
  letter-spacing: -0.9px;
}

.letter10 {
  letter-spacing: -1px;
}

.letter11 {
  letter-spacing: -1.1px;
}

.letter12 {
  letter-spacing: -1.2px;
}

.scale90 {
  transform: scale(0.9);
}

.scale85 {
  transform: scale(0.85);
}

.scale80 {
  transform: scale(0.8);
}

.scale70 {
  transform: scale(0.7);
}

/*-----------------------
        PC用-SP用
------------------------*/
.mq767 {
  display: block;
}

.mq767sp {
  display: none;
}

.mq960 {
  display: block;
}

.mq960sp {
  display: none;
}

/*-----------------------
      下層First View
------------------------*/
.global_fv {
  width: 100%;
  height: 350px;
  padding: 0 50px;
  position: relative;
  margin-bottom: 120px;
  z-index: -1;
}
.global_fv.whatis_fv {
  background-color: #BAD646;
}
.global_fv.information_fv {
  background-color: #BAD646;
}
.global_fv.winter_activity_fv {
  background-color: #EF8488;
}
.global_fv.summer_activity_fv {
  background-color: #75CCE3;
}
.global_fv.hot_spring_town_fv {
  background-color: #F2B92B;
}
.global_fv.indoor_fv {
  background-color: #967340;
}
.global_fv.tourist_attractions_fv {
  background-color: #6B99D8;
}
.global_fv.model_course_fv {
  background-color: #258E51;
}
.global_fv.news_fv {
  background-color: #7AC3F0;
}
.global_fv.qa_fv {
  background-color: #9A9DAA;
}
.global_fv.inquiry_fv {
  background-color: #B5DE09;
}

.global_fv_textblock {
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.global_fv_option {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

.global_fv_title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.global_fv_text {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
}

.global_fv_img {
  position: absolute;
  width: 62.5%;
  max-width: 1150px;
  height: 350px;
  top: 50px;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
.global_fv_img.whatis_fv_img {
  background-image: url(../images/whatis_fv.png.webp);
}
.global_fv_img.information_fv_img {
  background-image: url(../images/information_fv.png.webp);
}
.global_fv_img.winter_activity_fv_img {
  background-image: url(../images/winter_activity_fv.png.webp);
  background-position: right;
}
.global_fv_img.summer_activity_fv_img {
  background-image: url(../images/summer_activity_fv.png.webp);
  background-position: 70% center;
}
.global_fv_img.hot_spring_town_fv_img {
  background-image: url(../images/hot_spring_town_fv.png.webp);
  background-position: 32% center;
}
.global_fv_img.indoor_fv_img {
  background-image: url(../images/indoor_fv.png.webp);
  background-position: 2% center;
}
.global_fv_img.tourist_attractions_fv_img {
  background-image: url(../images/tourist_attractions_fv.png.webp);
}
.global_fv_img.model_course_fv_img {
  background-image: url(../images/model_course_fv.png.webp);
}
.global_fv_img.news_fv_img {
  background-image: url(../images/news_fv.png.webp);
}
.global_fv_img.qa_fv_img {
  background-image: url(../images/qa_fv.png.webp);
}
.global_fv_img.inquiry_fv_img {
  background-image: url(../images/inquiry_fv.png.webp);
}

/*-----------------------
      共通タイトル
------------------------*/
.page_title {
  font-size: 40px;
  font-weight: bold;
  color: #3E3E3E;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}

.page_abstract {
  font-size: 16px;
  color: #3E3E3E;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 50px;
  line-height: 1.5;
}

/*-----------------------
      共通アイテム
------------------------*/
.global_btn {
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: #636462;
  border: solid 1px #636462;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.global_btn:hover {
  background-color: #fff;
  color: #636462;
}
.global_btn:hover .global_btn_arrow::before,
.global_btn:hover .global_btn_arrow::after {
  background-color: #636462;
}

.global_btn_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.global_btn_arrow::before, .global_btn_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.global_btn_arrow::before {
  transform: rotate(45deg);
}
.global_btn_arrow::after {
  transform: rotate(-45deg);
}

/*-----------------------
        pagenation
------------------------*/
.pagenation {
  width: fit-content;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: #324051;
}

.prev,
.next {
  color: #fff;
  font-size: 17px;
  width: fit-content;
  height: 100%;
  display: block;
  line-height: 48px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev:hover .prev_arrow::before, .prev:hover .prev_arrow::after {
  left: -15px;
}

.next:hover .next_arrow::before, .next:hover .next_arrow::after {
  right: -15px;
}

.prev_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.prev_arrow::before, .prev_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -10px;
  width: 8px;
  height: 2px;
  background-color: #666a77;
  background-color: #fff;
  transform-origin: 1px 50%;
  transition: 0.2s;
}
.prev_arrow::before {
  transform: rotate(45deg);
}
.prev_arrow::after {
  transform: rotate(-45deg);
}

.next_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.next_arrow::before, .next_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  width: 8px;
  height: 2px;
  background-color: #666a77;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.2s;
}
.next_arrow::before {
  transform: rotate(45deg);
}
.next_arrow::after {
  transform: rotate(-45deg);
}

.now_page {
  width: 48px;
  height: 100%;
  border-radius: 8px;
  background-color: #666A77;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages {
  width: 48px;
  height: 100%;
  border-radius: 8px;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.pages:hover {
  color: #fff;
  background-color: #979797;
}

.kari {
  font-family: "Josefin Sans", serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat Alternates", 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;
}

.header {
  width: 100%;
  height: 110px;
  padding: 15px 50px;
  background-color: #fff;
  position: relative;
}

.header_logo {
  position: absolute;
  width: 130px;
  top: 14px;
  left: 3.1%;
}

.header_nav {
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_li {
  width: 16.6666666667%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: solid 1px #DBDBDB;
  background-color: #fff;
  transition: 0.3s;
}
.header_li:nth-child(1) {
  border-left: solid 1px #DBDBDB;
}
.header_li:hover {
  background-color: #8d8d8d;
}
.header_li:hover .header_li_title,
.header_li:hover .header_li_text {
  color: #fff;
}

.header_li.accli {
  position: relative;
  cursor: pointer;
  overflow: visible;
  z-index: 9999;
}
.header_li.accli .acclist {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  padding-top: 15px;
}
.header_li.accli:hover .acclist {
  height: 240px;
  opacity: 1;
}
.header_li.accli .acc {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #8FDB57;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
}
.header_li.accli .acc:hover {
  color: #8FDB57;
  background: #f0f0f0;
}

.header_li_title {
  font-size: 26px;
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
  color: #575757;
  line-height: 1.2;
  white-space: nowrap;
}

.header_li_text {
  font-size: 13px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #7a7a7a;
  letter-spacing: -0.3px;
}

/* Toggle Button */
.hamburger_menu {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}

.hamburger_menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: 0.3s;
  background-color: #454545;
}

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

.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);
}

.hamburger_text {
  position: absolute;
  color: #454545;
  font-size: 10px;
  top: 120%;
  left: 3px;
  transition: 0.3s;
  opacity: 1;
}

.hamburger_menu.active .hamburger_text {
  opacity: 0;
}

/*-----------------------------
        slide menu top
------------------------------*/
.slide_menu_top {
  display: none;
  width: 100%;
  height: 0px;
  background-color: #1E6FE8;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 9990;
  justify-content: left;
  align-items: center;
  padding-left: 13px;
}
.slide_menu_top .hbg_logo {
  width: 78px;
  display: block;
  height: 0;
  opacity: 0;
}
.slide_menu_top.active {
  height: 70px;
}
.slide_menu_top.active .hbg_logo {
  opacity: 1;
  height: auto;
}

/*-----------------------------
          slide menu
------------------------------*/
.slide_menu {
  display: none;
  width: calc(100% - 20px);
  height: calc(100vh - 70px);
  background-color: #BAD646;
  border-radius: 17px 0 0 17px;
  position: absolute;
  top: 70px;
  right: calc(-100% + 20px);
  transition: 0.3s;
  z-index: 9990;
  overflow-y: scroll !important;
  scrollbar-width: none;
}
.slide_menu::-webkit-scrollbar {
  display: none;
}
.slide_menu.active {
  right: 0px;
}

/*-----------------------------
        slide menu(中身)
------------------------------*/
.slide_menu_inner {
  width: 100%;
  padding: 7px 22px;
  height: 100%;
}
.slide_menu_inner.open {
  height: calc(100% + 310px);
}

.slide_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 18px 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8823529412);
  letter-spacing: -0.5px;
}
.slide_li.acc {
  cursor: pointer;
}

.slide_acc {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.slide_acc.open {
  height: 170px;
}

.slide_acc_inner {
  width: 100%;
  height: fit-content;
  padding: 25px;
  background-color: #fff;
}

.slide_acc_li {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #575757;
  margin-left: 12px;
  padding: 5px 0;
  position: relative;
}
.slide_acc_li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: -10px;
  border-radius: 3px;
  background-color: #575757;
}

/*+button*/
.sidePlusOuter {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidePlus {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidePlus::before, .sidePlus::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}
.sidePlus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.sidePlus::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.sidePlus.open::after {
  transform: translateX(-50%) rotate(90deg);
}

/*icon*/
.hbg_sns {
  margin-top: 90px;
  width: 170px;
  height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hbg_sns_link {
  height: 100%;
}

.footer {
  width: 100%;
  padding: 0 40px;
  margin-top: 60px;
  margin-bottom: 35px;
}

.footer_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer_main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 37px;
}

.footer_seitemap_section {
  display: block;
  width: calc(100% - 230px);
}

.footer_sitemap_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer_sitemap_block {
  width: fit-content;
}
.footer_sitemap_block:nth-child(1) {
  width: 380px;
  flex-shrink: 0;
}

.footer_title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
  color: #BAD646;
  margin-bottom: 3px;
  line-height: 1.2;
}

.footer_activity_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_sitemap_link {
  width: 50%;
  margin-left: 10px;
  font-size: 16px;
  color: #575757;
  margin-bottom: 3px;
  position: relative;
}
.footer_sitemap_link::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.5px);
  left: -10px;
  border-bottom: solid 1px #575757;
  width: 4px;
  height: 1px;
}
.footer_sitemap_link:nth-child(1) {
  width: 45%;
}
.footer_sitemap_link:nth-child(2) {
  width: 45%;
}
.footer_sitemap_link a {
  width: fit-content;
}

.footer_link {
  display: block;
  font-size: 16px;
  color: #575757;
  margin-bottom: 8px;
  width: fit-content;
}

.footer_contact {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: left;
}

.footer_contact_link {
  width: 300px;
  height: 56px;
  border-radius: 28px;
  background-color: #BAD646;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

.contact_text1 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}

.contact_text2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.footer_icon_section {
  width: 230px;
}

.footer_logo {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.footer_sns {
  width: 170px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sns_link {
  height: 100%;
  width: auto;
}

.footer_text {
  width: 100%;
  display: flex;
  justify-content: right;
  gap: 80px;
}

.footer_copy {
  font-size: 14px;
}

.page_top {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10%;
  right: 30px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  z-index: 900;
}

@media (max-width: 1620px){
  .header_nav {
    max-width: 1040px;
    margin: 0 3.1% 0 auto;
  }
  .header_li_text {
    font-size: 14px;
  }
}

@media (max-width: 1400px){
  .header_nav {
    max-width: 920px;
    margin: 0 2.1% 0 auto;
  }
  .header_li.accli .acc {
    font-size: 15px;
  }
  .header_li_title {
    font-size: 25px;
  }
  .header_li_text {
    font-size: 13px;
  }
}

@media (max-width: 1240px){
  .footer_main {
    gap: 40px;
  }
  .footer_sitemap_block:nth-child(1) {
    width: 320px;
  }
}

@media (max-width: 1200px){
  .header {
    padding: 15px 20px;
  }
  .header_logo {
    left: 20px;
  }
  .header_nav {
    max-width: 780px;
    margin: 0 0 0 auto;
  }
  .header_li_title {
    font-size: 23px;
  }
  .header_li_text {
    font-size: 11px;
  }
  .page_top {
    right: 10px;
  }
}

@media (max-width: 1120px){
  .header_li.accli .acc {
    font-size: 14px;
  }
}

@media (max-width: 980px){
  .header {
    padding: 15px 10px;
  }
}

@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;
  }
  .mq960 {
    display: none !important;
  }
  .mq960sp {
    display: block;
  }
  .global_fv {
    height: 280px;
    margin-bottom: 80px;
  }
  .global_fv_option {
    font-size: 23px;
  }
  .global_fv_title {
    font-size: 38px;
  }
  .global_fv_text {
    font-size: 20px;
  }
  .global_fv_text {
    font-size: 15px;
  }
  .global_fv_img {
    top: 35px;
    height: 290px;
  }
  .page_title {
    font-size: 30px;
    margin-bottom: 52px;
  }
  .page_abstract {
    padding: 0 30px;
  }
  .header {
    height: 70px;
    padding: 10px;
  }
  .header_logo {
    width: 80px;
    top: 10px;
    left: 12px;
  }
  .header_nav {
    max-width: calc(100% - 100px);
    height: 50px;
  }
  .header_li.accli .acclist {
    top: 50px;
  }
  .header_li.accli .acc {
    letter-spacing: -0.9px;
  }
  .header_li_title {
    letter-spacing: -0.2px;
    font-size: 18px;
  }
  .header_li_text {
    font-size: 10px;
  }
}

@media (max-width: 767px){
  body {
    font-size: 14px;
    text-align: justify;
  }
  .mq767 {
    display: none !important;
  }
  .mq767sp {
    display: block;
  }
  .global_fv {
    padding-left: 20px;
    margin-bottom: 60px;
    height: 180px;
  }
  .global_fv_option {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .global_fv_title {
    font-size: 28px;
  }
  .global_fv_img {
    width: 50%;
    top: 60px;
    height: 150px;
    border-radius: 17px 0 0 17px;
  }
  .page_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .page_abstract {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 35px;
    padding: 0 20px;
  }
  .global_btn {
    width: 280px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
  }
  .pagenation {
    height: 32px;
    gap: 12px;
  }
  .prev,
  .next {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.8px;
  }
  .prev p,
  .next p {
    display: none;
  }
  .now_page {
    width: 32px;
  }
  .pages {
    width: 32px;
  }
  .header_nav {
    display: none;
  }
  .hamburger_menu {
    display: flex;
  }
  .slide_menu_top {
    display: flex;
  }
  .slide_menu {
    display: block;
  }
  .footer {
    padding: 0 35px;
  }
  .footer_main {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .footer_seitemap_section {
    width: 100%;
  }
  .footer_sitemap_block:nth-child(1) {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer_sitemap_block {
    width: 100%;
  }
  .footer_link {
    margin-bottom: 12px;
  }
  .footer_contact {
    display: none;
  }
  .footer_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .page_top {
    width: 52px;
    height: 52px;
    right: 8px;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}</pre></body></html>