@charset "UTF-8";
/**********************************
    共通
**********************************/
.pc_mode {
  display: block;
}

.sp_mode {
  display: none;
}

.sp_fix_header {
  display: none;
}

.d_block {
  display: block;
}

.d_flex {
  display: flex;
}

.w_100 {
  width: 100%;
}

.text_center {
  text-align: center;
}

.inner_windth {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.line_height_0 {
  line-height: 0;
}

.relative {
  position: relative;
}

body {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 2.5; /*fontsize : 20; line-heght : 50*/
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.mt50 {
  margin-top: 50px;
}

a, input[type=submit] {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover, input[type=submit]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn_style1 {
  width: 273px;
  max-width: 100%;
}

.btn_style1 a,
.btn_style1 input[type=submit] {
  border: 1px solid #000000;
  display: block;
  color: #000000;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding: 16px 18px;
  background-image: url(../img/common/btn_style_arrow.svg);
  background-position: 93% 50%;
  background-repeat: no-repeat;
}

.btn_style1 a:hover {
  background-position: 94% 50%;
}

.btn_style2 {
  width: 358px;
  max-width: 100%;
  margin: 0 auto;
}

.widebtn_style2 {
  width: 600px;
}

.btn_style2.page_last {
  margin-bottom: 190px;
}

.btn_style2 a,
.btn_style2 input[type=submit] {
  display: block;
  color: #ffffff;
  background: -moz-linear-gradient(top, #709B29, #C3D601);
  background: -webkit-linear-gradient(top, #709B29, #C3D601);
  background: linear-gradient(to bottom, #709B29, #C3D601);
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  border-radius: 150px;
}

.select_style1 {
  width: 359px;
  max-width: 100%;
}

.select_style1 select {
  border: 1px solid #000000;
  display: block;
  color: #000000;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding: 16px 18px;
  background-image: url(../img/common/select_style_arrow.svg);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  text-align: left;
}

.temp_title {
  text-align: center;
}

.temp_title h2 {
  font-size: 60px;
  line-height: 1.333;
}

.temp_title h3 {
  font-size: 14px;
  line-height: 1.35;
}

.subpage_top_blank {
  height: 130px;
}

.subpage_top_blank2 {
  height: 285px;
  border-bottom: 3px solid #88AC1D;
}

.subpage_top_temp {
  width: 100%;
  position: relative;
  background-image: url(../img/common/subpage_top_temp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 72px 0 77px;
  border-bottom: 3px solid #88AC1D;
}

.subpage_top_temp .subpage_top_temp_overray {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.subpage_top_temp .subpage_top_temp_title {
  position: relative;
  z-index: 1;
  width: 78.125%;
  margin: 0 auto;
}

.subpage_top_temp .subpage_top_temp_title h3 {
  font-size: 14px;
  line-height: 1.3;
  color: #739C27;
  font-weight: bold;
}

.subpage_top_temp .subpage_top_temp_title h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: bold;
}

.bread_list {
  width: 90%;
  margin: 20px auto;
}

.bread_list a,
.bread_list span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

/**********************************
    ヘッダー
**********************************/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  height: 130px;
}

header.open {
  background-color: transparent;
}

header .header_inner {
  margin: 0 50px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  height: 130px;
}

header .header_inner .header_logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
  top: 35px;
}

header .header_inner .header_menu_btn {
  width: 60px;
  height: 45px;
}

header .header_inner .header_menu_btn > div {
  position: relative;
  width: 100%;
  height: 100%;
}

header .header_inner .header_menu_btn > div > span {
  width: 100%;
  background-color: #707070;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

header .header_inner .header_menu_btn > div > span:nth-of-type(1) {
  top: 0;
}

header .header_inner .header_menu_btn > div > span:nth-of-type(2) {
  top: 50%;
}

header .header_inner .header_menu_btn > div > span:nth-of-type(3) {
  bottom: 0;
}

header .header_inner .header_menu_btn.open > div > span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

header .header_inner .header_menu_btn.open > div > span:nth-of-type(2) {
  opacity: 0;
}

header .header_inner .header_menu_btn.open > div > span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

.header_menu {
  position: fixed;
  top: -101vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_menu.open {
  top: 0vh;
}

.header_menu_wrap {
  width: 82%; /*デザイン幅 : 1578px*/
  border-left: 3px solid #707070;
  border-right: 3px solid #707070;
}

.header_menu_wrap .header_menu_inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 85px 7.9%;
}

.header_menu_wrap .header_menu_inner .header_menu_left {
  width: 50%;
}

.header_menu_wrap .header_menu_inner .header_menu_left .header_menu_left_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header_menu_wrap .header_menu_inner .header_menu_left .header_menu_left_link > div {
  width: 50%;
  margin-bottom: 40px;
}

.header_menu_wrap .header_menu_inner .header_menu_left .header_menu_left_link > div a {
  font-size: 30px;
  line-height: 1.3;
}

.header_menu_wrap .header_menu_inner .header_menu_left .header_menu_sns_list {
  display: flex;
  align-items: center;
}

.header_menu_wrap .header_menu_inner .header_menu_left .header_menu_sns_list > div {
  margin-right: 25px;
}

.header_menu_wrap .header_menu_inner .header_menu_right {
  width: 50%;
}

.header_menu_wrap .header_menu_inner .header_menu_right iframe {
  width: 100%;
  height: 19vw;
}

.header_menu_title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}

/**********************************
    フッター
**********************************/
.foot_sns_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

.foot_sns_list .foot_sns {
  margin: 0 14px;
}

.foot_bot {
  width: 83.33%; /*デザイン幅 : 1600px*/
  margin: 0 auto;
  display: flex;
  border-top: 1px solid #707070;
  padding-bottom: 100px;
  padding-top: 60px;
}

.foot_bot .foot_bot_menu {
  width: 67.5%; /*幅 : 1080px*/
  display: flex;
}

.foot_bot .foot_bot_menu .foot_bot_menu_left {
  width: 33%; /*幅 : 330px*/
  line-height: 0;
}

.foot_bot .foot_bot_menu .foot_bot_menu_left img {
  max-width: 90%;
  width: 220px;
}

.foot_bot .foot_bot_menu .foot_bot_menu_right {
  width: 67%; /*幅 : 750px*/
  display: flex;
  flex-wrap: wrap;
}

.foot_bot .foot_bot_menu .foot_bot_menu_right > div {
  width: 33.3333333%;
}

.foot_bot .foot_bot_menu .foot_bot_menu_right a {
  line-height: 1;
}

.foot_bot .foot_bot_copy {
  width: 32.5%; /*幅 : 600px*/
  position: relative;
  text-align: right;
}

.foot_bot .foot_bot_copy p {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
}

/**********************************
    コンテンツ
**********************************/
.temp_page_top.top_style {
  width: 100%;
  height: 100vh;
  padding-top: 130px;
}

.temp_page_top.top_style iframe {
  width: 100%;
  height: 100%;
}

.top_concept_tmp {
  width: 87.7%; /*デザイン幅 : 1685px*/
  margin: 55px auto;
  position: relative;
}

.top_concept_tmp .top_concept_text_wrap {
  width: 82%; /*デザイン幅 : 1392px*/
  border-left: 3px solid #707070;
  border-right: 3px solid #707070;
  line-height: 0;
}

.top_concept_tmp .top_concept_text_wrap .top_concept_text {
  width: 100%;
  padding: 8.9% 23% 8.9% 5.3%;
  box-sizing: border-box;
}

.top_concept_tmp .top_concept_text_wrap .top_concept_text h2 {
  line-height: 1.333;
  font-size: 60px;
  color: #89AC1B;
}

.top_concept_tmp .top_concept_text_wrap .top_concept_text h3 {
  line-height: 1.333;
  font-size: 14px;
}

.top_concept_tmp .top_concept_text_wrap .top_concept_text p {
  line-height: 2.5;
  font-size: 20px;
  margin-top: 20px;
}

.top_concept_tmp .top_concept_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28.7%; /*デザイン幅 : 485px*/
  line-height: 0;
}

.top_model_town_tmp {
  width: 80%; /*デザイン幅 : 1536px*/
  margin: 134px auto 194px;
  background-color: #E4E4E4;
  border-radius: 5%;
  position: relative;
  padding-bottom: 95px;
}

.top_model_town_tmp .model_town_top_img {
  position: absolute;
  top: -6px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
}

.top_model_town_tmp .model_town_bot_img {
  position: absolute;
  bottom: -30px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
}

.top_model_town_tmp .model_town_top_title {
  text-align: center;
}

.top_model_town_tmp .model_town_top_title h2 {
  font-size: 60px;
  line-height: 1.333;
  padding: 80px 0 0px;
}

.top_model_town_tmp .model_town_top_title h3 {
  font-size: 14px;
  line-height: 1.333;
  padding: 0 0 45px;
}

.top_model_town_tmp .top_model_town_img {
  width: 90%;
  margin: 0 auto;
}

.top_model_town_tmp .top_model_town_flex {
  width: 90%; /*デザイン幅 : 1381px*/
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_left {
  width: 30%;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_left h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_left h3 {
  font-size: 20px;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_left .btn_style1 {
  margin-top: 25px;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_right {
  width: 68%;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_right h2 {
  font-size: 26px;
  line-height: 1.9;
  font-weight: bold;
}

.top_model_town_tmp .top_model_town_flex .top_model_town_flex_right p {
  font-size: 20px;
}

.area_list_temp {
  width: 100%;
  background-color: #E4E4E4;
  position: relative;
  padding: 30px 0 45px;
}

.area_list_temp .area_list_icon {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 0;
}

.area_list_temp .area_list_temp_inner {
  width: 80%;
  margin: 0 auto;
}

.area_list_temp .area_list_temp_inner .area_list_content {
  text-align: center;
  margin-top: 40px;
}

.area_list_temp .area_list_temp_inner .area_list_content p {
  font-size: 20px;
}

.area_list_temp .area_list_temp_inner .area_list_content .area_list_form_flex {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.area_list_temp .area_list_temp_inner .area_list_content .area_list_form_flex > div {
  margin: 0 18px;
}

.product_temp {
  width: 100%;
  position: relative;
  margin: 75px 0 0;
  padding: 75px 0 0;
}

.product_temp .product_temp_icon {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 0;
}

.product_temp .product_temp_list {
  width: 100%;
}

.product_temp .product_temp_list .product_temp_list_content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 12.5vw; /*デザイン幅 : 240px*/
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_img {
  width: 64.5%; /*デザイン幅 : 1240px*/
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product_temp .product_temp_list .product_temp_list_content:nth-child(even) .product_temp_list_content_img {
  left: auto;
  right: 0;
}

.product_temp .product_temp_list .product_temp_list_content:nth-child(even) {
  justify-content: flex-start;
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap {
  width: 52vw; /*デザイン幅 : 1007px*/
  position: relative;
  z-index: 1;
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text {
  width: 100%;
  background-color: #E4E4E4;
  padding: 6% 7.5%;
  box-sizing: border-box;
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text h2 {
  font-size: 32px;
  line-height: 1.56;
  font-weight: bold;
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text > div {
  margin-top: 15px;
}

.product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .triangle {
  border-width: 50px 26vw;
  border-style: solid;
  border-color: transparent #E4E4E4 #E4E4E4 transparent;
  width: 0;
}

.product_temp .product_temp_list .product_temp_list_content:nth-child(even) .product_temp_list_content_text_wrap .triangle {
  border-color: transparent transparent #E4E4E4 #E4E4E4;
}

.vr_movie_temp {
  width: 90%; /*デザイン幅 : 1728px*/
  margin: 135px auto;
  background-image: url(../img/common/VR_bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.vr_movie_temp .vr_movie_temp_icon {
  text-align: center;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 5px;
}

.vr_movie_temp .vr_movie_temp_icon img {
  width: 40px;
}

.vr_movie_slide .swiper-container {
  width: 100%;
}

.vr_movie_slide .swiper-container.slider {
  height: auto;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}

.vr_movie_slide .swiper-container.slider iframe {
  width: 52vw;
  height: 29vw;
}

.vr_movie_slide .swiper-container.slider-thumbnail {
  height: auto;
  width: 100%; /*デザイン幅 : 1600px*/
  margin: 0 auto;
  position: relative;
  padding: 0 0;
  margin-top: 60px;
  margin-bottom: 50px;
  overflow: hidden;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  width: 14px;
  height: 28px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  width: 14px;
  height: 28px;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 19.1vw;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide .slide_iframe {
  position: relative;
  text-align: center;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide .slide_iframe .slideoverray {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.1vw;
  height: 10.7vw;
  z-index: 1;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide .slide_iframe .slideoverray:hover {
  cursor: pointer;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide iframe {
  width: 19.1vw;
  height: 10.7vw;
  vertical-align: bottom;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide p {
  line-height: 1.6;
  margin-top: 10px;
}

:root {
  --swiper-theme-color: #000000;
  --swiper-navigation-size: 28px;
}

.news_temp {
  overflow: hidden;
  width: 100%;
}

.news_temp_title {
  width: 100%;
  position: relative;
  margin-top: 125px;
}

.news_temp_title .news_temp_icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.news_temp_title .news_temp_icon img {
  width: 71px;
}

.news_temp_title .temp_title {
  padding: 35px 0 60px;
  position: relative;
  z-index: 1;
}

.news_temp_title .temp_title.temp_title2 {
  padding: 110px 0 0;
  position: relative;
  z-index: 1;
}

.news_temp_title .temp_title.temp_title2 h2 {
  font-size: 50px;
  font-weight: bold;
}

.news_temp_title .news_temp_triangle {
  position: absolute;
  bottom: 0;
  border-width: 9.2vw 49.557292vw;
  border-style: solid;
  border-color: transparent transparent #E4E4E4 transparent;
  width: 0;
}

.news_temp_title .news_temp_triangle.news_temp_triangle2 {
  border-width: 13vw 49.557292vw;
  border-color: transparent transparent #F7F7F7 transparent;
}

.news_temp .news_temp_list.news_temp_list2 {
  background-color: #F7F7F7;
  padding-bottom: 95px;
}

.news_temp .news_temp_list {
  width: 100%;
  background-color: #E4E4E4;
  padding-bottom: 60px;
}

.news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 {
  width: 90%; /*デザイン幅 : 1728px*/
  padding-top: 75px;
}

.news_temp .news_temp_list .news_temp_list_flex {
  width: 83.33%; /*デザイン幅 : 1600px*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_temp .news_temp_list .news_temp_list_flex .news_temp_content {
  width: 31.25%; /*デザイン幅 : 500px*/
}

.news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 .news_temp_content {
  width: 15.7%;
}

.news_temp .news_temp_list .news_temp_list_flex .blank {
  width: 31.25%; /*デザイン幅 : 500px*/
  height: 0;
}

.news_temp .news_temp_list .news_temp_list_flex .news_temp_content_img {
  line-height: 0;
}

.news_temp .news_temp_list .news_temp_list_flex h3 {
  line-height: 1.5;
  margin-top: 10px;
}

.news_temp .news_temp_list .news_temp_list_flex .news_temp_content {
  margin-bottom: 60px;
}

/**********************************
    テンプレート1(アップロード,問い合わせ)
**********************************/
.subpage_temp {
  width: 85%; /*デザイン幅 : 1632px*/
  margin: 65px auto;
  display: flex;
}

.subpage_temp.mt90 {
  margin-top: 90px;
}

.subpage_temp.mb190 {
  margin-bottom: 190px;
}

.subpage_temp_title {
  width: 30%; /*デザイン幅 : 490px*/
  box-sizing: border-box;
  padding-right: 5%;
}

.subpage_temp_title > div {
  width: 50px;
  height: 1px;
  background-color: #739C27;
  margin-bottom: 15px;
}

.subpage_temp_title h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}

.subpage_temp1 .subpage_temp1_content_wrap {
  width: 70%;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content_top_text {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.subpage_temp1 .subpage_temp1_content_wrap span {
  color: #FF0000;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content {
  margin-bottom: 60px;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content p {
  font-weight: bold;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=text],
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=email],
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=tel],
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content textarea {
  width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=text]::placeholder,
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=email]::placeholder,
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=tel]::placeholder,
.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content textarea::placeholder {
  color: #8E8E8E;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content label {
  width: 340px;
  background-color: #F7F7F7;
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 1px 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content label b {
  color: #8E8E8E;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=file] {
  display: none;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content .subpage_temp1_content_link a {
  color: #739C27;
  text-decoration: underline;
}

.subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content input[type=checkbox] {
  all: revert;
}

.subpage_temp1 .subpage_temp1_content_wrap .btn_style2 {
  margin: 0;
  width: 500px;
}

.subpage_temp2 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.subpage_temp_contents {
  width: 70%;
  border-top: 1px solid #707070;
}

.subpage_temp_aco {
  border-bottom: 1px solid #707070;
}

.subpage_temp_aco:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.subpage_temp_aco .subpage_temp_aco_content {
  display: none;
}

.subpage_temp_aco .subpage_temp_aco_title {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.subpage_temp_aco .subpage_temp_aco_title > div {
  width: 30px;
  height: 30px;
  position: relative;
}

.subpage_temp_aco .subpage_temp_aco_title > div > span {
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.subpage_temp_aco .subpage_temp_aco_title > div > span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}

.subpage_temp_aco .subpage_temp_aco_title > div > span:nth-of-type(2) {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transform: rotate(90deg);
}

.subpage_temp_aco.open .subpage_temp_aco_title > div > span:nth-of-type(1) {
  opacity: 0;
  transform: rotate(-180deg);
}

.subpage_temp_aco.open .subpage_temp_aco_title > div > span:nth-of-type(2) {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transform: rotate(180deg);
}

.subpage_temp_aco .subpage_temp_aco_content {
  background-color: #F7F7F7;
  width: 100%;
  border-radius: 10px;
  padding: 25px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.subpage_temp_aco .subpage_temp_aco_content p {
  line-height: 1.9;
}

.subpage_temp3 {
  width: 92.5%; /* デザイン幅 : 1776px */
  margin-left: auto;
  margin-top: 65px;
  display: flex;
  margin-bottom: 130px;
}

.subpage_temp3 .subpage_temp_title {
  width: 27.5%; /* デザイン幅 : 490px */
}

.subpage_temp3 .subpage_temp3_contents {
  width: 72.5%; /* デザイン幅 : 1286px */
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img {
  line-height: 1;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img.relative {
  position: relative;
  padding-bottom: 54px;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img .subpage_temp3_contents_img_absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img .subpage_temp3_contents_img_absolute img {
  width: 370px;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text {
  width: 88.8%; /* デザイン幅 : 1142px */
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text h3 {
  font-size: 35px;
  font-weight: bold;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text p {
  margin-bottom: 40px;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info {
  width: 88.8%; /* デザイン幅 : 1142px */
  background-color: #F7F7F7;
  border-radius: 15px;
  padding: 20px 40px;
  box-sizing: border-box;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info h3 {
  font-size: 30px;
  color: #66881A;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info .subpage_temp3_contents_info_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info .subpage_temp3_contents_info_flex p {
  width: 32%;
  padding-bottom: 20px;
}

.subpage_iframe {
  width: 100%;
}

.subpage_iframe iframe {
  width: 100%;
  height: 46.8vw;
}

.subpage_temp_table_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}

.subpage_temp_table_title h3 {
  width: 23%;
  font-weight: bold;
}

.subpage_temp_table_title p {
  width: 75%;
}

.subpage_temp2 .btn_style2 {
  margin-left: 0;
  margin-top: 30px;
}

.subpage_temp_contents_title {
  font-size: 26px;
  color: #739C27;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}

.no_boder {
  border: none;
}

.subpage_temp_table_title2 {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.subpage_temp_table_title2 p {
  width: 50%;
}

.subpage_temp_table_title3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}

.subpage_temp_table_title3 h3 {
  width: 26.2%; /* デザイン幅 : 300px */
  font-weight: bold;
}

.subpage_temp_table_title3 p {
  width: 73.8%;
  font-weight: bold;
  color: #739C27;
  font-weight: 24px;
}

.subpage_temp_table_title3 p span {
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  font-weight: normal;
}

.area_blank_sample {
  width: 100%;
  height: 1000px;
  background-color: #F7F7F7;
}

.subpage_temp4 {
  width: 72.9%; /* デザイン幅 : 1400px */
  margin: 115px auto 160px;
}

.subpage_temp4 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.subpage_temp4 .subpage_temp4_flex {
  width: 100%;
  display: flex;
  margin-bottom: 95px;
  justify-content: space-between;
}

.subpage_temp4 .subpage_temp4_flex .subpage_temp4_img {
  width: 47.8%; /* デザイン幅 : 670px */
}

.subpage_temp4 .subpage_temp4_flex .subpage_temp4_text {
  width: 50%; /* デザイン幅 : 700px */
  padding: 40px 0;
}

.subpage_temp4 .subpage_temp4_flex .subpage_temp4_text h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.subpage_temp4 .subpage_temp4_flex .subpage_temp4_text p {
  line-height: 2;
  margin-bottom: 40px;
}

.subpage_temp4 .subpage_temp4_flex .subpage_temp4_text .btn_style2 {
  width: 500px;
  max-width: 100%;
  margin-left: 0;
}

.privacy_temp {
  margin-top: 150px;
}

.privacy_temp .privacy_temp_toptitle {
  text-align: center;
  margin-bottom: 40px;
}

.privacy_temp .privacy_temp_toptitle h2 {
  font-size: 60px;
  line-height: 1.333;
}

.privacy_temp .privacy_temp_toptitle h3 {
  font-size: 14px;
  line-height: 1.35;
}

.privacy_temp .privacy_temp_flex_wrap {
  width: 90%; /* デザイン幅 : 1728px */
  margin: 0 auto;
}

.privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex h3 {
  width: 19.9%; /* デザイン幅 : 345px */
  font-weight: bold;
  color: #739C27;
  text-align: right;
}

.privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex p {
  width: 74.9%; /* デザイン幅 : 1295px */
  box-sizing: border-box;
  padding-left: 18px;
  border-left: 1px solid #707070;
}

.operation_top {
  width: 100%;
  display: flex;
}

.operation_top .operation_top_text {
  width: 40.8%; /* デザイン幅 : 785px */
  background-color: #24211E;
  box-sizing: border-box;
  padding: 3%;
  color: #FFFFFF;
  text-align: right;
}

.operation_top .operation_top_text h2 {
  font-size: 70px;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 5%;
}

.operation_top .operation_top_text h3 {
  font-size: 40px;
  line-height: 1.875;
  font-weight: bold;
  padding-top: 10%;
}

.operation_top .operation_top_text p {
  font-size: 16px;
  padding-top: 5%;
}

.operation_top .operation_top_img {
  width: 59.2%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.3% 0;
}

.operation_top .operation_top_img img {
  width: 89.4%;
}

.operation_info {
  width: 62.5%; /* デザイン幅 : 1200px */
  margin: 110px auto 0;
}

.operation_info .subpage_temp_title {
  width: 100%;
  margin-bottom: 60px;
}

.operation_info .subpage_temp_title h3 {
  font-size: 30px;
}

.operation_info_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.operation_info_flex .operation_info_flex_content {
  width: 49%;
}

.operation_info_flex .operation_info_flex_content .operation_info_flex_row {
  display: flex;
}

.operation_info_flex .operation_info_flex_content .operation_info_flex_row h3 {
  padding: 15px 0 30px;
  border-top: 2px solid #739C27;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  width: 25%; /* デザイン幅 : 147px */
}

.operation_info_flex .operation_info_flex_content .operation_info_flex_row p {
  padding: 15px 0 30px;
  border-top: 2px solid #CCCCCC;
  font-size: 16px;
  line-height: 1.875;
  width: 75%; /* デザイン幅 : 147px */
}

.operation_info .operation_info_map iframe {
  width: 100%;
  height: 28.64vw;
}

.support_temp {
  width: 85.7%; /* デザイン幅 : 1647px */
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

.support_temp .subpage_temp_title {
  width: 21%; /* デザイン幅 : 348px */
}

.support_temp .subpage_temp_content_wrap {
  width: 79%; /* デザイン幅 : 1298px */
}

.support_temp .subpage_temp_content_wrap.subpage_temp_content_wrap2 {
  display: flex;
  flex-wrap: wrap;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content.subpage_temp_content2 {
  width: 50%;
  border-top: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 50px;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #707070;
  padding: 75px 0;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content.no_border {
  border-top: none;
  padding-top: 0;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content .subpage_temp_content_img {
  width: 40%;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content .subpage_temp_content_text {
  width: 55%;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content .subpage_temp_content_text h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.48;
  padding-top: 80px;
  padding-bottom: 20px;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content .subpage_temp_content_text2 {
  line-height: 1;
}

.support_temp .subpage_temp_content_wrap .subpage_temp_content .subpage_temp_content_img2 {
  line-height: 0;
}

.support_info {
  width: 79.5%; /* デザイン幅 : 1526px */
  margin: 160px auto;
  background-color: #E0E0E0;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 65px 90px 40px;
}

.support_info h2 {
  font-size: 75px;
  color: #66881A;
  line-height: 1.3;
  padding-bottom: 30px;
}

.support_info li {
  font-size: 37px;
  line-height: 1.3;
  padding-bottom: 25px;
}

/*
スマホ用CSS
(980)
*/
@media screen and (max-width: 960px) {
  /* 960pxまでの幅の場合に適応される */
  .pc_mode {
    display: none;
  }
  .sp_mode {
    display: block;
  }
  body {
    font-size: 3.125vw;
  }
  .btn_style1 {
    width: 42.65625vw;
  }
  .btn_style1 a, .btn_style1 input[type=submit] {
    font-size: 3.125vw;
    padding: 2.1875vw 2.8125vw;
  }
  .header_menu_wrap {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .sp_fix_header {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    height: 20.3125vw;
    top: -30vw;
  }
  .sp_fix_header.open {
    background-color: transparent;
  }
  .sp_fix_header.open {
    background-color: transparent;
  }
  .sp_fix_header .header_inner {
    margin: 0 6.25vw;
    height: 20.3125vw;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
  }
  .sp_fix_header .header_inner .header_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto 0;
    text-align: center;
    top: 4.6875vw;
  }
  .sp_fix_header .header_inner .header_logo > img {
    width: 26.71875vw;
  }
  .sp_fix_header .header_inner .header_menu_btn {
    width: 9.375vw;
    height: 7.03125vw;
  }
  .sp_fix_header .header_inner .header_menu_btn > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sp_fix_header .header_inner .header_menu_btn > div > span {
    width: 100%;
    background-color: #707070;
    height: 1px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
  }
  .sp_fix_header .header_inner .header_menu_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  .sp_fix_header .header_inner .header_menu_btn > div > span:nth-of-type(2) {
    top: 50%;
  }
  .sp_fix_header .header_inner .header_menu_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_fix_header .header_inner .header_menu_btn.open > div > span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .sp_fix_header .header_inner .header_menu_btn.open > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_fix_header .header_inner .header_menu_btn.open > div > span:nth-of-type(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }
  header {
    height: 20.3125vw;
    background-color: transparent;
  }
  header .header_inner {
    margin: 0 6.25vw;
    height: 20.3125vw;
  }
  header .header_inner .header_menu_btn {
    width: 9.375vw;
    height: 7.03125vw;
  }
  header .header_inner .header_logo {
    top: 4.6875vw;
  }
  header .header_inner .header_logo img {
    width: 26.71875vw;
  }
  .header_menu_wrap .header_menu_inner {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 85px 7.9%;
    flex-wrap: wrap;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left {
    width: 100%;
  }
  .header_menu_wrap .header_menu_inner .header_menu_right {
    width: 100%;
  }
  .temp_page_top.top_style {
    padding-top: 0;
    height: 124.0625vw;
  }
  .top_concept_tmp {
    width: 89.84375vw;
    margin: 3.4375vw auto 0;
  }
  .top_concept_tmp .top_concept_text_wrap {
    width: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .top_concept_tmp .top_concept_text_wrap .top_concept_text {
    width: 100%;
    padding: 3.4375vw;
    box-sizing: border-box;
  }
  .top_concept_tmp .top_concept_text_wrap .top_concept_text p {
    font-size: 2.34375vw;
  }
  .top_concept_tmp .top_concept_img {
    width: 40.78125vw;
    right: -5vw;
    bottom: -7.8125vw;
  }
  .top_model_town_tmp {
    width: 89.84375%;
    margin: 28.90625vw auto 25vw;
    background-color: #E4E4E4;
    padding-bottom: 12.5vw;
  }
  .top_model_town_tmp .model_town_top_img {
    top: -6.09375vw;
  }
  .top_model_town_tmp .model_town_top_img img {
    width: 18.28125vw;
  }
  .top_model_town_tmp .model_town_top_title h2 {
    font-size: 9.375vw;
    padding: 6.25vw 0 0px;
  }
  .top_model_town_tmp .model_town_top_title h3 {
    font-size: 2.1875vw;
    padding: 0 0 7.03125vw;
  }
  .top_model_town_tmp .top_model_town_img {
    width: 80.78125vw;
    margin: 0 auto;
    line-height: 0;
  }
  .top_model_town_tmp .top_model_town_flex {
    width: 90%;
    margin: 0 auto 0;
    flex-wrap: wrap;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_left {
    width: 100%;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_right {
    width: 100%;
    margin-top: 5.46875vw;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_left h3 {
    font-size: 2.34375vw;
    margin-top: 3.90625vw;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_left h2 {
    font-size: 4.0625vw;
    margin-top: 1.5625vw;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_right h2 {
    font-size: 3.125vw;
  }
  .top_model_town_tmp .top_model_town_flex .top_model_town_flex_right p {
    font-size: 2.34375vw;
    margin-bottom: 3.90625vw;
  }
  .top_model_town_tmp .model_town_bot_img {
    bottom: -3.125vw;
  }
  .top_model_town_tmp .model_town_bot_img > img {
    width: 36.5625vw;
  }
  .area_list_temp {
    padding: 3.90625vw 0 7.8125vw;
  }
  .area_list_temp .area_list_icon {
    top: -4.6875vw;
  }
  .area_list_temp .area_list_icon > img {
    width: 8.59375vw;
  }
  .temp_title h2 {
    font-size: 9.375vw;
  }
  .temp_title h3 {
    font-size: 2.1875vw;
  }
  .area_list_temp .area_list_temp_inner {
    width: 80.9375vw;
    margin: 0 auto;
  }
  .area_list_temp .area_list_temp_inner .area_list_content p {
    font-size: 2.34375vw;
    text-align: left;
  }
  .area_list_temp .area_list_temp_inner .area_list_content {
    text-align: center;
    margin-top: 6.25vw;
  }
  .area_list_temp .area_list_temp_inner .area_list_content .area_list_form_flex {
    flex-wrap: wrap;
    margin: 5.46875vw 0;
  }
  .select_style1 {
    width: 56.09375vw;
    max-width: 100%;
  }
  .select_style1 select {
    font-size: 3.125vw;
    padding: 2.34375vw 3.59375vw;
  }
  .area_list_temp .area_list_temp_inner .area_list_content .area_list_form_flex > div {
    margin: 0;
  }
  .area_list_temp .area_list_temp_inner .area_list_content .area_list_form_flex > div:nth-of-type(1) {
    margin-bottom: 4.53125vw;
  }
  .btn_style2 {
    width: 56.09375vw;
  }
  .btn_style2 a, .btn_style2 input[type=submit] {
    font-size: 3.125vw;
    padding: 1.09375vw 0;
    border-radius: 150px;
  }
  .product_temp {
    margin: 13.28125vw 0 0;
    padding: 10.9375vw 0 0;
  }
  .product_temp .product_temp_icon > img {
    width: 18.28125vw;
  }
  .product_temp .product_temp_list .product_temp_list_content {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .product_temp .product_temp_list .product_temp_list_content:nth-of-type(1) {
    margin-top: 3.90625vw;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_img {
    width: 100%;
    position: static;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .triangle {
    display: none;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text {
    padding: 5.9375vw 5vw 17.1875vw;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text h3 {
    font-size: 3.125vw;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text h2 {
    font-size: 5vw;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text p {
    font-size: 3.125vw;
    line-height: 1.75;
    margin-top: 2.34375vw;
  }
  .product_temp .product_temp_list .product_temp_list_content .product_temp_list_content_text_wrap .product_temp_list_content_text > div {
    margin-top: 3.90625vw;
  }
  .vr_movie_temp {
    width: 100%;
    margin: 14.84375vw auto 0;
    background-image: url(../img/common/VR_bg_sp.svg);
    position: relative;
  }
  .vr_movie_temp .vr_movie_temp_icon {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -7.03125vw;
  }
  .vr_movie_slide .swiper-container.slider {
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 3.125vw;
  }
  .vr_movie_slide .swiper-container.slider iframe {
    width: 89.84375vw;
    height: 50.78125vw;
  }
  .vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide iframe {
    width: 39.53125vw;
    height: 22.1875vw;
  }
  .vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide .slide_iframe .slideoverray {
    width: 39.53125vw;
    height: 22.1875vw;
  }
  .vr_movie_slide .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide p {
    width: 39.53125vw;
    margin: 1.5625vw auto 0;
  }
  .vr_movie_slide .swiper-container.slider-thumbnail {
    width: 95.3125vw;
    padding: 0 0;
    margin-top: 3.90625vw;
    margin-bottom: 7.03125vw;
  }
  .news_temp_title {
    margin-top: 14.84375vw;
    height: 14.0625vw;
  }
  .news_temp_title .news_temp_triangle {
    position: absolute;
    bottom: 0;
    border-width: 14.84375vw 50vw;
    border-style: solid;
    border-color: transparent transparent #E4E4E4 transparent;
    width: 0;
  }
  .news_temp_title .temp_title {
    padding: 3.90625vw 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .news_temp .news_temp_list {
    width: 100%;
    background-color: #E4E4E4;
    padding-bottom: 10.15625vw;
    padding-top: 14.0625vw;
  }
  .news_temp_title .temp_title.temp_title2 {
    padding: 17.1875vw 0 0;
  }
  .news_temp_title .news_temp_icon {
    top: -3.90625vw;
  }
  .subpage_temp_aco .subpage_temp_aco_title > div {
    width: 4.6875vw;
    height: 4.6875vw;
    position: relative;
  }
  .news_temp .news_temp_list .news_temp_list_flex {
    width: 89.375vw;
    margin: 0 auto;
  }
  .news_temp .news_temp_list .news_temp_list_flex .news_temp_content {
    width: 100%;
    margin-bottom: 5.15625vw;
  }
  .news_temp .news_temp_list .news_temp_list_flex .news_temp_content a {
    display: flex;
    flex-wrap: wrap;
  }
  .news_temp .news_temp_list .news_temp_list_flex .news_temp_content_img {
    width: 35.78125vw;
  }
  .news_temp .news_temp_list .news_temp_list_flex h3 {
    width: 53.59375vw;
    font-size: 2.5vw;
    margin-top: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 3.75vw;
  }
  .news_temp .news_temp_list .btn_style2 {
    width: 89.53125vw;
  }
  .foot_sns_list {
    margin: 11.71875vw 0;
  }
  .foot_sns_list .foot_sns {
    margin: 0 3.4375vw;
  }
  .foot_sns_list .foot_sns img {
    height: 11.71875vw;
  }
  .foot_bot {
    width: 89.6875vw;
    flex-wrap: wrap;
    padding-bottom: 8.59375vw;
    padding-top: 7.8125vw;
  }
  .foot_bot .foot_bot_menu {
    width: 100%;
    flex-wrap: wrap;
  }
  .foot_bot .foot_bot_menu .foot_bot_menu_left {
    width: 100%;
    text-align: center;
  }
  .foot_bot .foot_bot_menu .foot_bot_menu_left img {
    width: 26.5625vw;
  }
  .foot_bot .foot_bot_menu .foot_bot_menu_right {
    width: 100%;
    margin-top: 8.59375vw;
  }
  .foot_bot .foot_bot_menu .foot_bot_menu_right > div {
    width: 50%;
    text-align: center;
    margin-bottom: 2.34375vw;
  }
  .foot_bot .foot_bot_menu .foot_bot_menu_right a {
    font-size: 3.125vw;
  }
  .foot_bot .foot_bot_copy {
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 9.375vw;
  }
  .foot_bot .foot_bot_copy p {
    position: static;
    font-size: 2.34375vw;
    text-align: center;
  }
  .header_menu {
    overflow: scroll;
    height: auto;
    padding-top: 6.625vw;
  }
  .header_menu_wrap {
    overflow: scroll;
    height: 95vh;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left .header_menu_left_link > div a {
    font-size: 3.75vw;
    line-height: 1.3;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left .header_menu_left_link > div {
    width: 50%;
    margin-bottom: 4.6875vw;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left .header_menu_sns_list {
    justify-content: center;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left .header_menu_sns_list > div {
    margin: 0 3.90625vw;
  }
  .header_menu_wrap .header_menu_inner .header_menu_left .header_menu_sns_list > div img {
    height: 11.71875vw;
  }
  .header_menu_wrap .header_menu_inner .header_menu_right iframe {
    width: 100%;
    height: 58.28125vw;
  }
  .subpage_top_blank {
    height: 20.3125vw;
  }
  .subpage_top_temp {
    padding: 28.125vw 0 29.6875vw;
  }
  .subpage_top_temp .subpage_top_temp_title h3 {
    font-size: 2.1875vw;
  }
  .subpage_top_temp .subpage_top_temp_title h2 {
    font-size: 7.8125vw;
  }
  .bread_list {
    width: 90.625vw;
    margin: 3.125vw auto;
  }
  .bread_list a, .bread_list span {
    font-weight: bold;
    font-size: 1.875vw;
    line-height: 1.5;
  }
  .subpage_temp3 {
    width: 100%;
    margin-left: auto;
    margin-top: 7.8125vw;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .subpage_temp3 .subpage_temp_title {
    width: 90.625vw;
    margin: 0 auto;
  }
  .subpage_temp3 .subpage_temp3_contents {
    width: 100%;
    margin-top: 4.6875vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img .subpage_temp3_contents_img_absolute {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img .subpage_temp3_contents_img_absolute img {
    width: 57.8125vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_img.relative {
    padding-bottom: -8.4375vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text {
    width: 90vw;
    margin: 2.34375vw auto 0;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text h3 {
    font-size: 4.6875vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_text p {
    line-height: 2;
    margin-bottom: 4.6875vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info {
    width: 90vw;
    margin: 3.125vw auto 9.375vw;
    padding: 6.25vw 4.6875vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info h3 {
    font-size: 4.6875vw;
    line-height: 1.2;
    margin-bottom: 2.34375vw;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info .subpage_temp3_contents_info_flex {
    flex-wrap: wrap;
  }
  .subpage_temp3 .subpage_temp3_contents .subpage_temp3_contents_info .subpage_temp3_contents_info_flex p {
    width: 100%;
    padding-bottom: 0vw;
  }
  .btn_style2.page_last {
    margin-bottom: 23.4375vw;
  }
  .btn_style2.wide {
    width: 90vw;
  }
  .subpage_temp2 {
    margin-top: 6.25vw;
    margin-bottom: 20.3125vw;
  }
  .subpage_temp {
    width: 89.6875vw;
    margin: 6.25vw auto 7.8125vw;
    display: flex;
    flex-wrap: wrap;
  }
  .subpage_temp_title {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0%;
  }
  .subpage_temp_contents {
    width: 100%;
    margin-top: 14.0625vw;
  }
  .subpage_temp_title h3 {
    font-size: 6.5625vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .subpage_temp_title > div {
    width: 7.8125vw;
    margin-bottom: 2.34375vw;
  }
  .subpage_temp_table_title {
    flex-wrap: wrap;
    padding: 3.125vw 0;
  }
  .subpage_temp_table_title h3 {
    width: 100%;
    font-size: 3.125vw;
  }
  .subpage_temp_table_title p {
    width: 100%;
  }
  .subpage_temp2 .btn_style2 {
    margin-top: 7.8125vw;
  }
  .subpage_temp.mt90 {
    margin-top: 0;
  }
  .subpage_temp_contents.system_table {
    margin-top: 2.34375vw;
    margin-bottom: 7.8125vw;
  }
  .subpage_temp_contents_title {
    font-size: 4.0625vw;
    padding-bottom: 4.0625vw;
  }
  .subpage_temp_table_title2 {
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
  }
  .subpage_temp_table_title2 p {
    width: 100%;
    border-bottom: 1px solid #707070;
    padding: 3.90625vw 0;
  }
  .subpage_temp_table_title3 {
    flex-wrap: wrap;
    padding: 3.90625vw 0;
  }
  .subpage_temp_table_title3 h3 {
    width: 100%;
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .subpage_temp_table_title3 p {
    width: 100%;
    line-height: 1.5;
    font-size: 4.53125vw;
  }
  .subpage_temp_table_title3 p span {
    font-size: 2.1875vw;
    display: block;
  }
  .subpage_temp.mb190 {
    margin-bottom: 0;
  }
  .news_temp_title .temp_title.temp_title2 h2 {
    font-size: 4.6875vw;
  }
  .news_temp_title .news_temp_triangle.news_temp_triangle2 {
    border-width: 10.9375vw 50vw;
    border-color: transparent transparent #F7F7F7 transparent;
  }
  .news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 {
    width: 90%;
    padding-top: 5.46875vw;
  }
  .news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 .news_temp_content {
    width: 42.65625vw;
    margin-bottom: 7.03125vw;
  }
  .news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 .news_temp_content .news_temp_content_img {
    width: 100%;
  }
  .news_temp .news_temp_list .news_temp_list_flex.news_temp_list_flex2 .news_temp_content h3 {
    width: 100%;
    background-color: transparent;
    padding: 1.5625vw 0;
  }
  .news_temp .news_temp_list.news_temp_list2 {
    background-color: #F7F7F7;
    padding-bottom: 8.59375vw;
    margin-bottom: 24.21875vw;
  }
  .top_concept_tmp .top_concept_text_wrap .top_concept_text h2 {
    font-size: 9.375vw;
  }
  .vr_movie_temp .vr_movie_temp_icon img {
    width: 6.25vw;
  }
  .news_temp_title .news_temp_icon img {
    width: 11.09375vw;
  }
  .subpage_temp4 {
    width: 89.6875vw;
    margin: 9.375vw auto 18.75vw;
  }
  .subpage_temp4 h2 {
    font-size: 4.6875vw;
    line-height: 1.5;
    margin-bottom: 10.9375vw;
  }
  .subpage_temp4 .subpage_temp4_flex {
    margin-bottom: 9.375vw;
    flex-wrap: wrap;
  }
  .subpage_temp4 .subpage_temp4_flex .subpage_temp4_img {
    width: 31.40625vw;
    line-height: 0;
  }
  .subpage_temp4 .subpage_temp4_flex .subpage_temp4_text {
    width: 53.75vw;
    padding: 0 0;
  }
  .subpage_temp4 .subpage_temp4_flex .btn_style2 {
    width: 100%;
    margin-top: 4.6875vw;
  }
  .subpage_temp4 .subpage_temp4_flex .btn_style2 a {
    padding: 0vw 0;
  }
  .subpage_temp4 .subpage_temp4_flex .subpage_temp4_text h3 {
    font-weight: bold;
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
  .subpage_temp4 .subpage_temp4_flex .subpage_temp4_text p {
    line-height: 1.6;
    font-size: 1.875vw;
    margin-bottom: 0;
  }
  .subpage_temp1 .subpage_temp1_content_wrap {
    width: 100%;
  }
  .subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content_top_text {
    font-size: 2.1875vw;
  }
  .subpage_temp1 .subpage_temp1_content_wrap .subpage_temp1_content {
    margin-bottom: 9.375vw;
  }
  .subpage_temp1 .subpage_temp1_content_wrap .btn_style2 {
    margin: 0;
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .subpage_temp_contents.aco {
    width: 100%;
    margin-top: 3.125vw;
  }
  .subpage_temp_aco .subpage_temp_aco_title {
    padding: 3.125vw 0;
  }
  .subpage_temp_aco .subpage_temp_aco_title h3 {
    font-size: 3.125vw;
    line-height: 2;
  }
  .subpage_temp_aco .subpage_temp_aco_content {
    padding: 3.125vw;
    margin-bottom: 3.90625vw;
  }
  .subpage_temp_aco:hover {
    opacity: 1;
  }
  .privacy_temp {
    margin-top: 17.1875vw;
  }
  .privacy_temp .privacy_temp_toptitle {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex {
    flex-wrap: wrap;
    margin-bottom: 9.375vw;
  }
  .privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex h3 {
    width: 100%;
    text-align: left;
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
  .privacy_temp .privacy_temp_flex_wrap .privacy_temp_flex p {
    width: 100%;
    font-size: 2.5vw;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #707070;
    padding: 1.5625vw 0;
  }
  .subpage_top_blank2 {
    height: 34.375vw;
    border-bottom: 3px solid #88AC1D;
  }
  .operation_top {
    flex-wrap: wrap-reverse;
  }
  .operation_top .operation_top_text {
    width: 100%;
    padding: 7.8125vw 4.6875vw;
    text-align: left;
  }
  .operation_top .operation_top_img {
    width: 100%;
    padding: 12.5vw 0;
  }
  .operation_top .operation_top_text h2 {
    font-size: 7.8125vw;
    padding-top: 0;
  }
  .operation_top .operation_top_text h3 {
    font-size: 3.90625vw;
    padding-top: 3.90625vw;
  }
  .operation_top .operation_top_text p {
    font-size: 2.5vw;
    padding-top: 3.90625vw;
  }
  .operation_info {
    width: 89.84375vw;
    margin: 7.8125vw auto 0;
  }
  .operation_info_flex {
    flex-wrap: wrap;
  }
  .operation_info_flex .operation_info_flex_content {
    width: 100%;
  }
  .operation_info .subpage_temp_title {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .operation_info_flex .operation_info_flex_content .operation_info_flex_row {
    flex-wrap: wrap;
    position: relative;
    border-top: 2px solid #CCCCCC;
    padding: 1.875vw 0;
  }
  .operation_info_flex .operation_info_flex_content .operation_info_flex_row:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22.96875vw;
    height: inherit;
    border-bottom: 2px solid #739C27;
  }
  .operation_info_flex .operation_info_flex_content .operation_info_flex_row h3 {
    padding: 0;
    border-top: none;
    font-size: 2.8125vw;
    width: 100%;
    padding-bottom: 0.78125vw;
  }
  .operation_info_flex .operation_info_flex_content .operation_info_flex_row p {
    padding: 0;
    border-top: none;
    font-size: 2.5vw;
    width: 100%;
  }
  .operation_info .operation_info_map iframe {
    width: 100%;
    height: 85.9375vw;
  }
  .operation_info .operation_info_map {
    margin-bottom: 15.625vw;
  }
}/*# sourceMappingURL=style.css.map */