@charset "UTF-8";
/*-----------------------------------------------
	break point
-----------------------------------------------*/
/*-----------------------------------------------
	font
-----------------------------------------------*/
/*-----------------------------------------------
	color
-----------------------------------------------*/
/*-----------------------------------------------
	animation
-----------------------------------------------*/
/*-----------------------------------------------
	title
-----------------------------------------------*/
/*-----------------------------------------------
	text
-----------------------------------------------*/
/*-----------------------------------------------
	font
-----------------------------------------------*/
/* Regular */
@font-face {
  font-family: "NotoSansJp";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "NotoSansJp";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
}
/* Regular */
@font-face {
  font-family: "CrimsonText";
  src: url("../fonts/CrimsonText-Regular.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "CrimsonText";
  src: url("../fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: bold;
}
/*  Universal Reset
--------------------------------------- */
body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, svg,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  zoom: 1;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main, section, nav, article, aside, hgroup, menu, summary, svg,
header, footer, figure, figcaption, details, picture {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  font-weight: bold;
}

sup {
  position: relative;
  top: -4px;
  vertical-align: middle;
  line-height: 0;
  font-size: 10px;
}

sub {
  position: relative;
  top: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 10px;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  border-radius: 0;
  font-family: "NotoSansJp";
  outline: none;
  border-radius: 0;
}

input[type=text],
input[type=image] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

textarea {
  vertical-align: top;
  font-family: "NotoSansJp";
  resize: none;
  outline: 0;
  border-radius: 0;
  appearance: none;
}

select {
  line-height: normal;
  font-family: "NotoSansJp";
  outline: none;
}

/* -------------------------------------------------------------------
    Base Style
-------------------------------------------------------------------- */
html {
  height: 100%;
  overflow: auto;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  color: #2A2A2A;
  font-family: "NotoSansJp";
  min-height: 100%;
  min-width: 1140px;
  overflow-y: auto;
  padding-top: 116px;
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
body.cancelinfo {
  padding-top: 0;
  min-width: 100%;
}
@media screen and (max-width: 1080px) {
  body {
    max-width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    padding-top: 56px;
    width: 100vw;
  }
}

main {
  font-size: 16px;
  line-height: 1.875;
}
main a {
  color: #539F60;
  transition: 0.2s;
}
main a.visited {
  color: #800080;
}
@media screen and (min-width: 1081px) {
  main a:hover {
    opacity: 0.7;
  }
}

/*-----------------------------------------------
	layout
-----------------------------------------------*/
.w820 {
  max-width: 820px;
}

.w1080 {
  max-width: 1080px;
}

@media screen and (max-width: 1080px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 1080px) {
  .spOnly {
    display: block;
  }
}

.pageWrap {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageWrap {
    margin-bottom: 80px;
    padding: 0 16px;
  }
}

.layoutCol02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .layoutCol02 {
    display: block;
  }
}
.layoutCol02 > div {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .layoutCol02 > div {
    width: 100%;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

/*-----------------------------------------------
	anime
-----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
.fadeIn.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

/*-----------------------------------------------
	title
-----------------------------------------------*/
.ttl_lv01 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .ttl_lv01 {
    font-size: 28px;
  }
}

.ttl_lv02 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #539F60;
  line-height: 1.57;
  margin-bottom: 32px;
  padding-left: 16px;
}
@media screen and (max-width: 1080px) {
  .ttl_lv02 {
    font-size: 24px;
  }
}

.ttl_lv03 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #D8D8D8;
  line-height: 1.7;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .ttl_lv03 {
    font-size: 18px;
  }
}
.ttl_lv03::after {
  background-color: #539F60;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 24px;
}

.ttl_lv04 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #E8E8E8;
  border-left: 4px solid #539F60;
  box-sizing: border-box;
  line-height: 1.7;
  margin-bottom: 24px;
  padding: 8px 16px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .ttl_lv04 {
    font-size: 16px;
  }
}

.ttl_lv04_gr {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  background-color: #E8E8E8;
  border-left: 4px solid #539F60;
  padding: 8px 0 8px 16px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .ttl_lv04_gr {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .ttl_lv04_gr {
    padding: 8px 0 8px 8px;
  }
}

.top_ttl_lv02 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .top_ttl_lv02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .top_ttl_lv02 {
    margin-bottom: 40px;
  }
}
.top_ttl_lv02 span {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .top_ttl_lv02 span {
    text-indent: 0.1em;
    padding-bottom: 12px;
  }
}
.top_ttl_lv02 span::after {
  background-color: #539F60;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 54px;
}
@media screen and (max-width: 1080px) {
  .top_ttl_lv02 span::after {
    width: 32px;
  }
}

#pageHeader {
  background-color: #F5F5F5;
  border-left: 48px solid #539F60;
  box-sizing: border-box;
  margin-bottom: 80px;
  overflow: hidden;
  padding: 42px 40px 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #pageHeader {
    border-left: none;
    margin-bottom: 48px;
    padding: 31px 16px;
  }
}
#pageHeader .pageHeader_ttl {
  position: relative;
  z-index: 2;
}
#pageHeader .pageHeader_ttl .en {
  color: #606060;
  display: block;
  font-family: "CrimsonText";
  font-size: 14px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1080px) {
  #pageHeader .pageHeader_ttl .en {
    margin-bottom: 4px;
    text-align: center;
    text-indent: 0.05em;
  }
}
#pageHeader .pageHeader_ttl .jp {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.47;
}
@media screen and (max-width: 1080px) {
  #pageHeader .pageHeader_ttl .jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  #pageHeader .pageHeader_ttl .jp {
    text-align: center;
    text-indent: 0.05em;
  }
}
#pageHeader .pageHeader_en {
  box-sizing: border-box;
  bottom: -30px;
  color: rgba(216, 216, 216, 0.3);
  font-family: "CrimsonText";
  font-size: 100px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 200px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #pageHeader .pageHeader_en {
    display: none;
  }
}

/*-----------------------------------------------
	text
-----------------------------------------------*/
.red {
  color: #fe3b31;
}

/*-----------------------------------------------
	kv
-----------------------------------------------*/
#pageKv {
  height: 456px;
  position: relative;
  margin-bottom: 120px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #pageKv {
    height: 212px;
    margin-bottom: 40px;
  }
}
#pageKv.recruit.has-txt {
  height: 1075px;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt {
    height: 463px;
  }
}
#pageKv.recruit.has-txt::before {
  height: 949px;
  left: 0;
  position: absolute;
  top: 126px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt::before {
    display: none;
  }
}
#pageKv.recruit.has-txt .anchorLink {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  width: 1080px;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .anchorLink {
    box-sizing: border-box;
    padding: 40px 16px 0;
    width: 100%;
  }
}
#pageKv.recruit.has-txt .anchorLink li {
  box-sizing: border-box;
  height: 80px;
  width: 344px;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .anchorLink li {
    height: 57px;
    width: calc((100% - 16px) / 3);
  }
}
#pageKv.recruit.has-txt .anchorLink li a {
  background-color: #fff;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#pageKv.recruit.has-txt .anchorLink li a br {
  display: none;
}
@media screen and (max-width: 540px) {
  #pageKv.recruit.has-txt .anchorLink li a br {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .anchorLink li a {
    align-items: center;
    border: 1px solid #539F60;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.5;
    padding: 0 35px 0 13px;
  }
}
@media screen and (min-width: 1081px) {
  #pageKv.recruit.has-txt .anchorLink li a:hover {
    color: #539F60;
    text-decoration: none;
  }
}
#pageKv.recruit.has-txt .anchorLink li a:visited {
  color: #539F60;
}
#pageKv.recruit.has-txt .anchorLink li a::after {
  background-image: url(../images/icn_arrow_bottom_slct.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .anchorLink li a::after {
    height: 14px;
    right: 12px;
    width: 14px;
  }
}
#pageKv.recruit.has-txt .pageKv_image {
  height: 915px;
  padding-left: 113px;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .pageKv_image {
    height: 250px;
    padding-left: 0;
  }
}
#pageKv.recruit.has-txt .pageKv_ttl {
  top: 493px;
  width: 440px;
}
@media screen and (max-width: 1080px) {
  #pageKv.recruit.has-txt .pageKv_ttl {
    top: 222px;
    width: auto;
  }
}
#pageKv.businessUnder {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  #pageKv.businessUnder {
    background-color: #F5F5F5;
  }
}
#pageKv.businessUnder::after {
  background-color: #F5F5F5;
  content: "";
  display: block;
  height: 400px;
  right: 0;
  position: absolute;
  top: 56px;
  width: 137px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #pageKv.businessUnder::after {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt {
    height: auto;
  }
}
#pageKv.has-txt.wide .pageKv_ttl {
  width: 542px;
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt.wide .pageKv_ttl {
    width: auto;
  }
}
#pageKv.has-txt.acquisitionKv .pageKv_ttl {
  width: 750px;
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt.acquisitionKv .pageKv_ttl {
    width: auto;
  }
}
#pageKv.has-txt .pageKv_ttl {
  box-sizing: border-box;
  top: 126px;
  width: 417px;
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt .pageKv_ttl {
    top: 92px;
    width: auto;
  }
}
#pageKv.has-txt .ttl {
  border-bottom: 1px solid #539F60;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt .ttl {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
#pageKv.has-txt .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  #pageKv.has-txt .txt {
    padding: 92px 16px 0;
    text-align: center;
  }
}
#pageKv::before {
  background-color: #539F60;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  top: 56px;
  width: calc(100% - 137px);
}
@media screen and (max-width: 1080px) {
  #pageKv::before {
    display: none;
  }
}
#pageKv .pageKv_image {
  box-sizing: border-box;
  height: 400px;
  overflow: hidden;
  padding-left: 113px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_image {
    height: 120px;
    padding-left: 0;
  }
}
#pageKv .pageKv_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#pageKv .pageKv_image .pageKv_image_text {
  box-sizing: border-box;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "CrimsonText";
  font-size: 100px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 200px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_image .pageKv_image_text {
    display: none;
  }
}
#pageKv .pageKv_ttl {
  background-color: #fff;
  left: 48px;
  padding: 40px 64px;
  position: absolute;
  top: 178px;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_ttl {
    left: 50%;
    padding: 24px 32px;
    top: 92px;
    transform: translateX(-50%);
  }
}
#pageKv .pageKv_ttl .en {
  color: #606060;
  display: block;
  font-size: 14px;
  font-family: "CrimsonText";
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_ttl .en {
    line-height: 18px;
    margin-bottom: 4px;
    text-align: center;
  }
}
#pageKv .pageKv_ttl .jp {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_ttl .jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  #pageKv .pageKv_ttl .jp {
    text-align: center;
    text-indent: 0.05em;
  }
  #pageKv .pageKv_ttl .jp::after {
    background-color: #539F60;
    bottom: -8px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
  }
}

/*-----------------------------------------------
	breadcrumb
-----------------------------------------------*/
#breadcrumb {
  border-top: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 16px 28px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #breadcrumb {
    padding: 14px 16px;
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  font-size: 12px;
  margin-right: 8px;
  padding-right: 18px;
  position: relative;
  word-break: break-word;
}
#breadcrumb ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
#breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb ul li::after {
  background-image: url(../images/icn_bread_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#breadcrumb ul li a {
  text-decoration: underline;
  transition: 0.2s;
}

/*-----------------------------------------------
	table
-----------------------------------------------*/
.tbl01 {
  border-top: 1px solid #DDDDDD;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .tbl01 {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .tbl01 tbody {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .tbl01 tbody tr {
    display: block;
  }
}
.tbl01 tbody tr th {
  background-color: #F5F5F5;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 24px 16px;
  width: 157px;
}
@media screen and (max-width: 1080px) {
  .tbl01 tbody tr th {
    background-color: #fff;
    border-bottom: none;
    display: block;
    padding: 16px 0;
    width: 100%;
  }
}
.tbl01 tbody tr td {
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 24px 16px;
}
@media screen and (max-width: 1080px) {
  .tbl01 tbody tr td {
    display: block;
    padding: 0px 0px 16px;
    width: 100%;
  }
}
.tbl01 tbody tr td a {
  display: inline-block;
  margin-left: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 1080px) {
  .tbl01 tbody tr td a {
    display: inline-block;
    margin-left: 0;
  }
}

.tbl02 {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .tbl02 {
    table-layout: auto;
  }
}
.tbl02 thead tr th {
  background-color: #2A2A2A;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-collapse: collapse;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 16px;
}
@media screen and (max-width: 1080px) {
  .tbl02 thead tr th {
    padding: 12px 10px;
  }
}
.tbl02 thead tr th:last-child {
  border-right: none;
}
.tbl02 tbody tr td {
  background-color: #fff;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-collapse: collapse;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 16px;
}
@media screen and (max-width: 1080px) {
  .tbl02 tbody tr td {
    padding: 12px;
  }
}
.tbl02 tbody tr td:last-child {
  border-right: none;
}
.tbl02.tbl_env_sp {
  margin-bottom: 25px;
}
.tbl02.tbl_env_sp:last-child {
  margin-bottom: 0;
}
.tbl02.tbl_env_sp tr td:nth-child(2) {
  box-sizing: border-box;
  width: 114px;
}

/*-----------------------------------------------
	link
-----------------------------------------------*/
a.link01::after {
  background-image: url(../images/icn_arrow_right_03.svg);
  background-size: 14px;
  background-position: right 3px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 6px;
  width: 14px;
}
a.link01.visited::after {
  background-image: url(../images/icn_arrow_right_03_p.svg);
  background-size: 14px;
  background-position: right 3px;
  background-repeat: no-repeat;
}
a.blank::after {
  background-image: url(../images/icn_blank.svg);
  background-size: 14px;
  background-position: right 3px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 6px;
  width: 14px;
}
a.blank.visited::after {
  background-image: url(../images/icn_blank_p.svg);
  background-size: 14px;
  background-position: right 3px;
  background-repeat: no-repeat;
}
a.pdf::after {
  background-image: url(../images/icn_topics_pdf.svg);
  background-size: 24px;
  background-position: right 3px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  width: 24px;
}

.btn_link {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_link {
    height: 56px;
    width: 100%;
  }
}
.btn_link a {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_link a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_link a.visited {
  color: #539F60;
}
.btn_link a::after {
  background-image: url(../images/icn_arrow_right_01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_link a::after {
    right: 12px;
  }
}

.btn_link_green {
  height: 80px;
  margin-top: 48px;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .btn_link_green {
    height: 56px;
    margin-top: 40px;
    width: 100%;
  }
}
.btn_link_green.center {
  margin-left: auto;
  margin-right: auto;
}
.btn_link_green a {
  background-color: #539F60;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_link_green a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_link_green a.visited {
  color: #fff;
}
.btn_link_green a::after {
  background-image: url(../images/icn_arrow_right_01_wh.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_link_green a::after {
    right: 12px;
  }
}

.btn_pdf {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_pdf {
    height: 56px;
    width: 100%;
  }
}
.btn_pdf a {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_pdf a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_pdf a.visited {
  color: #539F60;
}
.btn_pdf a::after {
  background-image: url(../images/icn_topics_pdf.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_pdf a::after {
    right: 12px;
  }
}

.btn_blank {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_blank {
    height: 56px;
    width: 100%;
  }
}
.btn_blank a {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_blank a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_blank a.visited {
  color: #539F60;
}
.btn_blank a::after {
  background-image: url(../images/icn_blank.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_blank a::after {
    right: 12px;
  }
}

.btn_blank02 {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_blank02 {
    height: 56px;
    width: 100%;
  }
}
.btn_blank02 a {
  background-color: #539F60;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_blank02 a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_blank02 a.visited {
  color: #fff;
}
.btn_blank02 a::after {
  mask-image: url(../images/icn_blank.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_blank02 a::after {
    right: 12px;
  }
}

.btn_anchor {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_anchor {
    height: 56px;
    width: 100%;
  }
}
.btn_anchor a {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_anchor a {
    font-size: 16px;
    line-height: 54px;
  }
}
.btn_anchor a.visited {
  color: #539F60;
}
.btn_anchor a::after {
  background-image: url(../images/icn_arrow_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_anchor a::after {
    right: 12px;
  }
}

.btn_contact {
  height: 80px;
  margin: 48px auto 0;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .btn_contact {
    height: 56px;
    margin: 32px auto 0;
    width: 100%;
  }
}
.btn_contact a {
  background-color: #539F60;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .btn_contact a {
    font-size: 14px;
    line-height: 56px;
  }
}
.btn_contact a::before {
  background-image: url(../images/icn_mail_wh.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 40px;
  margin-right: 16px;
  vertical-align: middle;
  width: 40px;
}
@media screen and (max-width: 1080px) {
  .btn_contact a::before {
    height: 24px;
    margin-right: 8px;
    width: 24px;
  }
}
.btn_contact a.visited {
  color: #fff;
}

.btn_panorama {
  height: 28px;
  width: 136px;
}
.btn_panorama a {
  background-color: #fff;
  background-image: url(../images/icn_panorama.svg);
  background-size: 32px;
  background-position: 4px center;
  background-repeat: no-repeat;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  color: #2A2A2A;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  line-height: 26px;
  padding-left: 44px;
  text-decoration: none;
  width: 100%;
}
.btn_panorama a:visited {
  color: #2A2A2A;
}

.btn_panorama_g {
  height: 36px;
  width: 195px;
}
@media screen and (max-width: 1080px) {
  .btn_panorama_g {
    height: 48px;
    width: 100%;
  }
}
.btn_panorama_g a {
  background-color: #fff;
  background-image: url(../images/icn_panorama_gr.svg);
  background-size: 32px;
  background-position: 7px center;
  background-repeat: no-repeat;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  line-height: 34px;
  padding-left: 48px;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_panorama_g a {
    background-image: none;
    font-size: 14px;
    line-height: 46px;
    padding-left: 0;
    text-align: center;
  }
  .btn_panorama_g a::before {
    background-image: url(../images/icn_panorama_gr.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 32px;
  }
}
.btn_panorama_g a.visited {
  color: #539F60;
}

.btn_back {
  height: 60px;
  width: 304px;
}
.btn_back.side {
  margin-top: 24px;
  height: 48px;
  width: 100%;
}
.btn_back.side a {
  font-size: 14px;
  line-height: 46px;
  padding-right: 14px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .btn_back.side a {
    padding-right: 0;
    text-align: center;
  }
}
.btn_back.side a::after {
  left: 8px;
}
@media screen and (max-width: 1080px) {
  .btn_back {
    height: 48px;
    width: 100%;
  }
}
.btn_back a {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  line-height: 58px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .btn_back a {
    font-size: 14px;
    line-height: 46px;
  }
}
.btn_back a.visited {
  color: #539F60;
}
.btn_back a::after {
  background-image: url(../images/icn_arrow_left_01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .btn_back a::after {
    left: 12px;
  }
}

.linkList {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .linkList {
    display: block;
  }
}
.linkList p {
  margin-right: 24px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .linkList p {
    margin-bottom: 16px;
    width: 100%;
  }
}
.linkList p:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .linkList p:nth-child(2n) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .linkList p:last-child {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------
	list
-----------------------------------------------*/
.list01 > li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.list01 > li::before {
  content: "・";
  display: inline-block;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}
.list01 > li:last-child {
  margin-bottom: 0;
}

.listOrdered > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 36px;
}
.listOrdered > li > .num {
  display: inline-block;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}

.listOrdered02 > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 23px;
}
.listOrdered02 > li > .num {
  display: inline-block;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}

.listKatakana > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.listKatakana > li > .num {
  display: inline-block;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}

.listKatakana02 > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 36px;
}
.listKatakana02 > li > .num {
  display: inline-block;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
}

.bannerLink {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .bannerLink {
    display: block;
  }
}
.bannerLink > li {
  margin-right: 16px;
  width: calc((100% - 30px) / 3);
}
.bannerLink > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .bannerLink > li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
}
.bannerLink > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .bannerLink > li:last-child {
    margin-bottom: 0;
  }
}
.bannerLink > li a {
  margin: 0 !important;
}

/* -------------------------------------------------------------------
    contact
-------------------------------------------------------------------- */
.contactSec {
  background-color: #539F60;
  box-sizing: border-box;
  margin: 0 auto 80px;
  padding: 40px 0;
}
@media screen and (max-width: 1080px) {
  .contactSec {
    box-sizing: border-box;
    padding: 32px 16px;
    width: calc(100% - 32px);
  }
}
.contactSec.cancel, .contactSec.recruit {
  margin: 0 auto 0px;
}
@media screen and (max-width: 1080px) {
  .contactSec.cancel, .contactSec.recruit {
    width: 100%;
  }
}
.contactSec.cancel .contactSec_cnt, .contactSec.recruit .contactSec_cnt {
  display: block;
}
.contactSec.cancel .contactSec_cnt .contactSec_cnt_btn, .contactSec.recruit .contactSec_cnt .contactSec_cnt_btn {
  margin-bottom: 32px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .contactSec.cancel .contactSec_cnt .contactSec_cnt_btn, .contactSec.recruit .contactSec_cnt .contactSec_cnt_btn {
    border-bottom: none;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}
.contactSec.cancel .contactSec_cnt .contactSec_cnt_call, .contactSec.recruit .contactSec_cnt .contactSec_cnt_call {
  border-left: none;
  padding-left: 0;
  width: 100%;
}
.contactSec.cancel .contactSec_cnt .contactSec_cnt_call .note, .contactSec.recruit .contactSec_cnt .contactSec_cnt_call .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}
.contactSec.cancel > .txt, .contactSec.recruit > .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.contactSec .contactSec_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_ttl {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.contactSec .contactSec_cnt {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt {
    display: block;
  }
}
.contactSec .contactSec_cnt.col01 .contactSec_cnt_btn {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt.col01 .contactSec_cnt_btn {
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_btn {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto 24px;
    padding-bottom: 24px;
    padding-right: 0;
    width: 100%;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_btn a {
  background-color: #fff;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_btn a {
    width: 100%;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_btn a span {
  background-image: url(../images/icn_mail_gr.svg);
  background-size: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 48px;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_btn a {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
  }
  .contactSec .contactSec_cnt .contactSec_cnt_btn a span {
    background-size: 24px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .contactSec .contactSec_cnt .contactSec_cnt_btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_btn a.visited {
  color: #539F60;
}
.contactSec .contactSec_cnt .contactSec_cnt_call {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_call .contactSec_cnt_call_ttl {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .contactSec_cnt_call_ttl {
    font-size: 14px;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_call .tell {
  background-image: url(../images/icn_tell.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  padding-left: 40px;
}
.contactSec .contactSec_cnt .contactSec_cnt_call .tell.spOnly {
  display: none;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .tell.spOnly {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .tell.pcOnly {
    display: none;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_call .tell a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .tell {
    background-image: none;
    font-size: 28px;
    line-height: 1.57;
    padding-left: 0;
  }
  .contactSec .contactSec_cnt .contactSec_cnt_call .tell::before {
    background-image: url(../images/icn_tell.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    content: "";
    display: inline-block;
    margin-right: 8px;
    height: 40px;
    width: 32px;
    vertical-align: text-top;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_call .tell span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .tell span {
    display: block;
    font-size: 14px;
    margin-left: 0;
    margin-top: 8px;
  }
}
.contactSec .contactSec_cnt .contactSec_cnt_call .txt {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .contactSec .contactSec_cnt .contactSec_cnt_call .txt {
    font-size: 12px;
    margin-top: 8px;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  min-width: 1140px;
  overflow-x: auto;
  overflow-y: auto;
}
@media screen and (max-width: 1080px) {
  .mfp-wrap {
    min-width: 100%;
  }
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  max-height: 80%;
  height: 100%;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*調整*/
  background-image: url(../images/icn_close.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: top right;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  /*調整*/
  width: 8.5vw;
  height: 8.5vw;
  /*  width: 44px;
    height: 44px;
    top: 0;
    opacity: 0.65;
    filter: alpha(opacity=65);*/
  line-height: 44px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*  .mfp-close:active {
    top: 1px; }*/
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  top: -3px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  height: auto;
  width: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 100% !important;
  max-width: 100% !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: none;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #2A2A2A;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (min-width: 1081px) {
  .mfp-image-holder .mfp-content {
    width: 1080px;
  }
}
@media screen and (max-width: 1080px) {
  .mfp-image-holder .mfp-content {
    width: calc(100% - 32px);
  }
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .modaal-inner-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: visible !important;
  cursor: auto;
  max-height: calc(100vh - 220px);
}
@media (orientation: landscape) {
  .modaal-container {
    max-height: calc(100vh - 120px);
  }
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  background-image: url(../images/icn_close.svg) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -4px;
  top: -45px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
@media screen and (max-width: 1080px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modaal-image .modaal-container {
  height: 600px;
  width: 800px;
  background-color: #2A2A2A;
}
@media screen and (max-width: 1080px) {
  .modaal-image .modaal-container {
    height: 68.533vw;
    width: 100%;
  }
}
.modaal-image .modaal-container img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .modaal-image .modaal-container img {
    height: 100%;
  }
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* -------------------------------------------------------------------
    header
-------------------------------------------------------------------- */
#header {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 116px;
  left: 0;
  min-width: 1140px;
  overflow-y: visible;
  padding-left: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  #header {
    height: 56px;
    min-width: 100%;
    padding-left: 16px;
  }
}
#header.enHeader #globalNav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav {
    display: block;
  }
}
#header.enHeader #globalNav .globalNav02 {
  height: 116px;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 {
    display: none;
    height: auto;
  }
}
#header.enHeader #globalNav .globalNav02 .globalNav02_list {
  align-items: center;
  display: flex;
  height: 100%;
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 .globalNav02_list {
    display: block;
  }
}
#header.enHeader #globalNav .globalNav02 .globalNav02_list > li {
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 .globalNav02_list > li {
    border-bottom: 1px solid #D8D8D8;
    margin-right: 0;
  }
}
#header.enHeader #globalNav .globalNav02 .globalNav02_list > li a {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #2A2A2A;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 .globalNav02_list > li a {
    display: block;
    line-height: 1.875;
    padding: 16px 0;
    width: 100%;
  }
}
#header.enHeader #globalNav .globalNav02 .globalNav02_list > li a::before {
  background-color: #539F60;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 0;
  height: 4px;
  margin: -16px 0 0 0;
  transition: width 0.3s ease-in-out, right 0.3s ease-in-out, left 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 .globalNav02_list > li a::before {
    background-color: transparent;
    background-image: url(../images/icn_arrow_right_03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: inherit;
    height: 14px;
    left: inherit;
    margin: 0;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}
#header.enHeader #globalNav .globalNav02 .globalNav02_list > li:hover > a::before {
  width: calc(100% + 10px);
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02 .globalNav02_list > li:hover > a::before {
    width: 14px;
  }
}
#header.enHeader #globalNav .globalNav02_lang {
  align-items: center;
  background-color: #F5FBF4;
  display: flex;
  justify-content: center;
  height: 100% !important;
  width: 180px;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02_lang {
    align-items: inherit;
    background-color: #fff;
    height: 20px;
    margin-top: 16px;
    padding-bottom: 56px;
    width: 100%;
  }
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item {
  height: 20px;
  position: relative;
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:first-child {
  padding-left: 20px;
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:first-child::before {
  background-image: url(../images/icn_header_global.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:first-child::before {
    background-image: url(../images/icn_header_global_sp.svg);
  }
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:nth-child(2) {
  padding-left: 21px;
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:nth-child(2)::before {
  background-image: url(../images/icn_header_diagonal_line_green.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item:nth-child(2)::before {
    background-image: url(../images/icn_header_diagonal_line.svg);
  }
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item > a {
  color: #539F60;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item > a {
    color: #606060;
  }
}
@media screen and (min-width: 1081px) {
  #header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item > a:hover {
    opacity: 0.7;
  }
}
#header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item.is-active > a {
  color: #0D4516;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #header.enHeader #globalNav .globalNav02_lang .globalNav02_lang_item.is-active > a {
    color: #539F60;
  }
}
#header .header_logo {
  padding-top: 38px;
  width: 270px;
}
@media screen and (max-width: 1080px) {
  #header .header_logo {
    padding-top: 16px;
    width: 150px;
  }
}
#header .header_logo a {
  display: block;
}
#header #globalNav .globalNav01 {
  display: flex;
  height: 58px;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 {
    height: 100%;
  }
}
#header #globalNav .globalNav01 .globalNav01_title {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 16px;
  padding-top: 24px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_title {
    display: none;
  }
}
#header #globalNav .globalNav01 .globalNav01_list {
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding-top: 24px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_list {
    display: none;
  }
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item {
  position: relative;
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item > a {
  color: #2A2A2A;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-right: 18px;
  position: relative;
  text-decoration: none;
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item > a::before {
  background-color: #539F60;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out, right 0.3s ease-in-out, left 0.3s ease-in-out;
  width: 0;
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item > a:hover::before {
    width: 100%;
  }
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item > a::after {
  background-image: url(../images/icn_header_blank.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item:nth-child(2) {
  padding-left: 21px;
}
#header #globalNav .globalNav01 .globalNav01_list .globalNav01_list_item:nth-child(2)::before {
  background-image: url(../images/icn_header_diagonal_line.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
#header #globalNav .globalNav01 .globalNav01_button {
  height: 58px;
  margin-left: 24px;
  width: 180px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_button {
    height: 100%;
    margin-right: 60px;
    width: 78px;
  }
}
#header #globalNav .globalNav01 .globalNav01_button > a {
  align-items: center;
  background-color: #539F60;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.05em;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav01 .globalNav01_button > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_button > a {
    flex-direction: column;
    font-size: 10px;
    letter-spacing: 0;
  }
}
#header #globalNav .globalNav01 .globalNav01_button > a span {
  display: inline-block;
  padding-left: 24px;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_button > a span {
    padding-left: 0;
    position: relative;
  }
}
#header #globalNav .globalNav01 .globalNav01_button > a span::before {
  background-image: url(../images/icn_header_mail.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav01 .globalNav01_button > a span::before {
    display: block;
    left: inherit;
    margin: 0 auto 6px;
    position: relative;
    top: inherit;
    transform: translateY(0);
  }
}
#header #globalNav .globalNav02 {
  display: flex;
  height: 58px;
  justify-content: flex-end;
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav02 {
    display: flex !important;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 {
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    left: 0;
    height: auto;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 0 16px;
    position: fixed;
    top: 56px;
    width: 100%;
  }
}
#header #globalNav .globalNav02 .globalNav02_list {
  display: flex;
  height: 58px;
  padding-top: 12px;
  overflow-y: visible;
}
@media screen and (max-width: 1300px) {
  #header #globalNav .globalNav02 .globalNav02_list {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list {
    display: block;
    height: auto;
    width: 100%;
  }
}
#header #globalNav .globalNav02 .globalNav02_list::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  left: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list::after {
    display: none;
  }
}
#header #globalNav .globalNav02 .globalNav02_list.on-hover::after {
  height: calc(100vh - 116px);
  opacity: 1;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item {
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item {
    border-bottom: 1px solid #D8D8D8;
    margin-right: 0;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.is-bd {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.is-bd {
    padding-left: 0px;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.is-bd::before {
  background-color: #606060;
  content: "";
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 1300px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.is-bd::before {
    height: 50px;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.is-bd::before {
    display: none;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a {
  color: #2A2A2A;
  display: block;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a {
    line-height: 1.875;
    padding: 16px 0;
    width: 100%;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a::before {
  background-color: #539F60;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 0;
  height: 4px;
  margin: -16px 0 0 0;
  transition: width 0.3s ease-in-out, right 0.3s ease-in-out, left 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a::before {
    background-color: transparent;
    background-image: url(../images/icn_arrow_right_03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: inherit;
    height: 14px;
    left: inherit;
    margin: 0;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a br {
  display: none;
}
@media screen and (max-width: 1300px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a br {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item > a br {
    display: none;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item:hover > a::before {
  width: calc(100% + 10px);
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item:hover > a::before {
    width: 14px;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu > a {
  padding-right: 16px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu > a {
    padding-right: 0;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu > a::after {
  background-image: url(../images/icn_header_arrow_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
}
@media screen and (max-width: 1300px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu > a::after {
    top: 22px;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu > a::after {
    display: none;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu {
  background-color: #fff;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: auto;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu {
    display: none !important;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top {
  background-color: #F5F5F5;
  height: 144px;
  width: 206px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a {
  color: #2A2A2A;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a:hover {
    opacity: 0.7;
  }
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a:hover .dropMenu_top_thumb img {
    transform: scale(1.2);
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a .dropMenu_top_thumb {
  overflow: hidden;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a .dropMenu_top_thumb img {
  height: 156px;
  object-fit: cover;
  transition: 1s;
  width: 206px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a .dropMenu_top_title {
  font-size: 16px;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 48px;
  padding-left: 12px;
  position: relative;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a .dropMenu_top_title::before {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_top > a .dropMenu_top_title::after {
  background-image: url(../images/icn_arrow_right_01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 2;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list {
  display: flex;
  flex-wrap: wrap;
  width: 894px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item {
  background-color: #F5F5F5;
  height: 60px;
  margin-left: 16px;
  margin-bottom: 12px;
  width: 282px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item:nth-child(-n+3) {
  margin-top: 0;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a {
  color: #2A2A2A;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a:hover {
    opacity: 0.7;
  }
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a:hover .dropMenu_list_item_thumb img {
    transform: scale(1.2);
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a .dropMenu_list_item_thumb {
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 100px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a .dropMenu_list_item_thumb img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
  width: 100%;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a .dropMenu_list_item_thumb::before {
  background-color: #fff;
  box-sizing: border-box;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  width: 28px;
  z-index: 2;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a .dropMenu_list_item_thumb::after {
  background-image: url(../images/icn_arrow_right_02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 5px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 6px;
  width: 16px;
  z-index: 2;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu .dropMenu .dropMenu_inner .dropMenu_list .dropMenu_list_item > a .dropMenu_list_item_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  height: 60px;
  line-height: 60px;
  padding-left: 12px;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu:hover .dropMenu {
  display: block;
  box-sizing: border-box;
  height: 272px;
  padding-top: 40px;
  top: 100%;
  opacity: 1;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.has-menu:hover::after {
  opacity: 1;
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.blank-item {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.blank-item {
    display: block;
  }
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.blank-item > a {
    font-size: 14px;
    padding: 12px 0;
  }
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item.blank-item > a::before {
    background-image: url(../images/icn_header_blank.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 10px;
    width: 12px;
  }
}
#header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item .globalNav02_button {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_list .globalNav02_list_item .globalNav02_button {
    display: block;
  }
}
#header #globalNav .globalNav02 .globalNav02_button {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_button {
    display: block;
    height: 48px;
    margin: 16px 0;
    width: 100%;
  }
  #header #globalNav .globalNav02 .globalNav02_button a {
    background-color: #539F60;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 0.05em;
    line-height: 48px;
    text-align: center;
    transition: 0.2s;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 1081px) {
  #header #globalNav .globalNav02 .globalNav02_button a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_button a span {
    background-image: url(../images/icn_header_mail.svg);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 25px;
  }
}
#header #globalNav .globalNav02 .globalNav02_lang {
  align-items: center;
  background-color: #F5FBF4;
  display: flex;
  justify-content: center;
  height: 58px;
  width: 180px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_lang {
    align-items: inherit;
    background-color: #fff;
    height: 20px;
    padding-bottom: 56px;
    width: 100%;
  }
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item {
  height: 20px;
  position: relative;
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:first-child {
  padding-left: 20px;
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:first-child::before {
  background-image: url(../images/icn_header_global.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:first-child::before {
    background-image: url(../images/icn_header_global_sp.svg);
  }
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:nth-child(2) {
  padding-left: 21px;
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:nth-child(2)::before {
  background-image: url(../images/icn_header_diagonal_line_green.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item:nth-child(2)::before {
    background-image: url(../images/icn_header_diagonal_line.svg);
  }
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item > a {
  color: #539F60;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item > a {
    color: #606060;
  }
}
@media screen and (min-width: 1081px) {
  #header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item > a:hover {
    opacity: 0.7;
  }
}
#header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item.is-active > a {
  color: #0D4516;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #header #globalNav .globalNav02 .globalNav02_lang .globalNav02_lang_item.is-active > a {
    color: #539F60;
  }
}
#header .header_spBtn {
  background-color: #2A2A2A;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 1080px) {
  #header .header_spBtn {
    display: block;
  }
}
#header .header_spBtn span {
  background-color: #fff;
  display: block;
  height: 1px;
  position: absolute;
  right: 22px;
  width: 16px;
  transition: 0.3s;
}
#header .header_spBtn span:first-child {
  top: 21px;
}
#header .header_spBtn span:nth-child(2) {
  top: 27px;
}
#header .header_spBtn span:nth-child(3) {
  top: 33px;
}
#header .header_spBtn.is-active span:first-child {
  transform: translateY(5px) rotate(45deg);
}
#header .header_spBtn.is-active span:nth-child(2) {
  opacity: 0;
}
#header .header_spBtn.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* -------------------------------------------------------------------
    footer
-------------------------------------------------------------------- */
#footer {
  background-color: #4B4B4B;
  box-sizing: border-box;
  padding: 80px 0 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #footer {
    padding: 40px 0;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer.en .footerEn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  #footer.en .footerEn {
    display: block;
  }
}
#footer.en .footerEn .footerEn_left {
  margin-right: 48px;
}
@media screen and (max-width: 1080px) {
  #footer.en .footerEn .footerEn_left {
    text-align: center;
    margin-right: 0;
  }
}
#footer.en .footerEn .footerEn_left .name {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
}
#footer.en .footerEn .footerEn_left .footer01_lang {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
#footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item {
  height: 20px;
  position: relative;
}
#footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item:first-child {
  padding-left: 20px;
  background-image: url(../images/icn_footer_global.svg);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item:nth-child(2) {
  background-image: url(../images/icn_footer_diagonal_line.svg);
  background-size: 5px;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 21px;
}
#footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item a {
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 20px;
}
@media screen and (min-width: 1081px) {
  #footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item a:hover {
    text-decoration: underline;
  }
}
#footer.en .footerEn .footerEn_left .footer01_lang .footer01_lang_item.is-active a {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #footer.en .footerEn .footerEn_right {
    margin-top: 32px;
  }
}
#footer.en .footerEn .footerEn_right .linkList {
  padding-top: 3px;
}
#footer.en .footerEn .footerEn_right .linkList li {
  background-image: url(../images/icn_footer_arrow.svg);
  background-size: 6px;
  background-position: left 9px;
  background-repeat: no-repeat;
  margin-right: 24px;
  padding-left: 10px;
}
#footer.en .footerEn .footerEn_right .linkList li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  #footer.en .footerEn .footerEn_right .linkList li {
    background: none;
    border-bottom: 1px solid #606060;
    padding-left: 0;
    position: relative;
    margin: 0;
  }
}
#footer.en .footerEn .footerEn_right .linkList li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #footer.en .footerEn .footerEn_right .linkList li a {
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    padding: 16px;
    position: relative;
    width: 100%;
  }
  #footer.en .footerEn .footerEn_right .linkList li a::after {
    background-image: url(../images/icn_footer_arrow_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 19px;
    width: 14px;
  }
}
#footer.en .copyright {
  color: #fff;
  font-size: 10px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #footer.en .copyright {
    margin-top: 40px;
  }
}
#footer .footerInner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner {
    display: block;
  }
}
#footer .footerInner .footer01 {
  width: 208px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer01 {
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 16px;
    width: 100%;
  }
}
#footer .footerInner .footer01 .footer01_button {
  height: 48px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer01 .footer01_button {
    width: 100%;
  }
}
#footer .footerInner .footer01 .footer01_button a {
  background-color: #fff;
  color: #4B4B4B;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer01 .footer01_button a:hover {
    opacity: 0.7;
  }
}
#footer .footerInner .footer01 .footer01_button a span {
  background-image: url(../images/icn_footer_mail.svg);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 25px;
}
#footer .footerInner .footer01 .footer01_lang {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#footer .footerInner .footer01 .footer01_lang .footer01_lang_item {
  height: 20px;
  position: relative;
}
#footer .footerInner .footer01 .footer01_lang .footer01_lang_item:first-child {
  padding-left: 20px;
  background-image: url(../images/icn_footer_global.svg);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer .footerInner .footer01 .footer01_lang .footer01_lang_item:nth-child(2) {
  background-image: url(../images/icn_footer_diagonal_line.svg);
  background-size: 5px;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 21px;
}
#footer .footerInner .footer01 .footer01_lang .footer01_lang_item a {
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 20px;
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer01 .footer01_lang .footer01_lang_item a:hover {
    text-decoration: underline;
  }
}
#footer .footerInner .footer01 .footer01_lang .footer01_lang_item.is-active a {
  color: #fff;
}
#footer .footerInner .footer02 {
  width: 832px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 {
    width: 100%;
  }
}
#footer .footerInner .footer02 .footer02_link01 {
  border-bottom: 1px solid #606060;
  display: flex;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 {
    border: none;
    display: block;
    padding-bottom: 0;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box {
  width: 20%;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box {
    width: 100%;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink {
  background-image: url(../images/icn_footer_arrow.svg);
  background-size: 6px;
  background-position: left 9px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink {
    background: none;
    border-bottom: 1px solid #606060;
    padding-left: 0;
    position: relative;
    margin: 0;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink a {
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    padding: 16px;
    position: relative;
    width: 100%;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink a::after {
    background-image: url(../images/icn_footer_arrow_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 19px;
    width: 14px;
  }
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink a:hover {
    text-decoration: none;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink .spMenu {
  display: none;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.has-child {
    padding-right: 50px;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.has-child .spMenu {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 2;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.has-child::before {
    background-color: #fff;
    background-image: none;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 17px;
    top: 26px;
    width: 12px;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.has-child::after {
    background-color: #fff;
    background-image: none;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 17px;
    top: 26px;
    transform: rotate(90deg);
    transition: 0.3s;
    width: 12px;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.has-child a::after {
    display: none;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .topLvLink.is-active::after {
    opacity: 0;
    transform: rotate(0deg);
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList {
  padding-left: 10px;
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList {
    box-sizing: border-box;
    display: none;
    padding-left: 30px;
    width: 100%;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li {
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li {
    margin-bottom: 0;
  }
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li:last-child {
  margin-bottom: 0;
}
#footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a {
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a {
    border-bottom: 1px solid #606060;
    display: block;
    font-size: 14px;
    padding: 16px 0;
    position: relative;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a br {
    display: none;
  }
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a::after {
    background-image: url(../images/icn_footer_arrow_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 19px;
    width: 14px;
  }
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link01 .footer02_link01_box .linkList li a:hover {
    text-decoration: none;
  }
}
#footer .footerInner .footer02 .footer02_link02 {
  border-bottom: 1px solid #606060;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 {
    box-sizing: border-box;
    padding: 24px 16px;
    width: 100%;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 {
    display: block;
    margin-bottom: 0;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li {
  background-image: url(../images/icn_footer_arrow.svg);
  background-size: 6px;
  background-position: left 10px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  margin-right: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li {
    padding-left: 12px;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li a {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li a {
    font-size: 12px;
    line-height: 1.75;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li a[target=_blank] {
  background-image: url(../images/icn_footer_blank.svg);
  background-size: 14px;
  background-position: right 3px;
  background-repeat: no-repeat;
  padding-right: 17px;
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList01 li a:hover {
    text-decoration: underline;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 {
    display: block;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li {
  background-image: url(../images/icn_footer_arrow.svg);
  background-size: 6px;
  background-position: left 10px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  margin-right: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li {
    padding-left: 12px;
    margin-bottom: 24px;
    margin-right: 0;
  }
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li:last-child {
    margin-bottom: 0;
  }
}
#footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li a {
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li a {
    font-size: 12px;
    list-style: 1.75;
  }
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link02 .footer02_link02_linkList02 li a:hover {
    text-decoration: underline;
  }
}
#footer .footerInner .footer02 .footer02_link03 {
  margin-bottom: 40px;
  padding-top: 16px;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link03 {
    box-sizing: border-box;
    padding: 24px 16px 0;
    width: 100%;
  }
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link03_ttl {
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 16px;
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 {
    display: block;
  }
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li {
  margin-right: 16px;
  width: calc((100% - 30px) / 3);
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  #footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li:last-child {
    margin-bottom: 0;
  }
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li a {
  display: block;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  #footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li a:hover {
    opacity: 0.7;
  }
}
#footer .footerInner .footer02 .footer02_link03 .footer02_link02_linkList02 li a img {
  width: 100%;
}
#footer .footerInner .footer02 .copyright {
  color: #fff;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  #footer .footerInner .footer02 .copyright {
    margin-top: 40px;
    text-align: center;
  }
}

#pageTop {
  bottom: 0;
  cursor: pointer;
  position: fixed;
  right: 0;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (min-width: 1081px) {
  #pageTop:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------------------------------------
    category footer
-------------------------------------------------------------------- */
.categoryFooter {
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .categoryFooter {
    padding-top: 32px;
  }
}
.categoryFooter .categoryFooter_ttl {
  text-align: center;
}
.categoryFooter .categoryFooter_ttl .en {
  color: #606060;
  display: block;
  font-size: 14px;
  font-family: "CrimsonText";
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .categoryFooter .categoryFooter_ttl .en {
    line-height: 18px;
    margin-bottom: 4px;
    text-align: center;
  }
}
.categoryFooter .categoryFooter_ttl .jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.5;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .categoryFooter .categoryFooter_ttl .jp {
    font-size: 18px;
  }
}
.categoryFooter .categoryFooter_ttl .jp::after {
  background-color: #539F60;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 24px;
}
.categoryFooter .categoryFooter_nav {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .categoryFooter .categoryFooter_nav {
    display: block;
  }
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item {
  height: 208px;
  margin-right: 1px;
  width: calc((100% - 4px) / 5);
}
@media screen and (max-width: 1080px) {
  .categoryFooter .categoryFooter_nav .categoryFooter_nav_item {
    margin: 0 0 1px;
    height: 132px;
    width: 100%;
  }
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .categoryFooter .categoryFooter_nav .categoryFooter_nav_item:last-child {
    margin-bottom: 0;
  }
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item a::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: 0.2s;
  width: 100%;
  z-index: 2;
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item a .categoryFooter_nav_item_txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item a .categoryFooter_nav_item_txt::after {
  background-image: url(../images/icn_about_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 16px auto 0;
  width: 64px;
}
.categoryFooter .categoryFooter_nav .categoryFooter_nav_item a .categoryFooter_nav_item_img {
  height: 100%;
  object-fit: cover;
  transition: 2s;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .categoryFooter .categoryFooter_nav .categoryFooter_nav_item a:hover .categoryFooter_nav_item_img {
    transform: scale(1.2);
  }
}

/* -------------------------------------------------------------------
    slider
-------------------------------------------------------------------- */
#topMv {
  margin-bottom: 180px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #topMv {
    margin-bottom: 80px;
  }
}
#topMv::before {
  background-color: #539F60;
  content: "";
  display: block;
  height: 710px;
  left: 0;
  position: absolute;
  top: 80px;
  width: calc(100% - 277px);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #topMv::before {
    display: none;
  }
}
#topMv .top_slider {
  box-sizing: border-box;
  padding-left: 254px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #topMv .top_slider {
    padding-left: 0px;
  }
}
#topMv .top_slider .swiper-wrapper .swiper-slide {
  height: 730px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #topMv .top_slider .swiper-wrapper .swiper-slide {
    height: 420px;
  }
}
#topMv .top_slider .swiper-wrapper .swiper-slide picture {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#topMv .top_slider .swiper-wrapper .swiper-slide picture img {
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #topMv .top_slider .swiper-wrapper .swiper-slide picture img {
    object-fit: contain;
    object-position: center;
    background-color: #99D594;
  }
}
#topMv .top_mv_text {
  left: 0;
  position: absolute;
  top: 305px;
  width: 430px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  #topMv .top_mv_text {
    bottom: -25px;
    height: 47px;
    top: inherit;
    width: 144px;
  }
}

/* -------------------------------------------------------------------
    top topics
-------------------------------------------------------------------- */
#topTopics {
  margin: 0 auto 120px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #topTopics {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
  }
}
#topTopics .topTopics_ttl {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #topTopics .topTopics_ttl {
    overflow: visible;
  }
}
#topTopics .topTopics_ttl::after {
  background-color: #539F60;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
@media screen and (max-width: 1080px) {
  #topTopics .topTopics_ttl::after {
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
  }
}
#topTopics .topTopics_ttl .topTopics_ttl_lv02 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #D8D8D8;
  line-height: 65px;
}
@media screen and (max-width: 1080px) {
  #topTopics .topTopics_ttl .topTopics_ttl_lv02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  #topTopics .topTopics_ttl .topTopics_ttl_lv02 {
    line-height: 1.5;
    padding-bottom: 15px;
    text-align: center;
  }
}
#topTopics .topTopics_ttl .topTopics_ttl_en {
  bottom: -55px;
  color: #D8D8D8;
  font-size: 140px;
  font-family: "CrimsonText";
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1080px) {
  #topTopics .topTopics_ttl .topTopics_ttl_en {
    bottom: inherit;
    font-size: 82px;
    left: 40px;
    letter-spacing: 0.1em;
    opacity: 0.14;
    right: inherit;
    top: -25px;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
}
#topTopics .topicsLink {
  margin-top: 16px;
  text-align: right;
}
#topTopics .topicsLink a {
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  #topTopics .topicsLink a:hover {
    opacity: 0.7;
  }
}
#topTopics .topicsLink a::after {
  background-image: url(../images/icn_topics_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#topTopics .topicsLink a.visited::after {
  background-image: url(../images/icn_arrow_right_vtd.svg);
}

/* -------------------------------------------------------------------
    TOP BUSINESS
-------------------------------------------------------------------- */
#topBusiness {
  margin-bottom: 120px;
  padding-top: 107px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #topBusiness {
    padding-top: 0px;
    margin-bottom: 80px;
  }
}
#topBusiness .topBusiness_ttl_en {
  color: rgba(153, 213, 148, 0.2);
  font-size: 140px;
  font-family: "CrimsonText";
  left: 30px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_ttl_en {
    color: rgba(153, 213, 148, 0.14);
    font-size: 82px;
    left: 63px;
    letter-spacing: 0.1em;
    right: inherit;
    top: -25px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 0;
    width: 700px;
  }
}
#topBusiness .topBusiness_inner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 55px 30px 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner {
    padding: 40px 16px 48px;
    position: initial;
  }
}
#topBusiness .topBusiness_inner::before {
  background-color: rgba(153, 213, 148, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#topBusiness .topBusiness_inner .topBusiness_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list {
    display: block;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item {
  margin-bottom: 50px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item {
    margin-bottom: 32px;
    width: 100%;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item:nth-child(2n) {
  left: 0;
  position: relative;
  top: 80px;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item:nth-child(2n) {
    left: inherit;
    top: inherit;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item:last-child {
  align-items: center;
  display: flex;
  top: inherit;
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a {
  box-sizing: border-box;
  display: block;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1081px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a:hover {
    opacity: 0.7;
  }
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a:hover .topBusiness_list_item_thumb img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a {
    padding: 0;
    padding-bottom: 43px;
    z-index: 6;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en {
  color: #606060;
  font-family: "CrimsonText";
  font-size: 14px;
  letter-spacing: 0.1em;
  left: 20px;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en {
    left: inherit;
    line-height: 18px;
    margin-bottom: 6PX;
    transform: inherit;
    position: inherit;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en span {
  display: block;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en span {
    display: inline-block;
    padding-right: 36px;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en span::after {
  background-color: #539F60;
  content: "";
  display: block;
  height: 1px;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title_en span::after {
    right: 0;
    width: 24px;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_thumb {
  overflow: hidden;
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_thumb img {
  transition: 1s;
  width: 100%;
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title {
  background-color: #fff;
  border-top: 4px solid #539F60;
  box-sizing: border-box;
  bottom: 0;
  color: #2A2A2A;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  left: 30px;
  letter-spacing: 0.1em;
  line-height: 76px;
  padding-left: 16px;
  position: absolute;
  width: 308px;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title {
    font-size: 18px;
    height: 70px;
    line-height: 66px;
    left: 0;
    width: 290px;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title::after {
  background-image: url(../images/icn_bussiness_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 24px;
  content: "";
  display: block;
  height: 28px;
  left: 228px;
  position: absolute;
  width: 64px;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item > a .topBusiness_list_item_title::after {
    bottom: 19px;
    left: 210px;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 560px;
  z-index: 4;
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button {
    height: 64px;
    margin-top: 16px;
    width: 100%;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button > a {
  background-color: #539F60;
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  height: 100%;
  line-height: 100px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  #topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button > a {
    font-size: 18px;
    line-height: 64px;
  }
}
#topBusiness .topBusiness_inner .topBusiness_list .topBusiness_list_item .topBusiness_list_item_button > a::after {
  background-image: url(../images/icn_arrow_right_wh.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 7px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

/* -------------------------------------------------------------------
    TOP ABOUT
-------------------------------------------------------------------- */
#topAbout {
  margin-bottom: 120px;
  padding-top: 107px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #topAbout {
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
#topAbout .topAbout_ttl_en {
  color: rgba(216, 216, 216, 0.3);
  font-size: 140px;
  font-family: "CrimsonText";
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #topAbout .topAbout_ttl_en {
    color: rgba(216, 216, 216, 0.14);
    font-size: 82px;
    left: 63px;
    letter-spacing: 0.1em;
    right: inherit;
    top: -45px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 0;
    width: 700px;
  }
}
#topAbout .topAbout_inner {
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 55px 30px 56px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #topAbout .topAbout_inner {
    padding: 40px 16px 40px;
  }
}

/* -------------------------------------------------------------------
    ABOUT US LIST
-------------------------------------------------------------------- */
.aboutList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .aboutList {
    display: block;
  }
}
.aboutList.en {
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .aboutList.en {
    margin-bottom: 80px;
  }
}
.aboutList.en .aboutList_item {
  margin-bottom: 0;
}
.aboutList.en .aboutList_item > a .aboutList_item_thumb {
  width: calc(100% - 150px);
}
@media screen and (max-width: 1080px) {
  .aboutList.en .aboutList_item > a .aboutList_item_thumb {
    width: 100%;
  }
}
.aboutList.en .aboutList_item > a .aboutList_item_text {
  width: 150px;
}
@media screen and (max-width: 1080px) {
  .aboutList.en .aboutList_item > a .aboutList_item_text {
    width: 100%;
  }
}
.aboutList.en .aboutList_item > a .aboutList_item_text .aboutList_item_text_title {
  font-size: 18px;
}
.aboutList .aboutList_item {
  margin-bottom: 56px;
  position: relative;
  width: calc(50% - 20px);
  z-index: 3;
}
#index .aboutList .aboutList_item {
  margin-bottom: 0;
}
.aboutList .aboutList_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item {
    margin-bottom: 32px;
    width: 100%;
  }
  #index .aboutList .aboutList_item {
    margin-bottom: 32px;
  }
  .aboutList .aboutList_item:nth-last-child(-n+2) {
    margin-bottom: 32px;
  }
  .aboutList .aboutList_item:last-child {
    margin-bottom: 0 !important;
  }
}
.aboutList .aboutList_item > a {
  display: flex;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  .aboutList .aboutList_item > a:hover .aboutList_item_thumb img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a {
    background-color: transparent;
    display: block;
    position: relative;
    z-index: 5;
  }
}
.aboutList .aboutList_item > a .aboutList_item_en {
  display: none;
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_en {
    display: block;
    color: #606060;
    font-family: "CrimsonText";
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .aboutList .aboutList_item > a .aboutList_item_en span {
    display: inline-block;
    padding-right: 36px;
    position: relative;
  }
  .aboutList .aboutList_item > a .aboutList_item_en span::after {
    background-color: #539F60;
    content: "";
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
}
.aboutList .aboutList_item > a .aboutList_item_thumb {
  overflow: hidden;
  min-height: 210px;
  max-height: 400px;
  width: calc(100% - 186px);
}
#index .aboutList .aboutList_item > a .aboutList_item_thumb {
  width: calc(100% - 150px);
}
@media screen and (max-width: 1080px) {
  #index .aboutList .aboutList_item > a .aboutList_item_thumb {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_thumb {
    min-height: auto;
    width: 100%;
  }
}
.aboutList .aboutList_item > a .aboutList_item_thumb img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_thumb img {
    height: auto;
  }
}
.aboutList .aboutList_item > a .aboutList_item_text {
  align-items: center;
  background-color: #2A2A2A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  width: 186px;
}
#index .aboutList .aboutList_item > a .aboutList_item_text {
  width: 150px;
}
@media screen and (max-width: 1080px) {
  #index .aboutList .aboutList_item > a .aboutList_item_text {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_text {
    display: block;
    min-height: auto;
    width: 100%;
  }
}
.aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_en {
  color: #D8D8D8;
  font-family: "CrimsonText";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.26;
  margin-bottom: 12px;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_en {
    display: none;
  }
}
.aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.025em;
}
#index .aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title {
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #index .aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title {
    font-size: 18px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title {
    background-color: #2A2A2A;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 67px;
    padding-left: 16px;
    text-align: left;
    text-indent: inherit;
    position: relative;
    top: -1px;
    width: 100%;
  }
}
.aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title::after {
  background-image: url(../images/icn_about_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 32px auto 0;
  width: 64px;
}
@media screen and (max-width: 1080px) {
  .aboutList .aboutList_item > a .aboutList_item_text .aboutList_item_text_title::after {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* -------------------------------------------------------------------
    TOP MESSAGE
-------------------------------------------------------------------- */
.topMessage01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .topMessage01 {
    box-sizing: border-box;
    display: block;
    margin-bottom: 64px;
    padding: 0 16px;
  }
}
.topMessage01 .topMessage01_img {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .topMessage01 .topMessage01_img {
    margin-bottom: 24px;
    width: 100%;
  }
}
.topMessage01 .topMessage01_img img {
  width: 100%;
}
.topMessage01 .topMessage01_txt {
  box-sizing: border-box;
  padding-left: 56px;
  width: calc(50% - 56px);
}
@media screen and (max-width: 1080px) {
  .topMessage01 .topMessage01_txt {
    padding: 0;
    width: 100%;
  }
}
.topMessage01 .topMessage01_txt p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.topMessage01 .topMessage01_txt .date {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
  text-align: right;
}
.topMessage01 .topMessage01_txt .name {
  margin-bottom: 0;
  text-align: right;
}
.topMessage01 .topMessage01_txt .name img {
  width: 286px;
}
.topMessage01 .topMessage01_txt .name.en img {
  width: 125px;
}

.topMessage02 {
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin: 0 auto 120px;
  padding: 32px 24px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .topMessage02 {
    margin: 0 auto 80px;
    padding: 24px 16px;
    width: calc(100% - 32px);
  }
}
.topMessage02 .topMessage02_ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .topMessage02 .topMessage02_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .topMessage02 .topMessage02_ttl {
    margin-bottom: 24px;
  }
}
.topMessage02 .topMessage02_leadTxt {
  margin-bottom: 24px;
  text-align: center;
}
.topMessage02 .topMessage02_leadTxt img {
  width: 354px;
}
@media screen and (max-width: 1080px) {
  .topMessage02 .topMessage02_leadTxt img {
    width: 311px;
  }
}
.topMessage02 .philosophy {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .topMessage02 .philosophy {
    display: block;
  }
}
.topMessage02 .philosophy .philosophy_box {
  align-items: center;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-top: 2px solid #D8D8D8;
  box-sizing: border-box;
  display: flex;
  height: 154px;
  justify-content: center;
  position: relative;
  width: 328px;
}
@media screen and (max-width: 1080px) {
  .topMessage02 .philosophy .philosophy_box {
    height: auto;
    margin-bottom: 16px;
    min-height: 128px;
    width: 100%;
  }
  .topMessage02 .philosophy .philosophy_box:last-child {
    margin-bottom: 0;
  }
}
.topMessage02 .philosophy .philosophy_box::before {
  background-color: #539F60;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 24px;
}
.topMessage02 .philosophy .philosophy_box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.025em;
}
@media screen and (max-width: 1080px) {
  .topMessage02 .philosophy .philosophy_box p {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------------
    COMPANY PROFILE
-------------------------------------------------------------------- */
.pageCompanyProfile {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyProfile {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageCompanyProfile .tbl01 {
  margin-bottom: 16px;
}
.pageCompanyProfile .companyProfile_dl {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding: 48px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageCompanyProfile .companyProfile_dl {
    box-sizing: border-box;
    display: block;
    margin-top: 64px;
    padding: 40px 16px;
  }
}
.pageCompanyProfile .companyProfile_dl .companyProfile_dl_image {
  margin-right: 80px;
  width: 140px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyProfile .companyProfile_dl .companyProfile_dl_image {
    margin: 0 auto 24px;
  }
}
.pageCompanyProfile .companyProfile_dl .companyProfile_dl_image img {
  background-color: #fff;
}
.pageCompanyProfile .companyProfile_dl .btn_pdf {
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyProfile .companyProfile_dl .btn_pdf {
    width: 100%;
  }
}

/* -------------------------------------------------------------------
    ORGANIZATION
-------------------------------------------------------------------- */
.pageOrganization {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageOrganization {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 1.48vw;
    width: 100%;
  }
}
.pageOrganization .pageOrganization_img_wrap {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_img {
    margin-bottom: 24px;
  }
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li {
  height: 50px;
  position: absolute;
  width: 280px;
}
@media screen and (max-width: 1080px) {
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_link li {
    height: 4.533vw;
    width: 25vw;
  }
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li a {
  display: block;
  height: 100%;
  width: 100%;
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:first-child {
  right: 269px;
  top: 397px;
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(2) {
  right: 269px;
  top: 466px;
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(3) {
  bottom: 132px;
  right: 269px;
}
.pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(4) {
  bottom: 64px;
  right: 269px;
}
@media screen and (max-width: 1080px) {
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:first-child {
    right: 24.2vw;
    top: 35.2vw;
  }
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(2) {
    right: 24.2vw;
    top: 41.5vw;
  }
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(3) {
    right: 24.2vw;
    bottom: 11.9vw;
  }
  .pageOrganization .pageOrganization_img_wrap .pageOrganization_link li:nth-child(4) {
    right: 24.2vw;
    bottom: 5.8vw;
  }
}

/* -------------------------------------------------------------------
    ACHIEVEMENTS
-------------------------------------------------------------------- */
.pageAchievements {
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageAchievements {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox {
    box-sizing: border-box;
    padding: 0 16px 0 20px;
    width: 100%;
  }
}
.pageAchievements .achievementsBox:nth-child(even) {
  background-color: #F5F5F5;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox:first-child {
    position: relative;
  }
  .pageAchievements .achievementsBox:first-child::before {
    content: "";
    background-color: #fff;
    height: 97px;
    left: 18px;
    position: absolute;
    top: 0px;
    width: 4px;
    z-index: 2;
  }
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox:first-child .achievementsBox_inner {
    padding-top: 0 !important;
    position: relative;
  }
}
.pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .yearBox {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .yearBox {
    padding-top: 0;
  }
}
.pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .monthBox {
  padding-top: 0;
}
.pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .monthBox::before {
  content: "";
  background-color: #fff;
  height: 11px;
  left: -2px;
  position: absolute;
  top: 0px;
  width: 4px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .monthBox::before {
    display: none;
  }
}
.pageAchievements .achievementsBox:first-child .achievementsBox_inner:first-child .imageBox {
  padding-top: 0;
}
.pageAchievements .achievementsBox:last-child .achievementsBox_inner:last-child {
  position: relative;
}
.pageAchievements .achievementsBox:last-child .achievementsBox_inner:last-child::after {
  background-image: url(../images/company/icn_achievements_arrow_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 33px;
  left: 176px;
  position: absolute;
  width: 63px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox:last-child .achievementsBox_inner:last-child::after {
    bottom: -2px;
    height: 18px;
    left: -17px;
    width: 33px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner {
    display: block;
    border-left: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding-left: 35px;
    padding-bottom: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:first-child {
    padding-top: 50px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner:first-child > .yearBox {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:first-child > .yearBox {
    padding-top: 0px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner:first-child > .monthBox {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:first-child > .monthBox {
    padding-top: 0px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner:first-child > .imageBox {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:first-child > .imageBox {
    padding-top: 0px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner:last-child > .monthBox {
  padding-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:last-child > .monthBox {
    padding-bottom: 0px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner:last-child > .imageBox {
  padding-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner:last-child > .imageBox {
    padding-bottom: 0px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .yearBox {
  width: 208px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .yearBox {
    margin-bottom: 16px;
    width: 100%;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .yearBox .year {
  color: #539F60;
  font-family: "CrimsonText";
  font-size: 80px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .yearBox .year {
    font-size: 50px;
    margin-bottom: 4px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .yearBox .year_jp {
  font-size: 18px;
  color: #606060;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .yearBox .year_jp {
    font-size: 14px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox {
  border-left: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding-bottom: 40px;
  padding-left: 43px;
  padding-right: 24px;
  position: relative;
  width: 568px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox {
    border-left: none;
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 {
  padding-right: 0;
  width: 872px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 {
    width: 100%;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .txt {
  position: relative;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .txt::before {
  content: "";
  background-color: #D8D8D8;
  height: 1px;
  left: -40px;
  position: absolute;
  top: 14px;
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .txt::before {
    left: -33px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .txt::after {
  content: "";
  background-color: #539F60;
  height: 7px;
  left: -47px;
  position: absolute;
  top: 11px;
  width: 7px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .txt::after {
    left: -39px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox {
    display: block;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox figure {
  width: 195px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox figure {
    margin-bottom: 16px;
    width: 100%;
  }
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox figure:last-child {
    margin-bottom: 0;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox figure img {
  width: 100%;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox.imgCol04 .imageBox figure figcaption {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
  text-align: right;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .month {
  color: #539F60;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .month::before {
  content: "";
  background-color: #D8D8D8;
  height: 1px;
  left: -40px;
  position: absolute;
  top: 14px;
  width: 24px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .month::before {
    left: -33px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .month::after {
  content: "";
  background-color: #539F60;
  height: 7px;
  left: -47px;
  position: absolute;
  top: 11px;
  width: 7px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .month::after {
    left: -39px;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .monthBox .txt:last-child {
  margin-bottom: 0;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .imageBox {
  padding-bottom: 40px;
  width: 304px;
}
@media screen and (max-width: 1080px) {
  .pageAchievements .achievementsBox .achievementsBox_inner > .imageBox {
    padding: 0;
    width: 100%;
  }
}
.pageAchievements .achievementsBox .achievementsBox_inner > .imageBox figure img {
  width: 100%;
}
.pageAchievements .achievementsBox .achievementsBox_inner > .imageBox figure figcaption {
  color: #606060;
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
}

/* -------------------------------------------------------------------
    history
-------------------------------------------------------------------- */
.pageHistory .btn_link {
  margin: 58px auto 0;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageHistory .btn_link {
    margin: 40px auto 0;
    width: 100%;
  }
}

/* -------------------------------------------------------------------
    COMPANY VISION
-------------------------------------------------------------------- */
.pageCompanyVision {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageCompanyVision .pageCompanyVision_movie {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_movie {
    margin-bottom: 64px;
  }
}
.pageCompanyVision .pageCompanyVision_movie::before {
  content: "";
  display: block;
}
.pageCompanyVision .pageCompanyVision_movie .player {
  padding-top: 56.25%;
}
.pageCompanyVision .pageCompanyVision_movie .player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageCompanyVision .pageCompanyVision_philosophy dl {
  width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_philosophy dl {
    width: 100%;
    margin-bottom: 64px;
  }
}
.pageCompanyVision .pageCompanyVision_philosophy dd {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_philosophy dd {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.pageCompanyVision .pageCompanyVision_philosophy span {
  font-size: 26px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_philosophy span {
    font-size: 16px;
  }
}
.pageCompanyVision .pageCompanyVision_philosophy p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_philosophy p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.pageCompanyVision .pageCompanyVision_bnr {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageCompanyVision .pageCompanyVision_bnr {
    margin-top: 64px;
    width: 100%;
  }
}

/* -------------------------------------------------------------------
    BUSINESS LIST
-------------------------------------------------------------------- */
.businessList {
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .businessList {
    box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 16px;
  }
}
.businessList .businessList_box {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .businessList .businessList_box {
    display: block;
    margin-bottom: 64px;
  }
  .businessList .businessList_box:last-child {
    margin-bottom: 0;
  }
}
.businessList .businessList_box:nth-child(even) {
  flex-direction: row-reverse;
}
.businessList .businessList_box .businessList_box_thumb {
  height: 524px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .businessList .businessList_box .businessList_box_thumb {
    height: auto;
    margin-bottom: 24px;
    width: 100%;
  }
}
.businessList .businessList_box .businessList_box_thumb a {
  display: block;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .businessList .businessList_box .businessList_box_thumb a {
    height: auto;
  }
}
@media screen and (min-width: 1081px) {
  .businessList .businessList_box .businessList_box_thumb a:hover {
    opacity: 0.7;
  }
  .businessList .businessList_box .businessList_box_thumb a:hover img {
    transform: scale(1.2);
  }
}
.businessList .businessList_box .businessList_box_thumb a img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .businessList .businessList_box .businessList_box_thumb a img {
    height: auto;
  }
}
.businessList .businessList_box .businessList_box_cnt {
  box-sizing: border-box;
  padding: 0 56px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .businessList .businessList_box .businessList_box_cnt {
    padding: 0;
    width: 100%;
  }
}
.businessList .businessList_box .businessList_box_cnt .txt {
  font-size: 16px;
  margin-bottom: 24px;
}

/* -------------------------------------------------------------------
    LEAD
-------------------------------------------------------------------- */
.businessLead {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .businessLead {
    box-sizing: border-box;
    display: block;
    padding: 40px 16px 48px;
    margin-bottom: 64px;
    width: 100%;
  }
}
.businessLead.col01 {
  display: flex;
}
.businessLead.col01 .businessLead_cnt {
  margin: 0 auto;
  padding: 0 0;
  width: 1080px;
}
@media screen and (max-width: 1080px) {
  .businessLead.col01 .businessLead_cnt {
    width: 100%;
  }
}
.businessLead .businessLead_cnt {
  box-sizing: border-box;
  padding: 0 56px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .businessLead .businessLead_cnt {
    margin-bottom: 24px;
    padding: 0;
    width: 100%;
  }
}
.businessLead .businessLead_cnt .businessLead_cnt_ttl {
  background-image: url(../images/business/bg_lead_title.png);
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #2A2A2A;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 1080px) {
  .businessLead .businessLead_cnt .businessLead_cnt_ttl {
    background-image: url(../images/business/bg_lead_title_sp.png);
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    padding-left: 12px;
  }
}
.businessLead .businessLead_cnt .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.businessLead .businessLead_cnt .txt.mb {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .businessLead .businessLead_cnt .txt.mb {
    margin-bottom: 40px;
  }
}
.businessLead .businessLead_cnt .txt:last-child {
  margin-bottom: 0;
}
.businessLead .businessLead_image {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .businessLead .businessLead_image {
    width: 100%;
  }
}
.businessLead .businessLead_image .businessLead_image_text {
  color: #606060;
  font-size: 12px;
  margin-top: 8px;
  padding-right: 4px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .businessLead .businessLead_image .businessLead_image_text {
    padding-right: 0;
  }
}

/* -------------------------------------------------------------------
    pageResidential
-------------------------------------------------------------------- */
.pageResidential {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageResidential {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageResidential .pageResidential01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageResidential .pageResidential01 {
    margin-bottom: 64px;
  }
}
.pageResidential .pageResidential01 .txt01 {
  margin-bottom: 30px;
}
.pageResidential .pageResidential01 .txt02 {
  margin-bottom: 24px;
}
.pageResidential .pageResidential01 .pageResidential01_dl {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  padding: 33px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageResidential .pageResidential01 .pageResidential01_dl {
    box-sizing: border-box;
    display: block;
    padding: 40px 16px;
  }
}
.pageResidential .pageResidential01 .pageResidential01_dl .pageResidential01_dl_image {
  margin-right: 80px;
  width: 170px;
}
@media screen and (max-width: 1080px) {
  .pageResidential .pageResidential01 .pageResidential01_dl .pageResidential01_dl_image {
    margin: 0 auto 24px;
  }
}
.pageResidential .pageResidential01 .pageResidential01_dl .pageResidential01_dl_image img {
  background-color: #fff;
}
.pageResidential .pageResidential01 .pageResidential01_dl .btn_pdf {
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageResidential .pageResidential01 .pageResidential01_dl .btn_pdf {
    width: 100%;
  }
}
.pageResidential .pageResidential02 .txt {
  margin-bottom: 24px;
}

/* -------------------------------------------------------------------
    office
-------------------------------------------------------------------- */
.pageOffice {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageOffice {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageOffice .pageOffice01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageOffice .pageOffice01 {
    margin-bottom: 64px;
  }
}
.pageOffice .pageOffice01 picture img {
  width: 100%;
}
.pageOffice .pageOffice02 .txt {
  margin-bottom: 24px;
}

/* -------------------------------------------------------------------
    development
-------------------------------------------------------------------- */
.pageDevelopment .pageDevelopment01 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt {
    display: block;
  }
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box {
    width: 100%;
  }
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box:first-child {
    margin-bottom: 56px;
  }
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box:first-child .pageDevelopment01_cnt_box_img figure:first-child {
    width: 39.65%;
  }
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box:first-child .pageDevelopment01_cnt_box_img figure:last-child {
    width: 60%;
  }
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box:first-child .pageDevelopment01_cnt_box_img figure:last-child img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box:last-child .pageDevelopment01_cnt_box_img figure {
    width: calc(50% - 0.5px);
  }
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img figure {
  height: 254px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img figure {
    height: auto;
  }
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img figure img {
  height: 254px;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img figure img {
    height: auto;
  }
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_img figure figcaption {
  align-items: center;
  background-color: rgba(42, 42, 42, 0.8);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 43px;
  justify-content: center;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_txt {
  height: 180px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment01 .pageDevelopment01_cnt .pageDevelopment01_cnt_box .pageDevelopment01_cnt_box_txt {
    height: auto;
  }
}
.pageDevelopment .pageDevelopment02 {
  background-color: #F5F5F5;
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 {
    box-sizing: border-box;
    padding: 64px 16px;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner {
  margin: 0 auto;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_cnt {
  margin-bottom: 56px;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_cnt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_cnt {
    margin-bottom: 48px;
  }
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_cnt:last-child {
    margin-bottom: 0;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box {
  margin-bottom: 48px;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box {
    margin-bottom: 40px;
  }
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box:last-child {
    margin-bottom: 0;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box:last-child {
  margin-bottom: 0;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top {
    flex-wrap: wrap;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image {
  width: 344px;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image img {
  background-color: #E8E8E8;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image {
    width: calc(50% - 8px);
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image figcaption {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
  text-align: right;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image:first-child {
  order: 1;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image:first-child {
    position: relative;
  }
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image:first-child::after {
    background-image: url(../images/business/icn_arrow_development_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 17px;
    left: calc(100% + 3px);
    position: absolute;
    transform: translateY(-20px);
    top: 50%;
    width: 10px;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image:nth-child(2) {
  order: 3;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .image:nth-child(2) {
    order: 2;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox {
  order: 2;
  margin-top: -14px;
  width: 312px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox {
    margin-top: 24px;
    order: 3;
    width: 100%;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox .arrow {
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox .arrow {
    display: none;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox .txt {
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_top .txtBox .txt {
    text-align: left;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom {
  background-color: #fff;
  border-top: 2px solid #D8D8D8;
  box-sizing: border-box;
  padding: 22px 24px 24px 24px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom {
    padding: 22px 16px 24px 16px;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom::before {
  background-color: #539F60;
  top: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 24px;
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_ttl {
    margin-bottom: 16px;
    text-align: left;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info {
    border-top: 1px solid #D8D8D8;
    display: block;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box {
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
  display: flex;
  padding: 12px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box {
    padding: 12px 0;
    width: 100%;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box:nth-child(-n+2) {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box:nth-child(-n+2) {
    border-top: none;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  width: 90px;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box .ttl {
    width: 66px;
  }
}
.pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box .txt {
  font-size: 16px;
  line-height: 1.875;
  width: calc(100% - 90px);
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment02 .pageDevelopment02_inner .pageDevelopment02_box .pageDevelopment02_box_bottom .pageDevelopment02_box_bottom_info .pageDevelopment02_box_bottom_info_box .txt {
    width: calc(100% - 66px);
  }
}
.pageDevelopment .pageDevelopment03 {
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageDevelopment .pageDevelopment03 {
    box-sizing: border-box;
    padding: 64px 16px;
  }
}
.pageDevelopment .pageDevelopment03 .pageDevelopment03_inner {
  margin: 0 auto;
}

/* -------------------------------------------------------------------
    solution
-------------------------------------------------------------------- */
.pageSolution {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageSolution {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageSolution .pageSolution01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution01 {
    margin-bottom: 64px;
  }
}
.pageSolution .pageSolution01 .txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution01 .txt {
    margin-bottom: 40px;
  }
}
.pageSolution .pageSolution02 {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution02 {
    display: block;
  }
}
.pageSolution .pageSolution02 .pageSolution02_img {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution02 .pageSolution02_img {
    width: 100%;
  }
}
.pageSolution .pageSolution02 .pageSolution02_link {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution02 .pageSolution02_link {
    box-sizing: border-box;
    padding: 24px 16px;
    width: 100%;
  }
}
.pageSolution .pageSolution02 .pageSolution02_link .btn_link {
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageSolution .pageSolution02 .pageSolution02_link .btn_link {
    width: 100%;
  }
}

/* -------------------------------------------------------------------
    sales
-------------------------------------------------------------------- */
.pageSales {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageSales {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageSales .pageSales01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageSales .pageSales01 {
    margin-bottom: 64px;
  }
}
.pageSales .pageSales01 .pageSales01_box {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .pageSales .pageSales01 .pageSales01_box {
    margin-bottom: 48px;
  }
}

/* -------------------------------------------------------------------
    recruit
-------------------------------------------------------------------- */
.pageRecruit .pageRecruit_entry {
  background-color: #F5F5F5;
  margin: 0 auto 125px;
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit_entry {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 80px;
    padding: 32px 16px;
    width: calc(100% - 32px);
  }
}
.pageRecruit .pageRecruit_entry .pageRecruit_entry_mynavi,
.pageRecruit .pageRecruit_entry .pageRecruit_entry_interview {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit_entry .pageRecruit_entry_mynavi,
  .pageRecruit .pageRecruit_entry .pageRecruit_entry_interview {
    display: block;
  }
}
.pageRecruit .pageRecruit_entry .pageRecruit_entry_mynavi {
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit_entry .pageRecruit_entry_mynavi {
    margin-bottom: 30px;
  }
}
.pageRecruit .pageRecruit_entry .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  min-width: 260px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit_entry .ttl {
    font-size: 18px;
    margin-bottom: 24px;
    margin-right: 0px;
    text-align: center;
  }
}
.pageRecruit .pageRecruit_entry .bnr {
  width: 427px;
}
.pageRecruit .pageRecruit_entry .bnr img {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit_entry .bnr {
    width: 100%;
  }
  .pageRecruit .pageRecruit_entry .bnr img {
    width: 100%;
    display: block;
  }
}
.pageRecruit .pageRecruit01 {
  margin-bottom: 125px;
  padding-top: 107px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 {
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_ttl_en {
  color: rgba(153, 213, 148, 0.2);
  font-size: 140px;
  font-family: "CrimsonText";
  left: 30px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_ttl_en {
    color: rgba(153, 213, 148, 0.14);
    font-size: 82px;
    left: 63px;
    letter-spacing: 0.05em;
    right: inherit;
    top: -25px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 4;
    width: 700px;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 56px 30px 48px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap {
    padding: 40px 16px 80px;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap::before {
  background-color: rgba(153, 213, 148, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .leadTxt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .leadTxt {
    text-align: left;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList {
    display: block;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item {
  margin-right: 24px;
  margin-top: 40px;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item {
    margin: 0 0 32px;
    width: 100%;
  }
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item:last-child {
    margin-bottom: 0;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item:nth-child(3n) {
  margin-right: 0;
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item:nth-child(-n+3) {
  margin-top: 0;
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a {
  display: block;
  box-sizing: border-box;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a {
    padding-bottom: 42px;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_thumb {
  overflow: hidden;
  width: 100%;
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_thumb img {
  transition: 1s;
  width: 100%;
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_title {
  background-color: #fff;
  border-top: 4px solid #539F60;
  box-sizing: border-box;
  bottom: 0;
  color: #2A2A2A;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 76px;
  padding-left: 16px;
  position: absolute;
  width: 308px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_title {
    font-size: 18px;
    height: 70px;
    line-height: 66px;
    left: 0;
    width: 290px;
  }
}
.pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_title::after {
  background-image: url(../images/icn_bussiness_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 24px;
  content: "";
  display: block;
  height: 28px;
  left: 228px;
  position: absolute;
  width: 64px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit01 .pageRecruit01_wrap .pageRecruit01_businessList .pageRecruit01_businessList_item a .pageRecruit01_businessList_item_title::after {
    bottom: 19px;
    left: 210px;
  }
}
.pageRecruit .pageRecruit02 {
  margin-bottom: 125px;
  padding-top: 107px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 {
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_ttl_en {
  color: rgba(216, 216, 216, 0.3);
  font-size: 140px;
  font-family: "CrimsonText";
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: absolute;
  right: 30px;
  top: 0;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_ttl_en {
    right: inherit;
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_ttl_en {
    color: rgba(216, 216, 216, 0.14);
    font-size: 82px;
    left: 63px;
    letter-spacing: 0.1em;
    right: inherit;
    top: -45px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 4;
    width: 1050px;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap {
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 56px 0px 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap {
    padding: 40px 16px 40px;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item {
    display: block;
    margin-bottom: 64px;
  }
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item:last-child {
    margin-bottom: 0;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item:last-child .pageRecruit02_list_item_box {
  padding: 40px 56px 80px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item:last-child .pageRecruit02_list_item_box {
    padding: 0;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_image {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_image {
    height: auto;
    margin-bottom: 24px;
    width: 100%;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_image img {
  width: 100%;
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_box {
  box-sizing: border-box;
  padding: 40px 56px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_box {
    padding: 0;
    width: 100%;
  }
}
.pageRecruit .pageRecruit02 .pageRecruit02_wrap .pageRecruit02_list .pageRecruit02_list_item .pageRecruit02_list_item_box .ttl {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 8px;
}
.pageRecruit .pageRecruit03 {
  padding-top: 107px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 {
    padding-top: 0;
    margin-bottom: 80px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_ttl_en {
  color: rgba(216, 216, 216, 0.3);
  font-size: 140px;
  font-family: "CrimsonText";
  letter-spacing: 0.05em;
  line-height: 1.35;
  position: absolute;
  left: 30px;
  top: 0;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_ttl_en {
    color: rgba(216, 216, 216, 0.14);
    font-size: 82px;
    left: 63px;
    letter-spacing: 0.1em;
    right: inherit;
    top: -45px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 4;
    width: 100%;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap {
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 56px 0px 80px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap {
    padding: 40px 16px 40px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 {
    display: block;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 2px solid #D8D8D8;
  padding: 40px 32px;
  position: relative;
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box {
    margin-bottom: 32px;
    padding: 24px 16px;
    width: 100%;
  }
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box:last-child {
    margin-bottom: 0;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box::before {
  background-color: #539F60;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 24px;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .ttl01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.57;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .ttl01 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .ttl02 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .ttl02 {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 12px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .info {
  border-top: 1px solid #D8D8D8;
  margin-bottom: 24px;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .info .info_item {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .info .info_item .info_item_ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
  padding: 16px 0;
  width: 52px;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .info .info_item .info_item_txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding: 12px 0;
  width: calc(100% - 52px);
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .mynavibnr .btn,
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .interviewbnr .btn {
  text-align: center;
  margin: 0 auto;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .mynavibnr .btn img,
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .interviewbnr .btn img {
  display: block;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .interviewbnr {
  margin-top: 32px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .interviewbnr {
    margin-top: 16px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .btn_contact {
  margin-top: 0;
  width: 100%;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box {
  border-top: 1px solid #D8D8D8;
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell {
  background-image: url(../images/icn_tell_bk.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell {
    margin-bottom: 8px;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell.spOnly {
  display: none;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell.spOnly {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell.pcOnly {
    display: none;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell a {
  color: #2A2A2A;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell {
    background-image: none;
    font-size: 28px;
    line-height: 1.57;
    padding-left: 0;
  }
  .pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .tell::before {
    background-image: url(../images/icn_tell_bk.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    content: "";
    display: inline-block;
    margin-right: 8px;
    height: 40px;
    width: 32px;
    vertical-align: text-top;
  }
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .pageRecruit03_col02 .pageRecruit03_col02_box .contact_box .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
}
.pageRecruit .pageRecruit03 .pageRecruit03_wrap .link {
  margin: 16px auto 0;
}

/* -------------------------------------------------------------------
    esg LIST
-------------------------------------------------------------------- */
.esgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .esgList {
    display: block;
  }
}
.esgList .esgList_item {
  position: relative;
  width: calc((100% - 48px) / 3);
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item {
    margin-bottom: 32px;
    width: 100%;
  }
  .esgList .esgList_item:last-child {
    margin-bottom: 0 !important;
  }
}
.esgList .esgList_item > a {
  display: flex;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  .esgList .esgList_item > a:hover .esgList_item_thumb img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a {
    background-color: transparent;
    display: block;
    position: relative;
    z-index: 5;
  }
}
.esgList .esgList_item > a .esgList_item_en {
  display: none;
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_en {
    display: block;
    color: #606060;
    font-family: "CrimsonText";
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .esgList .esgList_item > a .esgList_item_en span {
    display: inline-block;
    padding-right: 36px;
    position: relative;
  }
  .esgList .esgList_item > a .esgList_item_en span::after {
    background-color: #539F60;
    content: "";
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
}
.esgList .esgList_item > a .esgList_item_thumb {
  overflow: hidden;
  min-height: 210px;
  overflow: hidden;
  width: calc(100% - 182px);
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_thumb {
    height: 190px;
    min-height: auto;
    width: 100%;
  }
}
.esgList .esgList_item > a .esgList_item_thumb img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
  width: 100%;
}
.esgList .esgList_item > a .esgList_item_text {
  align-items: center;
  background-color: #2A2A2A;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  width: 182px;
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_text {
    display: block;
    height: auto;
    min-height: auto;
    width: 100%;
  }
}
.esgList .esgList_item > a .esgList_item_text .esgList_item_text_en {
  color: #D8D8D8;
  font-family: "CrimsonText";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.26;
  margin-bottom: 12px;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_text .esgList_item_text_en {
    display: none;
  }
}
.esgList .esgList_item > a .esgList_item_text .esgList_item_text_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.025em;
}
#index .esgList .esgList_item > a .esgList_item_text .esgList_item_text_title {
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  #index .esgList .esgList_item > a .esgList_item_text .esgList_item_text_title {
    font-size: 18px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_text .esgList_item_text_title {
    background-color: #2A2A2A;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 67px;
    padding-left: 16px;
    text-align: left;
    text-indent: inherit;
    position: relative;
    width: 100%;
  }
}
.esgList .esgList_item > a .esgList_item_text .esgList_item_text_title::after {
  background-image: url(../images/icn_about_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 32px auto 0;
  width: 64px;
}
@media screen and (max-width: 1080px) {
  .esgList .esgList_item > a .esgList_item_text .esgList_item_text_title::after {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* -------------------------------------------------------------------
    pageEsg
-------------------------------------------------------------------- */
.pageEsg {
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageEsg {
    padding: 0 16px;
    margin-bottom: 54px;
  }
}

/* -------------------------------------------------------------------
    toc
-------------------------------------------------------------------- */
.toc {
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin: 0 auto 80px;
  padding: 32px 24px;
}
@media screen and (max-width: 1080px) {
  .toc {
    margin: 0 auto 64px;
    padding: 24px 16px;
    width: calc(100% - 32px);
  }
}
.toc .tocTtl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .toc .tocTtl {
    font-size: 18px;
  }
}
.toc ul > li {
  border-top: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.875;
  padding: 16px 0;
}
.toc ul > li:last-child {
  padding: 16px 0 0;
}
.toc ul > li a {
  position: relative;
}
.toc ul > li a.visited {
  color: #539F60;
}
.toc ul > li a::after {
  background-image: url(../images/icn_arrow_bottom.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px;
}
.toc ul > li ol {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
}
@media screen and (max-width: 1080px) {
  .toc ul > li ol {
    display: block;
    padding-left: 0;
  }
}
.toc ul > li ol > li {
  line-height: 1.875;
  margin-right: 18px;
  margin-top: 16px;
}

/* -------------------------------------------------------------------
    ENVIRONMENT
-------------------------------------------------------------------- */
.pageEnvironment01 {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageEnvironment01 .pageEnvironment01_policy {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy {
    display: block;
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box {
  background-color: #539F60;
  box-sizing: border-box;
  height: 181px;
  padding: 16px 24px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box {
    border-bottom: 1px solid #fff;
    padding: 24px 16px;
    height: auto;
    width: 100%;
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box:nth-child(-n+2) {
  border-bottom: 1px solid #fff;
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box:nth-child(2n) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box:nth-child(2n) {
    border-left: none;
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl {
  align-items: center;
  display: flex;
  height: 63px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl {
    height: auto;
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl .num {
  color: #fff;
  font-size: 48px;
  font-family: "CrimsonText";
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl .num {
    margin-right: 0px;
    width: 70px;
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl .ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_ttl .ttl {
    width: calc(100% - 70px);
  }
}
.pageEnvironment01 .pageEnvironment01_policy .pageEnvironment01_policy_box .pageEnvironment01_policy_box_txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.pageEnvironment02 .pageEnvironment02_inner {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_inner {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_01 {
  margin: 0 auto 56px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_01 {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_01 > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 24px;
}
.pageEnvironment02 .pageEnvironment02_01 .image {
  margin-bottom: 40px;
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list {
    display: block;
  }
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box {
    margin-bottom: 24px;
    width: 100%;
  }
  .pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box:last-child {
    margin-bottom: 0;
  }
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box .pageEnvironment02_01_list_box_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 8px;
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box ul {
  border-top: 1px solid #D8D8D8;
  margin-bottom: 24px;
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box ul:last-child {
  margin-bottom: 0;
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box ul li {
  border-bottom: 1px solid #D8D8D8;
  padding: 16px 0;
}
.pageEnvironment02 .pageEnvironment02_01 .pageEnvironment02_01_list .pageEnvironment02_01_list_box ul li a {
  display: inline-block;
}
.pageEnvironment02 .pageEnvironment02_02 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner {
  margin: 0 auto;
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 40px;
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification {
    display: block;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box {
    margin-bottom: 48px;
    width: 100%;
  }
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box:last-child {
    margin-bottom: 0;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_col02 {
  display: flex;
  justify-content: space-between;
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_col02 > .image {
  width: 160px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_col02 > .image {
    width: 104px;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_col02 > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  height: 240px;
  width: 352px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_col02 > .txt {
    height: auto;
    width: calc(100% - 120px);
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain {
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  display: flex;
  height: 58px;
  margin-top: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain {
    margin-top: 22px;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .ttl {
  background-image: url(../images/esg/bg_obtain.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 56px;
  padding-left: 24px;
  width: 142px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .ttl {
    background-position: right;
    background-size: cover;
    padding-left: 12px;
    width: 118px;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 56px;
  padding-left: 24px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .txt {
    padding-left: 12px;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .note {
  color: #606060;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .pageEnvironment02_02_certification .pageEnvironment02_02_certification_box .pageEnvironment02_02_certification_box_obtain .note {
    right: 12px;
  }
}
.pageEnvironment02 .pageEnvironment02_02 .pageEnvironment02_02_inner .propertyList {
  margin-bottom: 40px;
}
.pageEnvironment02 .pageEnvironment02_03 {
  margin: 0 auto;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_03 > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 24px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box {
    padding: 24px 16px;
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box:last-child {
  margin-bottom: 0;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_list {
  margin-bottom: 40px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_list > li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_list > li:last-child {
  margin-bottom: 0;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col01_box h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col01_box .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col01_box .mb01 {
  margin-bottom: 24px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col01_box .mb02 {
  margin-bottom: 16px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 {
    display: block;
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box {
    margin-bottom: 40px;
    width: 100%;
  }
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box:last-child {
    margin-bottom: 0;
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .mb01 {
  margin-bottom: 24px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .mb02 {
  margin-bottom: 16px;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .pageEnvironment02_03_box_col02_box_col02 {
  display: flex;
  justify-content: space-between;
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .pageEnvironment02_03_box_col02_box_col02 > .image {
  width: 160px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .pageEnvironment02_03_box_col02_box_col02 > .image {
    width: 104px;
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .pageEnvironment02_03_box_col02_box_col02 > .txtBox {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  height: 240px;
  width: 352px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02 .pageEnvironment02_03_box_col02_box .pageEnvironment02_03_box_col02_box_col02 > .txtBox {
    height: auto;
    width: calc(100% - 120px);
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a {
    justify-content: space-between;
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a .image {
  margin-right: 16px;
  width: 160px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a .image {
    width: 104px;
  }
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a .txtBox {
    width: calc(100% - 120px);
  }
}
.pageEnvironment02 .pageEnvironment02_03 .pageEnvironment02_03_box .pageEnvironment02_03_box_col02a .txtBox .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_04 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_04 {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner {
  margin: 0 auto;
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 {
    display: block;
  }
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .txtBox {
  width: 696px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .txtBox {
    margin-bottom: 24px;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .txtBox .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 8px;
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .txtBox .txt:last-child {
  margin-bottom: 0;
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .image {
  width: 360px;
  text-align: center;
}
.pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .image img.environment16 {
  width: 40%;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .image {
    width: 100%;
  }
  .pageEnvironment02 .pageEnvironment02_04 .pageEnvironment02_04_inner .pageEnvironment02_04_col02 .image img {
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_05 {
  margin: 0 auto 120px;
  padding: 56px 0 0;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_05 {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 48px 16px 0;
    width: 100%;
  }
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02a > .image {
  width: 160px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02a > .image {
    width: 104px;
  }
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02a > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  width: 904px;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02a > .txt {
    width: calc(100% - 120px);
  }
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b {
    display: block;
  }
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1080px) {
  .pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box {
    margin-bottom: 40px;
    width: 100%;
  }
  .pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box:last-child {
    margin-bottom: 0;
  }
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageEnvironment02 .pageEnvironment02_05 .pageEnvironment02_05_col02b .pageEnvironment02_05_col02b_box .mb {
  margin-bottom: 16px;
}

/* -------------------------------------------------------------------
    SOCIAL
-------------------------------------------------------------------- */
.pageSocial01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 {
    margin-bottom: 80px;
  }
}
.pageSocial01 .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.pageSocial01 .pageSocial01_inner {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_inner {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_01 {
  margin: 0 auto 56px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_01 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_01 > .txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_01 > .txt {
    margin-bottom: 40px;
  }
}
.pageSocial01 .pageSocial01_02 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_02 {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_02 .pageSocial01_02_inner {
  margin: 0 auto;
}
.pageSocial01 .pageSocial01_02 .pageSocial01_02_inner > .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 48px;
}
.pageSocial01 .pageSocial01_03 {
  padding: 56px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_03 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 48px 16px 0;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_04 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_04 {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_04 .pageSocial01_04_inner {
  margin: 0 auto;
}
.pageSocial01 .pageSocial01_05 {
  padding: 56px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_05 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 48px 16px 0;
    width: 100%;
  }
}
.pageSocial01 .pageSocial01_05 .pageSocial01_04_inner {
  margin: 0 auto;
}
.pageSocial01 .pageSocial01_box {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_box {
    margin-bottom: 40px;
  }
  .pageSocial01 .pageSocial01_box:last-child {
    margin-bottom: 0;
  }
}
.pageSocial01 .pageSocial01_box > .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial01_box > .txt {
    margin-bottom: 30px;
  }
  .pageSocial01 .pageSocial01_box > .txt:last-child {
    margin-bottom: 0;
  }
}
.pageSocial01 .pageSocial_col02a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02a {
    display: block;
  }
}
.pageSocial01 .pageSocial_col02a > .txt,
.pageSocial01 .pageSocial_col02a .txtBox {
  width: 696px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02a > .txt,
  .pageSocial01 .pageSocial_col02a .txtBox {
    margin-bottom: 24px;
    width: 100%;
  }
}
.pageSocial01 .pageSocial_col02a > .txt > .txt,
.pageSocial01 .pageSocial_col02a .txtBox > .txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02a > .txt > .txt,
  .pageSocial01 .pageSocial_col02a .txtBox > .txt {
    margin-bottom: 24px;
  }
}
.pageSocial01 .pageSocial_col02a > .txt > .txt.mb,
.pageSocial01 .pageSocial_col02a .txtBox > .txt.mb {
  margin-bottom: 16px;
}
.pageSocial01 .pageSocial_col02a > .txt > .txt:last-child,
.pageSocial01 .pageSocial_col02a .txtBox > .txt:last-child {
  margin-bottom: 0;
}
.pageSocial01 .pageSocial_col02a > .txt .txt_s,
.pageSocial01 .pageSocial_col02a .txtBox .txt_s {
  font-size: 12px;
  line-height: 1.75;
}
.pageSocial01 .pageSocial_col02a > .txt .note,
.pageSocial01 .pageSocial_col02a .txtBox .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin: 8px 0;
}
.pageSocial01 .pageSocial_col02a > .image,
.pageSocial01 .pageSocial_col02a .images {
  width: 360px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02a > .image,
  .pageSocial01 .pageSocial_col02a .images {
    width: 100%;
  }
}
.pageSocial01 .pageSocial_col02a .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageSocial01 .pageSocial_col02a .images.images02 > figure {
  margin-bottom: 2px;
}
.pageSocial01 .pageSocial_col02a .images.images02 > figure:nth-child(2) {
  width: 100%;
}
.pageSocial01 .pageSocial_col02a .images.images02 > figure:nth-child(3) {
  width: 100%;
}
.pageSocial01 .pageSocial_col02a .images.images02 > figure:last-child {
  margin-bottom: 0;
}
.pageSocial01 .pageSocial_col02a .images > figure {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02a .images > figure {
    width: 100%;
  }
}
.pageSocial01 .pageSocial_col02a .images > figure:first-child {
  margin-bottom: 2px;
}
.pageSocial01 .pageSocial_col02a .images > figure:nth-child(2) {
  width: calc(50% - 1px);
}
.pageSocial01 .pageSocial_col02a .images > figure:nth-child(3) {
  width: calc(50% - 1px);
}
.pageSocial01 .pageSocial_col02a .images > figure img {
  width: 100%;
}
.pageSocial01 .pageSocial_col02a .images > figure figcaption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 25px;
  letter-spacing: -0.12em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pageSocial01 .pageSocial_col02b {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02b {
    flex-direction: row-reverse;
  }
}
.pageSocial01 .pageSocial_col02b > .txt,
.pageSocial01 .pageSocial_col02b .txtBox {
  width: 886px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02b > .txt,
  .pageSocial01 .pageSocial_col02b .txtBox {
    width: calc(100% - 118px);
  }
}
.pageSocial01 .pageSocial_col02b > .txt > .txt,
.pageSocial01 .pageSocial_col02b .txtBox > .txt {
  margin-bottom: 30px;
}
.pageSocial01 .pageSocial_col02b > .txt > .txt:last-child,
.pageSocial01 .pageSocial_col02b .txtBox > .txt:last-child {
  margin-bottom: 0;
}
.pageSocial01 .pageSocial_col02b > .image {
  width: 170px;
}
@media screen and (max-width: 1080px) {
  .pageSocial01 .pageSocial_col02b > .image {
    width: 102px;
  }
}

/* -------------------------------------------------------------------
    governance
-------------------------------------------------------------------- */
.governance01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .governance01 {
    margin-bottom: 64px;
  }
}
.governance01 .governance01_inner {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .governance01 .governance01_inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
  }
}
.governance01 .governance01_inner .txt {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.governance02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .governance02 {
    margin-bottom: 80px;
  }
}
.governance02 .governance02_inner {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_inner {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
.governance02 .governance02_inner .txt {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.governance02 .governance02_01 {
  padding: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 {
    box-sizing: border-box;
    padding: 0 0 48px;
    width: 100%;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy {
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy {
    padding: 24px 16px;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  text-align: center;
  text-indent: 0.05em;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_ttl {
    margin-bottom: 24px;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_leadTxt {
  margin-bottom: 24px;
  text-align: center;
}
.governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_leadTxt img {
  width: 354px;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .governance02_01_philosophy_leadTxt img {
    width: 311px;
  }
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .philosophy {
    display: block;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box {
  width: 400px;
  margin: 0 auto 25px;
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box {
    margin-bottom: 16px;
    width: 100%;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box::before {
  background-color: #539F60;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 24px;
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.025em;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box p {
    font-size: 16px;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box dl dt {
  color: #539F60;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box dl dd {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_01 .governance02_01_philosophy .philosophy .philosophy_box dl dd {
    font-size: 18px;
  }
}
.governance02 .governance02_01 .txt {
  margin-bottom: 0;
}
.governance02 .governance02_01 .note {
  font-size: 12px;
  color: #606060;
  line-height: 1.75;
}
.governance02 .governance02_02 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_02 {
    box-sizing: border-box;
    padding: 48px 0;
    width: 100%;
  }
}
.governance02 .governance02_03 {
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_03 {
    box-sizing: border-box;
    padding: 48px 0;
    width: 100%;
  }
}
.governance02 .governance02_04 {
  background-color: #F5F5F5;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_04 {
    box-sizing: border-box;
    padding: 48px 0;
    width: 100%;
  }
}
.governance02 .governance02_05 {
  padding: 56px 0 0;
}
@media screen and (max-width: 1080px) {
  .governance02 .governance02_05 {
    box-sizing: border-box;
    padding: 48px 0 0;
    width: 100%;
  }
}

.healthmanagement .txtBox p.txt {
  margin-bottom: 30px;
}
.healthmanagement .txtBox ul {
  margin-bottom: 30px;
}
.healthmanagement .txtBox .note {
  text-indent: -2.1em;
  padding-left: 2.1em;
}
.healthmanagement .txtBox .note .num {
  margin-right: 0.5em;
}

/* -------------------------------------------------------------------
    residents
-------------------------------------------------------------------- */
.pageResidents {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageResidents {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageResidents .contactSec {
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents {
    width: 100%;
  }
}
.pageResidents .contactSec.residents .contactSec_ttl {
  font-size: 28px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_ttl {
    font-size: 24px;
  }
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_btn_c {
  height: 80px;
  margin: 0 auto 24px;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_btn_c {
    margin: 0 auto;
    height: 56px;
    width: 100%;
  }
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_btn_c a {
  background-color: #fff;
  box-sizing: border-box;
  color: #539F60;
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: 100%;
  line-height: 1.5;
  padding-left: 24px;
  padding-top: 14px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_btn_c a {
    font-size: 14px;
    padding-left: 16px;
    padding-top: 8px;
  }
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_btn_c a::after {
  background-image: url(../images/icn_blank.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_code {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_code {
    display: none;
  }
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_code .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
  width: 325px;
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_l .contactSec_cnt_code .code {
  width: 72px;
}
.pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_call {
  border-left: none;
}
@media screen and (max-width: 1080px) {
  .pageResidents .contactSec.residents .contactSec_cnt .contactSec_cnt_call .contactSec_cnt_call_ttl {
    letter-spacing: 0;
  }
}
.pageResidents .pageContractor_tri {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri {
    display: block;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item {
  width: 344px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item {
    margin-bottom: 32px;
    width: 100%;
  }
  .pageResidents .pageContractor_tri .pageContractor_tri_item:last-child {
    margin-bottom: 0;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 32px 24px 24px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box {
    padding: 24px 16px 16px;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_ttl.line01 {
  height: 68px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_ttl.line01 {
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_img {
  margin-bottom: 16px;
  text-align: center;
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .pageContractor_tri_box_img img {
  width: 120px;
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .btn_link {
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .btn_link {
    height: 48px;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .btn_link a {
  font-size: 16px;
  line-height: 58px;
}
@media screen and (max-width: 1080px) {
  .pageResidents .pageContractor_tri .pageContractor_tri_item .pageContractor_tri_box .btn_link a {
    font-size: 14px;
    line-height: 46px;
  }
}
.pageResidents .pageContractor_tri .pageContractor_tri_item .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/* -------------------------------------------------------------------
    residents
-------------------------------------------------------------------- */
.pageApplication {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageApplication {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageApplication .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.pageApplication .pageApplication01 {
  margin: 56px 0;
}
@media screen and (max-width: 1080px) {
  .pageApplication .pageApplication01 {
    margin: 48px 0;
  }
}
.pageApplication .pageApplication01 .ttl_lv03 {
  margin-bottom: 0;
}
.pageApplication .pageApplication01 .ttl_lv04_gr {
  margin-bottom: 0;
  margin-top: 40px;
}
.pageApplication .pageApplication02 .ttl_lv03 {
  margin-bottom: 0;
}
.pageApplication .applicationList > li {
  border-bottom: 1px solid #D8D8D8;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .pageApplication .applicationList > li {
    padding: 16px 0;
  }
}
.pageApplication .applicationList > li .date {
  color: #606060;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .pageApplication .applicationList > li .date {
    margin-top: 16px;
    position: relative;
    right: inherit;
    top: inherit;
    transform: translateY(0);
  }
}

/* -------------------------------------------------------------------
    TOPICS LIST
-------------------------------------------------------------------- */
.topicsWrap .topicsList .noPost {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.topicsWrap .topicsList .topicsList_item {
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
}
.topicsWrap .topicsList .topicsList_item a {
  display: flex;
  padding: 24px 0;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .topicsWrap .topicsList .topicsList_item a {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1081px) {
  .topicsWrap .topicsList .topicsList_item a:hover {
    opacity: 0.7;
  }
}
.topicsWrap .topicsList .topicsList_item a.pdf {
  background: none;
}
.topicsWrap .topicsList .topicsList_item a.pdf:after {
  display: none;
}
.topicsWrap .topicsList .topicsList_item a.pdf .topicTtl::after {
  background-image: url(../images/icn_topics_pdf.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.topicsWrap .topicsList .topicsList_item a.blank {
  background: none;
}
.topicsWrap .topicsList .topicsList_item a.blank:after {
  display: none;
}
.topicsWrap .topicsList .topicsList_item a.blank .topicTtl::after {
  background-image: url(../images/icn_blank.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.topicsWrap .topicsList .topicsList_item a .catName {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  color: #2A2A2A;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin-right: 24px;
  padding-left: 30px;
  position: relative;
  width: 86px;
  word-break: keep-all;
}
@media screen and (max-width: 1080px) {
  .topicsWrap .topicsList .topicsList_item a .catName {
    margin-right: 16px;
  }
}
.topicsWrap .topicsList .topicsList_item a .catName.property::before {
  background-image: url(../images/icn_topics_building.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsWrap .topicsList .topicsList_item a .catName.company::before {
  background-image: url(../images/icn_topics_company.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsWrap .topicsList .topicsList_item a .catName.news::before {
  background-image: url(../images/icn_topics_release.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsWrap .topicsList .topicsList_item a .date {
  color: #2A2A2A;
  font-size: 14px;
  line-height: 26px;
  margin-right: 24px;
  width: 80px;
}
@media screen and (max-width: 1080px) {
  .topicsWrap .topicsList .topicsList_item a .date {
    margin-right: 0;
    width: calc(100% - 102px);
  }
}
.topicsWrap .topicsList .topicsList_item a .topicTtl {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  padding-right: 34px;
  position: relative;
  text-decoration: underline;
  width: calc(100% - 216px);
}
.topicsWrap .topicsList .topicsList_item a .topicTtl::after {
  background-image: url(../images/icn_arrow_right_03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
@media screen and (max-width: 1080px) {
  .topicsWrap .topicsList .topicsList_item a .topicTtl {
    margin-top: 8px;
    line-height: 1.875;
    width: 100%;
  }
}
.topicsWrap .topicsList .topicsList_item a.visited.pdf .topicTtl::after {
  background-image: url(../images/icn_topics_pdf.svg);
}
.topicsWrap .topicsList .topicsList_item a.visited.blank .topicTtl::after {
  background-image: url(../images/icn_blank_p.svg);
}
.topicsWrap .topicsList .topicsList_item a.visited .topicTtl::after {
  background-image: url(../images/icn_arrow_right_vtd.svg);
}

/* -------------------------------------------------------------------
    archive / detail
-------------------------------------------------------------------- */
.topicsArchive {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.topicsArchive .newsTopicsDetail {
  width: 832px;
  word-break: break-word;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopicsDetail {
    margin-bottom: 64px;
    width: 100%;
  }
}
.topicsArchive .newsTopicsDetail .topicsNote {
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.topicsArchive .newsTopicsDetail .topicsNote .catName {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  color: #2A2A2A;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin-right: 16px;
  padding-left: 30px;
  position: relative;
  width: 86px;
}
.topicsArchive .newsTopicsDetail .topicsNote .catName.property::before {
  background-image: url(../images/icn_topics_building.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsArchive .newsTopicsDetail .topicsNote .catName.company::before {
  background-image: url(../images/icn_topics_company.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsArchive .newsTopicsDetail .topicsNote .catName.news::before {
  background-image: url(../images/icn_topics_release.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.topicsArchive .newsTopicsDetail article {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.topicsArchive .newsTopicsDetail article p {
  margin-bottom: 24px;
}
.topicsArchive .newsTopics {
  width: 832px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics {
    margin-bottom: 64px;
    width: 100%;
  }
}
.topicsArchive .newsTopics .newsTopics_tab {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .newsTopics_tab {
    margin-bottom: 32px;
  }
}
.topicsArchive .newsTopics .newsTopics_tab ul {
  border-bottom: 2px solid #539F60;
  display: flex;
  justify-content: space-between;
}
.topicsArchive .newsTopics .newsTopics_tab ul li {
  background-color: #F5F5F5;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 205px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .newsTopics_tab ul li {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: calc((100% - 3px) / 4);
  }
}
.topicsArchive .newsTopics .newsTopics_tab ul li.topics::before {
  background-image: url(../images/icn_topics_release.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .newsTopics_tab ul li.topics::before {
    display: none;
  }
}
.topicsArchive .newsTopics .newsTopics_tab ul li.topics.active::before {
  background-image: url(../images/icn_topics_release_wh.svg);
}
.topicsArchive .newsTopics .newsTopics_tab ul li.company::before {
  background-image: url(../images/icn_topics_company.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .newsTopics_tab ul li.company::before {
    display: none;
  }
}
.topicsArchive .newsTopics .newsTopics_tab ul li.company.active::before {
  background-image: url(../images/icn_topics_company_wh.svg);
}
.topicsArchive .newsTopics .newsTopics_tab ul li.property::before {
  background-image: url(../images/icn_topics_building.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .newsTopics_tab ul li.property::before {
    display: none;
  }
}
.topicsArchive .newsTopics .newsTopics_tab ul li.property.active::before {
  background-image: url(../images/icn_topics_building_wh.svg);
}
.topicsArchive .newsTopics .newsTopics_tab ul li.active {
  background-color: #539F60;
  color: #fff;
}
.topicsArchive .newsTopics .tabList .tabCnt {
  display: none;
}
.topicsArchive .newsTopics .tabList .tabCnt.active {
  display: block;
}
.topicsArchive .newsTopics .tabList .tabCnt .ttl_lv03 {
  margin-bottom: 0;
}
.topicsArchive .newsTopics .tabList .tabCnt .pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .tabList .tabCnt .pagination {
    margin-top: 32px;
  }
}
.topicsArchive .newsTopics .tabList .tabCnt .pagination .page_num {
  display: none;
}
.topicsArchive .newsTopics .tabList .tabCnt .pagination a, .topicsArchive .newsTopics .tabList .tabCnt .pagination span {
  background-color: #E7E7E7;
  color: #2A2A2A;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
  width: 56px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .newsTopics .tabList .tabCnt .pagination a, .topicsArchive .newsTopics .tabList .tabCnt .pagination span {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
.topicsArchive .newsTopics .tabList .tabCnt .pagination a.current, .topicsArchive .newsTopics .tabList .tabCnt .pagination span.current {
  background-color: #539F60;
  color: #fff;
}
.topicsArchive .newsTopics .tabList .tabCnt .pagination a {
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  .topicsArchive .newsTopics .tabList .tabCnt .pagination a:hover {
    opacity: 0.7;
  }
}
.topicsArchive .sideMenu {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  .topicsArchive .sideMenu {
    width: 100%;
  }
}
.topicsArchive .sideMenu .archive {
  border-top: 2px solid #D8D8D8;
  position: relative;
}
.topicsArchive .sideMenu .archive::before {
  background-color: #539F60;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 24px;
}
.topicsArchive .sideMenu .archive .archive_ttl {
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.777;
  padding: 12px 8px;
}
.topicsArchive .sideMenu .archive ul > li {
  border-bottom: 1px solid #D8D8D8;
}
.topicsArchive .sideMenu .archive ul > li a {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  display: block;
  padding: 8px 32px 8px 8px;
  position: relative;
  width: 100%;
}
.topicsArchive .sideMenu .archive ul > li a::after {
  background-image: url(../images/icn_arrow_right_03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.topicsArchive .sideMenu .archive ul > li a.visited::after {
  background-image: url(../images/icn_arrow_right_vtd.svg);
}

/* -------------------------------------------------------------------
    DETAIL
-------------------------------------------------------------------- */
/* -------------------------------------------------------------------
    search
-------------------------------------------------------------------- */
.search {
  background-color: #F5F5F5;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto 80px;
  padding: 32px 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .search {
    display: block;
    margin: 0 auto 64px;
    padding: 32px 16px;
  }
}
.search .search_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .search .search_ttl {
    font-size: 20px;
  }
}
.search.col01 .search_keyword {
  border-right: none;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .search.col01 .search_keyword {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.search.col01 .search_keyword .search_keyword_box {
  align-items: end;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .search.col01 .search_keyword .search_keyword_box {
    display: block;
  }
}
.search.col01 .search_keyword .search_keyword_box form {
  margin-right: 24px;
  width: 460px;
}
@media screen and (max-width: 1080px) {
  .search.col01 .search_keyword .search_keyword_box form {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.search.col01 .search_keyword .search_keyword_box .search_keyword_result {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .search.col01 .search_keyword .search_keyword_box .search_keyword_result {
    text-align: center;
  }
}
.search.col01 .search_keyword .search_keyword_box .search_keyword_result > span {
  font-size: 38px;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px;
  vertical-align: baseline;
}
@media screen and (max-width: 1080px) {
  .search.col01 .search_keyword .search_keyword_box .search_keyword_result > span {
    font-size: 32px;
    line-height: 46px;
  }
}
.search .search_keyword {
  border-right: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding-right: 32px;
  width: 373px;
}
@media screen and (max-width: 1080px) {
  .search .search_keyword {
    border-bottom: 1px solid #D8D8D8;
    border-right: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-right: 0;
    width: 100%;
  }
}
.search .search_keyword .search_keyword_box form {
  display: block;
  height: 48px;
  position: relative;
  width: 340px;
}
@media screen and (max-width: 1080px) {
  .search .search_keyword .search_keyword_box form {
    width: 100%;
  }
}
.search .search_keyword .search_keyword_box form .inputSearch {
  appearance: none;
  background-color: #fff;
  border: 1px solid #539F60;
  box-sizing: border-box;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 64px;
  font-size: 16px;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 46px;
  width: 100%;
}
.search .search_keyword .search_keyword_box form .btnSearch {
  appearance: none;
  background-image: url(../images/icn_search_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.search .search_area {
  box-sizing: border-box;
  padding-left: 32px;
  width: calc(100% - 373px);
}
@media screen and (max-width: 1080px) {
  .search .search_area {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .search .search_area .search_area_sp_btn {
    background-color: #fff;
    border: 1px solid #539F60;
    box-sizing: border-box;
    color: #539F60;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    line-height: 46px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .search .search_area .search_area_sp_btn::before {
    background-color: #539F60;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    width: 18px;
  }
  .search .search_area .search_area_sp_btn::after {
    background-color: #539F60;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    transform: rotate(90deg);
    transition: 0.3s;
    width: 18px;
  }
  .search .search_area .search_area_sp_btn.is-active::after {
    opacity: 0;
    transform: rotate(0deg);
  }
}
@media screen and (mix-width: 1081px) {
  .search .search_area .search_area_box {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .search .search_area .search_area_box {
    display: none;
    margin-top: 24px;
  }
}
.search .search_area .search_area_box .search_area_box_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}
.search .search_area .search_area_box .search_area_box_list > li {
  font-size: 16px;
  line-height: 1.875;
  margin-right: 16px;
  margin-top: 16px;
}
.search .search_area .search_area_box .search_area_box_list > li a {
  position: relative;
}
.search .search_area .search_area_box .search_area_box_list > li a::after {
  background-image: url(../images/icn_arrow_bottom.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px;
}
.search .search_area .search_area_box .search_area_box_list > li a.visited {
  color: #539F60;
}

/* -------------------------------------------------------------------
    property List
-------------------------------------------------------------------- */
.propertyListSec {
  margin-bottom: 80px;
  word-break: break-word;
}
@media screen and (max-width: 1080px) {
  .propertyListSec {
    margin-bottom: 64px;
  }
}
.propertyListSec .propertyListWrap {
  background-color: #fff;
  padding: 56px 0;
}
@media screen and (max-width: 1080px) {
  .propertyListSec .propertyListWrap {
    box-sizing: border-box;
    padding: 48px 16px;
    width: 100%;
  }
}
.propertyListSec .propertyListWrap:nth-child(odd) {
  background-color: #F5F5F5;
}
.propertyListSec .propertyListWrap .propertyListWrap_inner {
  margin: 0 auto;
}

.propertyList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .propertyList {
    display: block;
  }
}
.propertyList.type02 .propertyList_box .thumb {
  margin-bottom: 0;
}
.propertyList.type02 .propertyList_box .info {
  border-top: none;
}
@media screen and (max-width: 1080px) {
  .propertyList.type02 .propertyList_box .info .info_box:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.propertyList .propertyList_box {
  margin-right: 16px;
  margin-top: 48px;
  width: 258px;
}
.propertyList .propertyList_box:nth-child(-n+4) {
  margin-top: 0;
}
.propertyList .propertyList_box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
}
.propertyList .propertyList_box .thumb {
  background-color: #E8E8E8;
  height: 193px;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
.propertyList .propertyList_box .thumb a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .propertyList .propertyList_box .thumb a:hover {
    opacity: 0.7;
  }
  .propertyList .propertyList_box .thumb a:hover img {
    transform: scale(1.2);
  }
}
.propertyList .propertyList_box .thumb img {
  height: 100%;
  max-width: 100%;
  transition: 1s;
  width: auto;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .thumb {
    margin-bottom: 0px;
    height: 24vw;
    order: 2;
    width: 32vw;
  }
}
.propertyList .propertyList_box .thumb.noImage {
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.propertyList .propertyList_box .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 12px;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .title {
    order: 1;
    width: 100%;
  }
}
.propertyList .propertyList_box .title.line02 {
  height: 50px;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .title.line02 {
    height: auto;
  }
}
.propertyList .propertyList_box .title span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
}
.propertyList .propertyList_box .info {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .info {
    border-top: none;
    box-sizing: border-box;
    order: 3;
    width: 55.2vw;
  }
}
.propertyList .propertyList_box .info .info_box {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  padding: 12px 0;
}
.apartmentIndex .propertyList .propertyList_box .info .info_box, .officeIndex .propertyList .propertyList_box .info .info_box {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .info .info_box {
    padding: 8px 0;
  }
  .propertyList .propertyList_box .info .info_box:first-child {
    border-top: 1px solid #D8D8D8;
  }
}
.propertyList .propertyList_box .info .info_box .ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
  padding-top: 4px;
  width: 52px;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .info .info_box .ttl {
    width: 46px;
  }
}
.propertyList .propertyList_box .info .info_box .txt {
  font-size: 16px;
  line-height: 1.875;
  width: calc(100% - 52px);
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .info .info_box .txt {
    width: calc(100% - 46px);
  }
}
.propertyList .propertyList_box .info .info_box .titleLink {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.propertyList .propertyList_box .info .info_box .rank {
  align-items: center;
  display: flex;
}
.propertyList .propertyList_box .info .info_box .rank img {
  margin-right: 4px;
  width: 26px;
}
@media screen and (max-width: 1080px) {
  .propertyList .propertyList_box .info .info_box .rank img {
    width: 22px;
  }
}
.propertyList .propertyList_box .info .info_box .rank .sup {
  align-items: center;
  font-size: 12px;
  display: flex;
  line-height: 1;
}
.propertyList .propertyList_box .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

/* -------------------------------------------------------------------
    single
-------------------------------------------------------------------- */
.propertySingle {
  word-break: break-word;
}
.propertySingle .propertySingle_inner {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 16px;
    width: 100%;
  }
}
.propertySingle .propertySingle_inner > div:last-child {
  margin-bottom: 0;
}
.propertySingle .propertySingle_inner .leadtxt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .leadtxt {
    margin-bottom: 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box {
    display: block;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image {
  position: relative;
  width: 528px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image {
    margin-bottom: 48px;
    width: 100%;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .btn_panorama_g {
  top: -2px;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .btn_panorama_g {
    margin-bottom: 24px;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-top {
  height: 396px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-top {
    height: 68.533vw;
    margin-bottom: 8px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-top .swiper-wrapper .swiper-slide {
  background: #E8E8E8;
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-top .swiper-wrapper .swiper-slide a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-top .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs {
  margin-left: -8px;
  width: calc(100% + 8px);
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs {
    box-sizing: border-box;
    margin-left: -16px;
    padding-left: 8px;
    overflow: hidden;
    width: calc(100% + 32px);
  }
}
@media screen and (min-width: 1081px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper {
    width: 100%;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper .swiper-slide {
  align-items: center;
  background: #E8E8E8;
  border: 2px solid #D8D8D8;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 75px;
  margin-bottom: 8px;
  margin-left: 8px;
  text-align: center;
  width: 99px !important;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 66px;
    width: 88px !important;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #539F60;
  pointer-events: none;
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .gallery-thumbs .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.7;
  }
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_image .note {
  color: #606060;
  font-size: 12px;
}
.propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_info {
  width: 528px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_box .propertySingle_box_info {
    width: 100%;
  }
}
.propertySingle .propertySingle_inner .btn_contact {
  margin: 48px auto 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .btn_contact {
    margin: 32px auto 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_facilities {
  margin: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_facilities {
    margin: 0 0 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_remarks {
  margin: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_remarks {
    margin: 0 0 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_movie {
  margin: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_movie {
    margin: 0 0 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_movie .propertySingle_movie_box .iframe iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.propertySingle .propertySingle_inner .propertySingle_map {
  margin: 0 0 56px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_map {
    margin: 0 0 48px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_map .mapArea {
  border: none;
  height: 500px;
  margin-bottom: 48px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_map .mapArea {
    height: 400px;
    margin-bottom: 24px;
  }
}
.propertySingle .propertySingle_inner .propertySingle_map .mapArea .mapArea > div {
  overflow: hidden;
}
.propertySingle .propertySingle_inner .propertySingle_map .btn_blank {
  margin: 0 auto;
  width: 428px;
}
@media screen and (max-width: 1080px) {
  .propertySingle .propertySingle_inner .propertySingle_map .btn_blank {
    width: 100%;
  }
}

.propertySingle_tbl dl {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
.propertySingle_tbl dl:first-child {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1080px) {
  .propertySingle_tbl dl {
    display: block;
    padding: 12px 0;
  }
}
.propertySingle_tbl dl dt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  background-color: #F5F5F5;
  box-sizing: border-box;
  font-weight: bold;
  padding: 12px 16px;
  width: 136px;
}
@media screen and (max-width: 1080px) {
  .propertySingle_tbl dl dt {
    background-color: #fff;
    padding: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.propertySingle_tbl dl dd {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 12px 16px;
  width: calc(100% - 136px);
}
@media screen and (max-width: 1080px) {
  .propertySingle_tbl dl dd {
    padding: 0;
    width: 100%;
  }
}

.backBtn {
  background-color: #F5F5F5;
  margin: 0 auto;
  padding: 48px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .backBtn {
    box-sizing: border-box;
    padding: 32px 16px;
    width: 100%;
  }
}
.backBtn .btn_back {
  margin: 0 auto;
}
.backBtn .btn_back a {
  transition: 0.2s;
}
@media screen and (min-width: 1081px) {
  .backBtn .btn_back a:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------------------------------------
    page
-------------------------------------------------------------------- */
.pageSec {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1080px) {
  .pageSec {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageSec .pageSecBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .pageSec .pageSecBox {
    margin-bottom: 64px;
    word-break: break-word;
  }
}
.pageSec .pageSecBox:last-child {
  margin-bottom: 0;
}
.pageSec .pageSecBox .box {
  margin-bottom: 56px;
}
.pageSec .pageSecBox .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .pageSec .pageSecBox .box {
    margin-bottom: 48px;
  }
}
.pageSec .pageSecBox .pageSecBox_sec {
  margin-bottom: 40px;
}
.pageSec .pageSecBox .pageSecBox_sec:last-child {
  margin-bottom: 0;
}
.pageSec .ttl_lv04_gr {
  margin-bottom: 24px;
}
.pageSec .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.pageSec .txt.mb {
  margin-bottom: 16px;
}
.pageSec .txt.mt {
  margin-top: 16px;
}
.pageSec .note {
  color: #606060;
  font-size: 12px;
}
.pageSec .note.mb {
  margin-bottom: 16px;
}
.pageSec .note.mt {
  margin-top: 16px;
}
.pageSec ul.mb {
  margin-bottom: 16px;
}
.pageSec .listOrdered > li {
  margin-bottom: 16px;
}
.pageSec .listOrdered > li:last-child {
  margin-bottom: 0;
}

.pageCol02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageCol02 .pageCol02_box {
  margin-top: 56px;
  width: 528px;
}
.pageCol02 .pageCol02_box:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .pageCol02 .pageCol02_box {
    margin-top: 0;
    margin-bottom: 48px;
    width: 100%;
  }
  .pageCol02 .pageCol02_box:last-child {
    margin-bottom: 0;
  }
}

/* -------------------------------------------------------------------
    contact
-------------------------------------------------------------------- */
.pageContact {
  margin: 0 auto 120px;
  /*
      cancel area
  -------------------------------------------------------------------- */
}
@media screen and (max-width: 1080px) {
  .pageContact {
    box-sizing: border-box;
    margin: 0 auto 80px;
    padding: 0 16px;
    width: 100%;
  }
}
.pageContact .pageContact_box {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box {
    margin-bottom: 40px;
  }
}
.pageContact .pageContact_box .pageContact_leadTxt {
  margin-bottom: 24px;
}
.pageContact .pageContact_box .pageContact_leadTxt .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.pageContact .pageContact_box .pageContact_leadTxt .note {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
}
.pageContact .pageContact_box .pageContact_leadTxt .note .required {
  background-color: #FE3B31;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 40px;
  margin: 0 6px;
  vertical-align: initial;
}
.pageContact .pageContact_box .pageContact_businessHours {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  padding: 24px 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_businessHours {
    display: block;
    margin-bottom: 40px;
    padding: 16px;
  }
}
.pageContact .pageContact_box .pageContact_businessHours .ttl {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_businessHours .ttl {
    text-align: center;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.pageContact .pageContact_box .pageContact_businessHours .txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_businessHours .txt {
    text-align: center;
  }
}
.pageContact .pageContact_box .pageContact_tbl {
  margin-bottom: 24px;
}
.pageContact .pageContact_box .pageContact_tbl.confirm_tbl dl dt {
  padding: 24px 16px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl.confirm_tbl dl dt {
    padding: 0;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
.pageContact .pageContact_box .pageContact_tbl dl:first-child {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl {
    display: block;
    padding: 16px 0;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl dt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  background-color: #F5F5F5;
  box-sizing: border-box;
  font-weight: bold;
  padding: 33px 16px 36px;
  position: relative;
  width: 289px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl dt {
    background-color: #fff;
    padding: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl dt .required {
  background-color: #FE3B31;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 40px;
  position: absolute;
  right: 16px;
  top: 36px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl dt .required {
    right: 0px;
    top: 3px;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl dd {
  box-sizing: border-box;
  padding: 24px 16px;
  width: calc(100% - 289px);
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl dd {
    padding: 0;
    width: 100%;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl dd .pageContact_select {
  position: relative;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .pageContact_select::after {
  background-image: url(../images/icn_arrow_bottom_slct.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 13px;
  width: 24px;
  z-index: 1;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .pageContact_select .inquiryList {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  appearance: none;
  background-color: transparent;
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #2A2A2A !important;
  padding: 0 48px 0 16px;
  height: 48px;
  line-height: 46px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .inputTxtMin {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: 1px solid #539F60;
  box-sizing: border-box;
  padding: 0 16px;
  height: 48px;
  line-height: 46px;
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl dd .inputTxtMin {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl dl dd .inputTxtMin.inputTxtMin02 {
    width: 40%;
  }
}
.pageContact .pageContact_box .pageContact_tbl dl dd .inputTxtMax {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: 1px solid #539F60;
  box-sizing: border-box;
  padding: 0 16px;
  height: 48px;
  line-height: 46px;
  width: 100%;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .textareaContent {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: 1px solid #539F60;
  box-sizing: border-box;
  padding: 12px 16px;
  height: 120px;
  width: 100%;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .note,
.pageContact .pageContact_box .pageContact_tbl dl dd .note2 {
  color: #606060;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 8px;
  color: #2A2A2A !important;
  font-weight: bold;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .errorNote {
  color: #FE3B31;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
.pageContact .pageContact_box .pageContact_tbl dl dd .horizontalbox li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.pageContact .pageContact_box .pageContact_tbl dl dd span {
  vertical-align: middle;
  margin-left: 5px;
}
.pageContact .pageContact_box .pageContact_tbl dl.error dd .pageContact_select::after {
  background-image: url(../images/icn_arrow_bottom_slct_red.svg);
}
.pageContact .pageContact_box .pageContact_tbl dl.error dd .pageContact_select .inquiryList {
  border: 1px solid #FE3B31;
}
.pageContact .pageContact_box .pageContact_tbl dl.error dd .inputTxtMin,
.pageContact .pageContact_box .pageContact_tbl dl.error dd .inputTxtMax,
.pageContact .pageContact_box .pageContact_tbl dl.error dd .textareaContent {
  border: 1px solid #FE3B31;
}
.pageContact .pageContact_btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn {
    display: block;
  }
}
.pageContact .pageContact_btn .btn_reset {
  height: 80px;
  width: 266px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_reset {
    height: 56px;
    width: 100%;
  }
}
.pageContact .pageContact_btn .btn_reset #resetButton {
  appearance: none;
  background-color: #fff;
  border: 1px solid #539F60;
  box-shadow: none;
  box-sizing: border-box;
  color: #539F60;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_reset #resetButton {
    font-size: 16px;
    line-height: 54px;
  }
}
.pageContact .pageContact_btn .btn_reset #resetButton.visited {
  color: #539F60;
}
@media screen and (min-width: 1081px) {
  .pageContact .pageContact_btn .btn_reset #resetButton:hover {
    opacity: 0.7;
  }
}
.pageContact .pageContact_btn .btn_back {
  height: 80px;
  width: 266px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_back {
    height: 56px;
    width: 100%;
  }
}
.pageContact .pageContact_btn .btn_back #backButton {
  appearance: none;
  background-color: #fff;
  border: 1px solid #539F60;
  box-shadow: none;
  box-sizing: border-box;
  color: #539F60;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_back #backButton {
    font-size: 16px;
    line-height: 54px;
  }
}
.pageContact .pageContact_btn .btn_back #backButton.visited {
  color: #539F60;
}
@media screen and (min-width: 1081px) {
  .pageContact .pageContact_btn .btn_back #backButton:hover {
    opacity: 0.7;
  }
}
.pageContact .pageContact_btn .btn_send {
  height: 80px;
  width: 538px;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_send {
    height: 56px;
    margin-bottom: 16px;
    width: 100%;
  }
}
.pageContact .pageContact_btn .btn_send #submitButton {
  appearance: none;
  background-color: #539F60;
  background-image: url(../images/icn_arrow_right_01_wh.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 498px center;
  border: 1px solid #539F60;
  box-sizing: border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 78px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_btn .btn_send #submitButton {
    font-size: 16px;
    line-height: 54px;
    background-position: 81.867vw center;
  }
}
.pageContact .pageContact_btn .btn_send #submitButton.visited {
  color: #fff;
}
@media screen and (min-width: 1081px) {
  .pageContact .pageContact_btn .btn_send #submitButton:hover {
    opacity: 0.7;
  }
}
.pageContact .pageContact_step {
  display: flex;
  margin-bottom: 24px;
}
.pageContact .pageContact_step > div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E7E7E7;
  height: 76px;
  font-size: 16px;
  font-weight: bold;
  color: #2A2A2A;
  position: relative;
  z-index: 1;
}
.pageContact .pageContact_step_one {
  width: 246px;
}
.pageContact .pageContact_step_one::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 24px solid #539f60;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.pageContact .pageContact_step_two {
  width: 273px;
}
.pageContact .pageContact_step_tree {
  width: 300px;
}
.pageContact .pageContact_privacy {
  margin-bottom: 24px;
}
.pageContact .pageContact_privacy input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  vertical-align: -5px;
  border: 1px solid #539F60;
  position: relative;
  border-radius: 0;
}
.pageContact .pageContact_privacy input[type=checkbox]:checked:before {
  content: "";
  width: 4px;
  height: 8px;
  border-right: 2px solid #539F60;
  border-bottom: 2px solid #539F60;
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
}
.pageContact .pageContact_privacy_iframe {
  width: 100%;
  border: 1px solid #C8C9C8;
  padding: 10px 8px;
  box-sizing: border-box;
}
.pageContact .pageContact_privacy_iframe iframe {
  width: 100%;
  height: 400px;
}
.pageContact .pageContact_privacy .agree {
  display: inline-block;
  margin: 10px auto 0;
}
.pageContact .pageContact_privacy .errorNote {
  color: #FE3B31;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd label {
  vertical-align: middle;
  display: inherit;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd label input[type=checkbox] {
  vertical-align: -3px;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .pageSecBox {
  margin-top: 20px;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .pageSecBox .pageSecBox_sec {
  margin: 15px 0 20px 0;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .pageSecBox .pageSecBox_sec .ttl_lv04 {
  margin: 0 0 10px 0;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .pageSecBox .pageSecBox_sec .noteTxtList {
  text-indent: -1.5em;
  margin: 5px 0 0 0;
  padding: 15px 0 15px 1.5em;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .pageSecBox .pageSecBox_sec .noteTxtList li {
  display: inherit;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .note {
  text-indent: -1em;
  padding-left: 1em;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .note2 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd dl {
  border: none;
  display: inherit;
  margin: 15px 0 25px 0;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd dl.cancel_reason {
  margin: 15px 0 25px 1.5em;
}
@media screen and (max-width: 1080px) {
  .pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd dl.cancel_reason {
    margin: 0 0 0 1.5em;
  }
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd dl dt {
  background: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .other_txt label {
  text-indent: 0;
  padding: 0;
}
.pageContact .pageContact_box .pageContact_tbl .cancelarea dl dd .other_txt label input {
  margin: 0 0 0 5px;
}

/* -------------------------------------------------------------------
    cancel info
-------------------------------------------------------------------- */
.pageCancelInfo {
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 1080px) {
  .pageCancelInfo {
    padding: 32px 16px;
  }
}
.pageCancelInfo.pageSec {
  margin: 0 auto;
}
.pageCancelInfo .pageCancelInfo_ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.57;
  margin-bottom: 32px;
}
.pageCancelInfo .leadtxt {
  margin-bottom: 40px;
}

/* -------------------------------------------------------------------
    MAP popup
-------------------------------------------------------------------- */
.popupDetail {
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 2px;
}
.popupDetail img {
  width: auto;
  max-height: 230px;
}
@media screen and (max-width: 1080px) {
  .popupDetail img {
    max-height: 140px;
  }
}
.popupDetail p {
  margin-bottom: 3px;
}
.popupDetail p:last-child {
  margin-bottom: 0;
}
.popupDetail .thum {
  margin-bottom: 3px;
}
.popupDetail .name {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 1080px) {
  .popupDetail .name {
    font-size: 15px;
  }
}
.popupDetail .area {
  margin-top: 10px;
}
.popupDetail .area a {
  background: #539F60;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 11px 35px 11px 15px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
}
.popupDetail .area a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1081px) {
  .popupDetail .area a:hover {
    opacity: 0.8;
  }
}
.popupDetail span.longName {
  font-size: 13px;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 12px 12px !important;
}

#mapPage .gm-style-iw div {
  overflow: hidden !important;
}
.propertyDetail .gm-style-iw div {
  overflow: hidden !important;
}

/* -------------------------------------------------------------------
    MAP PAGE
-------------------------------------------------------------------- */
#mapPage {
  height: 100%;
  padding-top: 0 !important;
}
#mapPage #headerMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 10000;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap {
    height: 111px;
  }
}
#mapPage #headerMap .title {
  align-items: center;
  display: flex;
  left: 30px;
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap .title {
    left: 16px;
  }
}
#mapPage #headerMap .title h1 {
  border-right: 1px solid #D8D8D8;
  margin-right: 24px;
  padding-right: 24px;
  width: 151px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap .title h1 {
    margin-right: 8px;
    padding-right: 8px;
    width: 88px;
  }
}
#mapPage #headerMap .title h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap .title h2 {
    font-size: 12px;
  }
}
#mapPage #headerMap #filter {
  display: flex;
  left: 50%;
  position: absolute;
  top: 11px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #filter {
    box-sizing: border-box;
    left: 0;
    justify-content: space-between;
    padding: 0 16px;
    top: 54px;
    transform: translateX(0%);
    width: 100%;
  }
}
#mapPage #headerMap #filter > li {
  height: 48px;
  margin-right: 16px;
  overflow: visible;
  width: 142px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #filter > li {
    height: 44px;
    margin-right: 0;
    width: calc((100% - 16px) / 3);
  }
}
#mapPage #headerMap #filter > li:last-child {
  margin-right: 0;
}
#mapPage #headerMap #filter > li a {
  border: 1px solid #539F60;
  box-sizing: border-box;
  color: #539F60;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #filter > li a {
    font-size: 14px;
    line-height: 42px;
  }
}
#mapPage #headerMap #filter > li a:hover, #mapPage #headerMap #filter > li a.current {
  background-color: #539F60;
  color: #fff;
}
#mapPage #headerMap #filter > li a:hover::after, #mapPage #headerMap #filter > li a.current::after {
  background-image: url(../images/icn_current_map.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 22px;
}
#mapPage #headerMap #plotGuide {
  display: flex;
  position: absolute;
  right: 30px;
  top: 20px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #plotGuide {
    right: 16px;
    top: 17px;
  }
}
#mapPage #headerMap #plotGuide .plotGuide01 {
  background-image: url(../images/map/plot_red.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #plotGuide .plotGuide01 {
    background-size: 14px;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    padding-left: 15px;
  }
}
#mapPage #headerMap #plotGuide .plotGuide02 {
  background-image: url(../images/map/plot_blue.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-left: 16px;
  padding-left: 28px;
}
@media screen and (max-width: 1080px) {
  #mapPage #headerMap #plotGuide .plotGuide02 {
    background-size: 14px;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    margin-left: 5px;
    padding-left: 15px;
  }
}
#mapPage #mapWrapper {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  #mapPage #mapWrapper {
    padding-top: 111px;
  }
}
#mapPage #map {
  height: 100%;
}
#mapPage #footerMap {
  background-color: #4B4B4B;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding: 0 30px;
  position: absolute;
  text-align: right;
  z-index: 10000;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #mapPage #footerMap {
    padding: 0 16px;
  }
}

/* -------------------------------------------------------------------
    en top
-------------------------------------------------------------------- */
.enTopAbout {
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
}

/* -------------------------------------------------------------------
    en header
-------------------------------------------------------------------- */