@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  background: #fff;
  line-height: 1.7;
}

.yugo {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

.sup {
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justifyBet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justifyAround {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.itemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemsStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.itemsEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.attention {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pcOnly1000 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media print, screen and (min-width: 361px) {
  .spOnly360 {
    display: none;
  }
}
.mb0{
	margin-bottom: 0!important;
}
.pt05{
	padding-top: 5px!important;
}
.lineHeight {
  line-height: 0;
}

.objectFit {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headerTop {
  margin-top: -65px;
  padding-top: 65px;
  margin-bottom: 100px;
}
.breadcrumbNav > .navIn{
	box-sizing: content-box;
}
.breadcrumbNav ol > li{
	font-size: 1.2rem;
  line-height: 1.2rem;
}
.l-gpHeader__sn__ul{
	font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
	.breadcrumbNav ol > li{
		font-size: 1rem;
	}
}

#staywork{
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .headerTop {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

.btn01 a {
  color: #fff;
}

.scrollArea01 {
  overflow-y: auto;
  scrollbar-color: #ddd #f4f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #ddd;
  scrollbar-track-color: #f4f4f4;
  scrollbar-arrow-color: #f4f4f4;
  scrollbar-shadow-color: #ddd;
}
.scrollArea01::-webkit-scrollbar {
  width: 10px;
}
.scrollArea01::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.scrollArea01::-webkit-scrollbar-thumb {
  background: #ddd;
}

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadeinUnder.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*
.mainContent {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .mainContent {
    margin-top: 65px;
  }
}
*/

.header {
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.header .container {
  height: 110px;
}
@media screen and (max-width: 767px) {
  .header .container {
    height: 65px;
  }
}
.header h1 {
  width: 225px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    width: 180px;
    height: 25px;
  }
}
.header .btn01 {
  font-size: 1.8rem;
  width: 230px;
  background: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .header .btn01 {
    font-size: 1.4rem;
    text-align: left;
    width: 85px;
    line-height: 1.2;
  }
}
.header .btn01 a {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .header .btn01 a {
    height: 45px;
    padding: 0 6px;
  }
}
.header .btn01 a:hover {
  background: #fff;
  opacity: 1;
}
.header .btn01 a:hover span {
  color: #000;
  background-image: url("../images/ico_arrow01_on.svg");
}
.header .btn01 span {
  padding-right: 30px;
  background: url("../images/ico_arrow01_off.svg") no-repeat 100% 50%/20px 8px;
}
@media screen and (max-width: 767px) {
  .header .btn01 span {
    padding-right: 0;
    background-size: 14px 6px;
    background-position: 100% 92%;
  }
}

.headerScroll {
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}
.headerScroll .container {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .headerScroll .container {
    height: 50px;
  }
}
.headerScroll h1 {
  width: 180px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .headerScroll h1 {
    width: 160px;
    height: 25px;
  }
}
.headerScroll .btn01 {
  font-size: 1.6rem;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .headerScroll .btn01 {
    font-size: 1.2rem;
    width: 75px;
  }
}
.headerScroll .btn01 a {
  height: 40px;
}
.headerScroll .btn01 span {
  background-size: 14px 6px;
}
@media print, screen and (min-width: 768px) {
  .headerScroll .btn01 span {
    padding-right: 20px;
    background-position: 100% 50%;
  }
}

.l-gpFooter a {
  text-decoration: none;
  color: #000000;
}

.footer-list li > a,
.footer-favicon li > a,
.footer-banner li > a,
.footer-logonlink p > a,
.footer-nav li > a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-favicon li > a:hover,
.footer-banner li > a:hover,
.footer-logonlink p > a:hover,
.mail-magazine-link:hover {
  opacity: 0.75;
}

.footer-list li > a {
  position: relative;
}

.site-footer {
  min-width: 1140px;
  margin: auto;
  background-color: #F0F0F0;
  border-top: 4px solid #0074c0;
  padding-bottom: 80px;
  margin-top: 90px;
}

.hidden-txt {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.logo-img {
  width: 265px;
  height: 25px;
  background-image: url("../images/footer-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-logo {
  float: left;
}

.footer-nav {
  float: right;
}

.footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav .nav-list > li {
  padding: 0;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contents-list {
  width: 25%;
}

.footer-list-container + .footer-list-container {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #E1E1E1;
}

.list-item {
  margin-top: 20px;
}

.list-item:first-child {
  margin: 0;
}

.list-item > a {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-item > a:hover {
  opacity: 0.75;
}

.list-item .footer-list-arw > li > .list-title {
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
}

.search-sekisuiheim,
.mail-magazine {
  width: 50%;
}

.search-sekisuiheim > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-sekisuiheim > ul > li {
  display: block;
  width: 190px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.another-window-link {
  padding-right: 15px;
}

.another-window-link > span {
  position: relative;
}

.another-window-link > span:after {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-image: url("/images/icn-window-link.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.footer-list-container {
  width: 1080px;
  margin: auto;
  margin-top: 40px;
}

.footer-list-ttl {
  margin-bottom: 20px;
  font-size: 14px;
  color: #0074c0;
  font-weight: 600;
}

.mail-magazine-link {
  position: relative;
  display: block;
  width: 180px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mail-magazine-txt {
  font-size: 12px;
}

.mail-magazine .footer-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mail-magazine p {
  width: 320px;
}

.footer-list ul > li {
  position: relative;
}

.footer-list-arw {
  margin-bottom: 26px !important;
}

.footer-list-arw > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1;
  margin-top: 10px;
}

.footer-list-arw .footer-list-child {
  padding-left: 30px;
}

.footer-list-arw > li > a {
  padding-left: 15px;
  font-size: 12px;
}

.footer-list-arw > li > a:hover {
  text-decoration: underline;
}

.footer-list-arw > li > a.list-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-image: url("../images/footer-arw.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.small-map-jp {
  position: relative;
}

.small-map-jp:after {
  position: absolute;
  top: 57%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-image: url("../images/footer-jp.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 158px;
  height: 119px;
}

.footer-nav .nav-list > li > a {
  padding-bottom: 2px;
}

.footer-nav .nav-list > li > a {
  padding-right: 15px;
  margin-right: 15px;
}

.footer-nav .nav-list > li:last-child > a {
  margin-right: 0;
}

.footer-nav .nav-list > li:last-child:after {
  content: "";
  margin: 0;
}

.nav-list > li > a:hover {
  text-decoration: underline;
}

.footer-favicon {
  width: 1080px;
  margin: auto;
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #E1E1E1;
}

.footer-favicon > ul > li:first-child {
  margin-right: 50px;
}

.footer-favicon > .footer-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icn-facebook,
.icn-youtube {
  display: block;
  position: relative;
  font-size: 12px;
  padding-left: 50px;
}

.icn-facebook:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-image: url("../images/icn-facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.icn-youtube:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-image: url("../images/icn-youtube.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.footer-banner {
  width: 1080px;
  margin: auto;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #E1E1E1;
}

.footer-banner > .footer-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 960px;
  margin: auto;
}

.footer-banner li > a > img {
  display: block;
  margin: 0 20px;
  width: 131px;
  height: 34px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer-banner li > a > img:hover {
  opacity: 0.75;
}

.footer-nav {
  font-size: 12px;
}

.footer-logonlink {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  padding-top: 20px;
  margin: auto;
  margin-top: 40px;
  border-top: 1px solid #E1E1E1;
}

.copy-right-container {
  background-color: #000000;
  width: auto;
}

.copy-right {
  width: 1080px;
  margin: auto;
  margin-top: 20px;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1140px;
  width: 100%;
  z-index: 10;
}

.footer-bottomlink-container {
  margin: auto;
  background-color: rgba(25, 128, 182, 0.8);
}

.footer-bottom-link {
  width: 1080px;
  padding: 10px 18px;
  margin: auto;
}

.footer-bottom-link a {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-bottom-link a > span {
  display: block;
  margin: 0 5px;
  line-height: 50px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-bottom-link a:hover > span {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-catalog-link img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-catalog-link img:hover {
  opacity: 0;
}

.footer-bottom-link li {
  position: relative;
  width: 25%;
}

.footer-bottom-link li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 30px;
}

.footer-bottom-link li:last-child:before {
  background: none;
}

.footer-bottom-link li:last-child {
  width: 180px;
}

.footer-bottom-link > .footer-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-catalog-link {
  width: 180px;
  height: 60px;
  margin: auto;
  content: "";
  background-image: url("../images/footer-catalog-hov.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footerLastWrap {
  position: relative;
  width: 1080px;
  margin: auto;
  margin-top: 40px;
}

.siteGuideBlock {
  position: relative;
  display: block;
  width: 960px;
  margin: auto;
}

.siteGuideBlock > .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.siteGuideBlock > .title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  content: "";
  background: #0075c1;
}

.siteGuideBlock > .title::after {
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  content: "";
  width: 175.5px;
  height: 130px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -235.5px -143.5px;
  background-size: 732px 700px;
}

.siteGuideBlock > .title > span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.siteGuideBlock > .picture > p {
  position: absolute;
  margin: 0;
}

.siteGuideBlock > .picture > p::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

.siteGuideBlock > .picture > p > span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
}

.siteGuideBlock > .picture > p:nth-child(1) {
  top: 137px;
  left: 120px;
}

.siteGuideBlock > .picture > p:nth-child(1)::before {
  width: 157.5px;
  height: 114.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -471px -315px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(2) {
  top: 200px;
  left: 204px;
}

.siteGuideBlock > .picture > p:nth-child(2)::before {
  width: 176px;
  height: 151px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -286px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(2) > span {
  top: 130.5px;
  left: 93px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(3) {
  top: 113px;
  left: 216px;
}

.siteGuideBlock > .picture > p:nth-child(3)::before {
  width: 230.5px;
  height: 138.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(3) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(4) {
  top: 51px;
  left: 300px;
}

.siteGuideBlock > .picture > p:nth-child(4)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -235.5px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(4) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(5) {
  top: 200px;
  left: 372px;
}

.siteGuideBlock > .picture > p:nth-child(5)::before {
  width: 174px;
  height: 151px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -181px -286px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(5) > span {
  top: 130.5px;
  left: 91px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(6) {
  top: 137px;
  left: 456px;
}

.siteGuideBlock > .picture > p:nth-child(6)::before {
  width: 176px;
  height: 160px;
  background: url(../images/bg_site_guide07.png) no-repeat;
  background-size: contain;
}

.siteGuideBlock > .picture > p:nth-child(6) > span {
  top: 141px;
  left: 63px;
  width: 113px;
  font-size: 13px;
}

.siteGuideBlock > .picture > p:nth-child(7) {
  top: 51px;
  left: 468px;
}

.siteGuideBlock > .picture > p:nth-child(7)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -143.5px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(7) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
}

.siteGuideBlock > .picture > p:nth-child(8) {
  top: 170px;
  left: 580px;
}

.siteGuideBlock > .picture > p:nth-child(8)::before {
  width: 170px;
  height: 149px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -442px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(8) > span {
  top: 128.5px;
  left: 87px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(9) {
  top: 107px;
  left: 664px;
}

.siteGuideBlock > .picture > p:nth-child(9)::before {
  width: 176px;
  height: 148px;
  content: "";
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -471px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(9) > span {
  top: 127.5px;
  left: 83px;
  width: 93px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:before {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.map {
  position: relative;
  margin: 0;
}

.map > img {
  width: 960px;
  height: 351px;
  vertical-align: bottom;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.siteGuideBlock > .picture > p.active:before {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 1381px) {
  .c-br.is-ppc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .c-br.is-unppc {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}
@media (min-width: 375px) {
  .c-br.is-ssp {
    display: none;
  }
}
.l-gpFooter {
  color: #222;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .l-gpFooter {
    display: none;
  }
}
.l-gpFooter a {
  color: inherit;
  text-decoration: none;
}

.l-gpFooter a:link, .l-gpFooter a:visited {
  color: inherit;
  text-decoration: none;
}

.l-gpFooter__cg {
  background: #f8f8f8;
}

.l-gpFooter__cg__in {
  position: relative;
  max-width: 1080px;
  width: 94%;
  margin: 0 auto;
  padding: 45px 0;
}

.l-gpFooter__cg__in2 {
  display: table;
  width: 100%;
}

.l-gpFooter__cg__c {
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-gpFooter__cg__c {
    width: 50%;
  }
}
.l-gpFooter__cg__lg > a {
  display: block;
  width: 258px;
  height: 50px;
  background: url(/common/images/logo_gp_footer03.png) no-repeat;
  background-size: contain;
}

.l-gpFooter__cg__t {
  margin: 30px 0 0;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__cg__ls {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}

.l-gpFooter__cg__ls > ul {
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-gpFooter__cg__ls > ul {
    width: 49%;
  }
}
.l-gpFooter__cg__ls > ul > li {
  margin-top: 11px;
}

.l-gpFooter__cg__ls > ul > li > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
  text-decoration: none;
}

.l-gpFooter__cg__ls > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.pc .l-gpFooter__cg__ls > ul > li > a:hover,
body.pc .l-gpFooter__cg__ls > ul > li > a:active {
  color: #3073bb;
}

.l-gpFooter__cg__ls > ul > li:first-child {
  margin-top: 0;
}

.l-gpFooter__cg__sm {
  position: absolute;
  right: 0;
  bottom: 45px;
  margin: 0;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__cg__sm > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.l-gpFooter__cg__sm > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.pc .l-gpFooter__cg__sm > a:hover,
body.pc .l-gpFooter__cg__sm > a:active {
  color: #3073bb;
}

.l-gpFooter__og {
  background: #fff;
}

.l-gpFooter__og__in {
  position: relative;
  max-width: 1080px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}

.l-gpFooter__og__ll {
  display: table;
  width: 100%;
}

.l-gpFooter__og__ll__c {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-gpFooter__og__ll__c {
    display: block;
  }
}
.l-gpFooter__og__lg > a {
  display: block;
  width: 265px;
  height: 25px;
  background: url(/common/images/logo_gp_footer02.png) no-repeat;
  background-size: contain;
}

.l-gpFooter__og__ls {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-gpFooter__og__ls {
    text-align: left;
    margin-top: 30px;
  }
}
.l-gpFooter__og__ls > li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.l-gpFooter__og__ls > li > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  vertical-align: top;
}

.l-gpFooter__og__ls > li > a > span {
  display: inline-block;
  position: relative;
  width: 7.5px;
  height: 5.5px;
  margin-left: 7px;
  background: #3073bb;
  vertical-align: 15%;
}

.l-gpFooter__og__ls > li > a > span::before, .l-gpFooter__og__ls > li > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #3073bb;
}

.l-gpFooter__og__ls > li > a > span::before {
  left: -2.5px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.l-gpFooter__og__ls > li > a > span::after {
  left: -2.5px;
  top: 7px;
  width: 8px;
  height: 1px;
}

body.pc .l-gpFooter__og__ls > li > a:hover,
body.pc .l-gpFooter__og__ls > li > a:active {
  color: #3073bb;
}

.l-gpFooter__og__ls > li:first-child {
  margin-left: 0;
}

.l-gpFooter__og__cj {
  display: table;
  width: 100%;
  margin-top: 25px;
}

.l-gpFooter__og__cj__c {
  display: table-cell;
  vertical-align: middle;
}

.l-gpFooter__og__cp {
  margin: 0;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__og__cp > small {
  font-size: 100%;
}

.l-gpFooter__og__jr {
  margin: 0;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.l-gsFooter {
  padding-top: 20px;
  color: #222;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .l-gsFooter {
    display: none;
  }
}
.l-gsFooter a {
  color: inherit;
  text-decoration: none;
}

.l-gsFooter a:link, .l-gsFooter a:visited {
  color: inherit;
  text-decoration: none;
}

.l-gsFooter__cg {
  padding: 42px 0 50px;
  background: #f8f8f8;
}

.l-gsFooter__cg__ls > li > a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.l-gsFooter__cg__ls > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-gsFooter__cg__lg {
  margin-top: 45px;
}

.l-gsFooter__cg__lg > a {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url(/common/images/logo_gs_footer03.png) no-repeat;
  background-size: contain;
}

.l-gsFooter__cg__t {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.l-gsFooter__og {
  padding: 27px 0 50px;
  background: #fff;
}

.l-gsFooter__og__ls > li > a {
  display: block;
  padding: 8px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.l-gsFooter__og__ls > li > a > span {
  display: inline-block;
  position: relative;
  width: 7.5px;
  height: 5.5px;
  margin-left: 7px;
  background: #3073bb;
  vertical-align: 15%;
}

.l-gsFooter__og__ls > li > a > span::before, .l-gsFooter__og__ls > li > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #3073bb;
}

.l-gsFooter__og__ls > li > a > span::before {
  left: -2.5px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.l-gsFooter__og__ls > li > a > span::after {
  left: -2.5px;
  top: 7px;
  width: 8px;
  height: 1px;
}

.l-gsFooter__og__lg {
  margin-top: 30px;
}

.l-gsFooter__og__lg > a {
  display: block;
  width: 265px;
  height: 25px;
  margin: 0 auto;
  background: url(/common/images/logo_gs_footer02.png) no-repeat;
  background-size: contain;
}

.l-gsFooter__og__cp {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.l-gsFooter__og__jr {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.l-gsFooter__rt > a {
  display: block;
  position: relative;
  height: 50px;
  background: #3073bb;
}

.l-gsFooter__rt > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3.5px solid #fff;
  border-right: 3.5px solid #fff;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

html.is-home .l-gsFooter__rt {
  display: none;
}

.mvArea01 {
  position: relative;
}
@media print, screen and (min-width: 1501px) {
  .mvArea01 {
    height: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  .mvArea01 {
    height: 690px;
    background: url("../images/pic_mv01.jpg") no-repeat 50% 50%/cover;
  }
}
@media print, screen and (min-width: 1580px) {
  .mvArea01 {
    height: 690px;
    background: url("../images/pic_mv01_big.jpg") no-repeat 50% 50%/cover;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .mvArea01 {
    height: 630px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .mvArea01 {
    height: 570px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mvArea01 {
    height: 410px;
  }
}
.mvArea01 .mvTxtArea01 {
    width: 463px;
    height: 406px;
    margin: auto;
    padding: 38px 50px 38px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.75);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mvArea01 .mvTxtArea01 img{
    width: 80%;
}
.mvArea01 .mvTxtArea01 .mvTxt02{
    line-height: 3rem;
}
.mvArea01 .mvTxtArea01 img,.mvArea01 .mvTxtArea01 .mvTxt02{
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mvArea01 .mvTxtArea01 {
    width: 340px;
    height: 260px;
    padding: 25px 15px;
  }
  .mvArea01 .mvTxtArea01 img{
    width: 60%;
  }
  .mvArea01 .mvTxtArea01 img, .mvArea01 .mvTxtArea01 .mvTxt02 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvTxtArea01 {
    width: 250px;
    height: 260px;
    padding: 21px;
  }
}
.mvArea01 .mvLogo01 {
  width: 378px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mvArea01 .mvLogo01 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvLogo01 {
    width: 180px;
  }
}
.mvArea01 .mvTxt01 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #231815;
  margin: 0 0 15px;
  line-height: 2;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .mvArea01 .mvTxt01 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvTxt01 {
    font-size: 1.2rem;
    margin: 12px 0 13px;
  }
}
.mvArea01 .mvTxt02 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mvArea01 .mvTxt02 {
    font-size: 1.3rem;
    padding: 5px 15px 3px;
    line-height: 2rem!important;
  }
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvTxt02 {
    padding: 3px 8px 1px;
  }
}
.mvArea01 .mvTxt02 img {
  width: 225px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvTxt02 img {
    width: 190px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mvArea01 .mvSlider01 p {
    height: 370px;
  }
}

.contentArea {
  padding: 65px 0 75px;
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding: 45px 0 55px;
  }
}

.lifestyleArea01,.arrow{
  position: relative;
}
.lifestyleArea01::after {
    content: '';
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 50px solid #c0ecf1;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    z-index: 10;
}
.lifestyleArea01 h3 {
  font-size: 3.8rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 h3 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.lifestyleArea01 h3.mb0 {
  margin-bottom: 0;
  color: #338495;
}

.lifestyleArea01 .lifestyleTitle01 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleTitle01 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .lifestyleArea01 .lifestyleTitle01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .lifestyleArea01 .lifestyleTitle01 {
    font-size: 1.6rem;
  }
}
.lifestyleArea01 .lifestyleList01 {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 30px 0;
  background: #c0ecf1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 {
    text-align: left;
    padding: 15px 15px 20px;
  }
}
.lifestyleArea01 .lifestyleList01 .lifestyleImg01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 .lifestyleImg01 {
    width: 40%;
    margin-bottom: 0;
  }
}
.lifestyleArea01 .lifestyleList01 .lifestyleDetail01 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 .lifestyleDetail01 {
    width: 55%;
  }
}
.lifestyleArea01 .lifestyleList01 li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 24.445%;
}
@media screen and (max-width: 1000px) {
  .lifestyleArea01 .lifestyleList01 li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 li {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .lifestyleArea01 .lifestyleList01 li:nth-child(2) {
    margin: 0 7%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .lifestyleArea01 .lifestyleList01 li:nth-child(2) {
    margin: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.lifestyleArea01 .lifestyleList01 h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleList01 h5 {
    margin-bottom: 5px;
  }
}
.lifestyleArea01 .lifestyleCopy01 {
  font-size: 1.8rem;
  margin: 65px 0 50px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleCopy01 {
    font-size: 1.5rem;
    margin: 35px 0;
  }
}
.lifestyleArea01 .lifestyleCopy01 span {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleCopy01 span {
    font-size: 1.8rem;
  }
}
.img-staywork01{
    max-width:  620px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.img-staywork02{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.img-staywork01{
    margin-bottom: 35px;
}
}
.link-resilience{
    width: 670px;
    height: 170px;
    margin: 50px auto 0;
    border: 5px solid #002f57;
    font-size: 22px;
}
.link-resilience a{
    color: #002f57;
}
.link-resilience ul{
    overflow: hidden;
}
.link-resilience ul li{
    float: left;
}
.link-resilience ul li:first-child{
    width: 340px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 22px 30px;
    line-height: 39px;
}
.link-resilience ul li:nth-child(2){
    width: 110px;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
}
.link-resilience ul li:nth-child(2) img{
    width: 85px;
    display: block;
    margin: 0 auto 14px;
}
.link-resilience ul li:last-child{
    width: 165px;
    background-color: #002f57;
    float: right;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 43px 36px;
}
@media screen and (max-width: 767px) {
.link-resilience {
    width: 400px;
    height: auto;
    margin: 50px auto 0;
    border: 3px solid #002f57;
    font-size: 20px;
}
.link-resilience ul li:first-child {
    width: 270px;
    letter-spacing: 1px;
    padding: 20px 0 20px 18px;
    line-height: 37px;
}
.link-resilience ul li:nth-child(2) {
    width: 124px;
    font-size: 13px;
    padding: 30px 15px 0 0;
    text-align: center;
}
.link-resilience ul li:nth-child(2) img {
    width: 73px;
    display: block;
    margin: 0px auto 15px;
}
.link-resilience ul li:last-child {
    width: 100%;
    background-color: #002f57;
    float: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 36px;
    text-align: center;
}
}
@media screen and (max-width: 425px) {
.link-resilience {
    width: 300px;
    height: auto;
    margin: 35px auto 0;
    border: 3px solid #002f57;
    font-size: 14px;
}
.link-resilience ul li:first-child {
    width: 190px;
    letter-spacing: 1px;
    padding: 15px 0 15px 15px;
    line-height: 26px;
}
.link-resilience ul li:nth-child(2) {
    width: 104px;
    font-size: 11px;
    padding: 21px 13px 0 0;
    text-align: center;
}
.link-resilience ul li:nth-child(2) img {
    width: 55px;
    display: block;
    margin: 0px auto 9px;
}
}
.lifestyleArea01 .lifestyleCopy01 span:after {
  content: "";
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.lifestyleArea01 .lifestyleCopy01.mt0 {
  margin-top: 0;
}
.lifestyleArea01 .lifestyleTitle02 {
  width: 600px;
  height: 183px;
  margin: 0 auto 65px;
}
.lifestyleArea01 .lifestyleCopy01 span:after {
  content: "";
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.lifestyleArea01 .lifestyleCopy01.mt0 {
  margin-top: 0;
}
.lifestyleArea01 .lifestyleTitle02 {
  width: 600px;
  height: 183px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleTitle02 {
    width: 280px;
    height: 85px;
    margin-bottom: 25px;
  }
}
.lifestyleArea01 .linkArea01 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .linkArea01 {
    margin-bottom: 25px;
  }
}
.lifestyleArea01 .linkArea01 li {
  font-size: 2.2rem;
  font-weight: 700;
  width: 290px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .linkArea01 li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .lifestyleArea01 .linkArea01 li {
    font-size: 1.6rem;
  }
}
.lifestyleArea01 .linkArea01 li:first-child {
  margin-right: 2%;
}
.lifestyleArea01 .linkArea01 a {
  color: #fff;
  height: 100px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .linkArea01 a {
    height: 90px;
  }
}
@media screen and (max-width: 360px) {
  .lifestyleArea01 .linkArea01 a {
    height: 80px;
  }
}
.lifestyleArea01 .linkArea01 a:hover {
  opacity: 1;
}
.lifestyleArea01 .linkArea01 p {
  padding-bottom: 22px;
  background: url("../images/ico_lifestyle01_off.svg") no-repeat 50% 100%/45px 17px;
}
.lifestyleArea01 .linkArea01 span {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .linkArea01 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 360px) {
  .lifestyleArea01 .linkArea01 span {
    font-size: 1.1rem;
  }
}
.lifestyleArea01 .linkArea01 .stay {
  border: 1px solid #5cb25a;
}
.lifestyleArea01 .linkArea01 .stay:not(:hover) {
  background: #5cb25a;
}
.lifestyleArea01 .linkArea01 .stay:hover {
  color: #5cb25a;
}
.lifestyleArea01 .linkArea01 .stay:hover p {
  background-image: url("../images/ico_lifestyle01_01_on.svg");
}
.lifestyleArea01 .linkArea01 .multitelework {
  border: 1px solid #f3981c;
}
.lifestyleArea01 .linkArea01 .multitelework:not(:hover) {
  background: #f3981c;
}
.lifestyleArea01 .linkArea01 .multitelework:hover {
  color: #f3981c;
}
.lifestyleArea01 .linkArea01 .multitelework:hover p {
  background-image: url("../images/ico_lifestyle01_02_on.svg");
}
.lifestyleArea01 .lifestyleImg01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lifestyleArea01 .lifestyleImg01 {
    margin-bottom: 15px;
  }
}

.newstyleArea01 {
  background: #f2f2f3;
}
.newstyleArea01 h3 {
  font-size: 3rem;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.newstyleArea01 .newstyleList01 {
  padding: 22px 15px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  position: relative;
}
.newstyleArea01 .newstyleList01.stayWork {
  background: #003876;
}
.newstyleArea01 .stayWorkTxt01 {
    color: #003876;
}
.newstyleArea01 .newstyleList01.stay {
  background: #b7d450;
}
.newstyleArea01 .newstyleList01.multitelework {
  background: #fac83e;
}
.newstyleArea01 .newstyleList01.staywork {
  background: #003876;
}
.newstyleArea01 .newstyleList01:not(:last-child) {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleList01:not(:last-child) {
    margin-bottom: 45px;
  }
}
.newstyleArea01 .newstyleContent01 {
  padding: 60px 40px 40px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleContent01 {
    padding: 40px 15px 20px;
  }
}
.newstyleArea01 .newstyleContent01:before {
  content: "";
  width: 268px;
  height: 57px;
  margin: 0 auto;
  background: url("../images/bg_newstyle01.png") no-repeat 50% 0/contain;
  display: block;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleContent01:before {
    width: 200px;
    top: -4px;
  }
}
.newstyleArea01 .stayTxt01 {
  color: #5cb25a;
}
.newstyleArea01 .multiteleworkTxt01 {
  color: #f3981c;
}
.newstyleArea01 .stayWorkTxt01 {
  color: #003876;
}
.newstyleArea01 .stayWorkBg01 {
  background: #ecf0ff;
}
.newstyleArea01 .stayWorkBg02 {
  background: #f2f2f3;
}
.stayWorkSmall01{
    position: relative;
    padding-top: 32px;
    line-height: 65px;
}
.catalogLink01{
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 25px 30px 25px 190px;
    background: #003876;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 70px auto 0;
}
.catalogLink01.stay{
    background: #5cb25a;
}
.catalogLink01.multitelework{
    background: #f3981c;
}
.catalogLink01 ul{
}
.catalogLink01 ul li{
    margin: auto;
}
.catalogLink01 ul li:first-child{
    margin: auto 0 10px;
}
.catalogLink01{
    color: #fff;
}
.catalogLink .catalogLink01,.link-resilience{
    -webkit-transition:opacity 250ms cubic-bezier(.215, .61, .355, 1);
    transition:opacity 250ms cubic-bezier(.215, .61, .355, 1);
}
.catalogLink:hover .catalogLink01,.link-resilience:hover{
    opacity: .7;
}
.catalogLink:hover,.link-resilience a:hover{
    opacity: 1!important;
}
.catalogLink01 .catalogBtn01{
    background: #fff;
    width: 100%;
    height: 40px;
    color: #003876;
    font-size: 15px;
    text-align: center;
    margin: auto 10px auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catalogLink01.stay .catalogBtn01{
    color: #5cb25a;
}
.catalogLink01.multitelework .catalogBtn01{
    color: #f3981c;
}
.catalogLink01:before{
    position: absolute;
    content: "";
    background-image: url(../images/pic_catalog03.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 160px;
    border: 2px solid #c4c4c4;
    transform: rotate(-5deg);
    bottom: 25px;
    left: 30px;
}
.newstylePoint01.center img{
    max-width: 630px;
    width: 100%;
}
@media screen and (max-width: 935px) {
    .catalogLink01 {
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.catalogLink01 ul {
    display: block;
}
.catalogLink01 ul li:first-child{
    text-align: center;
    display: block;
}
.catalogLink01 {
    padding: 15px 15px 15px 95px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    max-width: 335px;
    font-weight: 500;
    margin-top: 50px;
}
.catalogLink01 p {
    font-size: 10px;
}
.catalogLink01:before {
    width: 65px;
    height: 86px;
    bottom: 16px;
    left: 10px;
    margin: 0 auto;
    transform: rotate(-5deg);
}
.catalogLink01 .catalogBtn01 {
    width: 100%;
    height: 28px;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}
}
.balloon {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    padding: 3px 5px;
    min-width: 120px;
    width: 480px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #222;
    box-sizing: border-box;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
.balloon {
    width: 280px;
}
}
.balloon:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -10px;
    border: 7px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -11px;
    border: 8px solid transparent;
    border-top: 17px solid #222;
    z-index: 1;
}
.balloon h5 {
  margin: 0;
  padding: 0;
}

.stayWorkSmall01:before{
    content: "あったか＆さわやか";
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
.stayWorkSmall01:before{
    font-size: 10px;
}
 .stayWorkSmall01 {
    padding-top: 25px;
    line-height: 48px;
}
}
.newstyleArea01 .stayBg01 {
  background: #eff7ee;
}
.newstyleArea01 .stayBg02 {
  background: #5cb25a;
}
.newstyleArea01 .multiteleworkBg01 {
  background: #fef5e8;
}
.newstyleArea01 .multiteleworkBg02 {
  background: #f3981c;
}
.newstyleArea01 .stayworkBg01 {
  background: #ecf0ff;
}
.newstyleArea01 .stayworkBg02 {
  background: #003876;
}
.newstyleArea01 .newstyleTitle01 {
  max-width: 350px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle01 {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.newstyleArea01 .newstyleTitle01 img {
  width: 150px;
  height: 46px;
}
.newstyleArea01 .newstyleTitle01>span {
  font-size: 2.6rem;
  font-weight: 700;
  padding: 5px 0 15px;
/*
  margin-top: 20px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
*/
  display: block;
	line-height: 35px;
}
.newstyleArea01 .newstyleTitle01>span>span {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle01>span {
    font-size: 2.1rem;
    margin-top: 10px;
    line-height: 27px;
  }
  .newstyleArea01 .newstyleTitle01>span>span {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.newstyleArea01 .newstyleTitle02 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle02 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.newstyleArea01 .newstyleTitle02 .titleContent01 {
  padding-left: 50px;
  background: url("../images/ico_newstyle01.svg") no-repeat 0 50%/32px 38px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle02 .titleContent01 {
    padding-top: 6px;
    padding-left: 35px;
    background-position: 0 0;
    background-size: 28px 34px;
  }
}
.newstyleArea01 .newstyleTitle02.titleCheck>span {
  margin-left: 14%;
}

  .newstyleArea01 .newstyleTitle02.titleCheck {
  text-align: center;
    }
.newstyleArea01 .newstyleTitle02.titleCheck>span {
  margin: 0 auto;
}
    
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle02.titleCheck {
    text-align: center;
  }
.newstyleArea01 .newstyleTitle02.titleCheck>span {
  margin-left: 0px;
}
}
.newstyleArea01 .newstyleTitle02 .titleTxt01 {
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle02 .titleTxt01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleTitle02 .titleTxt01 {
    font-size: 2rem;
  }
}
.newstyleArea01 .multiteleworkTitle01 .titleContent01,
.newstyleArea01 .multiteleworkTitle02 .titleContent01,
.newstyleArea01 .multiteleworkTitle03 .titleContent01,
.newstyleArea01 .stayworkTitle03 .titleContent01 {
  background-image: url("../images/ico_newstyle02.svg");
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkTitle01 .titleContent01,
.newstyleArea01 .multiteleworkTitle02 .titleContent01 {
    background-position: 0 8px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .multiteleworkTitle02 {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .multiteleworkTitle02 .titleContent01 {
    background-position: 0 8px;
    display: block;
  }
}
.newstyleArea01 .newstyleDetail01 {
  max-width: 700px;
  margin: 0 auto;
}
.newstyleArea01 .newstyleDetail01 > .flex {
  width: 640px;
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkDetail01 {
    max-width: inherit;
  }
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkDetail01 > .flex {
    width: 424px;
  }
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkDetail01 .newstyleTextArea01 {
    width: 55%;
  }
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkDetail01 .newstyleImg01 {
    width: 42%;
  }
}
.newstyleArea01 .newstyleTextArea01 {
  width: 59%;
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleTextArea01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTextArea01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleTextArea02 {
    margin-left: 10%;
  }
}
.newstyleArea01 .newstyleTitle03 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle03 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleTitle03 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleImg01 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleImg01 {
    max-width: 280px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 400px) {
  .newstyleArea01 .newstyleImg01 {
    max-width: 220px;
  }
}
.newstyleArea01 .newstyleDetail02 {
  margin-top: 40px;
  padding: 50px 45px 60px;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02 {
    padding: 50px 25px 60px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleDetail02 {
    margin-top: 20px;
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleDetail02 {
    padding: 30px 10px 20px;
  }
}
.newstyleArea01 .newstyleDetail02:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: block;
  position: absolute;
}
.newstyleArea01 .newstyleDetail02.detail01:before, .newstyleArea01 .newstyleDetail02.detail02:before {
  top: -150px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02.detail01:before, .newstyleArea01 .newstyleDetail02.detail02:before {
    top: -40px;
  }
}
.newstyleArea01 .newstyleDetail02.detail03:before {
  top: -120px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02.detail03:before {
    top: -40px;
  }
}
.newstyleArea01 .newstyleDetail02.detail04:before {
  top: -40px;
}
.newstyleArea01 .newstyleDetail02.detail01:before, .newstyleArea01 .newstyleDetail02.detail04:before {
  right: 0;
}
.newstyleArea01 .newstyleDetail02.detail02:before, .newstyleArea01 .newstyleDetail02.detail03:before {
  left: 0;
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleDetail02.detail02:before, .newstyleArea01 .newstyleDetail02.detail03:before {
    left: -10px;
  }
}
.newstyleArea01 .newstyleDetail02.detail03:before, .newstyleArea01 .newstyleDetail02.detail04:before {
  width: 135px;
  height: 350px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02.detail03:before, .newstyleArea01 .newstyleDetail02.detail04:before {
    width: 100px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleDetail02.detail03:before, .newstyleArea01 .newstyleDetail02.detail04:before {
    width: 60px;
    height: 150px;
  }
}
.newstyleArea01 .newstyleDetail02.detail01:before {
  width: 102px;
  height: 377px;
  background-image: url("../images/pic_newstyle02.png");
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02.detail01:before {
    width: 70px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleDetail02.detail01:before {
    width: 40px;
    height: 145px;
  }
}
.newstyleArea01 .newstyleDetail02.detail02:before {
  width: 135px;
  height: 350px;
  background-image: url("../images/pic_newstyle08.png");
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleDetail02.detail02:before {
    width: 100px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleDetail02.detail02:before {
    width: 55px;
    height: 148px;
  }
}
.newstyleArea01 .newstyleDetail02.detail03:before {
  background-image: url("../images/pic_newstyle16.png");
}
.newstyleArea01 .newstyleDetail02.detail04:before {
  background-image: url("../images/pic_newstyle18.png");
  right: -20px;
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkDetail02 {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .multiteleworkDetail03 .newstyleTextArea01 {
    width: 51%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .newstyleArea01 .multiteleworkDetail03 .newstyleTextArea01 {
    width: 60%;
  }
}
.newstyleArea01 .mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .mb110 {
    margin-bottom: 50px;
  }
}
.newstyleArea01 .newstyleTitle04,
.newstyleArea01 .newstyleTitle05 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle04,
.newstyleArea01 .newstyleTitle05 {
    font-size: 1.5rem;
  }
}
.newstyleArea01 .newstyleTitle04 span {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  max-width: 600px;
  height: 80px;
  margin: 20px auto 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle04 span {
    font-size: 2rem;
    height: 65px;
    margin-top: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleTitle04 span {
    font-size: 1.8rem;
  }
}
.newstyleArea01 .newstyleTitle05 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}
.newstyleArea01 .newstyleTitle05 span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle05 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newstyleArea01 .newstyleTxt01 {
    text-align: left;
  }
}
.newstyleArea01 .newstylePoint01 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstylePoint01 {
    margin-top: 25px;
  }
}
.newstyleArea01 .newstylePoint01 li {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstylePoint01 li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleLogo01,
.newstyleArea01 .newstyleImg03 {
    text-align: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleLogo01 {
    width: 304px;
    height: 73px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .newstyleArea01 .newstyleLogo01 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleLogo01 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleLogo01 img {
    width: 220px;
    height: 53px;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleImg03 {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleImg03 img {
    width: 145px;
  }
}
.newstyleArea01 .multiteleworkPointArea01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .multiteleworkPoint01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .multiteleworkPoint01 li:nth-child(2) {
    margin: 0 5%;
  }
  .newstyleArea01 .flex02 li:first-child {
    margin: 0 2.5% 0 0;
  }
  .newstyleArea01 .flex02 li:nth-child(2) {
    margin: 0 0 0 2.5%;
  }
}
.newstyleArea01 .comment01 {
  font-weight: 500;
  color: #f3981c;
  width: 130px;
  height: 130px;
  background: url("../images/bg_newstyle02.png") no-repeat 0 0/contain;
  position: absolute;
  top: -140px;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .newstyleArea01 .comment01 {
    right: -55px;
  }
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .comment01 {
    width: 110px;
    height: 110px;
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .comment01 {
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 85px;
    height: 85px;
    top: -20px;
    right: -22px;
  }
}
.newstyleArea01 .newstyleTitle06 {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 15px;
  padding: 2px 0;
  background: #fff;
  border: 2px solid #222;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleTitle06 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .newstyleArea01 .newstyleTitle06 {
    font-size: 1.2rem;
  }
}
.newstyleArea01 .newstyleTitle06:after {
  content: "";
  width: 2px;
  height: 10px;
  margin: 0 auto;
  background: #222;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
}
.newstyleArea01 .newstyleImg02 img {
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .newstyleArea01 .newstyleImg04 {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .newstyleArea01 .newstyleImg04 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstyleImg04 {
    max-width: 171px;
    margin: 15px auto 0;
  }
}
.newstyleArea01 .ideaArea01 {
  position: relative;
}
.newstyleArea01 .ideaTitle01,
.newstyleArea01 .ideaTxt01 {
  color: #fff;
  line-height: 1.2;
}
@media print, screen and (min-width: 1101px) {
  .newstyleArea01 .ideaTitle01,
.newstyleArea01 .ideaTxt01 {
    height: 40px;
  }
}
.newstyleArea01 .ideaTitle01 {
  font-size: 1.2rem;
  font-weight: 700;
  width: 70px;
  height: 70px;
  margin: auto 0;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .ideaTitle01 {
    font-size: 1.1rem;
  }
}
.newstyleArea01 .ideaTxt01 {
  font-size: 1.7rem;
  font-weight: 500;
  width: calc(100% - 50px);
  padding: 0 20px 0 30px;
  background: #e67c85;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1100px) {
  .newstyleArea01 .ideaTxt01 {
    padding: 10px 15px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .ideaTxt01 {
    font-size: 1.1rem;
    padding: 10px 10px 10px 25px;
  }
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .multiteleworkList01 .newstyleTitle02 {
    text-align: center;
  }
}
.newstyleArea01 .multiteleworkList01 li {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .multiteleworkList01 li {
    width: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  .newstyleArea01 .multiteleworkList01 li:first-child {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .multiteleworkList01 li:first-child {
    margin-bottom: 20px;
  }
}
.newstyleArea01 .newstylePoint02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstylePoint02 {
    margin-bottom: 25px;
  }
}
.newstyleArea01 .newstylePoint02 li {
  width: 29.334%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstylePoint02 li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .newstyleArea01 .newstylePoint02 li {
    width: 100%;
    margin-top: 20px;
  }
}
.newstyleArea01 .newstyleTitle07 {
  font-size: 2rem;
  font-weight: 700;
  color: #f3981c;
  margin-bottom: 15px;
  border: 1px solid #f3981c;
  border-radius: 3px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleTitle07 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.newstyleArea01 .newstyleImg05 {
  margin-bottom: 10px;
}
.newstyleArea01 .newstyleImg05 img {
  border-radius: 3px;
}
.newstyleArea01 .newstyleTitle08 {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .newstyleArea01 .newstyleTitle08 {
    font-size: 1.5rem;
  }
}

.planArea01 h3 {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .planArea01 h3 {
    font-size: 3.4rem;
  }
}
.planArea01 .planContent01:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .planArea01 .planContent01:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .planArea01 .planMap01 {
    width: 48%;
  }
}
.planArea01 h4 {
  width: 55px;
  padding-bottom: 8px;
  border-bottom: 4px solid #222;
}
@media print, screen and (min-width: 1001px) {
  .planArea01 h4 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .planArea01 h4 {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .planArea01 h4 {
    margin: 0 auto 15px;
  }
}
.planArea01 .planTxt01 {
  width: 25px;
  height: 44px;
  margin-right: 6px;
}
@media screen and (max-width: 1000px) {
  .planArea01 .planTxt01 {
    width: 20px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .planArea01 .planTxt01 {
    width: 15px;
    height: 30px;
  }
}
.planArea01 .planTxt02 {
  width: 14px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .planArea01 .planTxt02 {
    width: 11px;
    height: 18px;
  }
}
.planArea01 .planDetail02 {    
    font-size: 20px;
    color: #003876;
    border: 2px solid #003876;
    width: 100%;
    max-width: 760px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    margin: 15px auto 60px;
}
@media screen and (max-width: 767px) {
  .planArea01 .planDetail02 {
    font-size: 15px;
    height: 44px;
    line-height: 40px;
    margin: 5px auto 40px;
  }
    .planArea01{
        padding-bottom: 0;
    }
}
.planArea01 .planImg01 {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .planArea01 .planImg01 {
    width: calc(100% - 99px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .planArea01 .planImg01 {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .planArea01 .planImg01 {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .planArea01 .planList01 {
    width: 46.364%;
  }
}
.planArea01 li.stay .planNum01 {
  background: #5cb25a;
}
.planArea01 li.stay .planCategory01 {
  color: #5cb25a;
  background: #eff7ee;
}
.planArea01 li.stay h6 {
  color: #5cb25a;
}
.planArea01 li.multitelework .planNum01 {
  background: #f3981c;
}
.planArea01 li.multitelework .planCategory01 {
  color: #f3981c;
  background: #fef5e8;
}
.planArea01 li.multitelework h6 {
  color: #f3981c;
}
.planArea01 li:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .planArea01 li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.planArea01 h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.planArea01 h5 span {
  height: 20px;
}
.planArea01 .planNum01 {
  color: #fff;
  width: 20px;
  background: #003876;
}
.planArea01 .stay .planNum01 {
  background: #5cb25a;
}
.planArea01 .multitelework .planNum01 {
  background: #f3981c;
}
.planArea01 .planCategory01 {
  color: #003876;
  width: calc(100% - 20px);
  padding: 0 10px;
  background: #e5ebf1;
}
.planArea01 .stay .planCategory01 {
  color: #5cb25a;
  background: #eff7ee;
}
.planArea01 .multitelework .planCategory01 {
  color: #f3981c;
  background: #fef5e8;
}
.planArea01 .planDetail01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #595757;
  width: 68.63%;
}
@media screen and (max-width: 767px) {
  .planArea01 .planDetail01 {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .planArea01 .planDetail01 {
    width: 56%;
  }
}
.planArea01 h6 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #003876;
  margin-bottom: 5px;
}
.planArea01 .stay h6 {
  color: #5cb25a;
}
.planArea01 .multitelework h6 {
  color: #f3981c;
}
.planArea01 .planImg02 {
  width: 24.51%;
}
@media screen and (max-width: 767px) {
  .planArea01 .planImg02 {
    width: 125px;
  }
}
.planArea01 .planImg02 img {
  border-radius: 5px;
}
.planArea01 .imageTxt01 {
  width: 123px;
  height: 11px;
  margin-top: 15px;
}
.catalogArea01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .catalogArea01 {
    padding-bottom: 0;
  }
}

.planImg01{
    position: relative;
}
.planImg01 .open-modal{
    position: absolute;
    max-width: 45px;
    max-height: 45px;
    width: 11%;
    height: 11%;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: auto;
    display: flex;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
}
.js-modal-close.icon{
    width: 45px;
    height: 45px;
    position: absolute;
    top: -45px;
    right: 0;
}
.js-modal-close.icon::before,
.js-modal-close.icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
    width: 70%;
    height: 7%;
    margin: -1% 0 0 -35%;
	background: #fff;
}
.js-modal-close.icon::before {
	transform: rotate(-45deg);
}
.js-modal-close.icon::after {
	transform: rotate(45deg);
}

.planImg01 .open-modal span{
    margin: auto;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .planImg01 .open-modal span{
      margin: auto;
      position: absolute;
      top: 50%;
      right: 35%;
    }
}
@media screen and (max-width: 767px) {
.planImg01 .open-modal{
    position: absolute;
    width: 11%;
    height: 11%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
}
.planImg01 .detail01Open01{
    top: 40%;
    left: 80%;
    background: #f3981c;
}
.planImg01 .detail01Open02{
    top: 34%;
    left: 46%;
    background: #5cb25a;
}
.planImg01 .detail01Open03{    
	top: 56%;
  left: 10%;
	background: #5cb25a;
}
.planImg01 .detail02Open01{
    top: 28%;
    left: 41%;
    background: #5cb25a;
}
.planImg01 .detail02Open02{
    top: 0%;
    left: 58%;
    background: #f3981c;
}
.planImg01 .detail02Open03{
    top: 60px;
    left: -63px;
    background: #003876;
}
.planArea01 .note{
	font-size: 12px;
	color: #727171;
}
@media screen and (max-width: 1000px) {
	.planImg01 .detail02Open03{
			top: 45px;
			left: -60px;
			background: #003876;
	}
}
@media screen and (max-width: 767px) {
.planImg01 .detail02Open03{			
	top: 60px;
	left: -11%;
	}
}
@media screen and (max-width: 425px){
	.planImg01 .detail02Open03{			
    top: -50px;
    left: 60%;
	}
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 710px;
}
@media screen and (max-width: 767px) {
.modal__content{
    background: #fff;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}
}

.catalogArea01 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catalogArea01 h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.catalogArea01 h3 span {
  color: #ffa800;
}
.catalogArea01 li {
  width: 29%;;
}
@media screen and (max-width: 1150px) {
  .catalogArea01 li {
    width: 31%;
  }
}
@media screen and (max-width: 1000px) {
  .catalogArea01 li {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 li {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .catalogArea01 li:first-child {
    margin-right: 3%;
      margin-bottom: 3%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .catalogArea01 li:first-child {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 li:first-child {
    margin-bottom: 20px;
  }
}
.catalogArea01 li:last-child {
    margin-right: 0;
  }
.catalogArea01 .catalogImg01 {
  max-width: 275px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogImg01 {
    margin-bottom: 0;
  }
}
.catalogArea01 h4 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .catalogArea01 h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 p {
    text-align: center;
  }
    .catalogArea01 li{
        margin-bottom: 7%;
    }
    .catalogArea01 li img{
        margin-bottom: 3%;
    }
}
.catalogArea01 .catalogBtn01{
    font-size: 1.7rem;
    font-weight: 700;
    max-width: 400px;
    margin: 35px auto 0;
}
.linkBtn01 {
    font-size: 1.7rem;
    font-weight: 700;
    max-width: 500px;
    margin: 35px auto 0;
}
.catalogArea01 .catalogBtn01 > a,
.linkBtn01 > a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
    display: block;
    position: relative;
    padding: 16px 0;
    background: #003876;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
}
.catalogArea01 .catalogBtn01 > a:hover,
.linkBtn01 > a:hover,
.catalogArea01 .catalogBtn01 > a:active,
.linkBtn01 > a:active {
    opacity: .7;
}
.catalogArea01 .catalogBtn01:hover,
.linkBtn01:hover {
    opacity: .7;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogBtn01,
  .linkBtn01 {
    max-width: 335px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
.catalogArea01 .catalogBtn01 > a,
    .linkBtn01 > a {
        font-size: 15px;
        }
}
.catalogArea01 .catalogBtn01 a,
.linkBtn01 a {
  position: relative;
}
.catalogArea01 .catalogBtn01 a:after,
.linkBtn01 a:after{
  content: "";
  width: 14px;
  height: 14px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.newstyleSection01{
	padding: 0!important;
}
.newstyleSection01 .sectionTitle{
	background-color: #003876;
	color: #fff;
	border-radius: 15px 15px 0 0;
	padding: 20px 10px;
}
.stay .newstyleSection01 .sectionTitle{
	background-color: #5cb25a;
}
.multitelework .newstyleSection01 .sectionTitle{
	background-color: #f3981c;
}
.newstyleSection01 .newstyleTitle04{
	font-size: 2.5rem!important;
}
.newstyleSection01>section{
	padding: 40px 45px 60px;
}
.newstyleSection01 .newstyleTitle06{
	background-color: #003876;
	color: #fff;
	border: 0;
	padding: 5px 0;
}
.newstyleSection01 .newstyleTitle06:after{
	background: #231815;
	width: 3px;
	height: 10px;
	border-radius: 0 0 3px 3px;
}
.newstyleSection01 .newstylePoint01.center img{
	max-width: 800px;
}
.newstyleSection01 .newstyleText01{
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 500;
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.newstyleSection01 .sectionTitle {
    padding: 15px 10px;
	}
	.newstyleSection01 .sectionTitle h5{
    font-size: 2rem!important;
	}
	.newstyleSection01>section{
		padding: 40px 15px 20px;
	}
	.newstyleSection01 .newstylePoint01 li{
		width: 100%;
		margin-bottom: 40px;
	}
	.newstyleSection01 .newstylePoint01 li:last-child{
		margin-bottom: 10px;
	}
}

.newstyleSection02{
	margin-top: 100px;
}
.newstyleSection02 .sectionTitle{
	background-color: #5cb25a;
	color: #fff;
	position: relative;
	padding: 5px 0;
}
.newstyleSection02 .newstyleTitle04 span{
	font-size: 2rem;
  font-weight: 500;
	height: auto;
	margin: 0;
	border-radius: 0;
}
.newstyleSection02 .sectionTitle:before{
	content: "";
	background-image: url("../images/ico_newstyle04.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 30px;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #5cb25a;
	width: 70px;
	height: 40px;
	border-radius: 35px 35px 0 0;
}
.newstyleSection02 .newstyleText01{   
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
.newstyleSection02 .newstylePoint01.center{   
	border: 1px solid #595757;
	border-radius: 5px;
  padding: 40px;
	margin: 20px auto 10px;
}
.newstyleSection02 .newstylePoint01.center img{   
	max-width: 100%;
}
.newstyleSection02 .note{   
	margin: 0 auto;
	color: #727171;
	font-size: 1.3rem;
}
.newstyleSection02 .iconNew:after{
	background-color: #fff;
	color: #5cb25a;
  top: 4px;
  right: -30px;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.newstyleSection02{
		margin-top: 90px;
	}
	.newstyleSection02 .newstyleText01{   
		margin-top: 20px;
	}
	.newstyleSection02 .newstylePoint01.center{   
		margin: 20px auto 10px;
		padding: 20px;
	}
	.newstyleSection02 .sectionTitle{
		padding: 10px;
	}
	.newstyleSection02 .iconNew:after{
		right: 0;
		top: 5px;
	}
	
}

.iconNew{
	position: relative;
}
.iconNew:after{
	content: "NEW";
	padding: 2px 5px;
	background-color: #003876;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	position: absolute;
	top: 6px;
	right: -38px;
}
@media screen and (max-width: 767px){
	.iconNew{
		padding-top: 25px;
    display: block;
	}
	.iconNew:after{
		top: 5px;
		right: 0;
		left: 0;
		font-size: 10px;
		margin: 0 auto;
		width: 40px;
	}
	
	}

.newpointSection01{
	margin-bottom: 90px;
	position: relative;
}
.newpointSection01:before{
	content: "";
	background-image: url("../images/pic_newstyle37.svg");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -70px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 70px;
	height: 90px;
}
.stay .newpointSection01:before{
	background-image: url("../images/pic_newstyle40.svg");
}
.multitelework .newpointSection01:before{
	background-image: url("../images/pic_newstyle48.svg");
}
.newpointSection01 .sectionTitle{
	font-size: 25px;
	color: #003876;
	font-weight: 600;
	padding: 5px 0;
	border-bottom: 2px solid #003876;
	border-top: 2px solid #003876;
}
.stay .newpointSection01 .sectionTitle{
	color: #5cb25a;
	border-bottom: 2px solid #5cb25a;
	border-top: 2px solid #5cb25a;
}
.multitelework .newpointSection01 .sectionTitle{
	color: #f3981c;
	border-bottom: 2px solid #f3981c;
	border-top: 2px solid #f3981c;
}
.newpointSection01 section{
	border-radius: 15px;
	padding: 40px 0 60px;
	margin-top: 25px;
}
.newpointSection01 .newstylePoint01{
	margin-top: 0;
}
.newpointSection01 .newstyleTitle05{
	line-height: 30px;
}
.newpointSection01 .newstylePoint01 li{
	width: 50%;
	padding: 0 45px;
}
.newpointSection01 .newstylePoint01 li:first-child{
	border-right: 1px solid #003876;
}
.stay .newpointSection01 .newstylePoint01 li:first-child{
	border-right: 1px solid #5cb25a;
}
.multitelework .newpointSection01 .newstylePoint01 li:first-child{
	border-right: 1px solid #f3981c;
}
.newpointSection01 .newstyleImg02{
	margin-bottom: 10px;
}
.newpointSection01 .newstyleImg02 img{
	max-height: 250px;
	border-radius: 0;
}
@media screen and (max-width: 767px){
	.newpointSection01 .sectionTitle{
		font-size: 20px;
	}
	.newpointSection01 section{
		padding: 0 20px;
	}
	.newpointSection01 .newstyleTitle05{
		line-height: 25px;
	}
	.newpointSection01 .newstylePoint01 li{
		width: 100%;
		padding: 30px 0;
	}
	.newpointSection01 .newstylePoint01 li:first-child{
		border-right: 0;
		border-bottom: 1px solid #003876;
	}
	.stay .newpointSection01 .newstylePoint01 li:first-child{
		border-right: 0;
		border-bottom: 1px solid #5cb25a;
	}
	.multitelework .newpointSection01 .newstylePoint01 li:first-child{
		border-right: 0;
		border-bottom: 1px solid #f3981c;
	}
}

.stay .newstyleSection01 .note{
    margin: 20px auto 0;
    color: #727171;
    font-size: 1.3rem;
}

.multitelework .newstylePoint01{
	margin-top: 20px;
}
.multitelework .newstyleSection01 .newstylePoint01.center img{
	max-width: 900px;
	border-radius: 5px;
}
.newstylePointList01{
	padding-top: 30px;
}
.newstylePointList01 li{
	width: calc((100% - 40px) / 3);
	background: #fff;
	border:2px solid #f3981c;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.newstylePointList01 li p span{
	color: #f3981c;
}
.newstylePointList01 .pontListNum{
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #f3981c;
	border:2px solid #fff;
}
@media screen and (max-width: 767px){
	.newstylePointList01 li{
		width: 100%;
		margin-bottom: 25px;
	}
	.newstylePointList01 li:last-child{
		margin-bottom: 0;
	}
}

.l-gpHeaderHeight {
  position: relative;
  z-index: 9;
  background: #fff;
}

.breadcrumbNav {
  z-index: 9;
}
