@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ten Cre
 style info : トップ
=================================================================== */
body {
  background: #fff url(../img/home02/bg_mainvisual.png) left top no-repeat;
}
main{
	/*margin-left:0px;*/
}
@media screen and (max-width: 600px) {
  body {
    background-image: none;
  }
}

h2, h3, h4, h5, p {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 600px) {
  br.view-pc {
    display: none;
  }
}

br.view-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  br.view-sp {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  h2.title01 {
    text-align: center;
    margin-bottom: 20px;
  }
}
h2.title01 span {
  color: #000;
}
h2.title01 span.en {
  position: relative;
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Staatliches", cursive;
  padding-bottom: 15px;
  line-height: 1.0;
  font-weight: 400;
}
h2.title01.block_title{
	margin-top:-200px;
}
@media screen and (max-width: 1149px) {
h2.title01.block_title{
	display:none;
	margin-top:0px;
}
}
	
h2.title01 span.en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 83px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  h2.title01 span.en::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 999px) {
  h2.title01 span.en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  h2.title01 span.en {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 12px;
  }
}
h2.title01 span.title {
  display: inline-block;
  padding-top: 21px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  h2.title01 span.title {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  h2.title01 span.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h2.title02 {
  margin-bottom: 45px;
  text-align: center;
}
h2.title02 span {
  color: #000;
}
h2.title02 span.en {
  position: relative;
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Staatliches", cursive;
  padding-bottom: 24px;
  line-height: 1.0;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  h2.title02 span.en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  h2.title02 span.en {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 12px;
  }
}
h2.title02 span.en::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 1px;
  background-color: #000;
}
h2.title02 span.title {
  display: inline-block;
  padding-top: 18px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  h2.title02 span.title {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  h2.title02 span.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

p.more a {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #000;
  font-family: "Staatliches", cursive;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-right: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  p.more a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  p.more a {
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
p.more a::before {
  position: absolute;
  content: "";
  background: url(../img/home/icn_arrow_right_black.svg) center center no-repeat;
  width: 23px;
  height: 11px;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  p.more a::before {
    width: 20px;
    height: 9px;
  }
}

/*　　　header
-------------------------------------*/
.global-header .logo {
  position: absolute;
  top: 20px;
  left: 28px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .global-header .logo {
    top: 0;
    left: 0;
  }
}
.global-header .logo a {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .global-header .logo a {
    display: block;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.global-header .logo a img {
  width: 205px;
}
.global-header .global-nav .sub-nav {
  background-color: transparent;
 height:66px;
}

/* -----------------------------------------------------------
	con_top
----------------------------------------------------------- */
#con_top {
  position: relative;
  width: 78.5%;
  margin-left: 21.5%;
  /*============================
  #mainvisual
  ============================*/
}
@media screen and (max-width: 999px) {
  #con_top {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 600px) {
  #con_top {
    width: 87.5%;
    margin-left: 12.5%;
  }
}
#con_top #mainvisual {
  position: relative;
  /*============================
  #control_slider
  ============================*/
}
@media screen and (max-width: 767px) {
  #con_top #mainvisual {
    padding-bottom: 0;
  }
}
#con_top #mainvisual h1 {
  position: absolute;
  top: 98px;
  left: -152px;
  z-index: 1;
}
@media screen and (max-width: 1519px) {
  #con_top #mainvisual h1 {
    left: -116px;
  }
}
@media screen and (max-width: 1149px) {
  #con_top #mainvisual h1 {
    left: -98px;
  }
}
@media screen and (max-width: 999px) {
  #con_top #mainvisual h1 {
    left: -45px;
  }
}
@media screen and (max-width: 600px) {
  #con_top #mainvisual h1 {
    top: 90px;
    left: -10.5%;
  }
}
#con_top #mainvisual h1 img {
  width: 298px;
}
@media screen and (max-width: 767px) {
  #con_top #mainvisual h1 img {
    width: 270px;
  }
}
@media screen and (max-width: 600px) {
  #con_top #mainvisual h1 img {
    width: 220px;
  }
}
#con_top #mainvisual .box_slider {
  width: 100%;
  height: 667px;
}
@media screen and (min-width: 1800px) {
  #con_top #mainvisual .box_slider {
    height: 749px;
  }
}
@media screen and (max-width: 767px) {
  #con_top #mainvisual .box_slider {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  #con_top #mainvisual .box_slider {
    height: 380px;
  }
}
#con_top #mainvisual #control_slider {
  position: absolute;
  left: 105px;
  top: 778px;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  #con_top #mainvisual #control_slider {
    display: none;
  }
}
#con_top #mainvisual #control_slider ul.list_dots {
  overflow: hidden;
}
#con_top #mainvisual #control_slider ul.list_dots li {
  float: left;
  margin-right: 10px;
}
#con_top #mainvisual #control_slider ul.list_dots li:last-child {
  margin-right: 0;
}
#con_top #mainvisual #control_slider ul.list_dots li.active2 a {
  background-color: #fff;
}
#con_top #mainvisual #control_slider ul.list_dots li a {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  background-color: #AFAFAF;
  border-radius: 50%;
  transition: .5s ease-out;
}
#con_top .box_contact {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1099;
}
@media screen and (max-width: 767px) {
  #con_top .box_contact {
    display: none !important;
  }
}
#con_top .box_contact a {
  padding: 20px 32px;
  position: relative;
  display: block;
  background-color: #000;
  color: #fff;
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #con_top .box_contact a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  #con_top .box_contact a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#con_top .box_contact a::before {
  display: inline-block;
  content: "";
  background: url(/assets/img/home/icn_tel.svg) center center no-repeat;
  width: 15px;
  height: 19.5px;
  vertical-align: -4px;
  padding-right: 13px;
}

/* -----------------------------------------------------------
	con_report
----------------------------------------------------------- */
.con_report {
  padding: 38px 35px 38px 10%;
  background-color: #164D9F;
  display: flex;
  justify-content: left;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .con_report {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 1999px) {
  .con_report {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1799px) {
  .con_report {
    padding-left: 5.8%;
  }
}
@media screen and (max-width: 1569px) {
  .con_report {
    padding-left: 2.2%;
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .con_report {
    position: static;
    padding: 20px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .con_report {
    width: 100%;
    padding: 15px 30px 25px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section {
    display: block;
  }
  .con_report section:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .con_report section:not(:last-child) {
    margin-bottom: 0;
  }
}

.con_report section:not(:last-child) {
  border-right: 0.5px solid #7e97bd;
}
@media screen and (max-width: 999px) {
  .con_report section:not(:last-child) {
    border-right: none;
  }
}
.con_report section:not(:first-child) {
  padding-left: 28px;
}
@media screen and (max-width: 1569px) {
  .con_report section:not(:first-child) {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .con_report section:not(:first-child) {
    padding-top: 25px;
  }
}
.con_report section h2 {
  padding-bottom: 15px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .con_report section h2 {
    padding-bottom: 9px;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .con_report section h2 {
    display: block;
  }
}
.con_report section h2 > span.wrapper {
  width: 100%;
}
.con_report section h2 > span.wrapper span {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .con_report section h2 > span.wrapper span {
    display: inline;
  }
}
.con_report section h2 > span.wrapper span.en {
  font-family: "Staatliches", cursive;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .con_report section h2 > span.wrapper span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 999px) {
  .con_report section h2 > span.wrapper span.en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.con_report section h2 > span.wrapper span.title {
  padding-left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  vertical-align: 0.1em;
}
@media screen and (max-width: 999px) {
  .con_report section h2 > span.wrapper span.title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0.25em;
    vertical-align: 0em;
  }
}
@media screen and (max-width: 600px) {
  .con_report section h2 > span.wrapper span.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.con_report section ul.list_weather {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_weather {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .con_report section ul.list_weather {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.con_report section ul.list_weather li {
  width: calc(100% / 3);
  padding: 0 20px 8px;
}
.con_report section ul.list_weather li:not(:last-child) {
  border-right: 0.5px solid #7e97bd;
}
.con_report section ul.list_weather li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_weather li {
    padding: 8px 40px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li {
    padding: 8px 20px;
  }
}
.con_report section ul.list_weather li.weather p img {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .con_report section ul.list_weather li.weather p img {
    width: 52px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.weather {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.temperature {
    width: 50%;
    border-right: none;
  }
}
.con_report section ul.list_weather li.snow {
  min-width: 300px;
  border-right: none;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow {
    width: 100%;
    border-right: none;
    padding: 0;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 0.5px solid #7e97bd;
  }
}
.con_report section ul.list_weather li.snow h3 {
  padding-bottom: 6px;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow h3 {
    display: none;
  }
}
.con_report section ul.list_weather li.snow .block_sekisetsu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow .block_sekisetsu > div {
    display: block;
    padding: 8px 20px;
    width: 50%;
  }
}
.con_report section ul.list_weather li.snow .block_sekisetsu > div h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow .block_sekisetsu > div h4 {
    margin-right: 0;
    padding-bottom: 5px;
    justify-content: center;
  }
}
.con_report section ul.list_weather li.snow .block_sekisetsu > div h4 span.view-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow .block_sekisetsu > div h4 span.view-sp {
    display: inline;
  }
}
.con_report section ul.list_weather li.snow .block_sekisetsu > div.left {
  margin-right: 15px;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.snow .block_sekisetsu > div.left {
    margin-right: 0;
    border-right: 0.5px solid #7e97bd;
  }
}
.con_report section ul.list_weather li.snow .block_sekisetsu > div.right {
  width: 50%;
}
.con_report section ul.list_weather li.more {
  display: flex;
  align-items: flex-end;
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.more {
    padding: 5px 0 0;
    width: 100%;
    display: block;
  }
}
.con_report section ul.list_weather li.more p.more {
  margin-bottom: 8px;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li.more p.more {
    margin-bottom: 0;
    text-align: right;
  }
}
.con_report section ul.list_weather li.more p.more a {
  border-color: #fff;
  color: #fff;
  border-width: 1px;
}
.con_report section ul.list_weather li.more p.more a::before {
  background: url(../img/home/icn_arrow_right_white.svg) center center no-repeat;
}
.con_report section ul.list_weather li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 16px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li h3 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .con_report section ul.list_weather li h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.con_report section ul.list_weather li p {
  color: #fff;
  text-align: center;
  line-height: 1.0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.con_report section ul.list_weather li p span {
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 0.07em;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_weather li p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.con_report section ul.list_lift {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift {
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift {
    display: block;
  }
}
.con_report section ul.list_lift > li {
  padding: 0 18px;
}
@media screen and (max-width: 1569px) {
  .con_report section ul.list_lift > li {
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li {
    padding: 0;
  }
}
.con_report section ul.list_lift > li:first-child {
  padding-left: 0;
}
.con_report section ul.list_lift > li:not(:last-child) {
  border-right: 0.5px solid #fff;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li:not(:last-child) {
    margin-bottom: 12px;
    border-right: none;
  }
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift > li {
    border-right: 0.5px solid #fff;
  }
}
@media screen and (max-width: 1519px) and (max-width: 999px) {
  .con_report section ul.list_lift > li {
    border-right: none;
  }
}

@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift > li.style-orion .wrapper_lift {
    min-width: 320px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li.style-orion .wrapper_lift {
    min-width: 0;
    display: block;
  }
}
.con_report section ul.list_lift > li.style-tonpei {
  border-right: none;
}
.con_report section ul.list_lift > li.more {
  padding-left: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li.more {
    padding: 5px 0 0;
    width: 100%;
    display: block;
  }
}
.con_report section ul.list_lift > li.more p.more {
  margin-bottom: 23px;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li.more p.more {
    margin-bottom: 0;
    text-align: right;
  }
}
.con_report section ul.list_lift > li.more p.more a {
  border-color: #fff;
  color: #fff;
  border-width: 1px;
}
.con_report section ul.list_lift > li.more p.more a::before {
  background: url(../img/home/icn_arrow_right_white.svg) center center no-repeat;
}
.con_report section ul.list_lift > li h4 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 6px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li h4 {
    padding-bottom: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con_report section ul.list_lift > li h4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.con_report section ul.list_lift > li .wrapper_lift {
  display: flex;
}
@media screen and (max-width: 1569px) {
  .con_report section ul.list_lift > li .wrapper_lift {
    justify-content: left;
  }
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende {
    width: 100%;
  }
}
.con_report section ul.list_lift > li .wrapper_lift ul.list_gerende:nth-child(n + 2) {
  margin-left: 7px;
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende:nth-child(n + 2) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 2px;
  }
}
.con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li {
  margin-bottom: 6px;
  padding: 5px 10px 5px 12px;
  background-color: #fff;
  font-weight: 400;
  color: #164D9F;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1519px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li {
    margin-bottom: 0;
  }
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li {
    text-align: center;
    flex: 1;
  }
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li:not(:last-child) {
    margin-right: 2px;
  }
}
.con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .con_report section ul.list_lift > li .wrapper_lift ul.list_gerende li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.con_report section ul.list_lift > li .wrapper_lift table.tbl_lift {
  width: 100%;
  border-collapse: collapse;
}
.con_report section ul.list_lift > li .wrapper_lift table.tbl_lift tr:last-child td {
  border-bottom: none;
}
.con_report section ul.list_lift > li .wrapper_lift table.tbl_lift tr td {
  padding: 5px 5px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #164D9F;
  color: #164D9F;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, serif;
  text-align: center;
  letter-spacing: -0.05em;
}
.con_report section ul.list_lift > li .wrapper_lift table.tbl_lift tr td:first-child::after {
  position: absolute;
  right: 0;
  content: "";
  height: calc(100% - 12px);
  border-right: 1px solid #5e8cd2;
}
@media screen and (max-width: 999px) {
  .con_report section ul.list_lift > li .wrapper_lift table.tbl_lift tr td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con_report section ul.list_lift > li .wrapper_lift table.tbl_lift tr td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------
	con_pr
----------------------------------------------------------- */
#con_pr {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #con_pr {
    padding-top: 50px;
  }
}
#con_pr > .inner #slider_banner_container {
  position: relative;
  width: 1244px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1459px) {
  #con_pr > .inner #slider_banner_container {
    padding: 0 8%;
  }
}
#con_pr > .inner #slider_banner_container .arrow {
  cursor: pointer;
  position: absolute;
  top: calc( 50% - 15px );
  width: 13px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 99;
  opacity: 1.0;
  transition: .35s ease-out;
}
@media screen and (max-width: 767px) {
  #con_pr > .inner #slider_banner_container .arrow {
    width: 11px;
  }
}
#con_pr > .inner #slider_banner_container .arrow:hover {
  opacity: 0.7;
}
#con_pr > .inner #slider_banner_container .arrow.prev {
  left: -41px;
  background-image: url(../img/home02/arrow_slider_left.svg);
}
@media screen and (max-width: 1459px) {
  #con_pr > .inner #slider_banner_container .arrow.prev {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #con_pr > .inner #slider_banner_container .arrow.prev {
    left: 2%;
  }
}
#con_pr > .inner #slider_banner_container .arrow.next {
  right: -41px;
  background-image: url(../img/home02/arrow_slider_right.svg);
}
@media screen and (max-width: 1459px) {
  #con_pr > .inner #slider_banner_container .arrow.next {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #con_pr > .inner #slider_banner_container .arrow.next {
    right: 2%;
  }
}
#con_pr > .inner #slider_banner_container ul#slider_banner {
  overflow: hidden;
}
#con_pr > .inner #slider_banner_container ul#slider_banner li {
  padding: 0 21px;
}
@media screen and (max-width: 999px) {
  #con_pr > .inner #slider_banner_container ul#slider_banner li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #con_pr > .inner #slider_banner_container ul#slider_banner li {
    padding: 0 8%;
  }
}
#con_pr > .inner #slider_banner_container ul#slider_banner li a {
  display: block;
  opacity: 1.0;
  transition: .35s ease-out;
}
#con_pr > .inner #slider_banner_container ul#slider_banner li a:focus {
  outline: 0;
}
#con_pr > .inner #slider_banner_container ul#slider_banner li a:hover {
  opacity: 0.7;
}
#con_pr > .inner #slider_banner_container ul#slider_banner li a img {
  width: 100%;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
#con_news {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #con_news {
    padding-top: 50px;
  }
}
#con_news .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1329px) {
  #con_news .inner {
    margin: 0 7.5%;
  }
}
#con_news .inner .box_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info {
    display: block;
  }
}
#con_news .inner .box_info h2.title01 {
  padding-right: 50px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #con_news .inner .box_info h2.title01 {
    padding-right: 25px;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info h2.title01 {
    margin-bottom: 10px;
    padding-right: 0;
    border-right: none;
  }
}
#con_news .inner .box_info h2.title01 span.en {
  font-size: 42px;
  font-size: 4.2rem;
  padding-bottom: 0;
}
@media screen and (max-width: 999px) {
  #con_news .inner .box_info h2.title01 span.en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info h2.title01 span.en {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 12px;
  }
}
#con_news .inner .box_info h2.title01 span.en::after {
  display: none;
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info h2.title01 span.en::after {
    display: block;
  }
}
#con_news .inner .box_info h2.title01 span.title {
  padding-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #con_news .inner .box_info h2.title01 span.title {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info h2.title01 span.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#con_news .inner .box_info ul.list_news {
  margin-left: 48px;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #con_news .inner .box_info ul.list_news {
    margin-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info ul.list_news {
    margin-left: 0;
  }
}
#con_news .inner .box_info ul.list_news li {
  display: table-row;
}
#con_news .inner .box_info ul.list_news li:last-child p.date {
  padding-bottom: 2px;
}
#con_news .inner .box_info ul.list_news li:last-child p.text {
  padding-bottom: 2px;
}
#con_news .inner .box_info ul.list_news li p {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info ul.list_news li p {
    display: block;
    padding: 17px 10px;
  }
}
#con_news .inner .box_info ul.list_news li p.date {
  width: 10%;
  padding: 6px 35px 24px 0;
  letter-spacing: 0.05em;
  color: #6084be;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Staatliches", cursive;
  line-height: 1.0;
}
@media screen and (max-width: 999px) {
  #con_news .inner .box_info ul.list_news li p.date {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info ul.list_news li p.date {
    font-size: 15px;
    font-size: 1.5rem;
    background: none;
    padding-bottom: 4px;
  }
}
#con_news .inner .box_info ul.list_news li p.text {
  padding: 0 0 24px 0;
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info ul.list_news li p.text {
    padding-bottom: 18px;
  }
}
#con_news .inner .box_info ul.list_news li p.text a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  transition: .5s ease-out;
  color: #333;
  text-decoration: underline;
}
#con_news .inner .box_info ul.list_news li p.text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #con_news .inner .box_info ul.list_news li p.text a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  #con_news .inner .box_info ul.list_news li p.text a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#con_news .inner p.more {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #con_news .inner p.more {
    margin-top: 18px;
    text-align: right;
  }
}

/* -----------------------------------------------------------
	con_about
----------------------------------------------------------- */
#con_about {
  position: relative;
  padding-top: 192px;
  background: url(../img/home02/bg_about.png) top right no-repeat;
  margin-top: -86px;
}
@media screen and (max-width: 600px) {
  #con_about {
    padding-top: 146px;
  }
}
#con_about .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1329px) {
  #con_about .inner {
    margin: 0 5%;
  }
}
#con_about .inner ul.list_park li {
  display: flex;
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li {
    display: block;
  }
}
#con_about .inner ul.list_park li .right {
  order: 1;
}
#con_about .inner ul.list_park li .left {
  order: 2;
}
#con_about .inner ul.list_park li .detail {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 68px;
}
@media screen and (max-width: 1149px) {
  #con_about .inner ul.list_park li .detail {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li .detail {
    padding: 0 0 25px 0;
  }
}
#con_about .inner ul.list_park li .detail .box h2.title01 {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li .detail .box h2.title01 {
    margin-bottom: 20px;
  }
}
#con_about .inner ul.list_park li .detail .box p.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}
@media screen and (max-width: 999px) {
  #con_about .inner ul.list_park li .detail .box p.txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li .detail .box p.txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#con_about .inner ul.list_park li .image {
  width: 775px;
}
@media screen and (max-width: 1519px) {
  #con_about .inner ul.list_park li .image {
    width: 550px;
  }
}
@media screen and (max-width: 1149px) {
  #con_about .inner ul.list_park li .image {
    width: 450px;
  }
}
@media screen and (max-width: 999px) {
  #con_about .inner ul.list_park li .image {
    width: 345px;
  }
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li .image {
    width: 300px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_park li .image {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    float: none;
  }
}
#con_about .inner ul.list_gallery {
  max-width: 916px;
  padding-top: 43px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #con_about .inner ul.list_gallery {
    padding-top: 1.25%;
  }
}
#con_about .inner ul.list_gallery li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 13px;
}
#con_about .inner ul.list_gallery li:nth-child(3n) {
  margin-right: 0;
}
#con_about .inner ul.list_gallery li img {
  width: 100%;
}

/* -----------------------------------------------------------
	con_pickup
----------------------------------------------------------- */
#con_pickup {
  margin-top: 55px;
  padding-top: 200px;
  padding-bottom: 500px;
  background: url(../img/home02/bg_pickup.png) top left no-repeat;
}
@media screen and (max-width: 1149px) {
  #con_pickup {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#con_pickup > .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1329px) {
  #con_pickup > .inner {
    margin: 0 5%;
  }
}
#con_pickup > .inner p.phrase_en {
  position: absolute;
  top: -338px;
  right: -239px;
  font-family: "Staatliches", cursive;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1.15;
  color: #417eb4;
  transform: rotate(90deg);
  transform-origin: left bottom;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 1519px) {
  #con_pickup > .inner p.phrase_en {
    display: none;
  }
}
#con_pickup > .inner .box_pickup {
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup {
    margin-top: 0;
  }
}
#con_pickup > .inner .box_pickup .photo01, #con_pickup > .inner .box_pickup .photo02 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .photo01, #con_pickup > .inner .box_pickup .photo02 {
    position: static;
  }
}
#con_pickup > .inner .box_pickup .photo01 {
  left: 260px;
}
@media screen and (max-width: 767px) {
  #con_pickup > .inner .box_pickup .photo01 {
    left: auto;
    right: -7.5%;
  }
}
#con_pickup > .inner .box_pickup .photo01 img {
  max-width: none;
  width: 846px;
}
@media screen and (max-width: 999px) {
  #con_pickup > .inner .box_pickup .photo01 img {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #con_pickup > .inner .box_pickup .photo01 img {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .photo01 img {
    width: 100%;
  }
}
#con_pickup > .inner .box_pickup .photo02 {
  left: 1136px;
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .photo02 {
    display: none;
  }
}
#con_pickup > .inner .box_pickup .photo02 img {
  max-width: none;
  width: 911px;
}
#con_pickup > .inner .box_pickup .detail {
  padding-top: 200px;
}
@media screen and (max-width: 999px) {
  #con_pickup > .inner .box_pickup .detail {
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .detail {
    padding-top: 0;
  }
}
#con_pickup > .inner .box_pickup .detail section {
  position: relative;
  z-index: 1;
  margin-left: -45px;
  max-width: 446px;
  background-color: #164ba0;
  padding: 40px 75px 60px;
}
@media screen and (max-width: 999px) {
  #con_pickup > .inner .box_pickup .detail section {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .detail section {
    margin-left: 0;
    max-width: none;
    padding: 25px 5% 28px;
  }
}
#con_pickup > .inner .box_pickup .detail section h3 {
  padding-bottom: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #con_pickup > .inner .box_pickup .detail section h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .detail section h3 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 14px;
    text-align: center;
  }
}
#con_pickup > .inner .box_pickup .detail section p.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #con_pickup > .inner .box_pickup .detail section p.txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #con_pickup > .inner .box_pickup .detail section p.txt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .detail section p.txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#con_pickup > .inner .box_pickup .detail section p.more {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #con_pickup > .inner .box_pickup .detail section p.more {
    margin-top: 10px;
    text-align: right;
  }
}
#con_pickup > .inner .box_pickup .detail section p.more a {
  border-color: #fff;
  color: #fff;
}
#con_pickup > .inner .box_pickup .detail section p.more a::before {
  background: url(../img/home/icn_arrow_right_white.svg) center center no-repeat;
}

/* -----------------------------------------------------------
	con_movie
----------------------------------------------------------- */
#con_movie {
  padding-bottom: 108px;
  background: url(../img/home02/bg_movie.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1149px) {
  #con_movie {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#con_movie .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1149px) {
  #con_movie .inner {
    width: auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  #con_movie .inner {
    display: block;
  }
}
#con_movie .inner .right {
  padding-left: 83px;
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
@media screen and (max-width: 1599px) {
  #con_movie .inner .right {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1149px) {
  #con_movie .inner .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  #con_movie .inner .right {
    width: 100%;
    padding-left: 0;
  }
}
#con_movie .inner .right h2.title01 span {
  color: #fff;
}
#con_movie .inner .right h2.title01 span.en::after {
  height: 1px;
  background-color: #fff;
}
#con_movie .inner .left {
  order: 1;
  flex: 1;
}
@media screen and (max-width: 999px) {
  #con_movie .inner .left {
    flex: none;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #con_movie .inner .left {
    width: 350px;
  }
}
@media screen and (max-width: 600px) {
  #con_movie .inner .left {
    width: 100%;
  }
}
@media screen and (max-width: 1149px) {
  #con_movie .inner .left .inner02 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
#con_movie .inner .left .inner02 iframe {
  margin-top: -113px;
  width: 100%;
}
@media screen and (max-width: 1149px) {
  #con_movie .inner .left .inner02 iframe {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	con_instagram
----------------------------------------------------------- */
#con_instagram {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  #con_instagram {
    padding-top: 40px;
    padding-bottom: 38px;
  }
}
#con_instagram h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #con_instagram h2 {
    margin-bottom: 20px;
  }
}
#con_instagram .inner {
  position: relative;
}
@media screen and (max-width: 480px) {
  #con_instagram .inner #sbi_images div:nth-child(10) {
    display: none;
  }
}
#con_instagram .inner p.more {
  position: absolute;
  right: 10%;
  top: -70px;
}
@media screen and (max-width: 999px) {
  #con_instagram .inner p.more {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #con_instagram .inner p.more {
    display: none;
  }
}
#con_instagram .inner p.more a {
  padding-right: 0;
  font-weight: 700;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
#con_access {
  padding-top: 155px;
  margin-bottom:300px;

}
@media screen and (max-width: 1149px) {
#con_access {
	margin-bottom:40px;
}
}
@media screen and (max-width: 767px) {
  #con_access {
    padding-top: 60px;
  }
}
#con_access h2.title02 {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  #con_access h2.title02 {
    margin-bottom: 20px;
  }
}
#con_access .box_map {
  position: relative;
}
#con_access .box_map iframe {
  width: 100%;
  height: 466px;
}
@media screen and (max-width: 767px) {
  #con_access .box_map iframe {
    height: 300px;
  }
}
#con_access .box_map p.btn_link02 {
  position: absolute;
  bottom: 24px;
  right: 63px;
}
@media screen and (max-width: 767px) {
  #con_access .box_map p.btn_link02 {
    display: none;
  }
}
#con_access .box_map p.btn_link02 a {
  display: block;
  width: 234px;
  height: 63px;
  line-height: 63px;
  background-color: #000;
  color: #fff;
  border-radius: 32px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  #con_access .box_map p.btn_link02 a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  #con_access .box_map p.btn_link02 a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#con_access .box_root {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  #con_access .box_root {
    padding-top: 50px;
  }
}
#con_access .box_root ul.list_root li {
  padding-bottom: 20px;
}
#con_access .box_root ul.list_root li h3 {
  background-color: #EDEDED;
  line-height: 50px;
  border-radius: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-family: source-han-sans-japanese, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #con_access .box_root ul.list_root li h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #con_access .box_root ul.list_root li h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
#con_access .box_root ul.list_root li p img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
	con_banner
----------------------------------------------------------- */
#con_banner {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #con_banner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#con_banner .inner ul.list_banner {
  display: flex;
  flex-wrap: wrap;
}
#con_banner .inner ul.list_banner li {
  width: 21%;
  margin-right: 5.333%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #con_banner .inner ul.list_banner li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 600px) {
  #con_banner .inner ul.list_banner li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
#con_banner .inner ul.list_banner li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #con_banner .inner ul.list_banner li:nth-child(4n) {
    margin-right: 2%;
  }
}
#con_banner .inner ul.list_banner li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #con_banner .inner ul.list_banner li:nth-last-child(-n+4) {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  #con_banner .inner ul.list_banner li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #con_banner .inner ul.list_banner li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #con_banner .inner ul.list_banner li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #con_banner .inner ul.list_banner li:nth-last-child(-n+3) {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 600px) {
  #con_banner .inner ul.list_banner li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #con_banner .inner ul.list_banner li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
#con_banner .inner ul.list_banner li a {
  display: block;
}
#con_banner .inner ul.list_banner li a img {
  width: 100%;
  height: auto;
}

/* 追加分 */
main #con_top .caption div a:hover {
  opacity: .7;
}

#con_top #mainvisual #control_slider {
  display: none;
}

main #con_top .caption div {
  top: 45%;
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  main #con_top .caption div {
    top: 65%;
    width: 380px;
  }
}
@media screen and (max-width: 600px) {
  main #con_top .caption div {
    top: 67%;
    width: 290px;
  }
}
/* -----------------------------------------------------------
	コロナ対策バナー
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_pr
  ----------------------------------------------------------- */
  #con_pr {
    padding-top: 80px;
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    #con_pr {
      padding-top: 50px;
    }
  }
  @media screen and (max-width: 600px) {
    #con_pr {
      padding-top: 30px;
    }
  }
  #con_pr > .inner .bnr_crn {
    max-width: 800px;
    width: 80%;
    margin: 0 auto 30px;
  }
  @media screen and (max-width: 767px) {
    #con_pr > .inner .bnr_crn {
      width: 100%;
      padding: 0 8%;
    }
  }
  #con_pr > .inner .bnr_crn a {
    display: block;
    width: 100%;
    margin: auto;
    /* padding: 0 21px; */
  }
  @media screen and (max-width: 999px) {
    #con_pr > .inner .bnr_crn a {
      /* padding: 0 15px; */
    }
  }
  /* @media screen and (max-width: 767px) {
    #con_pr > .inner .bnr_crn a {
      padding: 0 8%;
    }
    } */
    #con_pr > .inner .bnr_crn a:not(:last-child) {
      margin-bottom: 10px;
    }
    #con_pr > .inner .bnr_crn a img {
      display: block;
      margin: auto;
      max-width: 850px;
      width: 100%;
    }
    @media screen and (max-width: 600px) {
      #con_pr > .inner .bnr_crn a img.view-pc {
        display: none;
      }
    }
    #con_pr > .inner .bnr_crn a img.view-sp {
      display: none;
    }
    @media screen and (max-width: 600px) {
      #con_pr > .inner .bnr_crn a img.view-sp {
        display: inline;
      }
    }
    #con_pr > .inner .bnr_crn a img.adjust {
      padding: 1.2%;
    }
    #con_pr > .inner #slider_banner_container {
      position: relative;
      width: 1244px;
      margin: 0 auto;
      max-width: 100%;
    }
    @media screen and (max-width: 1459px) {
      #con_pr > .inner #slider_banner_container {
        padding: 0 8%;
      }
    }
    #con_pr > .inner #slider_banner_container .arrow {
      cursor: pointer;
      position: absolute;
      top: calc( 50% - 15px );
      width: 13px;
      height: 30px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 99;
      opacity: 1.0;
      transition: .35s ease-out;
    }
    @media screen and (max-width: 767px) {
      #con_pr > .inner #slider_banner_container .arrow {
        width: 11px;
      }
    }
    #con_pr > .inner #slider_banner_container .arrow:hover {
      opacity: 0.7;
    }
    #con_pr > .inner #slider_banner_container .arrow.prev {
      left: -41px;
      background-image: url(../img/home02/arrow_slider_left.svg);
    }
    @media screen and (max-width: 1459px) {
      #con_pr > .inner #slider_banner_container .arrow.prev {
        left: 5%;
      }
    }
    @media screen and (max-width: 767px) {
      #con_pr > .inner #slider_banner_container .arrow.prev {
        left: 2%;
      }
    }
    #con_pr > .inner #slider_banner_container .arrow.next {
      right: -41px;
      background-image: url(../img/home02/arrow_slider_right.svg);
    }
    @media screen and (max-width: 1459px) {
      #con_pr > .inner #slider_banner_container .arrow.next {
        right: 5%;
      }
    }
    @media screen and (max-width: 767px) {
      #con_pr > .inner #slider_banner_container .arrow.next {
        right: 2%;
      }
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner {
      overflow: hidden;
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner li {
      padding: 0 21px;
    }
    @media screen and (max-width: 999px) {
      #con_pr > .inner #slider_banner_container ul#slider_banner li {
        padding: 0 15px;
      }
    }
    @media screen and (max-width: 767px) {
      #con_pr > .inner #slider_banner_container ul#slider_banner li {
        padding: 0 8%;
      }
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner li a {
      display: block;
      opacity: 1.0;
      transition: .35s ease-out;
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner li a:focus {
      outline: 0;
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner li a:hover {
      opacity: 0.7;
    }
    #con_pr > .inner #slider_banner_container ul#slider_banner li a img {
      width: 100%;
    }
/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer{
	margin-top: 40px;
}
	