@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  color: #111;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

figcaption, figure, main,
article, aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

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

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

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

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

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

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

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

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

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

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

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

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }

  .mt5 {
    margin-top: 2.5px;
  }

  .mt10 {
    margin-top: 5px;
  }

  .mt15 {
    margin-top: 7.5px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt25 {
    margin-top: 12.5px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt35 {
    margin-top: 17.5px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt45 {
    margin-top: 22.5px;
  }

  .mt50 {
    margin-top: 25px;
  }

  .mt55 {
    margin-top: 27.5px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mt65 {
    margin-top: 32.5px;
  }

  .mt70 {
    margin-top: 35px;
  }

  .mt75 {
    margin-top: 37.5px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .mt85 {
    margin-top: 42.5px;
  }

  .mt90 {
    margin-top: 45px;
  }

  .mt95 {
    margin-top: 47.5px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb5 {
    margin-bottom: 2.5px;
  }

  .mb10 {
    margin-bottom: 5px;
  }

  .mb15 {
    margin-bottom: 7.5px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb25 {
    margin-bottom: 12.5px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb35 {
    margin-bottom: 17.5px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb45 {
    margin-bottom: 22.5px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb55 {
    margin-bottom: 27.5px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb65 {
    margin-bottom: 32.5px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb75 {
    margin-bottom: 37.5px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb85 {
    margin-bottom: 42.5px;
  }

  .mb90 {
    margin-bottom: 45px;
  }

  .mb95 {
    margin-bottom: 47.5px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .pt0 {
    padding-top: 0px;
  }

  .pt5 {
    padding-top: 2.5px;
  }

  .pt10 {
    padding-top: 5px;
  }

  .pt15 {
    padding-top: 7.5px;
  }

  .pt20 {
    padding-top: 10px;
  }

  .pt25 {
    padding-top: 12.5px;
  }

  .pt30 {
    padding-top: 15px;
  }

  .pt35 {
    padding-top: 17.5px;
  }

  .pt40 {
    padding-top: 20px;
  }

  .pt45 {
    padding-top: 22.5px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .pt55 {
    padding-top: 27.5px;
  }

  .pt60 {
    padding-top: 30px;
  }

  .pt65 {
    padding-top: 32.5px;
  }

  .pt70 {
    padding-top: 35px;
  }

  .pt75 {
    padding-top: 37.5px;
  }

  .pt80 {
    padding-top: 40px;
  }

  .pt85 {
    padding-top: 42.5px;
  }

  .pt90 {
    padding-top: 45px;
  }

  .pt95 {
    padding-top: 47.5px;
  }

  .pt100 {
    padding-top: 50px;
  }

  .pb0 {
    padding-bottom: 0px;
  }

  .pb5 {
    padding-bottom: 2.5px;
  }

  .pb10 {
    padding-bottom: 5px;
  }

  .pb15 {
    padding-bottom: 7.5px;
  }

  .pb20 {
    padding-bottom: 10px;
  }

  .pb25 {
    padding-bottom: 12.5px;
  }

  .pb30 {
    padding-bottom: 15px;
  }

  .pb35 {
    padding-bottom: 17.5px;
  }

  .pb40 {
    padding-bottom: 20px;
  }

  .pb45 {
    padding-bottom: 22.5px;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pb55 {
    padding-bottom: 27.5px;
  }

  .pb60 {
    padding-bottom: 30px;
  }

  .pb65 {
    padding-bottom: 32.5px;
  }

  .pb70 {
    padding-bottom: 35px;
  }

  .pb75 {
    padding-bottom: 37.5px;
  }

  .pb80 {
    padding-bottom: 40px;
  }

  .pb85 {
    padding-bottom: 42.5px;
  }

  .pb90 {
    padding-bottom: 45px;
  }

  .pb95 {
    padding-bottom: 47.5px;
  }

  .pb100 {
    padding-bottom: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #111;
  margin: 0 10px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.4rem;
    width: 44px;
    height: 44px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.2rem;
    width: 6.8vw;
    height: 6.8vw;
    margin: 0 5px;
  }
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #009A63;
  font-weight: normal;
}
.wp-pagenavi .extend, .wp-pagenavi .no-item {
  width: fit-content;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
  width: fit-content;
  padding-left: 64px;
}
.wp-pagenavi .first {
  position: absolute;
  font-family: "IBM Plex Sans JP", sans-serif;
  width: fit-content;
  padding-left: 64px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1300px) {
  .wp-pagenavi .previouspostslink {
    padding-left: 44px;
  }
}
@media screen and (max-width: 900px) {
  .wp-pagenavi .first {
    padding-left: 54px;
  }
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink {
    padding-left: 34px;
  }
  .wp-pagenavi .first {
    padding-left: 34px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi .first {
    position: relative;
    translate: 0;
    padding-left: 6.8vw;
  }
  .wp-pagenavi .previouspostslink {
    padding-left: 6.8vw;
  }
}
.wp-pagenavi .previouspostslink:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
}
.wp-pagenavi .first:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-double-p.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 900px) {
  .wp-pagenavi .previouspostslink:before {
    width: 34px;
    height: 34px;
  }
  .wp-pagenavi .first:before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi .previouspostslink:before {
    width: 6.8vw;
    height: 6.8vw;
  }
  .wp-pagenavi .first:before {
    width: 6.8vw;
    height: 6.8vw;
  }
}
.wp-pagenavi .previouspostslink span {
  width: fit-content;
  height: fit-content;
}
.wp-pagenavi .first span {
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 1300px) {
  .wp-pagenavi .previouspostslink span {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .wp-pagenavi .first span {
    display: none;
  }
}
.wp-pagenavi span.previouspostslink {
  opacity: 0.1;
  display: flex !important;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
  width: fit-content;
  padding-right: 64px;
}
.wp-pagenavi .last {
  position: absolute;
  font-family: "IBM Plex Sans JP", sans-serif;
  width: fit-content;
  padding-right: 64px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1300px) {
  .wp-pagenavi .nextpostslink {
    padding-right: 44px;
  }
}
@media screen and (max-width: 900px) {
  .wp-pagenavi .last {
    padding-right: 54px;
  }
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .nextpostslink {
    padding-right: 34px;
  }

  .wp-pagenavi .last {
    padding-right: 34px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi .last {
    position: relative;
    translate: 0;
    padding-right: 6.8vw;
  }
  .wp-pagenavi .nextpostslink {
    padding-right: 6.8vw;
  }
}
.wp-pagenavi .nextpostslink:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.wp-pagenavi .last:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-double-n.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 900px) {
  .wp-pagenavi .nextpostslink:before {
    width: 34px;
    height: 34px;
  }

  .wp-pagenavi .last:before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi .nextpostslink:before {
    width: 6.8vw;
    height: 6.8vw;
  }

  .wp-pagenavi .last:before {
    width: 6.8vw;
    height: 6.8vw;
  }
}
.wp-pagenavi .nextpostslink span {
  width: fit-content;
  height: fit-content;
}

.wp-pagenavi .last span {
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 1300px) {
  .wp-pagenavi .nextpostslink span {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .wp-pagenavi .last span {
    display: none;
  }
}
.wp-pagenavi span.nextpostslink {
  opacity: 0.1;
  display: flex !important;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(../img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(../img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}
 /***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    width: 56px;
    height: 33px;
    border-radius: 3px;
    background: #111;
    right: 15px;
    text-align: center;
    top: 15px;
    z-index: 7;
    padding: 7px;
    transition: top 0.6s cubic-bezier(0.75, 0.12, 0.03, 0.91), right 0.6s cubic-bezier(0.75, 0.12, 0.03, 0.91);
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 18px;
    height: 1.5px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -6px;
  }

  .toggle__bar::after {
    top: 6px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

 /***************************

 header

***************************/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: padding 0.6s cubic-bezier(0.75, 0.12, 0.03, 0.91);
}
@media screen and (min-width: 1201px) {
  .header.fixedmenu {
    padding: 15px 20px;
  }
  .header.fixedmenu .header-inner {
    background: #fff;
    border-radius: 3px;
  }
  .header.fixedmenu .header-inner.open {
    border-radius: 3px 3px 0 0;
  }
  .header.fixedmenu .logo {
    width: 160px;
    height: 72px;
    border-radius: 3px;
  }
  .header.fixedmenu .logo img {
    width: 100px;
  }
  .header.fixedmenu .gnav {
    width: calc(100% - 160px);
  }
  .header.fixedmenu .main-nav > li > a {
    color: #111;
  }
  .header.fixedmenu .main-nav > li > a.recruit:after {
    background: url(../img/common/link.png);
  }
  .header.fixedmenu.menuOpen .main-nav > li > a {
    color: rgba(17, 17, 17, 0.33);
  }
  .header.fixedmenu.menuOpen .main-nav > li > a.open {
    color: #111;
  }
  .header.fixedmenu .main-nav-inner {
    top: 71px;
    width: 100%;
  }
  .header.fixedmenu .toggle {
    right: 20px;
    top: 33px;
  }
  .header.menuOpen .main-nav > li > a {
    color: rgba(255, 255, 255, 0.33);
  }
  .header.menuOpen .main-nav > li > a.open {
    color: #fff;
  }
  .header.p-under .main-nav > li > a {
    color: #111;
  }
  .header.p-under .main-nav > li > a.recruit:after {
    background: url(../img/common/link.png);
  }
  .header.p-under:not(.fixedmenu).menuOpen .main-nav > li > a {
    color: #fff;
  }
  .header.p-under:not(.fixedmenu).menuOpen .main-nav > li > a.recruit:after {
    background: url(../img/common/link-white.png);
  }
}
.header .logo {
  position: relative;
  z-index: 7;
  width: 150px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px;
  transition: all .6s;
}
@media screen and (min-width: 1201px) {
  .header .logo {
    width: 280px;
    height: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .header .logo {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 150px;
    height: 80px;
  }

  .header .logo img {
    width: 85px;
  }
}

.header-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .gnav {
    width: calc(100% - 280px);
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 20px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .gnav {
    width: calc(100% - 200px);
    gap: 20px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .gnav {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100lvh;
    background: rgba(17, 17, 17, 0.95);
    z-index: 6;
    padding: 120px 20px 30px;
    transition: all .6s;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}

.main-nav {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .main-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .main-nav > li > a {
    color: #fff;
    font-weight: 600;
  }
  .main-nav > li > a.recruit {
    position: relative;
    padding-right: 20px;
  }
  .main-nav > li > a.recruit:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 11px;
    background: url(../img/common/link-white.png);
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 1200px) {
  .main-nav {
    max-width: 750px;
    margin: 0 auto;
  }
  .main-nav > li {
    border-bottom: 1px solid #aaa;
  }
  .main-nav > li:hover {
    cursor: pointer;
  }
  .main-nav > li a {
    display: block;
    color: #fff;
    padding: 15px 0;
  }
  .main-nav > li a.recruit:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 11px;
    background: url(../img/common/link-white.png);
    margin-left: 5px;
  }
  .main-nav > li a.switch {
    position: relative;
  }
  .main-nav > li a.switch:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    right: 10px;
    top: 50%;
    translate: 0 -50%;
  }
}

@media screen and (min-width: 1201px) {
  .main-nav-inner {
    position: absolute;
    width: 95%;
    left: 50%;
    top: 170px;
    translate: -50% 0;
    display: flex;
    justify-content: space-between;
    gap: 30px 50px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding: 50px;
    padding-bottom: 80px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s;
  }
  .main-nav-inner.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main-nav-inner {
    display: none;
  }
  .main-nav-inner .hdg_01 {
    display: none;
  }
}

.main-nav_underMenu {
  gap: 25px 30px;
}
@media screen and (min-width: 1501px) {
  .main-nav_underMenu {
    max-width: 980px;
  }
}
@media screen and (min-width: 1201px) {
  .main-nav_underMenu {
    max-width: 765px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.main-nav_underMenu_list {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .main-nav_underMenu_list {
    width: 100%;
  }
  .main-nav_underMenu_list:last-of-type li:last-of-type a {
    border-bottom: none;
  }
}
.main-nav_underMenu_list li {
  width: 100%;
}
.main-nav_underMenu_list li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 25px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 1200px) {
  .main-nav_underMenu_list li a {
    padding: 10px 0;
    border-color: #aaa;
    font-size: 1.4rem;
  }
}
.main-nav_underMenu_list li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #009A63;
  left: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.75, 0.12, 0.03, 0.91);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .main-nav_underMenu_list li a:before {
    display: none;
  }
}
.main-nav_underMenu_list li a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow.png);
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  transition: translate .6s;
}
@media screen and (max-width: 1200px) {
  .main-nav_underMenu_list li a:after {
    background: url(../img/common/arrow-w.png);
  }
}
.main-nav_underMenu_list li a:hover:before {
  width: 100%;
}
.main-nav_underMenu_list li a:hover:after {
  translate: 10px -50%;
}
.gnav .sns-nav {
  display: flex;
  align-items: center;
  gap: 10px 25px;
}
.gnav .sns-nav li a {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .header.fixedmenu  li a {
    color: #111;
  }
  
  .header.p-under .gnav .sns-nav li a {
    color: #111;
  }
}
@media screen and (max-width: 1200px) {
  .gnav .sns-nav {
    max-width: 750px;
    margin: 30px auto 0;
  }
}

 /***************************

layout/footer.scss

***************************/
.footer {
  position: relative;
  width: 100%;
  background: #EFF0F2;
  padding: 50px 15px 100px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-bottom: 25vw;
  }
}
.footer:after {
  position: absolute;
  content: '';
  max-width: 1116px;
  width: 100%;
  height: 182px;
  background: url(../img/common/f-bg-txt.png);
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.f-contact {
  position: relative;
  width: 94.2%;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto 100px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .f-contact {
    width: 100%;
    margin-bottom: 50px;
  }
}

.f-contact-inner {
  max-width: 1160px;
  width: 100%;
  min-height: 375px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1501px) {
  .f-contact-inner {
    max-width: 1480px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact-inner {
    min-height: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 70px 40px;
  }
}
@media screen and (max-width: 768px) {
  .f-contact-inner {
    align-items: flex-start;
    padding: 50px 20px;
  }
}
.f-contact-inner p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  .f-contact-inner p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .f-contact-inner p {
    font-size: 1.6rem;
  }
  .f-contact-inner p br {
    display: none;
  }
}
.f-contact-inner a {
  position: relative;
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: clamp(5.2rem, 9.375vw, 7.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #009A63;
  padding-right: 110px;
}
@media screen and (min-width: 1501px) {
  .f-contact-inner a {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 500px) {
  .f-contact-inner a {
    font-size: 10cqw;
    padding-right: 12cqw;
    margin-left: auto;
    margin-right: auto;
  }
}
.f-contact-inner a:after {
  position: absolute;
  content: '';
  width: 66px;
  height: 66px;
  border-radius: 2px;
  background: url(../img/common/arrow-w.png);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #009A63;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all .6s;
}
@media screen and (max-width: 500px) {
  .f-contact-inner a:after {
    width: 8cqw;
    height: 8cqw;
  }
}
.f-contact-inner a span {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.f-contact-inner a span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #009A63;
  bottom: 0;
  left: 0;
}
.f-contact-inner a:hover {
  opacity: 1;
}
.f-contact-inner a:hover:after {
  translate: -10px -50%;
}
.f-contact-inner a:hover span:before {
  animation: fcBorder 0.6s linear both;
}

@keyframes fcBorder {
  0% {
    translate: 0 0;
  }
  49.9% {
    translate: 100% 0;
  }
  50% {
    translate: -100% 0;
  }
  100% {
    translate: 0 0;
  }
}
.f-mainCont {
  max-width: 1160px;
  width: 90%;
  padding: 0 25px;
  padding-bottom: 80px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (min-width: 1501px) {
  .f-mainCont {
    max-width: 1480px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .f-mainCont {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .f-mainCont {
    padding: 0 15px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

.f-mainCont-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .f-mainCont-inner {
    flex-direction: column;
  }
}
.f-mainCont-inner .add .logo {
  margin-bottom: 30px;
}
.f-mainCont-inner .add .sdgs {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .f-mainCont-inner .add .sdgs {
    margin-top: 30px;
  }
  .f-mainCont-inner .add .sdgs img {
    width: 100%;
  }
}

.sub-nav-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 3.5vw;
}
@media screen and (max-width: 1024px) {
  .sub-nav-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 501px) {
  .sub-nav-wrap.sub-nav-sp-wrap {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .sub-nav-wrap {
    grid-template-columns: 1fr;
  }
  .sub-nav-wrap.sub-nav-pc-wrap {
    display: none;
  }
}
.sub-nav-wrap .sub-nav {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .sub-nav-wrap .sub-nav:nth-child(3) {
    order: 4;
  }
  .sub-nav-wrap .sub-nav:nth-child(4) {
    order: 5;
  }
  .sub-nav-wrap .sub-nav:last-child {
    order: 3;
  }
}
@media screen and (max-width: 500px) {
  .sub-nav-wrap .sub-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.sub-nav-wrap .sub-nav li a {
  font-size: 1.5rem;
  color: #6A7077;
}
.sub-nav-wrap .sub-nav li.front a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}
.sub-nav-wrap .sub-nav li.front a.recruit:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../img/common/f-menu-link.png);
  vertical-align: middle;
  margin-left: 10px;
}
.sub-nav-wrap .sub-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.sub-nav-wrap .sub-nav li:not(:last-child).front {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .sub-nav-wrap .sub-nav li:not(:last-child).front {
    margin-bottom: 0;
  }
}

.f-lastCont {
  position: relative;
  width: 100%;
  z-index: 2;
}
.f-lastCont .copyright {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: #B7BBC1;
  margin: 0 auto;
  max-width: 1160px;
  width: 90%;
}
@media screen and (min-width: 1501px) {
  .f-lastCont .copyright {
    max-width: 1480px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .f-lastCont .copyright {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .f-lastCont .copyright {
    padding: 0 15px;
  }
}

.f-lastCont-inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1501px) {
  .f-lastCont-inner {
    max-width: 1480px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .f-lastCont-inner {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .f-lastCont-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.f-lastCont-inner p {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #6A7077;
}
.f-lastCont-inner .sns-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .f-lastCont-inner .sns-link {
    gap: 20px;
  }
}
.f-lastCont-inner .sns-link a {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .f-lastCont-inner .sns-link a {
    font-size: 2rem;
  }
}

body.under .f-contact {
  margin-bottom: 40px;
}
body.under .f-breadCont {
  max-width: 1160px;
  width: 90%;
  padding: 40px 25px;
  margin: 0 auto 80px;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (min-width: 1501px) {
  body.under .f-breadCont {
    max-width: 1480px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.under .f-breadCont {
    width: 100%;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 500px) {
  body.under .f-breadCont {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
}
body.under .f-breadCont .bread-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 40px;
}
@media screen and (max-width: 500px) {
  body.under .f-breadCont .bread-list {
    gap: 5px 30px;
  }
}
body.under .f-breadCont .bread-list li {
  position: relative;
  font-size: 1.2rem;
}
body.under .f-breadCont .bread-list li:not(:last-child):after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1.5px solid #009A63;
  border-right: 1.5px solid #009A63;
  top: 50%;
  right: -22px;
  translate: 0 -50%;
  rotate: 45deg;
}
@media screen and (max-width: 500px) {
  body.under .f-breadCont .bread-list li:not(:last-child):after {
    right: -17px;
  }
}
body.under .f-breadCont .bread-list li a {
  text-decoration: underline;
}

/*////////////////////////

 user common css

////////////////////////*/
.main {
  position: relative;
}
.main:before {
  position: fixed;
  content: '';
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000000;
  visibility: hidden;
  pointer-events: none;
  z-index: 90;
}
.main.menuOpen:before {
  opacity: 0.75;
  visibility: visible;
}

.wrap1480 {
  width: 95%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1501px) {
  .wrap1480 {
    max-width: 1510px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap1480 {
    width: 100%;
  }
}

.wrap1200 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1230px) {
  .wrap1200 {
    width: 96%;
  }
}

.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }

  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.bold {
  font-weight: bold;
}

.ls_5 {
  letter-spacing: 0.05em;
}

.lh_2 {
  line-height: 2;
}

.lh_18 {
  line-height: 1.8;
}

.lh_1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.wix-md {
  font-family: "Wix Madefor Display", sans-serif;
}

.col_green {
  color: #009A63;
}

.col_white {
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fz18 {
    font-size: 1.6rem;
  }
}

.fz20 {
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
}

.fz22 {
  font-size: clamp(2rem, 2.86458vw, 2.2rem);
}

.fz26 {
  font-size: clamp(2.4rem, 3.38542vw, 2.6rem);
}

.fz32 {
  font-size: clamp(2.4rem, 2.13333vw, 3.2rem);
}

.fz36 {
  font-size: clamp(2.8rem, 2.4vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .fz36 {
    font-size: clamp(2.6rem, 3.64583vw, 2.8rem);
  }
}

.fz48 {
  font-size: clamp(3.8rem, 3.2vw, 4.8rem);
}
@media screen and (max-width: 768px) {
  .fz48 {
    font-size: clamp(2.8rem, 4.94792vw, 3.8rem);
  }
}

.w920 {
  max-width: 920px;
  width: 100%;
}

.basic-list01 li {
  position: relative;
  padding-left: 20px;
}
.basic-list01 li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #009A63;
  border-radius: 100%;
  left: 0;
  top: 7px;
}

/***************************

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 65px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #111;
  border-radius: 3px;
  padding-right: 64px;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .btn-A {
    max-width: 200px;
    height: 55px;
    font-size: 1.4rem;
  }
}
.btn-A:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #222;
  border-radius: 2px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
}
@media screen and (max-width: 500px) {
  .btn-A:after {
    width: 35px;
    height: 35px;
  }
}
.btn-A.blank:after {
  background-image: url(../img/common/link-white.png);
}
.btn-A.w280 {
  max-width: 280px;
}
@media screen and (max-width: 500px) {
  .btn-A.w280 {
    max-width: 230px;
  }
}
.btn-A:hover {
  color: #fff;
  opacity: 1;
}
.btn-A:hover:after {
  background-position: center right 10px;
}

.btn-B {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 65px;
  font-size: 1.8rem;
  font-weight: 600;
  background: #fff;
  border-radius: 3px;
  padding-right: 64px;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .btn-B {
    max-width: 200px;
    height: 55px;
    font-size: 1.4rem;
  }
}
.btn-B:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #222;
  border-radius: 2px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
}
@media screen and (max-width: 500px) {
  .btn-B:after {
    width: 35px;
    height: 35px;
  }
}
.btn-B:hover {
  opacity: 1;
}
.btn-B:hover:after {
  background-position: center right 10px;
}

.btn-C {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 64px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .btn-C {
    padding-right: 55px;
  }
}
.btn-C:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #111;
  border-radius: 2px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
}
@media screen and (max-width: 500px) {
  .btn-C:after {
    width: 35px;
    height: 35px;
  }
}
.btn-C:hover {
  opacity: 1;
}
.btn-C:hover:after {
  background-position: center right 10px;
}

.btn-D {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 64px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .btn-D {
    padding-right: 55px;
  }
}
.btn-D:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 2px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
}
@media screen and (max-width: 500px) {
  .btn-D:after {
    width: 35px;
    height: 35px;
  }
}
.btn-D:hover {
  opacity: 1;
}
.btn-D:hover:after {
  background-position: center right 10px;
}

.btn-center {
  margin: 0 auto;
}

.btn-right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin: 0 auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg_01 {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.hdg_01 .hdg_01__sub {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  .hdg_01 .hdg_01__sub {
    font-size: 2.2rem;
  }
}
.hdg_01 .hdg_01__main {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: clamp(5rem, 9.11458vw, 7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #009A63;
}
@media screen and (min-width: 1501px) {
  .hdg_01 .hdg_01__main {
    font-size: 9rem;
  }
}
.hdg_01.white .hdg_01__sub,
.hdg_01.white .hdg_01__main {
  color: #fff;
}

/***************************

object/project/top.scss

***************************/
.mv {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 425px) {
  .mv {
    margin-bottom: 50px;
  }
}

.main-visual {
  position: relative;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .main-visual {
    width: calc(100% - 40px);
  }
}
.main-visual .mvSlider-control {
  position: relative;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .main-visual .mvSlider-control {
    margin-bottom: 30px;
  }
}
.mvSlider-control .mvSlider_pause:hover,
.mvSlider-control .mvSlider_start:hover {
  cursor: pointer;
}
.main-visual .mvSlider-pagination {
  position: relative !important;
  width: fit-content !important;
  bottom: auto !important;
}
.main-visual .mvSlider-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.25;
  margin: 0 10px !important;
}
.main-visual .mvSlider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main-visual .mvImage {
  width: 100%;
  height: 100lvh;
  object-fit: cover;
}
@media screen and (max-width: 425px) {
  .main-visual .mvImage {
    height: 80lvh;
  }
}
.main-visual .main-visual-cont {
  position: absolute;
  width: 100%;
  padding-left: 70px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .main-visual .main-visual-cont {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .main-visual-cont {
    padding-left: 20px;
  }
}
.main-visual .mv-inner {
  margin-bottom: 30px;
}
.main-visual .mv-inner .sub-ttl {
  font-size: clamp(2.5rem, 2.4vw, 3.6rem);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-inner .sub-ttl {
    font-size: clamp(1.8rem, 2.60417vw, 2rem);
  }
}
.main-visual .mv-inner .ttl {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: clamp(8rem, 8vw, 12rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-inner .ttl {
    font-size: clamp(4rem, 7.8125vw, 6rem);
  }
}
@media screen and (max-width: 375px) {
  .main-visual .mv-inner .ttl {
    font-size: 11cqw;
  }
}
.main-visual .mv-news {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .main-visual .mv-news {
    margin-top: 0;
  }
}
.main-visual .mv-news a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  padding: 20px 25px;
  background: #111;
  border-top-left-radius: 3px;
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-news a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 500px) {
  .main-visual .mv-news a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.main-visual .mv-news a .day {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-news a .day {
    font-size: 1.2rem;
  }
}
.main-visual .mv-news a .ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-news a .ttl {
    font-size: 1.2rem;
  }
}

.mv-scroll {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mv-scroll {
    width: 40px;
  }
}
.mv-scroll .txt {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1;
  writing-mode: tb-rl;
}
@media screen and (max-width: 1024px) {
  .mv-scroll .txt {
    font-size: 1rem;
  }
}
.mv-scroll .seek {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 60px;
  background: #E2E6EE;
  overflow: hidden;
}
.mv-scroll .seek:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #111;
  top: 0;
  left: 0;
  animation: seekMove 2.5s linear infinite;
}

@keyframes seekMove {
  0% {
    translate: 0 -100%;
  }
  50% {
    translate: 0 100%;
  }
  100% {
    translate: 0 200%;
  }
}
.t-philosophy {
  position: relative;
  width: 100%;
}
.t-philosophy:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 40vw;
  background: url(../img/top/philosophy-parts.png);
  background-size: cover;
  bottom: -10vw;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .t-philosophy:after {
    height: 43vw;
    background: url(../img/top/philosophy-sp-parts.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    bottom: 50vw;
  }
}
@media screen and (max-width: 730px) {
  .t-philosophy:after {
    height: 310px;
    background-size: 725px 310px;
    background-position: left -20px bottom;
  }
}

.t-philosophy-boxTitle {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  color: #009A63;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t-philosophy-boxTitle {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.t-philosophy_cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .t-philosophy_cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t-philosophy_cont {
    gap: 40px;
  }
}
.t-philosophy_cont .ttl h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
  font-size: clamp(10rem, 10vw, 15rem);
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-philosophy_cont .ttl h3 {
    font-size: clamp(6rem, 10.41667vw, 8rem);
  }
}
.t-philosophy_cont .ttl p {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .t-philosophy_cont .ttl p {
    font-size: 1.8rem;
  }
}
.t-philosophy_cont .txt {
  max-width: 670px;
  width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 1500px) {
  .t-philosophy_cont .txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .t-philosophy_cont .txt {
    max-width: 100%;
    padding: 0;
  }
}
.t-philosophy_cont .txt p {
  font-size: 1.8rem;
}
.t-philosophy_cont .txt p:not(:last-of-type) {
  margin-bottom: 30px;
}
.t-philosophy_cont .txt h3 {
  font-size: clamp(3.3rem, 2.93333vw, 4.4rem);
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .t-philosophy_cont .txt h3 {
    font-size: 8cqw;
  }
}

.t-philosophy-boxImage {
  width: 46.875vw;
  margin-left: 0;
  margin-top: -15cqh;
}
.t-philosophy-boxImage img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t-philosophy-boxImage {
    max-width: 100%;
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.t-business {
  width: 100%;
  background: #111;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .t-business {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

.t-business-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 30px 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .t-business-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .t-business-inner {
    margin-bottom: 50px;
  }
}
.t-business-inner .txt {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
}

.t-business-link {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .t-business-link {
    width: calc(100% - (2.5% + 15px));
  }
}
@media screen and (max-width: 1024px) {
  .t-business-link {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .t-business-link {
    margin-bottom: 30px;
  }
}

.t-business-link_block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.t-business-link_block img {
  width: 100%;
  transition: scale 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .t-business-link_block img {
    height: 425px;
    object-fit: cover;
  }
}
.t-business-link_block.hov img {
  scale: 1.1;
}

.t-business-link_block__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 60px 70px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .t-business-link_block__inner {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-business-link_block__inner {
    padding: 30px 20px;
  }
}
.t-business-link_block__inner .num {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
}
.t-business-link_block__inner .txt p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .t-business-link_block__inner .txt p {
    font-size: 1.4rem;
  }
}
.t-business-link_block__inner .txt h3 {
  font-weight: 600;
  font-size: clamp(3.6rem, 3.2vw, 4.8rem);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .t-business-link_block__inner .txt h3 {
    font-size: 9.25cqw;
  }
}
.t-business-link_block__inner:after {
  position: absolute;
  content: '';
  width: 64px;
  height: 64px;
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #222;
  border-radius: 2px;
  z-index: 2;
  right: 35px;
  bottom: 30px;
  transition: background-position 0.6s;
}
@media screen and (max-width: 768px) {
  .t-business-link_block__inner:after {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: 20px;
  }
}
.t-business-link_block__inner:hover {
  opacity: 1;
}
.t-business-link_block__inner:hover:after {
  background-position: center right 20px;
}
@media screen and (max-width: 768px) {
  .t-business-link_block__inner:hover:after {
    background-position: center right 10px;
  }
}

.t-case {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (min-width: 1025px) {
  .t-case .btn-A.btn-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .t-case {
    margin-bottom: 70px;
  }
}

.t-case-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 70px;
}
.t-case-head .inner {
  display: flex;
  align-items: flex-end;
  gap: 20px 50px;
}
.t-case-head .inner .txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .t-case-head .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .t-case-head .btn-A {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .t-case-head {
    margin-bottom: 40px;
  }
}

.award-block {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px 40px;
  border-radius: 3px;
  background: #F5F6F8;
  padding: 50px 60px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1024px) {
  .award-block {
    flex-wrap: wrap;
  }
  .award-block .btn-A {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .award-block {
    padding: 30px 20px;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.award-block .img {
  width: 65px;
}
.award-block .txt {
  width: calc(100% - 395px);
}
@media screen and (max-width: 1024px) {
  .award-block .txt {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 768px) {
  .award-block .txt {
    width: 100%;
  }
}

.t-case-wrap {
  position: relative;
  width: calc(1544px + ((100% - 1480px) / 2));
  margin-left: auto;
  padding-left: 64px;
}
@media screen and (max-width: 1620px) {
  .t-case-wrap {
    width: calc(1480px + ((100% - 1480px) / 2));
    padding-left: 0;
  }
}
@media screen and (max-width: 1510px) {
  .t-case-wrap {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .t-case-wrap {
    padding-left: calc(2.5% + 15px);
  }
}
@media screen and (max-width: 1024px) {
  .t-case-wrap {
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
.t-case-wrap .swiper-button-prev,
.t-case-wrap .swiper-button-next {
  width: 44px;
  height: 44px;
}
.t-case-wrap .swiper-button-prev:after,
.t-case-wrap .swiper-button-next:after {
  width: 44px;
  height: 44px;
  content: '';
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #009A63;
  border-radius: 2px;
}
.t-case-wrap .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1620px) {
  .t-case-wrap .swiper-button-prev {
    left: -22px;
  }
}
@media screen and (max-width: 1510px) {
  .t-case-wrap .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .t-case-wrap .swiper-button-prev {
    left: calc(2.5% - 7px);
  }
}
@media screen and (max-width: 1024px) {
  .t-case-wrap .swiper-button-prev {
    left: 5px;
  }
}
.t-case-wrap .swiper-button-prev:after {
  rotate: 180deg;
}
.t-case-wrap .swiper-button-next {
  right: 110px;
}
@media screen and (max-width: 1620px) {
  .t-case-wrap .swiper-button-next {
    right: 48px;
  }
}
@media screen and (max-width: 1510px) {
  .t-case-wrap .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .t-case-wrap .swiper-button-next {
    right: calc(2.5% - 7px);
  }
}
@media screen and (max-width: 1024px) {
  .t-case-wrap .swiper-button-next {
    right: 5px;
  }
}

.caseSlider-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.caseSlider-slide a.award:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/case-flag.png);
  top: 10px;
  left: 10px;
  z-index: 4;
}
.caseSlider-slide a .img {
  margin-bottom: 20px;
}
.caseSlider-slide a .img img {
  border-radius: 3px;
}
.caseSlider-slide a h4 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .caseSlider-slide a h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.caseSlider-slide a ul {
  display: flex;
  gap: 20px;
}
.caseSlider-slide a ul li {
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .caseSlider-slide a ul li {
    font-size: 1.1rem;
  }
}
.caseSlider-slide a ul li:not(:last-child):after {
  position: absolute;
  content: '|';
  right: -12px;
  top: 50%;
  translate: 0 -50%;
}

.t-csr {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .t-csr {
    padding-bottom: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .t-csr {
    margin-bottom: 70px;
  }
}
.t-csr:before {
  position: absolute;
  content: '';
  width: 75vw;
  height: 100%;
  background: url(../img/top/csr-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .t-csr:before {
    width: calc(100% - 15px);
    height: calc(100% - 50px);
  }
}

.t-csr-inner {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t-csr-inner {
    max-width: 100%;
    padding-right: 20px;
  }
}

.t-csr-image {
  position: absolute;
  top: 50%;
  left: calc(660px + ((100% - 1480px) / 2));
  translate: 0 -50%;
  z-index: 3;
  padding-right: 50px;
}
@media screen and (max-width: 1300px) {
  .t-csr-image {
    width: calc(100% - (2.5vw + 545px));
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .t-csr-image {
    position: relative;
    translate: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    margin-top: 50px;
  }
}
.t-csr-image img {
  width: 100%;
  border-radius: 3px;
}

.t-news {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .t-news {
    margin-bottom: 70px;
  }
}

.t-news-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .t-news-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t-news-head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .t-news-head {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.t-news-tab {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .t-news-tab {
    gap: 20px;
  }
}
.t-news-tab a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.t-news-tab a.now {
  text-decoration: none;
  color: #009A63;
}
.t-news-tab a:hover {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .t-news-tab a {
    font-size: 1.2rem;
  }
}

.t-news-tabItem {
  width: 100%;
  margin-bottom: 50px;
}

.t-news-tabItem_block {
  width: 100%;
}
.t-news-tabItem_block:not(.show) {
  display: none;
}

.t-news-list {
  width: 100%;
}

.t-news-list_item {
  width: 100%;
  border-bottom: 1px solid #D9DCE1;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .t-news-list_item {
    padding: 15px 0;
  }
}
.t-news-list_item a {
  display: flex;
  gap: 15px 40px;
}
@media screen and (max-width: 768px) {
  .t-news-list_item a {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
  }
}
.t-news-list_item a .day {
  display: flex;
  align-items: center;
  height: fit-content;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .t-news-list_item a .day {
    font-size: 1.2rem;
  }
}
.t-news-list_item a .cat {
  min-width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #D8DCE2;
}
@media screen and (max-width: 768px) {
  .t-news-list_item a .cat {
    min-width: auto;
    max-width: 120px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .t-news-list_item a .cat {
    font-size: 1.1rem;
  }
}
.t-news-list_item a h4 {
  font-size: 1.6rem;
  font-weight: 500;
  width: calc(100% - 325px);
  display: flex;
  align-items: center;
}
.t-news-list_item a h4:not(.no-link ){
  color: #009A63;
}
@media screen and (max-width: 768px) {
  .t-news-list_item a h4 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .t-news-list_item a h4 {
    font-size: 1.2rem;
  }
}
.t-news-list_item a:hover h4 {
  text-decoration: underline;
}

.t-recruit {
  position: relative;
  width: 100%;
  margin-bottom: -70px;
}

.t-recruit-inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .t-recruit-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.t-recruit-inner .wrap1480 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-recruit-inner .wrap1480 {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.t-recruit-inner .txt {
  max-width: 580px;
  width: 100%;
  padding: 0 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-recruit-inner .txt {
    max-width: 100%;
    padding: 0;
  }
}
.t-recruit-inner .txt p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .t-recruit-inner .txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.t-recruit-inner .txt h4 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .t-recruit-inner .txt h4 {
    font-size: 2rem;
  }
}

.btn-recruit {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 65px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #009A63;
  border-radius: 3px;
  padding-right: 64px;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .btn-recruit {
    max-width: 200px;
    height: 55px;
    font-size: 1.4rem;
  }
}
.btn-recruit:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0AA46D;
  border-radius: 2px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
}
@media screen and (max-width: 500px) {
  .btn-recruit:after {
    width: 35px;
    height: 35px;
  }
}
.btn-recruit:hover {
  color: #fff;
}
.btn-recruit:hover:after {
  background-position: center right 10px;
}

.recruitSlider {
  width: 100%;
}
.recruitSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.recruitSlider .recruitSlider-slide {
  width: fit-content !important;
  height: auto;
}
.recruitSlider .recruitSlider-slide img {
  height: 900px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .recruitSlider .recruitSlider-slide img {
    height: 600px;
  }
}

/***************************

object/project/subpage.scss

***************************/
.subpage {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .subpage {
    margin-bottom: 70px;
  }
}
.subpage.p-front {
  position: relative;
  width: 96vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .subpage.p-front {
    width: 98vw;
  }
}
.subpage.p-front .subpage-inner {
  position: relative;
  width: 100%;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 70px;
}
@media screen and (max-width: 1024px) {
  .subpage.p-front .subpage-inner {
    min-height: 350px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .subpage.p-front .subpage-inner {
    min-height: 250px;
    padding: 20px;
  }
}
.subpage.p-front .subpage-inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.15));
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}
.subpage.p-front .subpage-sub-ttl {
  font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .subpage.p-front .subpage-sub-ttl {
    font-size: 1.6rem;
  }
}
.subpage.p-front .subpage-ttl {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: clamp(7rem, 8vw, 12rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .subpage.p-front .subpage-ttl {
    font-size: clamp(5rem, 9.11458vw, 7rem);
  }
}
.subpage.p-under {
  width: 100%;
  border-bottom: 1px solid #D9DCE1;
}
.subpage.p-under .subpage-inner {
  width: 95%;
  margin: 0 auto;
  padding-top: 200px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1501px) {
  .subpage.p-under .subpage-inner {
    max-width: 1510px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .subpage.p-under .subpage-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .subpage.p-under .subpage-inner {
    padding-top: 120px;
  }
}
.subpage.p-under .subpage-inner .subpage-sub-ttl {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .subpage.p-under .subpage-inner .subpage-sub-ttl {
    font-size: 1.6rem;
  }
}
.subpage.p-under .subpage-inner .subpage-ttl {
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: clamp(4rem, 3.33333vw, 5rem);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .subpage.p-under .subpage-inner .subpage-ttl {
    font-size: clamp(3rem, 5.20833vw, 4rem);
    padding-bottom: 20px;
  }
}
.subpage.p-under .subpage-inner .subpage-ttl:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #009A63;
  left: 0;
  bottom: 0;
}
.subpage.p-under.prize {
  padding-top: 250px;
  margin-bottom: 180px;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .subpage.p-under.prize {
    padding-top: 130px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .subpage.p-under.prize {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
.subpage.p-under.prize .subpage-inner {
  max-width: 1620px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 0;
}
@media screen and (min-width: 1901px) {
  .subpage.p-under.prize .subpage-inner {
    width: 84vw;
  }
}
@media screen and (max-width: 1024px) {
  .subpage.p-under.prize .subpage-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.subpage.p-under.prize .prize-sub-ttl {
  font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .subpage.p-under.prize .prize-sub-ttl {
    font-size: 1.6rem;
  }
}
.subpage.p-under.prize .prize-ttl {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: clamp(7rem, 8vw, 12rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #009A63;
}
@media screen and (max-width: 768px) {
  .subpage.p-under.prize .prize-ttl {
    font-size: clamp(5rem, 9.11458vw, 7rem);
  }
}
.subpage.company {
  background: url(../img/company/page-title.jpg);
  background-size: cover;
  background-position: center center;
}
.subpage.business {
  background: url(../img/business/page-title.jpg);
  background-size: cover;
  background-position: center center;
}
.subpage.case {
  background: url(../img/case/page-title.jpg);
  background-size: cover;
  background-position: center center;
}
.subpage.csr {
  background: url(../img/csr/page-title.jpg);
  background-size: cover;
  background-position: center center;
}

.p-section {
  width: 100%;
}
.p-section:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-section:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.p-section:last-of-type {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-section:last-of-type {
    margin-bottom: 100px;
  }
}

.u-section {
  width: 100%;
}
.u-section:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-section:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.u-section:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-section:last-of-type {
    margin-bottom: 40px;
  }
}

.branch {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
.branch:before {
  position: absolute;
  content: '';
  max-width: 1480px;
  width: 100%;
  height: 1px;
  background: #D9DCE1;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .branch {
    padding-top: 40px;
  }
}

.btn-parent {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  padding-right: 64px;
}
@media screen and (max-width: 500px) {
  .btn-parent {
    padding-right: 54px;
  }
}
.btn-parent:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all .6s;
}
@media screen and (max-width: 500px) {
  .btn-parent:after {
    width: 34px;
    height: 34px;
  }
}
.btn-parent:hover:after {
  translate: 10px -50%;
}

.branch-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .branch-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .branch-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
.branch-list li.now {
  opacity: 0.33;
}
.branch-list li.now a {
  pointer-events: none;
}
.branch-list a:hover .img img {
  scale: 1.1;
}
.branch-list a:hover h4:after {
  translate: 10px -50%;
}
.branch-list .img {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.branch-list .img img {
  width: 100%;
  transition: all .6s;
}
.branch-list h4 {
  position: relative;
  font-weight: 700;
  width: fit-content;
  font-size: 1.6rem;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .branch-list h4 {
    font-size: 1.4rem;
  }
}
.branch-list h4:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow.png);
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: all .6s;
}

.branch-csr-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .branch-csr-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .branch-csr-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .branch-csr-list {
    grid-template-columns: 1fr;
  }
}
.branch-csr-list li {
  border-top: 1px solid #D9DCE1;
}
@media screen and (min-width: 1025px) {
  .branch-csr-list li:nth-last-child(-n + 4) {
    border-bottom: 1px solid #D9DCE1;
  }
}
@media screen and (min-width: 769px) {
  .branch-csr-list li:nth-last-child(-n + 3) {
    border-bottom: 1px solid #D9DCE1;
  }
}
@media screen and (min-width: 501px) {
  .branch-csr-list li:nth-last-child(-n + 2) {
    border-bottom: 1px solid #D9DCE1;
  }
}
@media screen and (max-width: 500px) {
  .branch-csr-list li:last-child {
    border-bottom: 1px solid #D9DCE1;
  }
}
.branch-csr-list li.now a {
  pointer-events: none;
  opacity: 0.33;
}
.branch-csr-list li a {
  display: inline-block;
  padding: 25px 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .branch-csr-list li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .branch-csr-list li a {
    font-size: 1.4rem;
  }
}
.branch-csr-list li a:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow.png);
  vertical-align: middle;
  margin-left: 30px;
  transition: all .6s;
}
@media screen and (max-width: 768px) {
  .branch-csr-list li a:after {
    margin-left: 20px;
  }
}
.branch-csr-list li a:hover:after {
  translate: -10px 0;
}

/***************************

object/project/company.scss

***************************/
.company-pageLink {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 70px;
}
@media screen and (max-width: 1024px) {
  .company-pageLink {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 650px) {
  .company-pageLink {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .company-pageLink {
    gap: 30px;
  }
}

.company-pageLink_block {
  width: 100%;
}
.company-pageLink_block a:hover {
  opacity: 1;
}
.company-pageLink_block a:hover .img img {
  scale: 1.1;
}
.company-pageLink_block a:hover .ttl:after {
  translate: 10px -50%;
}
.company-pageLink_block .img {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 25px;
}
.company-pageLink_block .img img {
  transition: all .6s;
}
.company-pageLink_block .ttl {
  position: relative;
  width: fit-content;
  padding-right: 64px;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .company-pageLink_block .ttl {
    padding-right: 54px;
  }
}
.company-pageLink_block .ttl:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  border-radius: 3px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all .6s;
}
@media screen and (max-width: 500px) {
  .company-pageLink_block .ttl:after {
    width: 34px;
    height: 34px;
  }
}

/* message */
.message-block {
  width: 100%;
  display: flex;
  gap: 40px 120px;
}
@media screen and (max-width: 1024px) {
  .message-block {
    gap: 40px 60px;
  }
}
@media screen and (max-width: 900px) {
  .message-block {
    flex-direction: column-reverse;
  }
}
.message-block .txt {
  max-width: 960px;
  width: 100%;
}
.message-block .txt p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .message-block .txt p {
    font-size: 1.6rem;
  }
}
.message-block .txt .name {
  text-align: right;
}
.message-block .txt .name p {
  margin-bottom: 0;
}
.message-block .txt .name h3 {
  font-weight: 700;
  font-size: clamp(2rem, 2.86458vw, 2.2rem);
}
.message-block .img {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .message-block .img {
    max-width: 100%;
  }
}
.message-block .img img {
  border-radius: 3px;
}

/* philosophy */
.philosophy-mv {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .philosophy-mv {
    margin-bottom: 50px;
  }
}
.philosophy-mv img {
  border-radius: 3px;
}

.philosophy-award {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background: #F5F6F8;
  border-radius: 3px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .philosophy-award {
    padding: 30px 20px;
  }
}
.philosophy-award-ttl {
  position: relative;
  font-weight: 700;
  font-size: clamp(2rem, 2.86458vw, 2.2rem);
  color: #009A63;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.philosophy-award-ttl:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #009A63;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.philosophy-award-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .philosophy-award-list {
    flex-wrap: wrap;
  }
}
.philosophy-award-list li {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .philosophy-award-list li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .philosophy-award-list li {
    width: 100%;
  }
}
.philosophy-award-list li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 10px;
}
.philosophy-award-list li p {
  font-size: 1.4rem;
  text-align: center;
}

/* outline */
.outline-info {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .outline-info {
    margin-top: 30px;
  }
}
.outline-info-block {
  display: flex;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 768px) {
  .outline-info-block {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .outline-info-block {
    flex-direction: column;
    padding: 10px 0;
  }
}
.outline-info-block dt {
  width: 375px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .outline-info-block dt {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .outline-info-block dt {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .outline-info-block dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.outline-info-block dd {
  width: calc(100% - 375px);
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .outline-info-block dd {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .outline-info-block dd {
    width: calc(100% - 200px);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .outline-info-block dd {
    width: 100%;
  }
}
.outline-info-block .btn-blank {
  position: relative;
}
.outline-info-block .btn-blank:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 11px;
  background: url(../img/common/link.png);
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

.outline-flow {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .outline-flow {
    margin-top: 30px;
  }
}
.outline-flow:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #D9DCE1;
  top: 15px;
  left: 149px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .outline-flow:before {
    left: 129px;
  }
}
@media screen and (max-width: 600px) {
  .outline-flow:before {
    left: 79px;
  }
}
.outline-flow-block {
  position: relative;
  width: 100%;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .outline-flow-block {
    gap: 80px;
  }
}
@media screen and (max-width: 600px) {
  .outline-flow-block {
    gap: 40px;
  }
}
.outline-flow-block:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .outline-flow-block:not(:last-child) {
    margin-bottom: 30px;
  }
}
.outline-flow-block:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  background: #009A63;
  border-radius: 100%;
  left: 145px;
  top: 13px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .outline-flow-block:before {
    left: 125px;
  }
}
@media screen and (max-width: 600px) {
  .outline-flow-block:before {
    left: 75px;
  }
}
.outline-flow-block dt {
  min-width: 90px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 4.6875vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #009A63;
}
@media screen and (max-width: 600px) {
  .outline-flow-block dt {
    min-width: 60px;
  }
}
.outline-flow-block dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .outline-flow-block dd {
    font-size: 1.6rem;
  }
}

/* office */
.office-list {
  width: 100%;
}
.office-list-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 1px solid #d9dce1;
  gap: 40px 100px;
}
@media screen and (max-width: 768px) {
  .office-list-block {
    padding: 40px 0;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .office-list-block {
    flex-direction: column;
  }
}
.office-list .txt {
  max-width: 480px;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .office-list .txt {
    max-width: 100%;
    width: 100%;
  }
}
.office-list .txt .btn-A {
  font-family: "Wix Madefor Display", sans-serif;
}
.office-list .gmap {
  position: relative;
  max-width: 900px;
  width: 60%;
  aspect-ratio: 2 / 1;
}
@media screen and (max-width: 600px) {
  .office-list .gmap {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .office-list .gmap {
    aspect-ratio: 1;
  }
}
.office-list .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

/***************************

object/project/business.scss

***************************/
.business-pageLink {
  width: 100%;
}
.business-pageLink_block {
  width: 100%;
}
.business-pageLink_block:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .business-pageLink_block:not(:last-child) {
    margin-bottom: 70px;
  }
}
.business-pageLink_block .box-num {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .business-pageLink_block .box-num {
    margin-bottom: 10px;
  }
}
.business-pageLink_block .img {
  width: 100%;
  margin-bottom: 40px;
}
.business-pageLink_block .img img {
  width: 100%;
  border-radius: 3px;
}
.business-pageLink_block .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
}
@media screen and (max-width: 1024px) {
  .business-pageLink_block .inner {
    flex-direction: column;
  }
}
.business-pageLink_block .inner_r-cont {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .business-pageLink_block .inner_r-cont {
    max-width: 100%;
  }
}
.business-pageLink_block .inner .attribute-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.business-pageLink_block .inner .attribute-list li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 5px 15px;
  background: #EDF8F4;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.3rem;
  color: #009A63;
  line-height: 1;
}

/* civil */
.civil-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .civil-head {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .civil-head {
    margin-bottom: 50px;
  }
}
.civil-head p {
  max-width: 750px;
  width: 51%;
}
@media screen and (max-width: 1024px) {
  .civil-head p {
    max-width: 100%;
    width: 100%;
  }
}

.civilSlider {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .civilSlider {
    margin-bottom: 40px;
  }
}
.civilSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.civilSlider .civilSlider-slide {
  width: fit-content !important;
  height: auto;
}
.civilSlider .civilSlider-slide img {
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .civilSlider .civilSlider-slide img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .civilSlider .civilSlider-slide img {
    height: 300px;
  }
}

.civil-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background: #F5F6F8;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .civil-area {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .civil-area {
    padding: 30px;
  }
}

.civil-field {
  width: calc(100% - 270px);
  border-left: 1px solid #D9DCE1;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .civil-field {
    width: 100%;
    border-left: none;
    border-top: 1px solid #D9DCE1;
    padding-left: 0;
    padding-top: 20px;
  }
}
.civil-field li {
  position: relative;
  display: flex;
  gap: 5px 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .civil-field li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .civil-field li {
    flex-direction: column;
  }
  .civil-field li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.civil-field li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #009A63;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .civil-field li:before {
    width: 8px;
    height: 8px;
  }
}
.civil-field li p.fz18 {
  position: relative;
  width: 210px;
}
@media screen and (max-width: 600px) {
  .civil-field li p.fz18 {
    width: 160px;
  }
}
.civil-field li p.fz18:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #111;
  top: 11px;
  left: 0;
}
.civil-field li p.fz18 span {
  position: relative;
  background: #F5F6F8;
  padding-right: 20px;
  z-index: 2;
}
.civil-field li p:not(.fz18) {
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .civil-field li p:not(.fz18) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .civil-field li p:not(.fz18) {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 500px) {
  .civil-field li p:not(.fz18) {
    width: 100%;
  }
}

.feature-list {
  width: 100%;
}
.feature-list-block {
  width: 100%;
  display: flex;
  gap: 40px 80px;
  padding: 60px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 1024px) {
  .feature-list-block {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature-list-block {
    flex-direction: column;
    padding: 30px 0;
  }
}
.feature-list-block .txt {
  width: calc(100% - 560px);
}
@media screen and (max-width: 1024px) {
  .feature-list-block .txt {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .feature-list-block .txt {
    width: 100%;
  }
}
.feature-list-block .img {
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .feature-list-block .img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .feature-list-block .img {
    width: 100%;
  }
}
.feature-list-block .img img {
  border-radius: 3px;
}

.representative-case {
  width: 100%;
  margin-bottom: 40px;
}
.representative-case-block {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .representative-case-block {
    flex-direction: column;
  }
}
.representative-case-block:not(:last-child) {
  margin-bottom: 20px;
}
.representative-case-block .img {
  position: relative;
  width: 480px;
  /*width: 640px;*/
}
@media screen and (max-width: 1200px) {
  .representative-case-block .img {
    display: flex;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .representative-case-block .img {
    width: 100%;
  }
}
.representative-case-block .img img {
  border-radius: 3px 0 0 3px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .representative-case-block .img img {
    flex-grow: 1;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .representative-case-block .img img {
    border-radius: 3px 3px 0 0;
  }
}
.representative-case-block.award .img:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../img/business/award.png);
  top: 10px;
  left: 10px;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .representative-case-block.award .img:before {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
.representative-case-block .txt {
  width: calc(100% - 480px);
  /*width: calc(100% - 640px);*/
  background: #F5F6F8;
  border-radius: 0 3px 3px 0;
  padding: 50px 80px;
}
@media screen and (max-width: 1200px) {
  .representative-case-block .txt {
    width: 55%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .representative-case-block .txt {
    width: 100%;
    padding: 20px 30px;
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (max-width: 500px) {
  .representative-case-block .txt .fz26 {
    font-size: 2.2rem;
  }
}
.representative-case-block .txt .award-flag {
  width: fit-content;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px 2px;
  background: #fff;
  border: 1px solid #C49B2A;
  color: #C49B2A;
  margin-bottom: 20px;
}
.representative-case-block .txt .info {
  width: 100%;
  margin-bottom: 20px;
}
.representative-case-block .txt .info-block {
  width: 100%;
  display: flex;
  font-size: 1.3rem;
  padding: 10px 0;
  border-bottom: 1px solid #D9DCE1;
}
.representative-case-block .txt .info-block:first-child {
  border-top: 1px solid #D9DCE1;
}
.representative-case-block .txt .info-block dt {
  width: 110px;
}
.representative-case-block .txt .info-block dd {
  width: calc(100% - 110px);
}

/* construction */
.construction-process {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 1200px) {
  .construction-process {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .construction-process {
    grid-template-columns: 1fr;
  }
}
.construction-process-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #009A63;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 1000px) {
  .construction-process-block {
    flex-direction: row;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .construction-process-block {
    flex-direction: column;
    gap: 10px;
  }
}
.construction-process-block.contract {
  background: #E3F5EE;
}
.construction-process-block.delivery {
  background: #009A63;
}
.construction-process-block.delivery dt {
  color: #fff;
}
.construction-process-block.delivery dd {
  color: #fff;
}
.construction-process-block:not(:last-child):after {
  position: absolute;
  content: '';
  width: 16px;
  height: 26px;
  background: #6DD2AE;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: -29px;
  translate: 0 -50%;
}
@media screen and (max-width: 1200px) {
  .construction-process-block:not(:last-child):after {
    width: 8px;
    height: 26px;
    right: -16px;
  }
}
@media screen and (max-width: 1000px) {
  .construction-process-block:not(:last-child):after {
    rotate: 90deg;
    top: inherit;
    bottom: -24px;
    right: 50%;
    translate: -50% 0;
  }
}
.construction-process-block dt {
  min-height: 230px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #009A63;
  writing-mode: tb-rl;
}
@media screen and (max-width: 1000px) {
  .construction-process-block dt {
    writing-mode: rl-tb;
    min-width: 230px;
    min-height: fit-content;
  }
}
@media screen and (max-width: 500px) {
  .construction-process-block dt {
    min-width: fit-content;
  }
}
.construction-process-block dd {
  font-size: 1.4rem;
  line-height: 1;
  color: #6a7077;
  writing-mode: tb-rl;
}
@media screen and (max-width: 1000px) {
  .construction-process-block dd {
    writing-mode: rl-tb;
  }
}
.construction-process-block dd span {
  writing-mode: rl-tb;
}

.construction-reform-box {
  max-width: 1160px;
  width: 100%;
  display: flex;
  margin: 200px auto 0;
}
@media screen and (max-width: 768px) {
  .construction-reform-box {
    flex-direction: column-reverse;
    margin-top: 100px;
  }
}
.construction-reform-box .txt {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  border-radius: 3px 0 0 3px;
  background: #009A63;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  .construction-reform-box .txt {
    width: 100%;
    min-height: fit-content;
    border-radius: 0 0 3px 3px;
    padding: 30px;
  }
}
.construction-reform-box .img {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .construction-reform-box .img {
    width: 100%;
  }
}
.construction-reform-box .img img {
  border-radius: 0 3px 3px 0;
  flex-grow: 1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .construction-reform-box .img img {
    border-radius: 3px 3px 0 0;
  }
}

/* reform */
.reform03 .construction-process {
  grid-template-columns: repeat(11, 1fr);
}
@media screen and (max-width: 1200px) {
  .reform03 .construction-process {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .reform03 .construction-process {
    grid-template-columns: 1fr;
  }
}

/***************************

object/project/case.scss

***************************/
.case-search-console {
  width: 100%;
  padding: 50px 50px 80px;
  background: #F5F6F8;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .case-search-console {
    padding: 30px 30px 50px;
  }
}
.case-search-console form {
  width: 100%;
}
.case-search-console .search-list {
  width: 100%;
  margin-bottom: 30px;
}
.case-search-console .search-list-block {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 768px) {
  .case-search-console .search-list-block {
    flex-direction: column;
    gap: 10px;
  }
}
.case-search-console .search-list-block dt {
  width: 180px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case-search-console .search-list-block dt {
    width: 100%;
  }
}
.case-search-console .search-list-block dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .case-search-console .search-list-block dd {
    width: 100%;
  }
}
.case-search-console .search-list-block .search-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.case-search-console .search-list-block .search-checkbox-item label {
  display: inline-block;
  width: fit-content;
}
.case-search-console .search-list-block .search-checkbox input[type=checkbox] {
  display: none;
}
.case-search-console .search-list-block .search-checkbox input[type=checkbox]:checked + .search-checkbox-text {
  color: #fff;
  background: #009A63;
  border-color: #009A63;
}
.case-search-console .search-list-block .search-checkbox-text {
  width: fit-content;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #D8DCE2;
  padding-top: 2px;
  border-radius: 2px;
}
.case-search-console .search-list-block .search-checkbox-text:hover {
  cursor: pointer;
}
.case-search-console .search-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .case-search-console .search-btn {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .case-search-console .search-btn {
    flex-direction: column;
  }
}
.case-search-console .search-btn .btn-submit {
  width: 350px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  background: #111;
  border: 1px solid #111;
  border-radius: 3px;
  color: #fff;
  margin: 0;
  padding: 0;
  transition: all .3s;
}
.case-search-console .search-btn .btn-submit:hover {
  cursor: pointer;
  background: #fff;
  color: #111;
  border-color: #D8DCE2;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .case-search-console .search-btn .btn-submit {
    width: 250px;
    font-size: 1.6rem;
  }
}
.case-search-console .search-btn .btn-reset {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  width: fit-content;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #111;
}
.case-search-console .search-btn .btn-reset:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .case-search-console .search-btn .btn-reset {
    font-size: 1.4rem;
  }
}

.case-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 40px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .case-list {
    gap: 70px 20px;
  }
}
@media screen and (max-width: 768px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-list {
    grid-template-columns: 1fr;
  }
}
.case-list-box {
  width: 100%;
}
.case-list-box a.award .img {
  position: relative;
}
.case-list-box a.award .img:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/case-flag.png);
  background-size: cover;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.case-list-box a:hover .img img {
  scale: 1.1;
}
.case-list-box .img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.case-list-box .img img {
  width: 100%;
  border-radius: 3px;
  transition: all .6s;
}
.case-list-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.case-list-box ul li {
  font-size: 1.3rem;
  line-height: 1;
}
.case-list-box ul li:not(:last-child) {
  position: relative;
}
.case-list-box ul li:not(:last-child):after {
  position: absolute;
  content: '|';
  right: -10px;
  top: 50%;
  translate: 0 -50%;
}

.wp-pagenavi-container {
  position: relative;
  width: 100%;
}

/* detail */
.subpage-case-data {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subpage-case-data {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.subpage-case-data .day {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .subpage-case-data .day {
    font-size: 1.4rem;
  }
}
.subpage-case-data .architecture {
  min-width: 140px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #D8DCE2;
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .subpage-case-data .architecture {
    min-width: 120px;
    font-size: 1.1rem;
  }
}

.subpage-case-ttl {
  position: relative;
  font-size: clamp(2.8rem, 2.4vw, 3.6rem);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subpage-case-ttl {
    font-size: clamp(2.6rem, 3.64583vw, 2.8rem);
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.subpage-case-ttl:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 4px;
  background: #009A63;
  left: 0;
  bottom: 0;
}

.case-gallery-wrap {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case-gallery-wrap {
    margin-bottom: 50px;
  }
}
.case-gallery-wrap .swiper-button-prev,
.case-gallery-wrap .swiper-button-next {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .case-gallery-wrap .swiper-button-prev,
  .case-gallery-wrap .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
.case-gallery-wrap .swiper-button-prev:after,
.case-gallery-wrap .swiper-button-next:after {
  width: 44px;
  height: 44px;
  content: '';
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #009A63;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .case-gallery-wrap .swiper-button-prev:after,
  .case-gallery-wrap .swiper-button-next:after {
    width: 34px;
    height: 34px;
  }
}
.case-gallery-wrap .swiper-button-prev {
  left: 21vw;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .case-gallery-wrap .swiper-button-prev {
    left: 5vw;
  }
}
.case-gallery-wrap .swiper-button-next {
  right: 21vw;
}
@media screen and (max-width: 768px) {
  .case-gallery-wrap .swiper-button-next {
    right: 5vw;
  }
}

.case-editor {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case-editor {
    margin-bottom: 50px;
  }
}
.case-editor p {
  font-size: 1.8rem;
  line-height: 2;
}
.case-editor p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case-editor p {
    font-size: 1.6rem;
  }
}

.case-detail-info {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .case-detail-info {
    margin-bottom: 30px;
  }
}
.case-detail-info-block {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 500px) {
  .case-detail-info-block {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
  }
}
.case-detail-info-block dt {
  width: 280px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .case-detail-info-block dt {
    width: 200px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .case-detail-info-block dt {
    width: 100%;
  }
}
.case-detail-info-block dd {
  width: calc(100% - 280px);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .case-detail-info-block dd {
    width: calc(100% - 200px);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .case-detail-info-block dd {
    width: 100%;
  }
}

.case-charge-box {
  width: 100%;
  background: #F5F6F8;
  border-radius: 3px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .case-charge-box {
    flex-direction: column;
    gap: 10px;
    padding: 30px;
  }
}
.case-charge-box h4 {
  width: 110px;
}
.case-charge-box p {
  max-width: 870px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  .case-charge-box p {
    max-width: 100%;
    width: 100%;
  }
}

.case-detail-end {
  width: 100%;
  padding-top: 60px;
  margin-top: 200px;
  margin-bottom: 100px;
  border-top: 1px solid #D9DCE1;
}
@media screen and (max-width: 768px) {
  .case-detail-end {
    padding-top: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.case-detail-end .case-back {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 65px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #111;
  border-radius: 3px;
  padding-left: 64px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .case-detail-end .case-back {
    max-width: 200px;
    height: 55px;
    font-size: 1.4rem;
  }
}
.case-detail-end .case-back:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #222;
  border-radius: 2px;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: background-position 0.6s;
  rotate: 180deg;
}
@media screen and (max-width: 500px) {
  .case-detail-end .case-back:after {
    width: 35px;
    height: 35px;
  }
}
.case-detail-end .case-back:hover {
  color: #fff;
}
.case-detail-end .case-back:hover:after {
  background-position: center right 10px;
}

.case-branch {
  position: relative;
  width: calc(1264px + ((100vw - 1200px)/ 2));
  margin-left: auto;
  margin-right: 0;
  padding-left: 64px;
}
@media screen and (max-width: 1330px) {
  .case-branch {
    width: 100%;
    padding-left: 2.5%;
  }
}
.case-branch .swiper-button-prev,
.case-branch .swiper-button-next {
  width: 44px;
  height: 44px;
}
.case-branch .swiper-button-prev:after,
.case-branch .swiper-button-next:after {
  width: 44px;
  height: 44px;
  content: '';
  background-image: url(../img/common/arrow-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #009A63;
  border-radius: 2px;
}
.case-branch .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1620px) {
  .case-branch .swiper-button-prev {
    left: -22px;
  }
}
@media screen and (max-width: 1510px) {
  .case-branch .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .case-branch .swiper-button-prev {
    left: calc(2.5% - 7px);
  }
}
@media screen and (max-width: 1024px) {
  .case-branch .swiper-button-prev {
    left: 5px;
  }
}
.case-branch .swiper-button-prev:after {
  rotate: 180deg;
}
.case-branch .swiper-button-next {
  right: 295px;
}
@media screen and (max-width: 1510px) {
  .case-branch .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .case-branch .swiper-button-next {
    right: calc(2.5% - 7px);
  }
}
@media screen and (max-width: 1024px) {
  .case-branch .swiper-button-next {
    right: 5px;
  }
}

.caseBranchSlider-slide .inner {
  width: 100%;
}
.caseBranchSlider-slide .inner .img {
  position: relative;
  margin-bottom: 20px;
}
.caseBranchSlider-slide .inner .img img {
  width: 100%;
  border-radius: 3px;
}
.caseBranchSlider-slide .inner.award .img:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/case-flag.png);
  background-size: cover;
  top: 10px;
  left: 10px;
  z-index: 3;
}

/***************************

object/project/prize.scss

***************************/
.prize-cat-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .prize-cat-list {
    margin-bottom: 50px;
  }
}
.prize-cat-list li a {
  display: block;
  width: fit-content;
  padding: 20px 40px 18px;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #D9DCE1;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .prize-cat-list li a {
    font-size: 1.6rem;
    padding: 10px 20px 9px;
  }
}
@media screen and (max-width: 500px) {
  .prize-cat-list li a {
    font-size: 1.4rem;
  }
}
.prize-cat-list li a:hover {
  color: #fff;
  background: #009A63;
  border-color: #009A63;
}
.prize-cat-list li.now a {
  color: #fff;
  background: #009A63;
  border-color: #009A63;
  pointer-events: none;
}

.prize-archive {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .prize-archive {
    min-width: 1480px;
  }
}
@media screen and (max-width: 768px) {
  .prize-archive {
    max-width: 1200px;
  }
}
.prize-archive thead {
  background: #F5F6F8;
}
.prize-archive thead th {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .prize-archive thead th {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.prize-archive thead th:first-child {
  width: 30%;
}
.prize-archive thead th:nth-child(2) {
  width: 30%;
}
.prize-archive thead th:nth-child(2) {
  width: 32%;
}
.prize-archive thead th:last-child {
  width: 8%;
}
.prize-archive tbody tr {
  border-bottom: 1px solid #D9DCE1;
}
.prize-archive tbody td {
  padding: 20px 10px 18px;
}
@media screen and (max-width: 768px) {
  .prize-archive tbody td {
    font-size: 1.4rem;
    padding: 10px 10px 9px;
  }
}
.prize-archive tbody td:first-child {
  font-weight: 700;
  padding-left: 0;
}
.prize-archive tbody td:last-child {
  text-align: center;
}
.prize-archive tbody td a {
  color: #009A63;
  text-decoration: underline;
}

/***************************

object/project/news.scss

***************************/
.news-list {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-bottom: 50px;
  }
}
.news-list-block {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #D9DCE1;
}
@media screen and (max-width: 768px) {
  .news-list-block {
    padding: 15px 0;
  }
}
.news-list-block a {
  display: flex;
  gap: 5px 40px;
}
@media screen and (max-width: 768px) {
  .news-list-block a {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
  }
}
.news-list-block a:hover h4 {
  text-decoration: underline;
}
.news-list-block .day {
  display: flex;
  align-items: center;
  height: fit-content;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .news-list-block .day {
    font-size: 1.4rem;
  }
}
.news-list-block .cat {
  min-width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.3rem;
  border: 1px solid #D8DCE2;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .news-list-block .cat {
    min-width: auto;
    max-width: 120px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-list-block .cat {
    font-size: 1.1rem;
  }
}
.news-list-block h4 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: calc(100% - 325px);
}
.news-list-block h4:not(.no-link) {
  color: #009A63;
}
@media screen and (max-width: 768px) {
  .news-list-block h4 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-list-block h4 {
    font-size: 1.4rem;
  }
}

/* detail */
.subpage-news-data {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subpage-news-data {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.subpage-news-data .day {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .subpage-news-data .day {
    font-size: 1.4rem;
  }
}
.subpage-news-data .cat {
  min-width: 140px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #D8DCE2;
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .subpage-news-data .cat {
    min-width: 120px;
    font-size: 1.1rem;
  }
}

.subpage-news-ttl {
  position: relative;
  font-size: clamp(2.8rem, 2.4vw, 3.6rem);
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subpage-news-ttl {
    font-size: clamp(2.6rem, 3.64583vw, 2.8rem);
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .subpage-news-ttl {
    font-size: 2.2rem;
  }
}
.subpage-news-ttl:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 4px;
  background: #009A63;
  left: 0;
  bottom: 0;
}

.news-editor p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-editor p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.news-editor .btn-blank {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #009A63;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-editor .btn-blank {
    font-size: 1.6rem;
  }
}
.news-editor .btn-blank:after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../img/common/link.png);
}
.news-editor .btn-link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #009A63;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-editor .btn-link {
    font-size: 1.6rem;
  }
}
.news-editor .btn-link:after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../img/common/arrow-g.png);
  background-repeat: no-repeat;
}
.news-editor .btn-file {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #009A63;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-editor .btn-file {
    font-size: 1.6rem;
  }
}
.news-editor .btn-file:before {
  display: inline-block;
  margin-right: 10px;
  content: '';
  width: 14px;
  height: 19px;
  background: url(../img/common/file.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.s-ttl_01 {
  font-size: 2.6rem;
  font-weight: 700;
  border-radius: 3px;
  background: #F5F6F8;
  padding: 20px 30px;
  margin-top: 120px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .s-ttl_01 {
    font-size: 2.2rem;
    padding: 10px 15px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.news-cat-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news-cat-list {
    margin-bottom: 50px;
  }
}
.news-cat-list li a {
  display: block;
  width: fit-content;
  padding: 20px 40px 18px;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #D9DCE1;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .news-cat-list li a {
    font-size: 1.6rem;
    padding: 10px 20px 9px;
  }
}
@media screen and (max-width: 500px) {
  .news-cat-list li a {
    font-size: 1.4rem;
  }
}
.news-cat-list li a:hover {
  color: #fff;
  background: #009A63;
  border-color: #009A63;
}
.news-cat-list li.now a {
  color: #fff;
  background: #009A63;
  border-color: #009A63;
  pointer-events: none;
}

/***************************

object/project/csr.scss

***************************/
.csr-policy-link {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .csr-policy-link {
    margin-bottom: 40px;
  }
}
.csr-policy-link img {
  width: 100%;
  border-radius: 3px;
  transition: all .6s;
}
@media screen and (max-width: 768px) {
  .csr-policy-link img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
  }
}
.csr-policy-link .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
  border-radius: 3px;
  padding: 60px 115px 50px 60px;
}
@media screen and (max-width: 1024px) {
  .csr-policy-link .inner {
    padding: 30px 70px 25px 30px;
  }
}
@media screen and (min-width: 769px) {
  .csr-policy-link .inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .csr-policy-link .inner {
    min-height: 210px;
    padding-right: 30px;
    padding-bottom: 45px;
  }
}
.csr-policy-link .inner:hover {
  opacity: 1;
}
.csr-policy-link .inner:hover + img {
  scale: 1.1;
}
.csr-policy-link .inner:hover:after {
  translate: 10px 0;
}
.csr-policy-link .inner:after {
  position: absolute;
  content: '';
  width: 64px;
  height: 64px;
  border-radius: 2px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #222;
  z-index: 4;
  pointer-events: none;
  right: 50px;
  bottom: 50px;
  transition: all .6s;
}
@media screen and (max-width: 1024px) {
  .csr-policy-link .inner:after {
    width: 44px;
    height: 44px;
    right: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .csr-policy-link .inner:after {
    right: 15px;
    bottom: 15px;
  }
}
.csr-policy-link p {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .csr-policy-link p {
    margin-top: 30px;
  }
}

.csr-linkList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .csr-linkList {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}
.csr-linkList li {
  padding-top: 30px;
  border-top: 1px solid #D9DCE1;
}
@media screen and (max-width: 768px) {
  .csr-linkList li {
    padding-top: 20px;
  }
}
.csr-linkList li a {
  display: inline-block;
}
.csr-linkList li a:hover {
  opacity: 1;
}
.csr-linkList li a:hover h3 {
  opacity: 0.68;
}
.csr-linkList li a:hover h3:after {
  translate: 10px 0;
}
.csr-linkList li h3 {
  position: relative;
  width: fit-content;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  transition: all .6s;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .csr-linkList li h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .csr-linkList li h3 {
    font-size: 5.2vw;
  }
}
.csr-linkList li h3:after {
  display: inline-block;
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 2px;
  background-image: url(../img/common/arrow-w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #222;
  z-index: 4;
  pointer-events: none;
  transition: all .6s;
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .csr-linkList li h3:after {
    width: 34px;
    height: 34px;
  }
}

/* environment */
.eco-action {
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 40px;
  border-radius: 3px;
  background: #F5F6F8;
}
@media screen and (max-width: 768px) {
  .eco-action {
    flex-direction: column;
  }
}
.eco-action_txt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .eco-action_txt {
    width: 100%;
  }
}
.eco-action_image {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .eco-action_image {
    width: 100%;
    text-align: center;
  }
}

.action-guidelines {
  width: 100%;
}
.action-guidelines_item {
  position: relative;
  font-size: clamp(1.6rem, 2.60417vw, 2rem);
  padding: 15px 0;
  padding-left: 50px;
  border-bottom: 1px solid #D9DCE1;
  counter-increment: count;
}
@media screen and (max-width: 768px) {
  .action-guidelines_item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .action-guidelines_item {
    padding: 10px 0;
    padding-left: 30px;
  }
}
.action-guidelines_item:before {
  position: absolute;
  content: counter(count) ".";
  left: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
  letter-spacing: -0.04em;
  color: #009A63;
}

.environment-business {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}
@media screen and (max-width: 1200px) {
  .environment-business {
    gap: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .environment-business {
    grid-template-columns: 1fr;
  }
}
.environment-business_item {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #D9DCE1;
  gap: 20px 60px;
}
@media screen and (max-width: 1200px) {
  .environment-business_item {
    gap: 20px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .environment-business_item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #D9DCE1;
  }
}
@media screen and (max-width: 1024px) {
  .environment-business_item:last-child {
    border-bottom: 1px solid #D9DCE1;
  }
}
@media screen and (max-width: 768px) {
  .environment-business_item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .environment-business_item {
    flex-direction: column;
  }
}
.environment-business_item_txt {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1200px) {
  .environment-business_item_txt {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 500px) {
  .environment-business_item_txt {
    width: 100%;
  }
}
.environment-business_item_txt h4 {
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  margin-bottom: 10px;
}
.environment-business_item_txt h4 span {
  font-size: clamp(1.4rem, 2.08333vw, 1.6rem);
}
.environment-business_item_txt p {
  font-size: clamp(1.4rem, 2.08333vw, 1.6rem);
}
.environment-business_item_image {
  width: 240px;
}
@media screen and (max-width: 500px) {
  .environment-business_item_image {
    width: 100%;
  }
}
.environment-business_item_image img {
  border-radius: 3px;
}
@media screen and (max-width: 500px) {
  .environment-business_item_image img {
    width: 100%;
  }
}

.environment-report {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .environment-report {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .environment-report {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.environment-report_item a {
  width: 100%;
  min-height: 75px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #D9DCE1;
  border-radius: 3px;
  color: #009A63;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .environment-report_item a {
    min-height: 55px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .environment-report_item a {
    font-size: 1.4rem;
  }
}
.environment-report_item a span {
  text-decoration: underline;
}
.environment-report_item a span:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../img/common/link.png);
  margin-left: 10px;
}

/* quality */
.quality-head {
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .quality-head {
    gap: 40px;
  }
}
@media screen and (max-width: 500px) {
  .quality-head {
    flex-direction: column;
  }
}
.quality-head .iso {
  min-width: 120px;
}

/* contribution */
.contribution-list {
  width: 100%;
}
.contribution-list_item {
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #D9DCE1;
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .contribution-list_item {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .contribution-list_item {
    flex-direction: column;
    padding: 30px 0;
  }
}
.contribution-list_item:last-child {
  border-bottom: 1px solid #D9DCE1;
}
.contribution-list_item_txt {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .contribution-list_item_txt {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .contribution-list_item_txt {
    width: 100%;
  }
}
.contribution-list_item_txt h4 {
  font-size: clamp(2.4rem, 2.13333vw, 3.2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contribution-list_item_txt h4 {
    margin-bottom: 20px;
  }
}
.contribution-list_item_txt p {
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  line-height: 2;
}
.contribution-list_item_image {
  width: 50%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contribution-list_item_image {
    flex-direction: column;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .contribution-list_item_image {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .contribution-list_item_image {
    flex-direction: column;
  }
}
.contribution-list_item_image figure img {
  border-radius: 3px;
}
@media screen and (max-width: 425px) {
  .contribution-list_item_image figure img {
    width: 100%;
  }
}
.contribution-list_item_image figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

/* bcp */
.bcp-head {
  width: 100%;
  display: flex;
  gap: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .bcp-head {
    flex-direction: column-reverse;
  }
}
.bcp-head_txt {
  max-width: 1100px;
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .bcp-head_txt {
    width: 100%;
  }
}
.bcp-head_txt_inner {
  width: 100%;
  background: #F5F6F8;
  border-radius: 3px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .bcp-head_txt_inner {
    padding: 20px;
  }
}
.bcp-head_txt_inner .symbol-list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .bcp-head_txt_inner .symbol-list01 {
    grid-template-columns: 1fr;
  }
}
.bcp-head_image {
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .bcp-head_image {
    min-width: 100%;
    text-align: center;
  }
}
.bcp-head_image figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.symbol-list01 {
  width: 100%;
}
.symbol-list01 li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
}
.symbol-list01 li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #009A63;
  border-radius: 100%;
  left: 0;
  top: 9px;
}

/* inspection */
.inspection-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .inspection-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .inspection-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.inspection-gallery_item img {
  width: 100%;
}

/***************************

object/project/contact.scss

***************************/
.form-wrap {
  width: 100%;
}

.form-wrap {
  width: 100%;
}
.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=tel],
.form-wrap input[type=url],
.form-wrap input[type=password],
.form-wrap input[type=number],
.form-wrap select {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  background: #FFF;
  border: 1px solid #C2C6CE;
  margin: 0;
  padding: 20px 30px;
  border-radius: 3px;
  width: 100%;
  min-height: 75px;
}
@media screen and (max-width: 768px) {
  .form-wrap input[type=text],
  .form-wrap input[type=email],
  .form-wrap input[type=tel],
  .form-wrap input[type=url],
  .form-wrap input[type=password],
  .form-wrap input[type=number],
  .form-wrap select {
    font-size: clamp(1.8rem, 2.60417vw, 2rem);
    min-height: 50px;
    padding: 10px 20px;
  }
}
.form-wrap input[type=text]:focus,
.form-wrap input[type=email]:focus,
.form-wrap input[type=tel]:focus,
.form-wrap input[type=url]:focus,
.form-wrap input[type=password]:focus,
.form-wrap input[type=number]:focus,
.form-wrap select:focus {
  outline: none;
  border-color: #009A63;
}
.form-wrap textarea {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  background: #FFF;
  border: 1px solid #C2C6CE;
  margin: 0;
  padding: 20px 30px;
  border-radius: 3px;
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .form-wrap textarea {
    font-size: clamp(1.8rem, 2.60417vw, 2rem);
    min-height: 150px;
    padding: 10px 20px;
  }
}
.form-wrap textarea:focus {
  outline: none;
  border-color: #009A63;
}
.form-wrap .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.form-wrap .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 50px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}
.form-wrap .wpcf7-list-item .wpcf7-list-item-label::after,
.form-wrap .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
}
.form-wrap .wpcf7-list-item .wpcf7-list-item-label::after {
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #838791;
  border-radius: 3px;
}
.form-wrap .wpcf7-list-item .wpcf7-list-item-label::before {
  left: 8px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 12px;
  background: url(../img/contact/check-g.png);
  z-index: 3;
}
.form-wrap input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url(../img/contact/check.png);
}
.form-wrap input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background: #111;
  border-color: #111;
}
.form-wrap .form-check .wpcf7-form-control {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .form-wrap .form-check .wpcf7-form-control {
    flex-wrap: wrap;
  }
}
.form-wrap .form-check .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  max-width: 280px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #C2C6CE;
  padding: 15px;
}
.form-wrap .acceptance-box {
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  border-radius: 3px;
  background: #F5F6F8;
}

.contact-form {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-bottom: 30px;
  }
}
.contact-form-block {
  width: 100%;
}
.contact-form-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact-form-block dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form-block dt {
    margin-bottom: 10px;
  }
}
.contact-form-block dt .req, .contact-form-block dt .nonreq {
  position: relative;
  width: 55px;
  height: 35px;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact-form-block dt .req {
  background: #E4F6F0;
  color: #009A63;
}
.contact-form-block dt .req:after {
  content: '必須';
}
.contact-form-block dt .nonreq {
  background: #EFF0F2;
  color: #C2C6CE;
}
.contact-form-block dt .nonreq:after {
  content: '任意';
}
.contact-form-block dd {
  width: 100%;
}
.contact-form-block dd p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #C2C6CE;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form-block dd p {
    margin-top: 5px;
  }
}

.privacypolicy-block {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .privacypolicy-block {
    margin-bottom: 30px;
  }
}
.privacypolicy-block .privacypolicy {
  width: 100%;
  max-height: 350px;
  background: #fff;
  border: 1px solid #A2A4A8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacypolicy-block .privacypolicy {
    max-height: 200px;
    margin-bottom: 15px;
  }
}
.privacypolicy-block .privacypolicy .inner {
  padding: 40px 35px;
  padding-right: 70px;
  pointer-events: none;
}
.privacypolicy-block .privacypolicy .inner .mail-deco:before {
  display: inline-block;
  content: '@';
}
.privacypolicy-block .privacypolicy .simplebar-track.simplebar-vertical {
  width: 18px;
  background: #EFF0F2;
}
.privacypolicy-block .privacypolicy .simplebar-scrollbar {
  border-radius: 0;
}
.privacypolicy-block .privacypolicy .simplebar-scrollbar:before {
  border-radius: 0;
  background: #636363;
  opacity: 1;
}

.submit-box {
  width: 100%;
}
.submit-box input {
  max-width: 600px;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009A63;
  background-image: url(../img/common/arrow-w.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 40px center;
  transition: all .6s;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .submit-box input {
    height: 75px;
  }
}
@media screen and (max-width: 500px) {
  .submit-box input {
    background-position: right 20px center;
  }
}
.submit-box input:hover {
  cursor: pointer;
  background-position: right 20px center;
}
@media screen and (max-width: 500px) {
  .submit-box input:hover {
    background-position: right 10px center;
  }
}
.submit-box input:disabled {
  background-color: #D9DCE1;
}

/* thanks */
.thanks-tel {
  width: 100%;
  border-radius: 3px;
  background: #F5F6F8;
  padding: 60px 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .thanks-tel {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.thanks-tel .tel {
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  letter-spacing: -0.04em;
  text-align: center;
}
.thanks-tel .tel a {
  font-size: clamp(3.4rem, 7.03125vw, 5.4rem);
  letter-spacing: 0;
  margin-left: 10px;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  .thanks-tel .tel a {
    font-size: 2.8rem;
  }
}

/* 260210 */
.news-summary-list {
  width: 100%;
  border-top: 1px dotted;
}
.news-summary-list li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dotted;
  padding-left: 25px;
  display: flex;
  gap: 5px 20px;
}
.news-summary-list li:before {
  position: absolute;
  content: '';
  width: 15px;
  aspect-ratio: 1 / 1;
  background: #009A63;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: 0;
  top: 15.5px;
}
.news-summary-list li p {
  margin-bottom: 0;
}
.news-summary-list li p.day {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  color: #666;
}
.news-summary-list li a {
  text-decoration: underline;
  color: #009A63;
}

/* 260305 */
.cm-banner {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: none;
}

.f-cm-banner {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .f-cm-banner {
    bottom: 60px;
  }
}

@media screen and (max-width: 500px) {
  .f-cm-banner {
    bottom: 75px;
  }
}

@media screen and (max-width: 425px) {
  .cm-banner {
    display: none;
  }
  
  .f-cm-banner.op {
    opacity: 0;
  }
}


.f-cm-banner.close {
  display: none;
}

.f-cm-banner .close {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background: url(../img/top/banner-close.png);
  top: -16px;
  right: -16px;
  z-index: 11;
}

.f-cm-banner .close:hover {
  cursor: pointer;
  opacity: 0.68;
}