@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner .inner {
  width: 1180px;
  padding-left: 0;
  padding-right: 0;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#loading {
  position: fixed;
  z-index: 90000;
  left: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
#loading p {
  color: #014603;
  font-size: 28px;
  text-align: center;
  line-height: 1.4285714286;
  transition: opacity 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #loading p {
    font-size: 16px;
  }
}
#loading p.show {
  opacity: 1;
}
#loading + #wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
#loading + #wrapper.show {
  opacity: 1;
  visibility: visible;
}
.lum-lightbox {
  z-index: 50000;
}
header {
  position: relative;
  z-index: 10;
  height: 200px;
}
@media screen and (max-width: 768px) {
  header {
    height: 120px;
  }
}
header .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 45px 0 65px;
  /*
		#menu {
			position: fixed;
			right: 45px;
			top: 60px;
			width: 50px;
			@include mq {
				top: 25px;
				right: 15px;
				width: 40px;
			}
			&:before {
				content: "";
				display: block;
				width: 40px;
				height: 8px;
				margin: 0 auto;
				border-top: 2px #014603 solid;
				border-bottom: 2px #014603 solid;
				@include mq {
					width: 34px;
				}
			}
			&:after {
				content: "メニュー";
				display: block;
				margin-top: 13px;
				color: #014603;
				font-size: 12px;
				font-weight: 900;
				text-align: center;
				line-height: 1;
				@include mq {
					font-size: 10px;
				}
			}
		}*/
}
@media screen and (max-width: 768px) {
  header .wrap {
    padding: 20px 30px 0 20px;
  }
}
header .wrap h1 {
  width: 76px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  header .wrap h1 {
    width: 34px;
    padding-top: 0;
  }
}
header .wrap #pc_menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 76px - 50px);
  margin: 0 auto;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  header .wrap #pc_menu {
    display: none;
  }
}
header .wrap #pc_menu > li {
  position: relative;
  margin: 0 20px;
  padding-bottom: 10px;
}
header .wrap #pc_menu > li a {
  color: #014603;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.7s;
}
header .wrap #pc_menu > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .wrap #pc_menu > li a:hover {
    opacity: 1;
  }
}
header .wrap #pc_menu > li a:hover img {
  opacity: 1;
}
header .wrap #pc_menu > li:hover ul {
  z-index: 2;
  translate: -50% 100%;
  pointer-events: auto;
  transition: translate 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.1s ease-in-out;
  opacity: 1;
}
header .wrap #pc_menu > li ul {
  position: absolute;
  min-width: 14rem;
  padding: 20px;
  left: 50%;
  bottom: 0;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 1rem 5rem rgba(19, 22, 22, 0.2);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  translate: -50% calc(100% + 3rem);
  transition: translate 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s, opacity 0.2s ease-in-out 0.2s;
}
header .wrap #pc_menu > li ul li {
  padding: 10px 0;
}
header .wrap #pc_menu > li ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}
header .wrap #pc_menu > li ul li a:hover {
  text-decoration: none;
  color: #014603;
}
header .wrap #menu {
  position: fixed;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  top: 70px;
  right: 65px;
  background-color: #014603;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  header .wrap #menu {
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
header .wrap #menu #menuIcon {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
header .wrap #menu #menuIcon > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
header .wrap nav {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
header .wrap nav.open {
  top: 0;
  height: 100vh;
}
header .wrap nav .box {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  height: 100vh;
  background-color: #FFF;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box {
    display: block;
    overflow-y: auto;
  }
}
header .wrap nav .box * {
  color: #014603;
}
header .wrap nav .box a {
  text-decoration: none;
  transition: opacity 0.7s;
}
header .wrap nav .box a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .wrap nav .box a:hover {
    opacity: 1;
  }
}
header .wrap nav .box a:hover img {
  opacity: 1;
}
header .wrap nav .box #close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/icon_close_01.svg) no-repeat center / cover;
  text-decoration: none;
  transition: opacity 0.7s;
}
header .wrap nav .box #close:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .wrap nav .box #close:hover {
    opacity: 1;
  }
}
header .wrap nav .box #close:hover img {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #close {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
header .wrap nav .box #r {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 960px);
  height: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #r {
    width: auto;
    height: auto;
    padding: 80px 20px;
  }
}
header .wrap nav .box #r em {
  display: block;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #r em {
    font-size: 20px;
    font-weight: 700;
  }
}
header .wrap nav .box #r figure {
  width: 700px;
  margin: 50px auto 60px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #r figure {
    margin: 30px auto;
  }
}
header .wrap nav .box #r p {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
}
header .wrap nav .box #l {
  width: 960px;
  height: 100%;
  padding: 90px 105px 85px;
  overflow-y: auto;
  background-color: #FAF9F5;
  box-shadow: 0px 3px 56px #00000029;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l {
    width: auto;
    height: auto;
    padding: 50px 20px;
    box-shadow: none;
  }
  header .wrap nav .box #l > * {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
header .wrap nav .box #l #link01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
header .wrap nav .box #l #link01 > li {
  width: calc(100% / 3);
}
header .wrap nav .box #l #link01 > li:nth-child(n+4) {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li {
    width: 50%;
  }
  header .wrap nav .box #l #link01 > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
header .wrap nav .box #l #link01 > li em {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li em {
    margin-bottom: 15px;
  }
}
header .wrap nav .box #l #link01 > li em a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #014603;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li em a {
    font-size: 18px;
  }
}
header .wrap nav .box #l #link01 > li em a img {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li em a img {
    width: 30px;
  }
}
header .wrap nav .box #l #link01 > li > ul > li {
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li > ul > li {
    font-size: 14px;
  }
}
header .wrap nav .box #l #link01 > li > ul > li a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
header .wrap nav .box #l #link01 > li > ul > li a:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
header .wrap nav .box #l #link01 > li > a {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link01 > li > a {
    font-size: 14px;
  }
}
header .wrap nav .box #l #link02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px rgba(1, 70, 3, 0.4) solid;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link02 {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
}
header .wrap nav .box #l #link02 > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
header .wrap nav .box #l #link02 > li:nth-child(2n) {
  margin-right: 0;
}
header .wrap nav .box #l #link02 > li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link02 > li {
    width: auto;
    margin-right: 0;
  }
  header .wrap nav .box #l #link02 > li + li {
    margin-top: 10px !important;
  }
}
header .wrap nav .box #l #link02 > li > a {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #link02 > li > a {
    font-size: 14px;
  }
}
header .wrap nav .box #l #btns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #btns {
    display: block;
    margin-top: 30px;
  }
}
header .wrap nav .box #l #btns > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
header .wrap nav .box #l #btns > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #btns > li {
    width: auto;
    margin-right: 0;
  }
  header .wrap nav .box #l #btns > li + li {
    margin-top: 15px;
  }
}
header .wrap nav .box #l #btns > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l #btns > li a {
    min-height: 60px;
    font-size: 14px;
  }
}
header .wrap nav .box #l .contact {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l .contact {
    margin-top: 40px;
  }
}
header .wrap nav .box #l .contact .tel {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-family: Arial;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l .contact .tel {
    font-size: 30px;
  }
}
header .wrap nav .box #l .contact .tel:before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/icon_tel_02.svg) no-repeat center / cover;
  filter: invert(12%) sepia(64%) saturate(3940%) hue-rotate(130deg) brightness(94%) contrast(105%);
}
header .wrap nav .box #l .contact p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  header .wrap nav .box #l .contact p {
    font-size: 12px;
  }
}
header .wrap nav .box #l .contact p + p {
  margin-top: 15px;
}
header .wrap nav .box #l .contact p a {
  font-size: 12px;
  text-decoration: underline;
}
header .wrap nav .box #l .contact p a:hover {
  text-decoration: none;
}
header .wrap nav .box #l .contact .instagram {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  filter: invert(12%) sepia(64%) saturate(3940%) hue-rotate(130deg) brightness(94%) contrast(105%);
}
footer {
  padding: 100px 0;
  color: #014603;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
  }
}
footer a {
  color: #014603;
}
footer .inner .top {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  border-radius: 20px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 1000px) {
  footer .inner .top {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .top {
    width: 350px;
    margin: 0 auto;
    padding: 30px 25px;
  }
}
footer .inner .top > div {
  width: 485px;
}
@media screen and (max-width: 1000px) {
  footer .inner .top > div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .top > div {
    width: 300px;
  }
}
footer .inner .top > div .play {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .inner .top > div .play {
    position: relative;
    display: block;
  }
}
footer .inner .top > div .play strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
}
footer .inner .top > div .play img {
  width: 255px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .inner .top > div .play img {
    position: absolute;
    right: -25px;
    top: -30px;
    width: 128px;
  }
}
footer .inner .top > div p {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
}
footer .inner .top > ul {
  width: 360px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  footer .inner .top > ul {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .top > ul {
    width: 300px;
    margin-top: 20px;
  }
}
footer .inner .top > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .top > ul > li + li {
    margin-top: 10px;
  }
}
footer .inner .top > ul > li:nth-child(2n) a {
  color: #FFF;
  background-color: #014603;
}
footer .inner .top > ul > li:nth-child(2n) a:after {
  background-image: url(../img/icon_arrow_02.svg);
}
footer .inner .top > ul > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border: 1px #014603 solid;
  border-radius: 40px;
  font-size: 18px;
  background-color: #FFF;
  text-decoration: none;
  transition: opacity 0.7s;
}
footer .inner .top > ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  footer .inner .top > ul > li a:hover {
    opacity: 1;
  }
}
footer .inner .top > ul > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .inner .top > ul > li a {
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
  }
}
footer .inner .top > ul > li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .inner .top > ul > li a:after {
    width: 30px;
    height: 30px;
  }
}
footer .inner .bottom {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  footer .inner .bottom {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .bottom {
    margin-top: 30px;
  }
}
footer .inner .bottom address {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 405px;
}
@media screen and (max-width: 1000px) {
  footer .inner .bottom address {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .bottom address {
    display: block;
    width: 275px;
  }
}
footer .inner .bottom address h1 {
  width: 75px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom address h1 {
    display: none;
  }
}
footer .inner .bottom address div {
  width: 300px;
  margin-left: auto;
}
footer .inner .bottom address div a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.7s;
}
footer .inner .bottom address div a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  footer .inner .bottom address div a:hover {
    opacity: 1;
  }
}
footer .inner .bottom address div a:hover img {
  opacity: 1;
}
footer .inner .bottom address div a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 22px;
  background: url(../img/icon_tel_01.svg) no-repeat center / cover;
  filter: invert(18%) sepia(40%) saturate(2570%) hue-rotate(103deg) brightness(94%) contrast(108%);
}
footer .inner .bottom address div p {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 2.1428571429;
}
footer .inner .bottom > div {
  width: 545px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  footer .inner .bottom > div {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .bottom > div {
    width: 350px;
    margin-top: 50px;
  }
}
footer .inner .bottom > div > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom > div > ul {
    display: none;
  }
}
footer .inner .bottom > div > ul > li:nth-child(n+2) ul li + li {
  margin-top: 5px;
}
footer .inner .bottom > div > ul > li ul li + li {
  margin-top: 15px;
}
footer .inner .bottom > div > ul > li ul li a {
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.7s;
}
footer .inner .bottom > div > ul > li ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  footer .inner .bottom > div > ul > li ul li a:hover {
    opacity: 1;
  }
}
footer .inner .bottom > div > ul > li ul li a:hover img {
  opacity: 1;
}
footer .inner .bottom > div > div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom > div > div {
    position: relative;
    display: block;
    margin-top: 0;
    text-align: center;
  }
}
footer .inner .bottom > div > div #copyright {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
footer .inner .bottom > div > div a {
  display: block;
  width: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom > div > div a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
footer .inner .bottom > div > div a img {
  filter: invert(18%) sepia(40%) saturate(2570%) hue-rotate(103deg) brightness(94%) contrast(108%);
}
main .ttl01 {
  display: block;
  margin-bottom: 100px;
  color: #014603;
  font-size: 40px;
  text-align: center;
  line-height: 1.45;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    margin-bottom: 55px;
    font-size: 22px;
  }
}
main .ttl03 {
  display: block;
  margin-bottom: 60px;
  color: #014603;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3.4px;
  line-height: 1.4545454545;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main .ttl03 {
    margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: 0;
  }
}
main .ttl05 {
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4666666667;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-left: #014603 1px solid;
  color: #014603;
}
@media screen and (max-width: 768px) {
  main .ttl05 {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 24px;
  }
}
main .ttl05 > * {
  display: block;
  font-size: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  main .ttl05 > * {
    line-height: 1.2 !important;
    padding-left: 5px;
    font-size: 16px;
  }
}
main .ttl05 em {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main .ttl05 em {
    padding-top: 5px;
  }
}
main .subTtl {
  margin-top: -50px;
  margin-bottom: 50px;
  color: #014603;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .subTtl {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 17px;
  }
}
main [class*="bg_wave_"] {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  padding-top: 350px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main [class*="bg_wave_"] {
    padding-top: 70px;
  }
}
main [class*="bg_wave_"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  main [class*="bg_wave_"]:before {
    height: 30px;
  }
}
main .bg_wave_gray2white01 {
  background-color: #FFF;
}
main .bg_wave_gray2white01:before {
  background-image: url(../img/bg_gray2white_01.png);
}
main .bg_wave_beige2gray01 {
  background-color: #FAF9F5;
}
main .bg_wave_beige2gray01:before {
  background-image: url(../img/bg_beige2gray_01.png);
}
main .bg_wave_beige2white {
  background-color: #FFF;
}
main .bg_wave_beige2white:before {
  background-image: url(../img/bg_beige2white_01.png);
}
main .bg_wave_whitegray01 {
  background-color: #FAF9F5;
}
main .bg_wave_whitegray01:before {
  background-image: url(../img/bg_white2gray01.png);
}
main .bg_wave_white2beige01 {
  background-color: #FBF5E8;
}
main .bg_wave_white2beige01:before {
  background-image: url(../img/bg_white2beige_01.png);
}
main .bg_wave_white2beige02 {
  background-color: #FAF3E3;
}
main .bg_wave_white2beige02:before {
  background-image: url(../img/bg_white2beige_02.png);
}
main .more {
  border: #014603 1px solid;
  border-radius: 50px;
  background-color: #fff;
  max-width: 480px;
}
main .more.center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
main .more.bgw a:after {
  background-image: url(../img/icon_arrow_04.svg);
}
main .more a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  color: #014603;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .more a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .more a:hover {
    opacity: 1;
  }
}
main .more a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .more a {
    font-size: 14px;
  }
}
main .more a:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main .more a:after {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
}
main #title01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  margin-bottom: 300px;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main #title01 {
    display: block;
    margin-top: 0;
    margin-bottom: 120px;
  }
}
main #title01 .menu {
  width: 575px;
  padding: 40px 100px 0 80px;
  color: #014603;
  font-weight: 500;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  main #title01 .menu {
    width: auto;
    padding: 30px 20px 0;
  }
}
main #title01 .menu h1 {
  margin-bottom: 60px;
  padding-left: 20px;
  border-left: #014603 1px solid;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main #title01 .menu h1 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
main #title01 .menu h1 i {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main #title01 .menu h1 i {
    font-size: 16px;
  }
}
main #title01 .menu a {
  color: #014603;
}
main #title01 .menu > ul > li {
  border-top: 1px #014603 solid;
}
main #title01 .menu > ul > li:last-child {
  border-bottom: 1px #014603 solid;
}
main #title01 .menu > ul > li > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  main #title01 .menu > ul > li > a {
    font-size: 15px;
  }
}
main #title01 .menu > ul > li > a.accordion {
  padding-right: 40px;
}
main #title01 .menu > ul > li > a.accordion:before, main #title01 .menu > ul > li > a.accordion:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #014603;
}
main #title01 .menu > ul > li > a.accordion.open:after {
  transform: rotate(90deg);
}
main #title01 .menu > ul > li > ul {
  display: none;
  padding: 30px;
  border-top: 1px #014603 solid;
}
@media screen and (max-width: 768px) {
  main #title01 .menu > ul > li > ul {
    padding: 15px;
  }
}
main #title01 .menu > ul > li > ul > li a {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main #title01 .menu > ul > li > ul > li a {
    font-size: 14px;
  }
}
main #title01 .kv {
  position: relative;
  width: calc(100% - 575px);
}
@media screen and (max-width: 768px) {
  main #title01 .kv {
    width: auto;
  }
}
main #title01 .kv em {
  display: none;
}
@media screen and (max-width: 768px) {
  main #title01 .kv em {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #014603;
    font-size: 30px;
    font-weight: 700;
    border-left: #014603 1px solid;
    font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  main #title01 .kv em i {
    display: block;
    font-size: 16px;
  }
}
main #title01 .kv figure {
  height: 650px;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main #title01 .kv figure {
    height: auto;
    border-radius: 0;
  }
}
main #title01 .kv figure img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main #title01 .kv figure img {
    object-position: center;
    height: auto;
  }
}
main #title01 .kv figure figcaption {
  text-align: right;
}
@media (min-width: 769px) {
  main #title01 .kv figure figcaption {
    position: absolute;
    right: 15px;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  main #title01 .kv figure figcaption {
    padding-top: 5px;
    padding-right: 10px;
    font-size: 10px;
  }
}
main #title02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 100px 0 140px;
  margin-bottom: 400px;
  color: #014603;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 950px) {
  main #title02 {
    display: block;
    margin-bottom: 120px;
    padding: 0 20px;
  }
}
main #title02 .menu {
  width: 415px;
}
@media screen and (max-width: 1300px) {
  main #title02 .menu {
    width: 300px;
  }
}
@media screen and (max-width: 950px) {
  main #title02 .menu {
    width: auto;
  }
}
main #title02 .menu a {
  color: #014603;
  font-weight: 500;
}
main #title02 .menu > ul > li {
  border-top: 1px #014603 solid;
}
main #title02 .menu > ul > li:last-child {
  border-bottom: 1px #014603 solid;
}
main #title02 .menu > ul > li > a {
  position: relative;
  display: block;
  padding: 30px 0;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #title02 .menu > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #title02 .menu > ul > li > a:hover {
    opacity: 1;
  }
}
main #title02 .menu > ul > li > a:hover img {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  main #title02 .menu > ul > li > a {
    padding: 15px 5px;
    font-size: 15px;
  }
}
main #title02 .menu > ul > li > a.accordion {
  padding-right: 40px;
}
main #title02 .menu > ul > li > a.accordion:before, main #title02 .menu > ul > li > a.accordion:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #014603;
}
main #title02 .menu > ul > li > a.accordion.open:after {
  transform: rotate(90deg);
}
main #title02 .menu > ul > li > ul {
  display: none;
  padding: 30px;
  border-top: 1px #014603 solid;
}
@media screen and (max-width: 950px) {
  main #title02 .menu > ul > li > ul {
    padding: 15px;
  }
}
main #title02 .menu > ul > li > ul > li a {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  main #title02 .menu > ul > li > ul > li a {
    font-size: 14px;
  }
}
main #title02 h1 {
  position: relative;
  width: calc(100% - 415px);
  padding: 0 30px 0 50px;
}
@media screen and (max-width: 1300px) {
  main #title02 h1 {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 950px) {
  main #title02 h1 {
    width: auto;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
main #title02 h1 i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  display: block;
  color: rgba(251, 245, 232, 0.7);
  font-size: 200px;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  main #title02 h1 i {
    font-size: 160px;
  }
}
@media screen and (max-width: 950px) {
  main #title02 h1 i {
    display: none;
  }
}
main #title02 h1 span {
  display: block;
  color: #014603;
  font-size: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1300px) {
  main #title02 h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 950px) {
  main #title02 h1 span {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}
main #title03 {
  margin-top: -255px;
  padding-top: 300px;
  padding-bottom: 40px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main #title03 {
    margin-top: -120px;
    padding: 120px 20px 30px;
  }
}
main #title03 h1 {
  position: relative;
}
main #title03 h1 i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: rgba(251, 245, 232, 0.7);
  font-size: 200px;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  main #title03 h1 i {
    font-size: 160px;
  }
}
@media screen and (max-width: 950px) {
  main #title03 h1 i {
    display: none;
  }
}
main #title03 h1 span {
  position: relative;
  display: block;
  color: #014603;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #title03 h1 span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }
}
main .page_link01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
  padding: 50px;
  border-radius: 20px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main .page_link01 {
    display: block;
    padding: 30px 25px;
  }
}
main .page_link01 > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
main .page_link01 > li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 769px) {
  main .page_link01 > li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .page_link01 > li {
    width: auto;
    margin-right: auto;
  }
  main .page_link01 > li + li {
    margin-top: 10px;
  }
}
main .page_link01 > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border: 1px #014603 solid;
  border-radius: 40px;
  color: #014603;
  font-size: 18px;
  font-weight: 500;
  background-color: #FFF;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .page_link01 > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .page_link01 > li a:hover {
    opacity: 1;
  }
}
main .page_link01 > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .page_link01 > li a {
    height: 60px;
    border-radius: 30px;
    font-size: 15px;
  }
}
main .page_link01 > li a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main .page_link01 > li a:before {
    width: 30px;
    height: 30px;
  }
}
main .page_link01 > li a.green01 {
  color: #FFF;
  background-color: #014603;
}
main .page_link01 > li a.green01:before {
  background-image: url(../img/icon_arrow_02.svg);
}
main .table01.border {
  border-bottom: 1px rgba(1, 70, 3, 0.4) solid;
}
@media screen and (max-width: 768px) {
  main .table01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr {
    display: block;
  }
}
main .table01 tbody tr th, main .table01 tbody tr td {
  padding: 40px 0;
  color: #014603;
  font-size: 18px;
  line-height: 2.5;
  border-top: 1px rgba(1, 70, 3, 0.4) solid;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th, main .table01 tbody tr td {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
main .table01 tbody tr th {
  width: 230px;
  padding-left: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th {
    width: auto;
    padding-left: 0;
    padding: 15px 10px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr td {
    border-top: none;
    padding: 5px 10px 15px 10px;
  }
}
main .lList > * {
  border: #014603 1px solid;
  border-radius: 30px;
}
main .lList > *:nth-child(n+2) {
  margin-top: 10px;
}
main .lList > * a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
}
main .lList > * a:hover {
  background-color: #014603;
  color: #fff !important;
  text-decoration: none;
}
main .lList2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .lList2 > * {
  width: 48%;
  margin-right: 4%;
  border: #014603 1px solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  main .lList2 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .lList2 > *:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .lList2 > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
main .lList2 > *:nth-child(2n) {
  margin-right: 0;
}
main .lList2 > * a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
}
main .lList2 > * a:hover {
  background-color: #014603;
  color: #fff !important;
  text-decoration: none;
}
main .point {
  max-width: 800px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main .point {
    margin-top: 0;
    padding: 20px;
  }
}
main .point .pTtl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .point .pTtl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
main .point ol li {
  margin-top: 6px;
  line-height: 1.5;
  padding-left: 2em;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  main .point ol li {
    font-size: 14px;
  }
}
main .c3_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_1 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_1 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_1 > *:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c3_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c3_1 > *:nth-child(n+2) {
    margin-top: 30px;
  }
}
body.top {
  background-color: #FAF9F5;
}
main > #top #kv {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: center;
  padding: 0 90px 0 100px;
}
@media screen and (max-width: 768px) {
  main > #top #kv {
    display: block;
    padding: 50px 10px 0;
  }
}
main > #top #kv figure {
  width: 75.14%;
}
@media screen and (max-width: 768px) {
  main > #top #kv figure {
    width: auto;
  }
}
main > #top #kv div {
  width: 24.85%;
  color: #014603;
}
@media screen and (max-width: 768px) {
  main > #top #kv div {
    width: 320px;
    margin: 50px auto 0;
    text-align: center;
  }
}
main > #top #kv div h1 {
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #kv div h1 {
    padding: 0 10px;
  }
}
main > #top #kv div h1 picture {
  display: block;
  width: 86.04%;
}
@media screen and (max-width: 768px) {
  main > #top #kv div h1 picture {
    width: 100%;
  }
}
main > #top #kv div p {
  margin-top: 20px;
  font-size: 125%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #top #kv div p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
  }
}
main > #top #news {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #top #news {
    margin-top: 50px;
  }
}
main > #top #news .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  border-radius: 40px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap {
    padding: 20px;
  }
}
main > #top #news .wrap em {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background-color: #F0F0F0;
}
main > #top #news .wrap p {
  width: calc(100% - 100px - 120px);
  padding: 0 30px;
}
main > #top #news .wrap p a span {
  display: block;
  width: 120px;
  letter-spacing: 0.16px;
}
main > #top #news .wrap p a i {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 120px);
}
main > #top #news .wrap ul {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap ul {
    width: 100%;
  }
}
main > #top #news .wrap ul li:nth-child(n+2) {
  margin-top: 15px;
}
main > #top #news .wrap ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #news .wrap ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #news .wrap ul li a:hover {
    opacity: 1;
  }
}
main > #top #news .wrap ul li a:hover img {
  opacity: 1;
}
main > #top #news .wrap ul li a:hover i {
  text-decoration: underline;
}
main > #top #news .wrap ul li a span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap ul li a span {
    width: 100px;
    height: auto;
    padding: 5px;
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}
main > #top #news .wrap ul li a time {
  display: block;
  width: 70px;
  padding-left: 10px;
  letter-spacing: 0.16px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap ul li a time {
    font-size: 10px;
    width: 70px;
  }
}
main > #top #news .wrap ul li a i {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 250px);
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap ul li a i {
    width: 100%;
    margin-top: 3px;
    padding: 0;
  }
}
main > #top #news .wrap > a {
  width: 200px;
  color: #014603;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  transition: all 0.5s;
}
main > #top #news .wrap > a:after {
  content: ">";
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 10px;
  font-weight: 400;
}
main > #top #news .wrap > a:hover {
  background-color: #014603;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main > #top #news .wrap > a {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
main > #top #webmagazine .ttl01 i {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .ttl01 i {
    font-size: 16px;
  }
}
main > #top #webmagazine .archive.c2_1 > * {
  width: 47%;
  margin-right: 6%;
}
main > #top #webmagazine .archive.c2_1 > *:nth-child(2n) {
  margin-right: 0;
}
main > #top #webmagazine .archive article {
  margin-top: 0;
}
main > #top #webmagazine .archive article:nth-child(2n) {
  margin-top: 10%;
}
main > #top #webmagazine .archive article .pht {
  position: relative;
}
main > #top #webmagazine .archive article .pht span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  background-color: #FAF9F5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .pht span {
    font-size: 12px;
  }
}
main > #top #webmagazine .archive article .pht span time {
  margin-left: 10px;
  font-weight: 500;
}
main > #top #webmagazine .archive article .pht img {
  border-radius: 10px;
}
main > #top #webmagazine .archive article h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
main > #top #webmagazine .archive article p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article p {
    font-size: 12px;
    line-height: 1.4;
  }
}
main > #top #webmagazine .archive article .cn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 20px;
}
main > #top #webmagazine .archive article .cn .tag {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main > #top #webmagazine .archive article .cn .tag li {
  color: #707070;
  font-size: 13px;
}
main > #top #webmagazine .archive article .cn .tag li:nth-child(n+2) {
  margin-left: 10px;
}
main > #top #webmagazine .archive article .cn .tag > span {
  color: #707070;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .cn .tag > span {
    font-size: 10px;
  }
}
main > #top #webmagazine .archive article .cn .tag > span:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .cn .tag > span:nth-child(n+2) {
    margin-left: 5px;
  }
}
main > #top #webmagazine .archive article .cn .tag > span:before {
  content: "＃";
}
main > #top #webmagazine .archive article .cn .tag img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .cn .tag img {
    width: 30px;
    height: 30px;
  }
}
main > #top #webmagazine .archive article .cn .nb {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .cn .nb {
    font-size: 20px;
  }
}
main > #top #webmagazine .archive article .cn .nb i {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .archive article .cn .nb i {
    font-size: 14px;
  }
}
main > #top #webmagazine .more {
  margin-top: 100px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #top #webmagazine .more {
    margin-top: 60px;
  }
}
main > #top #concept {
  position: relative;
  padding-top: 200px;
  text-align: center;
  color: #014603;
}
@media screen and (max-width: 440px) {
  main > #top #concept {
    padding-top: 100px;
  }
}
main > #top #concept .ttl01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main > #top #concept .ttl01 {
    margin-bottom: 30px;
  }
}
main > #top #concept h3 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
@media screen and (max-width: 768px) {
  main > #top #concept h3 {
    font-size: 22px;
  }
}
main > #top #concept p span {
  text-decoration: underline;
}
main > #top #concept #conceptTxt {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main > #top #concept #conceptTxt {
    margin-bottom: 100px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept #conceptTxt .inner {
    width: 450px;
  }
}
@media screen and (max-width: 440px) {
  main > #top #concept #conceptTxt .inner {
    width: 82vw;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept #conceptTxt .inner p {
    text-align: left;
  }
}
main > #top #concept .obj {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #top #concept .obj {
    border-radius: 10px;
  }
}
main > #top #concept .obj img {
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}
main > #top #concept .obj.o01 {
  width: 300px;
  height: 400px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  main > #top #concept .obj.o01 {
    width: 200px;
    height: 266px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept .obj.o01 {
    width: 160px;
    height: 220px;
    top: 100px;
  }
}
@media screen and (max-width: 440px) {
  main > #top #concept .obj.o01 {
    width: 55vw;
    height: 40vw;
    top: -320px;
    right: 10vw;
  }
}
main > #top #concept .obj.o02 {
  width: 300px;
  height: 400px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  main > #top #concept .obj.o02 {
    width: 200px;
    height: 266px;
    bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept .obj.o02 {
    width: 160px;
    height: 220px;
    bottom: 350px;
  }
}
@media screen and (max-width: 440px) {
  main > #top #concept .obj.o02 {
    width: 30vw;
    height: 40vw;
    top: -200px;
    left: 12vw;
  }
}
main > #top #concept .obj.o03 {
  width: 200px;
  height: 260px;
  top: 280px;
  right: 200px;
}
@media screen and (max-width: 1280px) {
  main > #top #concept .obj.o03 {
    width: 100px;
    height: 130px;
    right: 150px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept .obj.o03 {
    width: 160px;
    height: 200px;
    right: 10px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  main > #top #concept .obj.o03 {
    width: 100px;
    height: 130px;
    right: 100px;
    top: auto;
    bottom: 0;
  }
}
main > #top #concept figure {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  main > #top #concept figure {
    max-width: 600px;
  }
}
main > #top #concept #conceptArea {
  position: relative;
}
main > #top #concept #conceptArea .conceptEx {
  text-align: left;
  color: #000;
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx {
    position: absolute;
    width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx {
    max-width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd {
    position: relative;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}
main > #top #concept #conceptArea .conceptEx .conceptExHd h4 {
  position: relative;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 600;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd h4 {
    font-size: 23px;
  }
}
main > #top #concept #conceptArea .conceptEx .conceptExHd h4 i {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd h4 i {
    font-size: 16px;
  }
}
main > #top #concept #conceptArea .conceptEx .conceptExHd h4 big:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
}
main > #top #concept #conceptArea .conceptEx .conceptExHd em {
  display: block;
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd em {
    font-size: 18px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 375px) {
  main > #top #concept #conceptArea .conceptEx .conceptExHd em {
    font-size: 17px;
  }
}
main > #top #concept #conceptArea .conceptEx p {
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#tsukuru {
    left: 0;
    top: 200px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#tsukuru h4 {
    position: static;
  }
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#tsukuru h4 big:before {
    width: 100px;
    height: 1px;
    right: 0;
    top: 50px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#tsukuru h4 big:before {
    width: 0.5px;
    height: 340px;
    bottom: 15px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#tsukuru h4 big:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    bottom: 15px;
    right: 0;
    background-color: #000;
  }
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#mamoru {
    right: -5px;
    top: 220px;
  }
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#mamoru h4 big:before {
    width: 40px;
    height: 1px;
    left: -50px;
    top: 50px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#mamoru h4 big:before {
    width: 0.5px;
    height: 425px;
    bottom: 15px;
    left: -20px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#mamoru h4 big:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    bottom: 15px;
    left: -20px;
    background-color: #000;
  }
}
main > #top #concept #conceptArea .conceptEx#asobigokoro {
  position: static;
  width: auto;
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#asobigokoro {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
  main > #top #concept #conceptArea .conceptEx#asobigokoro .conceptExHd {
    text-align: right;
  }
  main > #top #concept #conceptArea .conceptEx#asobigokoro .conceptExHd em {
    margin-bottom: 0;
  }
  main > #top #concept #conceptArea .conceptEx#asobigokoro p {
    width: 300px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#asobigokoro h4 {
    position: static;
  }
}
@media (min-width: 1001px) {
  main > #top #concept #conceptArea .conceptEx#asobigokoro h4 big:before {
    width: 1px;
    height: 40px;
    top: -50px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#asobigokoro h4 big:before {
    width: 0.5px;
    height: 620px;
    bottom: 15px;
    right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  main > #top #concept #conceptArea .conceptEx#asobigokoro h4 big:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    bottom: 15px;
    right: -20px;
    background-color: #000;
  }
}
main > #top #sakakistyle.inner {
  width: 1310px;
}
main > #top #sakakistyle .archive {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #top #sakakistyle .archive article:nth-child(2n) {
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article:nth-child(n+2) {
    margin-top: 60px;
  }
}
main > #top #sakakistyle .archive article a {
  position: relative;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a {
    padding-left: 25px;
  }
}
main > #top #sakakistyle .archive article a time, main > #top #sakakistyle .archive article a h2, main > #top #sakakistyle .archive article a div {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a time, main > #top #sakakistyle .archive article a h2, main > #top #sakakistyle .archive article a div {
    padding: 0;
  }
}
main > #top #sakakistyle .archive article a h2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a h2 {
    font-size: 18px;
  }
}
main > #top #sakakistyle .archive article a div {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a div {
    margin-top: 5px;
    font-size: 13px;
  }
}
main > #top #sakakistyle .archive article a span {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a span {
    font-size: 13px;
  }
}
main > #top #sakakistyle .archive article a span:before {
  content: "＃";
}
main > #top #sakakistyle .archive article a time {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive article a time {
    font-size: 12px;
  }
}
main > #top #sakakistyle .archive > .flex {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive > .flex {
    margin-top: 40px;
  }
}
main > #top #sakakistyle .archive > .flex .more {
  width: 100%;
}
main > #top #sakakistyle .archive:before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  right: 300px;
  bottom: 250px;
  background-image: url(/sakakistyle/assets/images/ill03.png);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #top #sakakistyle .archive:before {
    bottom: -150px;
    right: 40%;
  }
}
main > #top #concept_link {
  padding-top: 200px;
  padding-bottom: 100px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #014603;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
main > #top #concept_link > div {
  width: 47.45%;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div {
    width: 100% !important;
    padding: 25px 25px 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div:nth-child(n+2) {
    margin-top: 40px !important;
  }
}
main > #top #concept_link > div:last-child {
  width: 100%;
  margin-top: 60px;
}
main > #top #concept_link > div:last-child .it {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main > #top #concept_link > div:last-child .it figure {
  width: 38.18%;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div:last-child .it figure {
    width: 100%;
  }
}
main > #top #concept_link > div:last-child .it .txt {
  width: 56.36%;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div:last-child .it .txt {
    width: 100%;
  }
}
@media (min-width: 769px) {
  main > #top #concept_link > div:last-child .it .txt h2 {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 769px) {
  main > #top #concept_link > div:last-child .it .txt h3 {
    text-align: left;
  }
}
main > #top #concept_link > div:last-child ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #top #concept_link > div:last-child ul li {
  width: 22.27%;
  margin-right: 3.63%;
}
main > #top #concept_link > div:last-child ul li:nth-child(4n) {
  margin-right: 0;
}
main > #top #concept_link > div .it figure {
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div .it figure {
    height: 150px;
  }
}
main > #top #concept_link > div .it figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
main > #top #concept_link > div .it h2 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div .it h2 {
    font-size: 22px;
  }
}
main > #top #concept_link > div .it h2 a {
  color: #014603;
}
main > #top #concept_link > div .it h2 a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5px;
  border-top: #014603 1px solid;
  border-right: #014603 1px solid;
  -webkit-transform: rotate(45deg) translateY(-60%);
  transform: rotate(45deg) translateY(-60%);
}
main > #top #concept_link > div .it h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div .it h3 {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
main > #top #concept_link > div ul {
  margin-top: 20px;
}
main > #top #concept_link > div ul li {
  border-bottom: #014603 1px solid;
}
@media screen and (max-width: 768px) {
  main > #top #concept_link > div ul li {
    width: 100% !important;
    margin: 0 !important;
  }
}
main > #top #concept_link > div ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #014603;
}
main > #top #concept_link > div ul li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  width: 10px;
  height: 10px;
  right: 20px;
  border-top: #014603 1px solid;
  border-right: #014603 1px solid;
  -webkit-transform: rotate(45deg) translateY(-60%);
  transform: rotate(45deg) translateY(-60%);
}
main > #top #play_heart_link {
  margin-top: 100px;
  padding-bottom: 345px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_link {
    margin-top: 0;
    padding-bottom: 185px;
  }
}
main > #top #play_heart_link > em {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #014603;
  font-size: 18px;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_link > em {
    font-size: 14px;
  }
}
main > #top #play_heart_link ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
}
main > #top #play_heart_link ul > li {
  width: 27.27%;
  margin-right: 9.09%;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_link ul > li {
    width: 29.41%;
    margin-right: 5.88%;
  }
}
main > #top #play_heart_link ul > li:nth-child(3n) {
  margin-right: 0;
}
main > #top #play_heart_link ul > li a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #play_heart_link ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #play_heart_link ul > li a:hover {
    opacity: 1;
  }
}
main > #top #play_heart_link ul > li a:hover img {
  opacity: 1;
}
main > #top #play_heart_link ul > li a p {
  margin-top: 20px;
  color: #014603;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.45;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_link ul > li a p {
    margin-top: 10px;
    font-size: 14px;
  }
}
main > #top #play_heart_content {
  padding-bottom: 350px;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content {
    padding-bottom: 100px;
  }
}
main > #top #play_heart_content .inner ul {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
main > #top #play_heart_content .inner ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li {
    display: block;
  }
}
main > #top #play_heart_content .inner ul > li:nth-child(2n) {
  flex-flow: row-reverse;
}
main > #top #play_heart_content .inner ul > li:nth-child(2n) > figure {
  margin-left: 0;
  margin-right: auto;
}
main > #top #play_heart_content .inner ul > li:nth-child(2n) > div {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 769px) {
  main > #top #play_heart_content .inner ul > li:nth-child(2n) > div .more {
    justify-content: start;
  }
}
main > #top #play_heart_content .inner ul > li + li {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li + li {
    margin-top: 180px;
  }
}
main > #top #play_heart_content .inner ul > li > figure {
  width: 42%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > figure {
    display: none;
  }
}
main > #top #play_heart_content .inner ul > li > div {
  position: relative;
  width: 48%;
  padding-bottom: 120px;
  margin-right: auto;
  color: #014603;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div {
    width: auto;
    padding-bottom: 0;
  }
}
main > #top #play_heart_content .inner ul > li > div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div figure {
    display: block;
  }
}
main > #top #play_heart_content .inner ul > li > div .lTtl01 {
  padding-left: 20px;
  border-left: #014603 1px solid;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main > #top #play_heart_content .inner ul > li > div .lTtl01 i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div .lTtl01 i {
    font-size: 16px;
  }
}
main > #top #play_heart_content .inner ul > li > div .lTtl01 em {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div .lTtl01 em {
    font-size: 30px;
  }
}
main > #top #play_heart_content .inner ul > li > div p {
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div p {
    margin-top: 35px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
main > #top #play_heart_content .inner ul > li > div .lList, main > #top #play_heart_content .inner ul > li > div .lList2 {
  margin-top: 30px;
}
main > #top #play_heart_content .inner ul > li > div .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li > div .more {
    position: static;
    margin-top: 25px;
  }
}
main > #top #play_heart_content .inner ul > li figure {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #top #play_heart_content .inner ul > li figure {
    border-radius: 10px;
  }
}
main > #top #iezukuridiary {
  padding-top: 50px;
  padding-bottom: 200px;
}
main > #top #iezukuridiary:before {
  background-image: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main > #top #iezukuridiary .inner .head {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1000px;
  margin: 0 auto 95px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .head {
    display: block;
    margin-bottom: 40px;
  }
}
main > #top #iezukuridiary .inner .head .ttl01 {
  margin-right: auto;
  margin-bottom: 0;
}
main > #top #iezukuridiary .inner .head .more {
  margin-left: auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .head .more {
    display: none;
  }
}
main > #top #iezukuridiary .inner .archive {
  width: 1000px;
  margin: 0 auto;
}
main > #top #iezukuridiary .inner .archive article + article {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article + article {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  main > #top #iezukuridiary .inner .archive article:nth-child(odd) a div {
    order: 2;
    padding-left: 80px;
    padding-right: 0;
  }
  main > #top #iezukuridiary .inner .archive article:nth-child(odd) a figure {
    order: 1;
  }
}
main > #top #iezukuridiary .inner .archive article a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  color: #014603;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #iezukuridiary .inner .archive article a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a:hover {
    opacity: 1;
  }
}
main > #top #iezukuridiary .inner .archive article a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a {
    flex-flow: row-reverse;
  }
}
main > #top #iezukuridiary .inner .archive article a div {
  width: calc(100% - 300px);
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a div {
    width: calc(100% - 135px);
    margin-left: auto;
    padding-right: 0;
  }
}
main > #top #iezukuridiary .inner .archive article a div span {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px #014603 solid;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a div span {
    min-width: 140px;
    margin-bottom: 10px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 24px;
  }
}
main > #top #iezukuridiary .inner .archive article a div h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.25;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a div h1 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5625;
  }
}
main > #top #iezukuridiary .inner .archive article a div time {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a div time {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
main > #top #iezukuridiary .inner .archive article a div p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a div p {
    display: none;
  }
}
main > #top #iezukuridiary .inner .archive article a figure {
  width: 300px;
  height: 320px;
  border-radius: 140px 140px 0 0;
  overflow: hidden;
}
main > #top #iezukuridiary .inner .archive article a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner .archive article a figure {
    width: 120px;
    height: 120px;
    border-radius: 50px 50px 0 0;
  }
}
@media (min-width: 769px) {
  main > #top #iezukuridiary .inner > .more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner > .more {
    justify-content: center;
    margin-top: 40px;
  }
}
main > #top #iezukuridiary .inner #kurasapo {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  padding: 40px 60px 60px 60px;
  border-radius: 40px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo {
    margin-top: 60px;
    padding: 20px;
    border-radius: 20px;
  }
}
main > #top #iezukuridiary .inner #kurasapo > em {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px #014603 solid;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo > em {
    width: 200px;
  }
}
main > #top #iezukuridiary .inner #kurasapo .item {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #top #iezukuridiary .inner #kurasapo .item article {
  width: 28.4%;
  margin-right: 7.38%;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo .item article {
    width: 48%;
    margin-right: 4%;
  }
}
main > #top #iezukuridiary .inner #kurasapo .item article:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo .item article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo .item article:nth-child(n+3) {
    display: none;
  }
}
main > #top #iezukuridiary .inner #kurasapo .item article a {
  display: block;
}
main > #top #iezukuridiary .inner #kurasapo .item article a figure {
  overflow: hidden;
  height: 200px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo .item article a figure {
    height: 100px;
  }
}
main > #top #iezukuridiary .inner #kurasapo .item article a div {
  margin-top: 15px;
}
main > #top #iezukuridiary .inner #kurasapo .item article a div h1 {
  color: #014603;
  font-size: 22px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #top #iezukuridiary .inner #kurasapo .item article a div h1 {
    font-size: 16px;
  }
}
main > #top #iezukuridiary .inner #kurasapo .item article a div time {
  color: #014603;
  font-size: 12px;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main > #top #case {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main > #top #case {
    padding-bottom: 100px;
  }
}
main > #top #case .inner {
  width: 100vw;
  background: url(/assets/img/top_case_Bg01.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner {
    background-repeat: space;
    background-size: 300%;
  }
}
main > #top #case .inner #caseWrap {
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap {
    padding: 0;
  }
}
main > #top #case .inner #caseWrap #slider {
  display: block;
}
main > #top #case .inner #caseWrap #slider:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main > #top #case .inner #caseWrap #slider > a {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider > a {
    display: block !important;
    width: auto;
  }
}
main > #top #case .inner #caseWrap #slider > a:nth-child(n+3) {
  display: none;
}
main > #top #case .inner #caseWrap #slider a {
  position: relative;
  float: left;
  display: block;
  margin: 0 25px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #case .inner #caseWrap #slider a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider a:hover {
    opacity: 1;
  }
}
main > #top #case .inner #caseWrap #slider a:hover img {
  opacity: 1;
}
main > #top #case .inner #caseWrap #slider a:nth-child(odd) {
  top: 105px;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider a:nth-child(odd) {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider a {
    float: none;
    margin: 0;
  }
  main > #top #case .inner #caseWrap #slider a + a {
    margin-top: 50px !important;
  }
  main > #top #case .inner #caseWrap #slider a:first-child, main > #top #case .inner #caseWrap #slider a:nth-child(2) {
    display: none !important;
  }
  main > #top #case .inner #caseWrap #slider a:nth-child(n+8) {
    display: none !important;
  }
  main > #top #case .inner #caseWrap #slider a figure {
    padding: 0;
  }
}
main > #top #case .inner #caseWrap #slider a p {
  margin-top: 30px;
  color: #014603;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider a p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider a:nth-child(even) p {
    text-align: left;
  }
}
main > #top #case .inner #caseWrap #slider .slick-list {
  padding: 0 !important;
}
main > #top #case .inner #caseWrap #slider .slick-list .slick-track {
  display: block;
  max-width: none;
}
main > #top #case .inner #caseWrap #slider .slick-list .slick-track:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner #caseWrap #slider .slick-list .slick-track {
    width: 100% !important;
    transform: translate(0, 0) !important;
  }
}
main > #top #case .inner .more {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #top #case .inner .more {
    margin-top: 50px;
  }
}
main > #top #designoffice {
  padding-top: 150px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #top #designoffice {
    padding-top: 80px;
  }
}
main > #top #designoffice .inbg {
  background-color: #FAF9F5;
}
main > #top #designoffice .inner {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #top #designoffice .inner {
    padding-top: 40px;
  }
}
main > #top #designoffice .ttl01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main > #top #designoffice .ttl01 {
    margin-bottom: 30px;
  }
}
main > #top #designoffice #collab {
  position: relative;
  display: block;
}
main > #top #designoffice #collab:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main > #top #designoffice #collab figure {
  position: relative;
  float: left;
}
main > #top #designoffice #collab figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 700px;
}
main > #top #designoffice #collab figure figcaption {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  main > #top #designoffice #collab figure figcaption {
    padding: 5px 0;
    font-size: 12px;
  }
}
main > #top #designoffice #collab .slick-list {
  padding: 0 !important;
}
main > #top #designoffice #collab .slick-list .slick-track {
  display: block;
  max-width: none;
}
main > #top #designoffice #collab .slick-list .slick-track:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main > #top #designoffice #collab .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #designoffice #collab .slick-dots {
    bottom: -40px;
  }
}
main > #top #designoffice #collab .slick-dots > * {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: top;
}
main > #top #designoffice #collab .slick-dots li.slick-active button {
  background-color: #000;
}
main > #top #designoffice #collab .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #aaa;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  main > #top #designoffice #collab .slick-dots button {
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
}
main > #top #designoffice .more {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
main > #top #modelhouse {
  padding-top: 350px;
  padding-bottom: 350px;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main > #top #modelhouse #houseList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main > #top #modelhouse #houseList li {
  width: 48%;
  margin-right: 4%;
  /*
					a{
						color: #014603;
						figure{
							border-radius: 20px;
							overflow: hidden;
						}
						.text{
							position: relative;
							&:after{
								content: "";
								position: absolute;
								display: block;
								right: 0;
								top: 0;
								width: 80px;
								height: 80px;
								margin-left: 20px;
								background: url(../img/icon_arrow_04.svg) no-repeat center / cover;
								@include mq {
									width: 40px;
									height: 40px;
								}
							}
							h4{
								margin-top: 30px;
								font-size: 30px;
								font-weight: 500;
								@include mq {
									margin-top: 18px;
									font-size: 20px;
								}
							}
							.add{
								font-size: 12px;
							}
							p{
								margin-top: 30px;
								@include mq {
									margin-top: 15px;
								}
							}
						}
					}
					*/
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList li {
    width: 100%;
    margin-right: 0;
  }
}
main > #top #modelhouse #houseList li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main > #top #modelhouse #houseList li h4 {
  margin-bottom: 20px;
  padding-left: 15px;
  color: #014603;
  font-size: 24px;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-left: #014603 1px solid;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList li h4 {
    font-size: 20px;
  }
}
main > #top #modelhouse #houseList li figure {
  border-radius: 20px;
  overflow: hidden;
}
main > #top #modelhouse #houseList li .access {
  margin-top: 20px;
}
main > #top #modelhouse #houseList li .access p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList li .access p {
    font-size: 15px;
  }
}
main > #top #modelhouse #houseList li .access .map {
  border-radius: 10px;
  overflow: hidden;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #houseList li .access .add {
    font-size: 12px;
  }
}
main > #top #modelhouse #houseList li .more {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
main > #top #modelhouse #sewayaki {
  margin-top: 120px;
  padding: 80px 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #sewayaki {
    margin-top: 60px;
    padding: 20px;
  }
}
main > #top #modelhouse #sewayaki .ttl04 {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #sewayaki .ttl04 {
    font-size: 17px;
    line-height: 1.5;
  }
}
main > #top #modelhouse #sewayaki .more {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #top #modelhouse #sewayaki .more {
    margin-top: 30px;
  }
}
main > #top .more {
  max-width: 480px;
}
main > #top .lList {
  max-width: 300px;
}
main > #make #top {
  padding: 0 30px;
}
main > #make #top p {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  main > #make #top p {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
main > #make #top > * + * {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #make #top > * + * {
    margin-top: 150px;
  }
}
main > #make #top #sec01, main > #make #top #sec02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec01, main > #make #top #sec02 {
    display: block;
  }
}
main > #make #top #sec01 figure, main > #make #top #sec02 figure {
  width: 42%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec01 figure, main > #make #top #sec02 figure {
    width: auto;
    text-align: center;
  }
}
main > #make #top #sec01 div, main > #make #top #sec02 div {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec01 div, main > #make #top #sec02 div {
    width: auto;
    margin: 50px 0 0;
  }
}
main > #make #top #sec02 {
  flex-flow: row-reverse;
}
main > #make #top #sec02 figure {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec02 figure {
    width: 100%;
  }
}
main > #make #top #sec02 div {
  width: 35%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec02 div {
    width: 100%;
  }
}
main > #make #top #sec03 > * + * {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec03 > * + * {
    margin-top: 40px;
  }
}
main > #make #top #sec03 h2 {
  font-size: 34px;
  font-weight: 500;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 3.4px;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec03 h2 {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
main > #make #top #sec03 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #make #top #sec03 p {
    text-align: left;
  }
}
body.protect #title01 .kv figure img {
  object-position: right center;
}
main > #protect #top {
  padding: 0 30px;
}
main > #protect #top p {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  main > #protect #top p {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
main > #protect #top > * + * {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #protect #top > * + * {
    margin-top: 150px;
  }
}
main > #protect #top [id^="sec"] {
  flex-flow: row-reverse;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main > #protect #top [id^="sec"]:nth-child(2n) {
  flex-flow: row;
  flex-wrap: wrap;
}
main > #protect #top [id^="sec"]:nth-child(2n) > div:nth-child(1) {
  margin-left: 0;
  margin-right: auto;
}
main > #protect #top [id^="sec"]:nth-child(2n) > div:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] {
    display: block;
  }
}
main > #protect #top [id^="sec"] > div:nth-child(1) {
  width: 42%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] > div:nth-child(1) {
    width: auto;
  }
}
main > #protect #top [id^="sec"] > div:nth-child(1) em {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] > div:nth-child(1) em {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4545454545;
  }
}
main > #protect #top [id^="sec"] > div:nth-child(1) em > em {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] > div:nth-child(1) figure {
    position: relative;
    margin-top: 20px;
    padding: 0 15px;
  }
  main > #protect #top [id^="sec"] > div:nth-child(1) figure:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    background-color: #FAF9F5;
  }
}
main > #protect #top [id^="sec"] > div:nth-child(2) {
  width: 48%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] > div:nth-child(2) {
    width: auto;
    padding: 30px 15px 0;
    background-color: #FAF9F5;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] > div:nth-child(2) h2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #top [id^="sec"] .page_link01 {
    margin-top: 0;
    border-radius: 0;
  }
}
main > #protect #top [id^="sec"] .page_link01 + .sp {
  padding: 0 20px 25px;
  background-color: #FAF9F5;
  border-radius: 0 0 20px 20px;
}
main > #protect #top [id^="sec"] .more.pc {
  margin-top: 30px;
}
main > #protect #health [id^="sec"] + [id^="sec"], main > #protect #budget [id^="sec"] + [id^="sec"], main > #protect #life [id^="sec"] + [id^="sec"] {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] + [id^="sec"], main > #protect #budget [id^="sec"] + [id^="sec"], main > #protect #life [id^="sec"] + [id^="sec"] {
    margin-top: 120px;
  }
}
main > #protect #health [id^="sec"] figure, main > #protect #budget [id^="sec"] figure, main > #protect #life [id^="sec"] figure {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] figure, main > #protect #budget [id^="sec"] figure, main > #protect #life [id^="sec"] figure {
    margin-bottom: 40px;
  }
}
main > #protect #health [id^="sec"] figure:last-child, main > #protect #budget [id^="sec"] figure:last-child, main > #protect #life [id^="sec"] figure:last-child {
  margin-bottom: 0 !important;
}
main > #protect #health [id^="sec"] p, main > #protect #budget [id^="sec"] p, main > #protect #life [id^="sec"] p {
  font-size: 18px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] p, main > #protect #budget [id^="sec"] p, main > #protect #life [id^="sec"] p {
    font-size: 14px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li, main > #protect #budget [id^="sec"] ul.col2 > li, main > #protect #life [id^="sec"] ul.col2 > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li, main > #protect #budget [id^="sec"] ul.col2 > li, main > #protect #life [id^="sec"] ul.col2 > li {
    display: block;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li + li, main > #protect #budget [id^="sec"] ul.col2 > li + li, main > #protect #life [id^="sec"] ul.col2 > li + li {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li + li, main > #protect #budget [id^="sec"] ul.col2 > li + li, main > #protect #life [id^="sec"] ul.col2 > li + li {
    margin-top: 100px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li:nth-child(odd) > div, main > #protect #budget [id^="sec"] ul.col2 > li:nth-child(odd) > div, main > #protect #life [id^="sec"] ul.col2 > li:nth-child(odd) > div {
  margin-left: auto;
}
main > #protect #health [id^="sec"] ul.col2 > li:nth-child(even), main > #protect #budget [id^="sec"] ul.col2 > li:nth-child(even), main > #protect #life [id^="sec"] ul.col2 > li:nth-child(even) {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
main > #protect #health [id^="sec"] ul.col2 > li:nth-child(even) > div, main > #protect #budget [id^="sec"] ul.col2 > li:nth-child(even) > div, main > #protect #life [id^="sec"] ul.col2 > li:nth-child(even) > div {
  margin-right: auto;
}
main > #protect #health [id^="sec"] ul.col2 > li figure, main > #protect #budget [id^="sec"] ul.col2 > li figure, main > #protect #life [id^="sec"] ul.col2 > li figure {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li figure, main > #protect #budget [id^="sec"] ul.col2 > li figure, main > #protect #life [id^="sec"] ul.col2 > li figure {
    width: auto;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li > div, main > #protect #budget [id^="sec"] ul.col2 > li > div, main > #protect #life [id^="sec"] ul.col2 > li > div {
  width: 42.85%;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li > div, main > #protect #budget [id^="sec"] ul.col2 > li > div, main > #protect #life [id^="sec"] ul.col2 > li > div {
    width: auto;
    margin-top: 30px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li > div em, main > #protect #budget [id^="sec"] ul.col2 > li > div em, main > #protect #life [id^="sec"] ul.col2 > li > div em {
  display: block;
  margin-bottom: 30px;
  color: #014603;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li > div em, main > #protect #budget [id^="sec"] ul.col2 > li > div em, main > #protect #life [id^="sec"] ul.col2 > li > div em {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li > ul, main > #protect #budget [id^="sec"] ul.col2 > li > ul, main > #protect #life [id^="sec"] ul.col2 > li > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding: 50px 110px;
  border-radius: 20px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li > ul, main > #protect #budget [id^="sec"] ul.col2 > li > ul, main > #protect #life [id^="sec"] ul.col2 > li > ul {
    display: block;
    padding: 20px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li > ul > li, main > #protect #budget [id^="sec"] ul.col2 > li > ul > li, main > #protect #life [id^="sec"] ul.col2 > li > ul > li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
main > #protect #health [id^="sec"] ul.col2 > li > ul > li:nth-child(2n), main > #protect #budget [id^="sec"] ul.col2 > li > ul > li:nth-child(2n), main > #protect #life [id^="sec"] ul.col2 > li > ul > li:nth-child(2n) {
  margin-right: 0;
}
main > #protect #health [id^="sec"] ul.col2 > li > ul > li:nth-child(n+3), main > #protect #budget [id^="sec"] ul.col2 > li > ul > li:nth-child(n+3), main > #protect #life [id^="sec"] ul.col2 > li > ul > li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li > ul > li, main > #protect #budget [id^="sec"] ul.col2 > li > ul > li, main > #protect #life [id^="sec"] ul.col2 > li > ul > li {
    width: auto;
    margin-right: 0;
  }
  main > #protect #health [id^="sec"] ul.col2 > li > ul > li + li, main > #protect #budget [id^="sec"] ul.col2 > li > ul > li + li, main > #protect #life [id^="sec"] ul.col2 > li > ul > li + li {
    margin-top: 30px;
  }
}
main > #protect #health [id^="sec"] ul.col2 > li > ul > li b, main > #protect #budget [id^="sec"] ul.col2 > li > ul > li b, main > #protect #life [id^="sec"] ul.col2 > li > ul > li b {
  display: block;
  margin-bottom: 10px;
  color: #014603;
}
@media screen and (max-width: 768px) {
  main > #protect #health [id^="sec"] ul.col2 > li > ul > li b, main > #protect #budget [id^="sec"] ul.col2 > li > ul > li b, main > #protect #life [id^="sec"] ul.col2 > li > ul > li b {
    margin-bottom: 0;
  }
}
main > #protect #health [id^="sec"] .more, main > #protect #budget [id^="sec"] .more, main > #protect #life [id^="sec"] .more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
main > #protect #health #sec02 figure {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}
main > #protect #budget h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #protect #budget h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main > #protect #budget figure {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  main > #protect #budget p {
    text-align: left !important;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] {
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 100px 80px;
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box {
    padding: 25px 20px 30px;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box > li + li {
    margin-top: 80px;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap {
    display: block;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap figure {
  width: 42.85%;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap figure {
    width: auto;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap p {
  width: 57.14%;
  padding-left: 35px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .wrap p {
    width: auto;
    margin-top: 30px;
    padding-left: 0;
  }
}
main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .txt {
  padding: 50px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [class*="bg_wave_"] .box > li .txt {
    padding: 20px;
  }
}
main > #protect #budget #sec01 [id^="sec"] + [id^="sec"] {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec01 [id^="sec"] + [id^="sec"] {
    margin-top: 80px;
  }
}
main > #protect #budget #sec01 .point {
  margin-top: 0;
}
main > #protect #budget #sec02 .c2_1 {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec02 .c2_1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec02 .c2_1 figure {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 769px) {
  main > #protect #budget #sec03 figure {
    padding-left: 10%;
    padding-right: 10%;
  }
}
main > #protect #budget #sec03 #heatGrade {
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade {
    margin-top: 30px;
  }
}
main > #protect #budget #sec03 #heatGrade li {
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade li {
    padding: 10px 15px;
  }
}
main > #protect #budget #sec03 #heatGrade li:nth-child(n+2) {
  margin-top: 5px;
}
main > #protect #budget #sec03 #heatGrade li:first-child {
  background-color: #ec707a;
}
main > #protect #budget #sec03 #heatGrade li:nth-child(2) {
  background-color: #e38182;
}
main > #protect #budget #sec03 #heatGrade li:nth-child(3) {
  background-color: #f4c3a7;
}
main > #protect #budget #sec03 #heatGrade li:nth-child(4) {
  background-color: #f7e0c7;
}
main > #protect #budget #sec03 #heatGrade li:nth-child(5) {
  background-color: #e2d8c6;
}
main > #protect #budget #sec03 #heatGrade li:nth-child(6) {
  background-color: #e3e2e9;
}
main > #protect #budget #sec03 #heatGrade li:last-child {
  background-color: #e1eef1;
}
main > #protect #budget #sec03 #heatGrade li dl {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main > #protect #budget #sec03 #heatGrade li dl dt {
  width: 100px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade li dl dt {
    width: 60px;
    font-size: 18px;
  }
}
main > #protect #budget #sec03 #heatGrade li dl dt i {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade li dl dt i {
    font-size: 22px;
  }
}
main > #protect #budget #sec03 #heatGrade li dl dd {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade li dl dd {
    font-size: 18px;
  }
}
main > #protect #budget #sec03 #heatGrade li dl dd.gs {
  font-weight: bold;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec03 #heatGrade li dl dd.gs {
    width: 100%;
    text-align: right;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec04 {
    padding-bottom: 100px;
  }
}
main > #protect #budget #sec04 .box {
  width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
main > #protect #budget #sec07 .c2_1 > div {
  padding: 30px;
  background-color: #FAF9F5;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec07 .c2_1 > div {
    width: 100%;
    margin-right: 0;
  }
}
main > #protect #budget #sec07 .c2_1 > div h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec07 .c2_1 > div h4 {
    font-size: 18px;
  }
}
main > #protect #budget #sec07 .c2_1 > div p {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main > #protect #budget #sec07 .c2_1 > div p {
    font-size: 14px;
  }
}
main > #protect #budget .bg_wave_white2beige01 .ttl03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget .bg_wave_white2beige01 .ttl03 {
    margin-bottom: 20px;
  }
}
main > #protect #budget .bg_wave_white2beige01 [id^="sec"] + [id^="sec"] {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #budget .bg_wave_white2beige01 [id^="sec"] + [id^="sec"] {
    margin-top: 80px;
  }
}
main > #protect #life .basic {
  margin-top: 100px;
  padding: 50px;
  background-color: #FAF9F5;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  main > #protect #life .basic {
    margin-top: 60px;
    padding: 30px;
  }
}
main > #protect #life .basic h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #protect #life .basic h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main > #protect #life #sec00 [id^="sec"] + [id^="sec"] {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 [id^="sec"] + [id^="sec"] {
    margin-top: 80px;
  }
}
main > #protect #life #sec00 p {
  text-align: center;
}
main > #protect #life #sec00 .ttl03:nth-of-type(n+2) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 .ttl03:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
main > #protect #life #sec00 .c2_1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 .c2_1 {
    margin-top: 40px;
  }
}
main > #protect #life #sec00 .c2_1 figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 .c2_1 figure {
    border-radius: 10px;
  }
}
main > #protect #life #sec00 #sec00_02 .flex .ex {
  width: 50%;
  padding-left: 10px;
  border-left: #000 1px solid;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 #sec00_02 .flex .ex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 #sec00_02 .flex .ex:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
main > #protect #life #sec00 #sec00_02 .flex .ex em {
  font-weight: bold;
}
main > #protect #life #sec00 #sec00_02 .flex .ex p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec00 #sec00_02 .flex .ex p {
    font-size: 14px;
  }
}
main > #protect #life #sec00 #sec00_02 .flex figure {
  width: 100%;
}
@media (min-width: 769px) {
  main > #protect #life #sec00 #sec00_02 .flex figure {
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  main > #protect #life #sec00 #sec00_02 .flex figure + .ex {
    order: 1;
  }
}
@media (min-width: 769px) {
  main > #protect #life #sec00 #sec00_02 .flex figure + .ex + .ex {
    order: 3;
    margin-left: auto;
  }
}
main > #protect #life #sec01 {
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 {
    padding-bottom: 120px;
  }
}
main > #protect #life #sec01 .col2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .col2 {
    margin-top: 80px;
  }
}
main > #protect #life #sec01 .box {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 100px 80px;
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .box {
    padding: 25px 20px 30px;
  }
}
main > #protect #life #sec01 .box > figure {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .box > figure {
    margin-top: 20px;
  }
}
main > #protect #life #sec01 .box .c2_1 > div h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .box .c2_1 > div h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main > #protect #life #sec01 .box .c2_1 > div figure {
  margin-bottom: 30px;
}
main > #protect #life #sec01 .box .c2_1 > div p {
  text-align: left;
}
main > #protect #life #sec01 .c3_1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .c3_1 > div {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .c3_1 > div:first-child {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec01 .c3_1 > div:last-child {
    margin-top: 40px;
  }
}
main > #protect #life #sec01 .c3_1 > div figure {
  margin-bottom: 30px;
}
main > #protect #life #sec01 .c3_1 > div p {
  text-align: left;
}
main > #protect #life #sec02 .c2_1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec02 .c2_1 {
    margin-top: 40px;
  }
}
main > #protect #life #sec02 .c2_1 figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec02 .c2_1 figure {
    border-radius: 10px;
  }
}
main > #protect #life #sec02 .c2_1 + p {
  margin-top: 50px;
}
@media (min-width: 769px) {
  main > #protect #life #sec02 .col2 > li figure {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec02 .col2 > li figure {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 769px) {
  main > #protect #life #sec02 .col2 > li > div {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
}
main > #protect #life #sec02 .col2 > li > div em {
  color: #333;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main > #protect #life #sec02 .col2 > li > div p {
  text-align: left;
}
main > #protect #life #sec02 p + figure {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec02 p + figure {
    margin-top: 40px;
  }
}
main > #protect #life #sec02 .ttl03:nth-of-type(n+2) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec02 .ttl03:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
main > #protect #life #sec03 .maintenance {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance {
    display: block;
  }
}
main > #protect #life #sec03 .maintenance > li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  padding: 50px;
  border-radius: 10px;
  background-color: #FBF7F4;
}
main > #protect #life #sec03 .maintenance > li:nth-child(2n) {
  margin-right: 0;
}
main > #protect #life #sec03 .maintenance > li:nth-child(3) {
  width: 100%;
  margin-right: 0;
  margin-top: 60px;
}
main > #protect #life #sec03 .maintenance > li:nth-child(3) em {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li {
    width: auto;
    margin-right: 0;
    padding: 30px 20px;
  }
  main > #protect #life #sec03 .maintenance > li + li {
    margin-top: 50px;
  }
}
main > #protect #life #sec03 .maintenance > li .head {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #protect #life #sec03 .maintenance > li .head em {
  margin-right: auto;
}
main > #protect #life #sec03 .maintenance > li .head figure {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .head figure {
    height: 50px;
  }
}
main > #protect #life #sec03 .maintenance > li .head figure img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 200%;
}
main > #protect #life #sec03 .maintenance > li .head p {
  margin-top: 40px;
}
main > #protect #life #sec03 .maintenance > li em {
  display: block;
  color: #014603;
  font-size: 20px;
  font-weight: 700;
}
main > #protect #life #sec03 .maintenance > li .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 850px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .wrap {
    display: block;
  }
}
main > #protect #life #sec03 .maintenance > li .wrap figure {
  width: 235px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .wrap figure {
    width: auto;
  }
  main > #protect #life #sec03 .maintenance > li .wrap figure img {
    margin: 0 auto;
  }
}
main > #protect #life #sec03 .maintenance > li .wrap figure figcaption {
  display: block;
  margin-top: 20px;
  color: #014603;
  font-size: 14px;
  text-align: center;
}
main > #protect #life #sec03 .maintenance > li .wrap div {
  width: calc(100% - 235px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .wrap div {
    width: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li + li {
  margin-top: 20px;
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li * {
  color: #014603;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .wrap div > ul > li * {
    font-size: 14px;
  }
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li span {
  position: relative;
  display: block;
  padding-left: 1.1em;
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li span:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li ul li {
  position: relative;
  padding-left: 1em;
}
main > #protect #life #sec03 .maintenance > li .wrap div > ul > li ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
main > #protect #life #sec03 .maintenance > li .wrap > p {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
main > #protect #life #sec03 .maintenance > li .page_link01 {
  justify-content: center;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .maintenance > li .page_link01 {
    margin-top: 30px;
  }
}
main > #protect #life #sec03 .maintenance > li .page_link01 > li {
  width: 360px;
  margin: 0 auto;
}
main > #protect #life #sec03 .c2_1.white {
  margin-bottom: 100px;
}
main > #protect #life #sec03 .c2_1.white > * {
  padding: 50px;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .c2_1.white > * {
    padding: 20px;
  }
}
main > #protect #life #sec03 .c2_1.white > * figure {
  margin-bottom: 40px;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .c2_1.white > * figure {
    margin-bottom: 20px;
  }
}
main > #protect #life #sec03 .c2_1.white > * h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .c2_1.white > * h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
main > #protect #life #sec03 .c2_1.white > * p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main > #protect #life #sec03 .c2_1.white > * p {
    font-size: 14px;
  }
}
main > #protect #life #sec04 .c2_1 p {
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}
main > #protect #life #sec04 .c2_1 figure {
  transform: scaleX(-1);
}
main > #protect #life #sec04 .c2_1 .page_link01 {
  margin-top: 30px;
  padding: 0;
  justify-content: flex-start;
}
main > #protect #life #sec04 .c2_1 .page_link01 > * {
  width: 100%;
  max-width: 480px;
  margin-right: auto !important;
  margin-left: 0 !important;
}
main > #play * {
  line-height: 1.875;
}
main > #play .ttl05 {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main > #play .ttl05 {
    margin-bottom: 30px;
  }
}
main > #play #kv {
  position: relative;
}
main > #play #kv h1 {
  position: absolute;
  right: 85px;
  top: 30%;
  font-size: 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1000px) {
  main > #play #kv h1 {
    right: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  main > #play #kv h1 {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 20px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
main > #play #top .more {
  margin-top: 40px;
}
main > #play #top [id^="sec"] + [id^="sec"] {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #play #top [id^="sec"] + [id^="sec"] {
    margin-top: 100px;
  }
}
main > #play #top [id^="sec"]:last-child {
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  main > #play #top [id^="sec"]:last-child {
    padding-bottom: 150px;
  }
}
main > #play #top #sec01 {
  text-align: center;
}
main > #play #top #sec01 p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec01 p {
    font-size: 15px;
    text-align: left;
  }
}
main > #play #top #sec01 ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 120px;
  padding: 10px 40px;
  border: 1px #014603 solid;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec01 ul {
    margin-top: 80px;
    padding: 15px;
    border-radius: 20px;
  }
}
main > #play #top #sec01 ul li {
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec01 ul li {
    padding: 0.2em 1em;
  }
}
main > #play #top #sec01 ul li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #play #top #sec01 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #play #top #sec01 ul li a:hover {
    opacity: 1;
  }
}
main > #play #top #sec01 ul li a:hover img {
  opacity: 1;
}
main > #play #top #sec01 h2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec01 h2 {
    margin-top: 80px;
  }
}
main > #play #top #sec01 .subTtl {
  margin-top: 100px;
  margin-bottom: -90px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec01 .subTtl {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
main > #play #top #sec02 ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec02 ul > li {
    display: block;
  }
}
main > #play #top #sec02 ul > li:nth-child(2n) {
  flex-flow: row;
}
main > #play #top #sec02 ul > li:nth-child(2n) > figure {
  padding-right: 15.25%;
  padding-left: 0;
  margin-right: auto;
  margin-left: 0;
}
main > #play #top #sec02 ul > li:nth-child(2n) div {
  margin-left: auto;
  margin-right: 0;
}
main > #play #top #sec02 ul > li + li {
  margin-top: 350px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec02 ul > li + li {
    margin-top: 200px;
  }
}
main > #play #top #sec02 ul > li > figure {
  width: 59.32%;
  margin-left: auto;
  padding-left: 15.25%;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec02 ul > li > figure {
    display: none;
  }
}
main > #play #top #sec02 ul > li div {
  width: 42.37%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec02 ul > li div {
    width: auto;
    margin: 0 !important;
  }
}
main > #play #top #sec02 ul > li div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec02 ul > li div figure {
    display: block;
    margin-bottom: 35px;
  }
}
main > #play #top #sec03 h2 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec03 h2 {
    margin-top: 45px;
  }
}
main > #play #top #sec03 p {
  width: 960px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec03 p {
    width: 100%;
  }
}
main > #play #top #sec04 ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul {
    display: block;
  }
}
main > #play #top #sec04 ul > li {
  width: calc((100% - 125px) / 2);
  margin-right: 125px;
}
main > #play #top #sec04 ul > li:nth-child(2n) {
  padding-top: 175px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li:nth-child(2n) {
    padding-top: 0;
  }
}
main > #play #top #sec04 ul > li:nth-child(n+3) {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: 0;
  }
  main > #play #top #sec04 ul > li + li {
    margin-top: 100px !important;
  }
}
main > #play #top #sec04 ul > li figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li figure {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li > * {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li .ttl05 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li p {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  main > #play #top #sec04 ul > li .more {
    order: 4;
  }
}
@media (min-width: 769px) {
  main > #play #top #sec04 ul > li#pg05 {
    padding-top: 340px;
  }
}
main > #play #top #sec05 ul {
  margin-top: 50px;
}
main > #play #top #sec05 ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec05 ul > li {
    display: block;
  }
}
main > #play #top #sec05 ul > li > figure {
  width: 20.2%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec05 ul > li > figure {
    display: none;
  }
}
main > #play #top #sec05 ul > li div {
  width: 71.71%;
  margin-left: auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec05 ul > li div {
    width: auto;
    padding-top: 0;
  }
}
main > #play #top #sec05 ul > li div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #play #top #sec05 ul > li div figure {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  main > #play #top #sec05 ul > li div figure img {
    width: 40%;
    display: inline-block;
  }
}
main > #play #top #sec05 .more {
  margin-left: auto;
}
main > #company #top p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  main > #company #top p {
    font-size: 14px;
  }
}
main > #company #top #kv .ttl01 {
  margin-bottom: 50px;
}
main > #company #top #kv .wrap {
  position: relative;
}
main > #company #top #kv .wrap picture img {
  height: 1080px;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap picture img {
    height: auto;
  }
}
main > #company #top #kv .wrap .menu {
  position: absolute;
  right: 100px;
  top: 215px;
  width: 415px;
}
@media screen and (max-width: 1300px) {
  main > #company #top #kv .wrap .menu {
    width: 300px;
  }
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap .menu {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    margin-top: 40px;
    padding: 0 20px;
  }
}
main > #company #top #kv .wrap .menu a {
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap .menu a {
    color: #014603;
  }
}
main > #company #top #kv .wrap .menu > ul > li {
  border-top: 1px #FFF solid;
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap .menu > ul > li {
    border-top-color: #014603;
  }
}
main > #company #top #kv .wrap .menu > ul > li:last-child {
  border-bottom: 1px #FFF solid;
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap .menu > ul > li:last-child {
    border-bottom-color: #014603;
  }
}
main > #company #top #kv .wrap .menu > ul > li > a {
  position: relative;
  display: block;
  padding: 30px 0;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #company #top #kv .wrap .menu > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #company #top #kv .wrap .menu > ul > li > a:hover {
    opacity: 1;
  }
}
main > #company #top #kv .wrap .menu > ul > li > a:hover img {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  main > #company #top #kv .wrap .menu > ul > li > a {
    padding: 15px 5px;
    font-size: 15px;
  }
}
main > #company #top #pg01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 950px) {
  main > #company #top #pg01 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 {
    display: block;
  }
}
main > #company #top #pg01 > figure {
  width: 54.12%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 > figure {
    display: none;
  }
}
main > #company #top #pg01 > div {
  width: 36.69%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 > div {
    width: auto;
  }
}
main > #company #top #pg01 > div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 > div figure {
    display: block;
    margin-bottom: 25px;
  }
}
main > #company #top #pg01 > div p {
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 > div p {
    line-height: 2.1428571429;
  }
}
main > #company #top #pg01 > div p small {
  display: block;
  font-size: 14px;
  line-height: 1;
}
main > #company #top #pg01 > div p.alr {
  margin-top: 50px;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg01 > div p.alr {
    margin-top: 25px;
  }
}
main > #company #top #pg02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 200px auto 0;
  padding: 0 20px 380px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg02 {
    display: block;
    padding: 0 20px 100px;
    margin-top: 100px;
  }
}
main > #company #top #pg02 > div {
  width: 76.08%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg02 > div {
    width: auto;
  }
}
main > #company #top #pg02 > div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg02 > div figure {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  main > #company #top #pg02 > div figure img {
    display: inline-block;
    width: 30%;
  }
}
main > #company #top #pg02 > figure {
  width: 10.86%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg02 > figure {
    display: none;
  }
}
main > #company #top #pg04 {
  margin-top: 90px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg04 {
    margin-top: 50px;
  }
}
main > #company #top #pg04 > div {
  width: 46.61%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg04 > div {
    width: auto;
    margin: 0 !important;
  }
}
main > #company #top #pg04 > div figure {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg04 > div figure {
    display: block;
    margin-bottom: 25px;
  }
}
main > #company #top #pg04 > div .more {
  margin-top: 40px;
}
main > #company #top #pg04 > figure {
  width: 49.15%;
  margin-left: auto;
  padding-left: 8.47%;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg04 > figure {
    display: none;
  }
}
main > #company #top #works {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 300px;
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  main > #company #top #works {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
main > #company #top #works h2 {
  width: 100%;
}
main > #company #top #works ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #company #top #works ul {
    display: block;
  }
}
main > #company #top #works ul > li {
  position: relative;
  width: 43.87%;
  margin-right: auto;
}
main > #company #top #works ul > li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
  top: 175px;
}
main > #company #top #works ul > li:nth-child(n+3) {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  main > #company #top #works ul > li {
    width: auto;
  }
  main > #company #top #works ul > li:nth-child(2n) {
    top: 0;
  }
  main > #company #top #works ul > li:nth-child(n+2) {
    margin-top: 80px !important;
  }
}
main > #company #top #works ul > li em {
  display: block;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #company #top #works ul > li em {
    margin: 25px 0 15px;
  }
}
main > #company #top #works ul > li figure {
  border-radius: 20px;
  overflow: hidden;
}
main > #company #top #pg05 {
  /*
				ul {
					width: 1000px;
					margin: 300px auto 0;
					@include mq {
						margin-top: 100px;
					}
					& > li {
						@include flex;
						@include mq {
							display: block;
						}
						& + li {
							margin-top: 100px;
							@include mq {
								margin-top: 50px;
							}
						}
						figure {
							width: _p(380, 1000);
							margin-right: auto;
							@include mq {
								width: auto;
							}
						}
						div {
							width: _p(520, 1000);
							margin-left: auto;
							@include mq {
								width: auto;
								margin-top: 20px;
							}
							em {
								display: block;
								font-size: 20px;
								font-weight: 700;
							}
							p {
								margin-top: 30px;
								font-size: 14px;
								line-height: (30/14);
								letter-spacing: 1.4px;
								@include mq {
									margin-top: 20px;
								}
								& + p {
									margin-top: 80px;
									@include mq {
										margin-top: 30px;
									}
								}
								span {
									@include flex;
									margin-top: 15px;
									a {
										@include flex;
										align-items: center;
										justify-content: center;
										width: 130px;
										height: 30px;
										padding-bottom: 3px;
										border: 1px #014603 solid;
										border-radius: 15px;
										color: #014603;
										line-height: 1;
										background-color: #FFF;
										@include opacity;
									}
								}
							}
						}
					}
				}
				*/
}
main > #company #top #pg05 > figure {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}
main > #company #top #pg05 > figure img {
  width: 100%;
  height: auto;
}
main > #company #top #pg05 h3 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 h3 {
    font-size: 18px;
  }
}
main > #company #top #pg05 address {
  margin-bottom: 20px;
}
main > #company #top #pg05 .map {
  overflow: hidden;
  filter: grayscale(100%);
}
main > #company #top #pg05 .map iframe {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .map iframe {
    height: 220px;
    border-radius: 10px;
  }
}
main > #company #top #pg05 .more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .more {
    margin-top: 20px;
  }
}
main > #company #top #pg05 .box {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .box {
    display: block;
    margin-top: 50px;
  }
}
main > #company #top #pg05 .box .address {
  width: 380px;
}
main > #company #top #pg05 .box .address + div {
  width: calc(100% - 380px);
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .box .address + div {
    width: auto;
    margin-top: 30px;
  }
}
main > #company #top #pg05 .box .address p {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 1.4px;
}
main > #company #top #pg05 .box .address p span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
main > #company #top #pg05 .box .address p span a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 30px;
  padding-bottom: 3px;
  border: 1px #014603 solid;
  border-radius: 15px;
  color: #014603;
  line-height: 1;
  background-color: #FFF;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #company #top #pg05 .box .address p span a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #company #top #pg05 .box .address p span a:hover {
    opacity: 1;
  }
}
main > #company #top #pg05 .box .address p span a:hover img {
  opacity: 1;
}
main > #company #top #pg05 .box address + figure {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .box address + figure {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  main > #company #top #pg05 .box address + figure img {
    display: inline-block;
    width: 60%;
  }
}
main > #company #top #pg05 .c2_1 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .c2_1 {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  main > #company #top #pg05 .c2_1 li:nth-child(n+3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .c2_1 li:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .c2_1 li {
    width: 100%;
  }
}
main > #company #top #pg05 .c2_1 li figure {
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg05 .c2_1 li figure {
    margin-top: 15px;
    border-radius: 10px;
  }
}
main > #company #top #pg05 .c2_1 li figure:last-child {
  margin-bottom: 0;
}
main > #company #top #pg06 {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg06 {
    margin-top: 100px;
  }
}
main > #company #top #pg06 > p {
  width: 840px;
  margin: 80px auto 0;
}
main > #company #top #pg06 ul {
  width: 840px;
  margin: 40px auto 0;
}
main > #company #top #pg06 ul > li {
  line-height: 1.875;
}
main > #company #top #pg06 ul > li + li {
  margin-top: 20px;
}
main > #company #top #pg06 ul > li b {
  display: block;
  font-weight: 700;
}
main > #company #top #pg07 {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 {
    margin-top: 100px;
  }
}
main > #company #top #pg07 h3 {
  margin-bottom: 30px;
  color: #014603;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 h3 {
    font-size: 20px;
  }
}
main > #company #top #pg07 h3:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 h3:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
main > #company #top #pg07 > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul {
    display: block;
    margin-top: 50px;
  }
}
main > #company #top #pg07 > ul > li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
main > #company #top #pg07 > ul > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul > li {
    width: auto;
    margin-right: 0;
  }
  main > #company #top #pg07 > ul > li + li {
    margin-top: 50px;
  }
}
main > #company #top #pg07 > ul > li > ul {
  display: block;
  padding: 50px;
  border-radius: 10px;
  background-color: #FBF7F4;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul > li > ul {
    padding: 20px;
  }
}
main > #company #top #pg07 > ul > li > ul > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px rgba(1, 70, 3, 0.4) solid;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul > li > ul > li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
main > #company #top #pg07 > ul > li > ul > li strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul > li > ul > li strong {
    font-size: 20px;
  }
}
main > #company #top #pg07 > ul > li > ul > li em {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 > ul > li > ul > li em {
    margin-bottom: 0;
  }
}
main > #company #top #pg07 .btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 .btn {
    margin-top: 50px;
  }
}
main > #company #top #pg07 .btn a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 360px;
  height: 80px;
  margin: 0 auto;
  padding: 0 35px;
  border-radius: 40px;
  color: #FFF;
  background-color: #014603;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #company #top #pg07 .btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #company #top #pg07 .btn a:hover {
    opacity: 1;
  }
}
main > #company #top #pg07 .btn a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 .btn a {
    height: 60px;
    border-radius: 30px;
  }
}
main > #company #top #pg07 .btn a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/icon_arrow_02.svg);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main > #company #top #pg07 .btn a:after {
    width: 30px;
    height: 30px;
  }
}
main > #case {
  color: #014603;
}
main > #case #title03 ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main > #case #title03 ul {
    margin-top: 30px;
  }
}
main > #case #title03 ul > li {
  margin: 0 1em 1em;
}
@media screen and (max-width: 768px) {
  main > #case #title03 ul > li {
    margin: 0 0.5em 0.5em;
  }
}
main > #case #title03 ul > li a {
  color: #777;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #case #title03 ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #case #title03 ul > li a:hover {
    opacity: 1;
  }
}
main > #case #title03 ul > li a:hover img {
  opacity: 1;
}
main > #case #title03 ul > li a.current {
  color: #014603;
}
@media screen and (max-width: 768px) {
  main > #case #title03 ul > li a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  main > #case #pageTtlWrap .ttl05 {
    width: 400px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  main > #case #pageTtlWrap #pageNavi {
    width: calc(100% - 450px);
  }
}
@media (min-width: 769px) {
  main > #case #pageTtlWrap #pageNavi > *:nth-child(n+4) {
    margin-top: 20px;
  }
}
main > #case #archive p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  main > #case #archive p {
    font-size: 14px;
  }
}
main > #case #archive .archive article + article {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article + article {
    margin-top: 60px;
  }
}
main > #case #archive .archive article a {
  text-decoration: none;
  transition: opacity 0.7s;
  color: #014603;
}
main > #case #archive .archive article a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #case #archive .archive article a:hover {
    opacity: 1;
  }
}
main > #case #archive .archive article a:hover img {
  opacity: 1;
}
main > #case #archive .archive article a > div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #case #archive .archive article a > div:nth-child(1) figure {
  position: relative;
  width: 50%;
  padding-top: 28.57%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article a > div:nth-child(1) figure {
    padding-top: 57.14%;
  }
  main > #case #archive .archive article a > div:nth-child(1) figure:nth-child(1) {
    width: 57.14%;
  }
  main > #case #archive .archive article a > div:nth-child(1) figure:nth-child(2) {
    width: 42.85%;
  }
}
main > #case #archive .archive article a > div:nth-child(1) figure img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  translate: -50% 0;
}
main > #case #archive .archive article a > div:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article a > div:nth-child(2) {
    display: block;
    margin-top: 20px;
  }
}
main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(1) {
  width: calc(100% - 200px);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(1) {
    width: auto;
    padding-right: 0;
  }
}
main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(1) h1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(1) h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main > #case #archive .archive article a > div:nth-child(2) > div:nth-child(2) {
    width: auto;
    margin-top: 20px;
  }
}
main > #case #archive .old {
  margin-top: 200px;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  main > #case #archive .old {
    margin-top: 50px;
    padding: 20px;
  }
}
main > #case #archive .old em {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
main > #case #archive .old p {
  margin-top: 20px;
}
main > #case #archive .old .btn {
  margin-top: 30px;
}
main > #case #archive .old .btn a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 360px;
  height: 80px;
  margin: 0 auto;
  padding: 0 35px;
  border-radius: 40px;
  color: #FFF;
  background-color: #014603;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #case #archive .old .btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #case #archive .old .btn a:hover {
    opacity: 1;
  }
}
main > #case #archive .old .btn a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #case #archive .old .btn a {
    height: 60px;
    border-radius: 30px;
  }
}
main > #case #archive .old .btn a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/icon_arrow_02.svg);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main > #case #archive .old .btn a:after {
    width: 30px;
    height: 30px;
  }
}
main > #case #single #kv {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: end;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv {
    display: block;
  }
}
main > #case #single #kv figure {
  width: 65.88%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv figure {
    width: auto;
  }
}
main > #case #single #kv > div {
  width: 34.11%;
  padding-left: 7.29%;
  padding-right: 30px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv > div {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-top: 40px;
    padding: 0 20px 80px;
  }
}
main > #case #single #kv > div h1 {
  font-size: 40px;
  margin-bottom: 7vw;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv > div h1 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 25px;
  }
}
main > #case #single #kv > div p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv > div p {
    width: 50%;
    font-size: 14px;
  }
}
main > #case #single #kv > div p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv > div p + p {
    margin-top: 0;
  }
}
main > #case #single #kv + * {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main > #case #single #kv + * {
    margin-top: 100px;
  }
}
main > #case #single .content {
  padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
  main > #case #single .content {
    padding-bottom: 80px;
  }
}
main > #case #single .content > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #case #single .content > li + li {
    margin-top: 30px;
  }
}
main > #case #single .content > li > * {
  font-size: 18px;
  text-align: center;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768px) {
  main > #case #single .content > li > * {
    font-size: 14px;
  }
}
main > #case #single .content > li > * + * {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #case #single .content > li > * + * {
    margin-top: 30px;
  }
}
.lum-lightbox-inner img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearFix {
  display: block;
}
.clearFix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.innerM {
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .innerM {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.innerS {
  width: 830px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .innerS {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ttl02 {
  margin-bottom: 50px;
  color: #014603;
  font-size: 36px;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.ttl02:nth-of-type(n+2) {
  margin-top: 100px;
}
.ttl02.center {
  text-align: center;
}
.ttl04 {
  margin-bottom: 30px;
  color: #014603;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.ttl04:nth-of-type(n+2) {
  margin-top: 100px;
}
.btn01 a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border: 1px #014603 solid;
  border-radius: 40px;
  color: #FFF;
  background-color: #014603;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.7s;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .btn01 a:hover {
    opacity: 1;
  }
}
.btn01 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .btn01 a {
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
  }
}
.btn01 a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_02.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .btn01 a:after {
    width: 30px;
    height: 30px;
  }
}
#pageTtl01 {
  position: relative;
  margin-bottom: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #014603;
}
@media screen and (max-width: 768px) {
  #pageTtl01 {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
  }
}
#pageTtl01 i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #F6F4E5;
  font-size: 200px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #pageTtl01 i {
    font-size: 100px;
  }
}
#pageTtlWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  #pageTtlWrap {
    margin-top: 80px;
  }
}
#pageTtlWrap .ttl05 {
  width: 300px;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  #pageTtlWrap .ttl05 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
#pageTtlWrap .ttl05 > * {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #pageTtlWrap .ttl05 > * {
    font-size: 16px;
  }
}
#pageTtlWrap #pageNavi {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  #pageTtlWrap #pageNavi {
    width: 100%;
  }
}
#pageTtlWrap #pageNavi > * {
  width: 30%;
  margin-right: 5%;
  border: #014603 1px solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #pageTtlWrap #pageNavi > * {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
#pageTtlWrap #pageNavi > *:nth-child(3n) {
  margin-right: 0;
}
#pageTtlWrap #pageNavi > * a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  color: #014603;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #pageTtlWrap #pageNavi > * a {
    font-size: 15px;
    text-align: left;
  }
}
#pageTtlWrap #pageNavi > * a:hover {
  color: #fff;
  background-color: #014603;
  text-decoration: none;
}
#pageTtlWrap #pageNavi > *.active a {
  color: #fff;
  background-color: #014603;
}
.dots li {
  padding-left: 1em;
  text-indent: -1em;
}
.dots li:before {
  content: "・";
}
.dots li:nth-child(n+2) {
  margin-top: 10px;
}
.pager {
  margin-top: 60px;
}
.pager .page-numbers {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pager .page-numbers > * {
  margin: 0 10px;
}
.pager .page-numbers > * > * {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
}
.pager .page-numbers > * > *:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #014603;
  transition: all 0.5s;
}
.pager .page-numbers > * > *.current, .pager .page-numbers > * > *:hover {
  text-decoration: none;
}
.pager .page-numbers > * > *.current:after, .pager .page-numbers > * > *:hover:after {
  width: 100%;
}
.column2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.column2 > * {
  width: 48%;
  margin-right: 4%;
}
.column2 > *:nth-child(2n) {
  margin-right: 0;
}
.column2 > *:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .column2 > *:nth-child(n+3) {
    margin-top: 30px;
  }
}
.c2_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.c2_1 > * {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .c2_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .c2_1 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c2_1 > *:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .c2_1 > *:nth-child(n+3) {
    margin-top: 50px;
  }
}
.c2_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.c2_2 > * {
  width: 48%;
  margin-right: 4%;
}
.c2_2 > *:nth-child(2n) {
  margin-right: 0;
}
.c2_2 > *:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c2_2 > *:nth-child(n+3) {
    margin-top: 30px;
  }
}
#catNavi {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -80px;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #catNavi {
    margin-top: -20px;
    margin-bottom: 60px;
  }
}
#catNavi > li {
  margin: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  #catNavi > li {
    margin: 0 5px 10px;
  }
}
#catNavi > li a {
  padding: 10px;
  color: #707070;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.7s;
  border: #014603 1px solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #catNavi > li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
  }
}
#catNavi > li a:hover, #catNavi > li a.current {
  color: #fff;
  background-color: #014603;
}
#catNavi > li a.current {
  font-weight: 500;
}
article#single time {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  article#single time {
    font-size: 12px;
  }
}
article#single .ctWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
article#single .ctWrap time {
  width: 80px;
}
@media screen and (max-width: 768px) {
  article#single .ctWrap time {
    width: 60px;
  }
}
article#single .ctWrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
article#single .ctWrap ul li {
  margin-left: 10px;
}
article#single .ctWrap ul li a {
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  border: #014603 1px solid;
  color: #014603;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  article#single .ctWrap ul li a {
    padding: 2px 10px;
    font-size: 12px;
  }
}
article#single .ctWrap ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
article#single h1 {
  color: #014603;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article#single h1 {
    font-size: 22px;
  }
}
article#single .entry {
  margin: 60px 0 80px;
  padding: 80px 0;
  border-top: #99B59A 1px solid;
  border-bottom: #99B59A 1px solid;
}
@media screen and (max-width: 768px) {
  article#single .entry {
    margin: 30px 0 50px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  article#single .entry_btn {
    margin-bottom: 40px;
  }
}
article#single .entry_btn a {
  width: 360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#single .entry_btn a {
    width: 300px;
  }
}
article#single #back .btn01 {
  width: 360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#single #back .btn01 {
    width: 300px;
  }
}
article#single #back .btn01 a {
  background-color: #fff;
  color: #014603;
}
article#single #back .btn01 a:after {
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
}
.news {
  background-color: #FAF9F5;
}
#news {
  padding-bottom: 100px;
}
#news .archive {
  border-top: #99B59A 1px solid;
}
#news .archive > li {
  border-bottom: #99B59A 1px solid;
}
#news .archive > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #news .archive > li a {
    padding: 30px 0;
  }
}
#news .archive > li a figure {
  width: 25.42%;
  height: 220px;
}
@media screen and (max-width: 768px) {
  #news .archive > li a figure {
    width: 100%;
    height: 200px;
  }
}
#news .archive > li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .archive > li a .text {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  #news .archive > li a .text {
    width: 100%;
    margin-top: 20px;
  }
}
#news .archive > li a .text h2 {
  color: #014603;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #news .archive > li a .text h2 {
    font-size: 16px;
  }
}
#news .archive > li a .text .ctWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news .archive > li a .text .ctWrap {
    margin-bottom: 10px;
  }
}
#news .archive > li a .text .ctWrap time {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #news .archive > li a .text .ctWrap time {
    width: 60px;
    font-size: 14px;
  }
}
#news .archive > li a .text .ctWrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
#news .archive > li a .text .ctWrap ul li {
  margin-left: 10px;
  padding: 2px 15px;
  border-radius: 20px;
  text-align: center;
  border: #014603 1px solid;
  color: #014603;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #news .archive > li a .text .ctWrap ul li {
    padding: 1px 10px;
    font-size: 12px;
  }
}
#works .archive {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
#works .archive article {
  width: 30.5%;
  margin-right: 4.23%;
}
@media screen and (max-width: 768px) {
  #works .archive article {
    width: 48%;
    margin-right: 4%;
  }
}
@media (min-width: 769px) {
  #works .archive article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  #works .archive article:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #works .archive article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #works .archive article:nth-child(n+3) {
    margin-top: 30px;
  }
}
#works .archive article a {
  display: block;
}
#works .archive article a .cont {
  padding: 20px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  #works .archive article a .cont {
    padding: 15px;
  }
}
#works .archive article a .cont .ctWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #works .archive article a .cont .ctWrap {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
#works .archive article a .cont .ctWrap time {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #works .archive article a .cont .ctWrap time {
    width: 60px;
  }
}
#works .archive article a .cont .ctWrap .cat {
  width: calc(100% - 80px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #works .archive article a .cont .ctWrap .cat {
    width: calc(100% - 60px);
  }
}
#works .archive article a .cont h2 {
  color: #014603;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #works .archive article a .cont h2 {
    font-size: 14px;
  }
}
#works #single #slider {
  position: relative;
}
#works #single #slider figure {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
#works #single #slider figure img {
  width: 100%;
}
#works #single #slider > figure:nth-child(n+2) {
  display: none;
}
#works #single #slider > figure img {
  width: 100%;
  max-width: none;
}
#works #single #slider .slick-track {
  max-width: none;
}
@media screen and (max-width: 768px) {
  #works #single #slider .slick-track {
    max-width: none;
  }
}
#works #single #slider .slick-list {
  overflow: hidden;
}
#works #single #slider figure {
  position: relative;
}
#works #single #slider figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #works #single #slider figure figcaption {
    padding: 3px;
    font-size: 11px;
  }
}
#works #single #thumbnail {
  margin-top: 20px;
}
#works #single #thumbnail .slick-track {
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (max-width: 768px) {
  #works #single #thumbnail .slick-track {
    width: 100% !important;
  }
}
#works #single #thumbnail li {
  float: left;
  position: relative;
  width: 10.5% !important;
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #works #single #thumbnail li {
    width: 18.4% !important;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #works #single #thumbnail li:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  #works #single #thumbnail li:nth-child(n+9) {
    margin-top: 20px;
  }
}
#works #single .btn01 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#iezukuridiary .flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#iezukuridiary .flex #main {
  width: 66.1%;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main {
    width: 100%;
  }
}
#iezukuridiary .flex #main .archive {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
#iezukuridiary .flex #main .archive article {
  width: 46%;
  margin-right: 8%;
}
#iezukuridiary .flex #main .archive article:nth-child(2n) {
  margin-right: 0;
}
#iezukuridiary .flex #main .archive article:nth-child(n+3) {
  margin-top: 80px;
}
#iezukuridiary .flex #main .archive article figure {
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article figure {
    height: 140px;
  }
}
#iezukuridiary .flex #main .archive article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#iezukuridiary .flex #main .archive article .text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article .text {
    margin-top: 15px;
  }
}
#iezukuridiary .flex #main .archive article .ctWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#iezukuridiary .flex #main .archive article .ctWrap time {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article .ctWrap time {
    width: 100%;
  }
}
#iezukuridiary .flex #main .archive article .ctWrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article .ctWrap ul {
    width: 100%;
  }
}
#iezukuridiary .flex #main .archive article .ctWrap ul li {
  display: none;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 20px;
  text-align: center;
  border: #014603 1px solid;
  color: #014603;
  font-size: 12px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article .ctWrap ul li {
    margin-left: 0;
    padding: 2px 10px;
    font-size: 11px;
  }
}
#iezukuridiary .flex #main .archive article .ctWrap ul li:first-child {
  display: block;
}
#iezukuridiary .flex #main .archive article h2 {
  color: #014603;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #main .archive article h2 {
    font-size: 16px;
  }
}
#iezukuridiary .flex #side {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #iezukuridiary .flex #side {
    width: 100%;
    margin-top: 50px;
  }
}
#iezukuridiary .flex #side aside {
  padding: 30px;
  background-color: #FAF9F5;
}
#iezukuridiary .flex #side aside:nth-child(n+2) {
  margin-top: 40px;
}
#iezukuridiary .flex #side aside p {
  margin-bottom: 15px;
  font-weight: 500;
}
#iezukuridiary .flex #side aside ul li {
  font-size: 13px;
}
#iezukuridiary .flex #side aside ul li a {
  color: #014603;
  font-size: 13px;
}
#iezukuridiary .flex #side aside#category ul li a {
  position: relative;
  padding-left: 1.2em;
}
#iezukuridiary .flex #side aside#category > ul > li > a:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#iezukuridiary .flex #side aside#category > ul > li > ul {
  margin-top: 5px;
  padding-left: 2em;
}
#iezukuridiary .flex #side aside#category > ul > li > ul > li {
  margin-top: 5px;
}
#iezukuridiary .flex #side aside#category > ul > li > ul > li > a:before {
  content: ">";
  position: absolute;
  left: 0;
  top: -2px;
}
#iezukuridiary .flex #side aside#category > ul > li > ul > li > ul {
  padding-left: 2em;
}
#iezukuridiary .flex #side aside#category > ul > li > ul > li > ul > li a {
  padding-left: 0;
}
#iezukuridiary .flex #side aside#year ul > li {
  cursor: pointer;
  color: #014603;
}
#iezukuridiary .flex #side aside#year ul > li ul > li {
  margin-top: 0;
}
#flow section:nth-of-type(n+2) {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #flow section:nth-of-type(n+2) {
    margin-top: 100px;
  }
}
#flow section .ttl02 {
  text-align: center;
}
#flow ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
#flow ul li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 30.5%;
  margin-right: 4.23%;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.3);
}
@media screen and (max-width: 768px) {
  #flow ul li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
}
@media (min-width: 769px) {
  #flow ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #flow ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  #flow ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
#flow ul li h3 {
  margin-bottom: 20px;
  color: #014603;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (min-width: 769px) {
  #flow ul li h3 {
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}
#flow ul li p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #flow ul li p {
    font-size: 13px;
  }
}
#flow ol {
  counter-reset: flow;
}
#flow ol li {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 50px 50px 50px 120px;
  background-color: #FAF9F5;
  counter-increment: flow;
}
@media screen and (max-width: 768px) {
  #flow ol li {
    padding: 30px 20px;
  }
}
#flow ol li:nth-child(n+2) {
  margin-top: 50px;
}
#flow ol li:before {
  content: counter(flow,decimal-leading-zero);
  position: absolute;
  left: 30px;
  top: 50px;
  padding: 10px;
  background-color: #fff;
  border: #014603 1px solid;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #flow ol li:before {
    padding: 5px;
    font-size: 20px;
    top: 30px;
    left: 20px;
  }
}
#flow ol li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -30px;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: #014603 2px solid;
  border-bottom: #014603 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #flow ol li:after {
    width: 20px;
    height: 20px;
    bottom: -30px;
  }
}
#flow ol li:last-child:after {
  content: none;
}
#flow ol li figure {
  width: 220px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #flow ol li figure {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
#flow ol li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#flow ol li .text {
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  #flow ol li .text {
    width: 100%;
    margin-top: 25px;
  }
}
#flow ol li .text h3 {
  margin-bottom: 20px;
  color: #014603;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #flow ol li .text h3 {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  #flow ol li .text p {
    padding-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  #flow ol li .text p {
    font-size: 14px;
  }
}
.modelHouse {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelHouse {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .modelHouse #pageTtlWrap .ttl05 {
    width: 450px;
    text-align: left;
  }
  .modelHouse #pageTtlWrap #pageNavi {
    width: calc(100% - 450px);
  }
  .modelHouse #pageTtlWrap #pageNavi > * {
    width: 48%;
    margin-right: 4%;
  }
  .modelHouse #pageTtlWrap #pageNavi > *:nth-child(2n) {
    margin-right: 0;
  }
}
.modelHouse .modelTtl {
  margin-bottom: 40px;
  color: #014603;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-family: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  .modelHouse .modelTtl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.modelHouse .modelTtl em {
  display: block;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .modelHouse .modelTtl em {
    font-size: 30px;
  }
}
.modelHouse #mainPht {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .modelHouse #mainPht {
    margin-bottom: 40px;
  }
}
.modelHouse #mainPht img {
  width: 100%;
  height: auto;
}
.modelHouse .column2 {
  margin-bottom: 100px;
}
.modelHouse .column2 figure {
  max-height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modelHouse .column2 figure {
    height: 118px;
    border-radius: 10px;
  }
}
.modelHouse .more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.modelHouse .map {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .modelHouse .map + p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .modelHouse .map iframe {
    height: 250px;
  }
}
.modelHouse #contactNavi {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 20px;
  background-color: #FAF9F5;
}
@media screen and (max-width: 768px) {
  .modelHouse #contactNavi {
    padding: 30px;
  }
}
.modelHouse #contactNavi ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modelHouse #contactNavi ul li {
  width: 360px;
}
.modelHouse #contactNavi ul li:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .modelHouse #contactNavi ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modelHouse #contactNavi ul li:first-child a {
  position: relative;
  color: #014603;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  justify-content: center;
  background-color: #FFF;
}
.modelHouse #contactNavi ul li:first-child a:before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  margin-right: 5px;
  background: url(../img/icon_tel_02.svg) no-repeat center / cover;
  filter: invert(12%) sepia(64%) saturate(3940%) hue-rotate(130deg) brightness(94%) contrast(105%);
}
.modelHouse #contactNavi ul li:nth-child(2n) a {
  color: #FFF;
  background-color: #014603;
  font-size: 18px;
}
.modelHouse #contactNavi ul li:nth-child(2n) a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_02.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .modelHouse #contactNavi ul li:nth-child(2n) a:after {
    width: 30px;
    height: 30px;
  }
}
.modelHouse #contactNavi ul li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border: 1px #014603 solid;
  border-radius: 40px;
  text-decoration: none;
  transition: opacity 0.7s;
}
.modelHouse #contactNavi ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .modelHouse #contactNavi ul li a:hover {
    opacity: 1;
  }
}
.modelHouse #contactNavi ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .modelHouse #contactNavi ul li a {
    height: 60px;
    border-radius: 30px;
  }
}
.linkList01 li a, .linkList02 li a {
  position: relative;
  padding-left: 20px;
  color: #014603;
  text-decoration: underline;
}
.linkList01 li a:hover, .linkList02 li a:hover {
  text-decoration: none;
}
.linkList01 li a:before, .linkList02 li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 8px;
  height: 8px;
  left: 0;
  border-top: #014603 1px solid;
  border-right: #014603 1px solid;
  -webkit-transform: rotate(45deg) translateY(-60%);
  transform: rotate(45deg) translateY(-60%);
}
.linkList01 li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.linkList01 li:nth-child(n+2) {
  margin-top: 40px;
}
.linkList01 li > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .linkList01 li > * {
    width: 100%;
  }
}
.linkList01 li > p {
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .linkList01 li > p {
    margin-top: 10px;
    font-size: 13px;
  }
}
.linkList02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.linkList02 li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .linkList02 li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .linkList02 li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .linkList02 li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.linkList03 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.linkList03 li {
  position: relative;
  width: 30%;
  margin-right: 5%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .linkList03 li {
    width: 49%;
    margin-right: 2%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .linkList03 li {
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .linkList03 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .linkList03 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .linkList03 li:nth-child(n+4) {
    margin-top: 5px;
  }
}
.linkList03 li:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  width: 8px;
  height: 8px;
  left: 0;
  border-top: #014603 1px solid;
  border-right: #014603 1px solid;
  -webkit-transform: rotate(45deg) translateY(-60%);
  transform: rotate(45deg) translateY(-60%);
}
@media screen and (max-width: 640px) {
  .linkList03 li:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
#designoffice #beginning {
  margin-bottom: 150px;
  padding: 60px;
  background-color: #FBF7F4;
  border-radius: 10px;
  color: #014603;
}
@media screen and (max-width: 768px) {
  #designoffice #beginning {
    margin-bottom: 100px;
    padding: 30px;
  }
}
#designoffice #beginning h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #designoffice #beginning h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#designoffice #specialty {
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 30px;
  background-color: #FBF7F4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #designoffice #specialty {
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
  }
}
#designoffice #specialty .dots li {
  margin-top: 5px;
  color: #014603;
}
#designoffice .case {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#designoffice .case > div {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #designoffice .case > div {
    width: 48%;
    margin-right: 4%;
  }
}
@media (min-width: 769px) {
  #designoffice .case > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #designoffice .case > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #designoffice .case > div:nth-child(n+3) {
    margin-top: 30px;
  }
}
#designoffice .case > div figure {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #designoffice .case > div figure {
    height: 150px;
  }
}
#designoffice .case > div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #designoffice .case > div .ttl04 {
    margin-bottom: 15px;
  }
}
#designoffice .case > div p {
  margin-top: 10px;
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #designoffice .case > div p {
    font-size: 10px;
  }
}
#sewayaki .archive {
  border-top: #99B59A 1px solid;
}
#sewayaki .archive article {
  border-bottom: #99B59A 1px solid;
}
#sewayaki .archive article a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #sewayaki .archive article a {
    padding: 20px 0;
  }
}
#sewayaki .archive article a figure {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #sewayaki .archive article a figure {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 769px) {
  #sewayaki .archive article a figure {
    order: 2;
  }
}
#sewayaki .archive article a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sewayaki .archive article a .swrap {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #sewayaki .archive article a .swrap {
    width: calc(100% - 110px);
  }
}
@media (min-width: 769px) {
  #sewayaki .archive article a .swrap {
    order: 1;
  }
}
#sewayaki .archive article a .swrap time {
  display: block;
}
@media screen and (max-width: 768px) {
  #sewayaki .archive article a .swrap time {
    font-size: 10px;
  }
}
#sewayaki .archive article a .swrap h2 {
  margin-top: 20px;
  color: #014603;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sewayaki .archive article a .swrap h2 {
    margin-top: 2px;
    font-size: 15px;
  }
}
#qa .archive {
  counter-reset: no;
}
#qa .archive li {
  margin-top: 30px;
  padding: 50px;
  background-color: #FAF9F5;
  border-radius: 10px;
  counter-increment: no;
}
@media screen and (max-width: 768px) {
  #qa .archive li {
    padding: 25px;
  }
}
#qa .archive li h3 {
  position: relative;
  padding-left: 100px;
  color: #014603;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #qa .archive li h3 {
    font-size: 16px;
    padding-left: 0;
    padding-top: 35px;
  }
}
#qa .archive li h3:before {
  content: "Q" counter(no,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
#qa .archive li > div {
  margin-top: 30px;
  padding-left: 100px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #qa .archive li > div {
    margin-top: 20px;
    padding-left: 0;
  }
}
#qa .archive li > div h4 {
  margin-bottom: 10px;
  color: #B70000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #qa .archive li > div h4 {
    font-size: 16px;
  }
}
#contact .btn button {
  width: 100px;
  padding: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contact .btn button {
    padding: 15px;
  }
}
#contact .btn button + input {
  width: calc(100% - 120px);
}
#contact #finish p {
  text-align: center;
}
#contact #finish .btn01 {
  max-width: 480px;
  margin: 50px auto 0;
}
#contact .alc {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .alc {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: left;
  }
}
#contact .flex > div {
  width: 48%;
  margin-right: 4%;
  padding: 60px;
  background-color: #FBF7F4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #contact .flex > div {
    width: 100%;
    padding: 30px;
    margin-right: 0;
  }
}
#contact .flex > div:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contact .flex > div:nth-child(n+2) {
    margin-top: 30px;
  }
}
#contact .flex > div h2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #014603;
  font-size: 20px;
  font-weight: 500;
  border-bottom: #99B59A 1px solid;
}
@media screen and (max-width: 768px) {
  #contact .flex > div h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 17px;
  }
}
#contact .flex > div .dots {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .flex > div .dots {
    margin-bottom: 20px;
  }
}
#contact .flex > div .dots li {
  margin-top: 5px;
  color: #014603;
}
@media screen and (max-width: 768px) {
  #contact .flex > div .dots li {
    font-size: 13px;
  }
}
#contact #telContact {
  margin-top: 60px;
  padding: 60px;
  background-color: #FBF7F4;
  border-radius: 10px;
  text-align: center;
  color: #014603;
}
@media screen and (max-width: 768px) {
  #contact #telContact {
    margin-top: 30px;
    padding: 30px;
  }
}
#contact #telContact h2 {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contact #telContact h2 {
    font-size: 18px;
  }
}
#contact #telContact .telNumber a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #014603;
  font-size: 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
}
@media screen and (max-width: 768px) {
  #contact #telContact .telNumber a {
    font-size: 30px;
  }
}
#contact #telContact .telNumber a:before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/icon_tel_02.svg) no-repeat center / cover;
  filter: invert(12%) sepia(64%) saturate(3940%) hue-rotate(130deg) brightness(94%) contrast(105%);
}
@media screen and (max-width: 768px) {
  #contact #telContact .telNumber a:before {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #contact #telContact p {
    font-size: 11px;
  }
}
#contact .tel {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 40px;
  padding: 25px 30px;
  font-size: 18px;
  background-color: #FAF9F5;
}
#contact .tel > * {
  display: block;
}
#contact .tel > em {
  margin-right: auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contact .tel > em {
    font-size: 12px;
    font-weight: 500;
  }
}
#contact .tel > p {
  margin-left: auto;
}
#contact .tel > p a {
  text-decoration: underline;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contact .tel > p a {
    font-size: 24px;
  }
}
#contact table {
  border-right: #dde4ed 1px solid;
  border-bottom: #dde4ed 1px solid;
}
#contact table tbody tr th, #contact table tbody tr td {
  padding: 20px;
  border-left: #dde4ed 1px solid;
  border-top: #dde4ed 1px solid;
}
@media screen and (max-width: 768px) {
  #contact table tbody tr th, #contact table tbody tr td {
    display: block;
    padding: 15px;
  }
}
#contact table tbody tr th {
  width: 300px;
  background-color: #FBF7F4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #contact table tbody tr th {
    width: 100%;
  }
}
#contact table tbody tr th.req:after {
  content: "*";
  padding-left: 5px;
  color: #ee383c;
}
@media screen and (max-width: 768px) {
  #contact table tbody tr td {
    width: 100%;
  }
}
#contact table tbody tr td input {
  padding: 5px 10px;
  border: #dde4ed 1px solid;
  border-radius: 5px;
}
#contact table tbody tr td textarea {
  width: 100%;
  padding: 5px 10px;
  border: #dde4ed 1px solid;
  border-radius: 5px;
}
#contact table tbody tr td span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contact table tbody tr td span.mwform-radio-field {
  display: block;
}
#contact table tbody tr td span.mwform-tel-field input, #contact table tbody tr td span.mwform-zip-field input {
  width: 115px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #contact table tbody tr td span.mwform-tel-field input, #contact table tbody tr td span.mwform-zip-field input {
    width: 95px;
    margin: 0 5px;
  }
}
#contact table tbody tr td span label {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contact table tbody tr td.flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact table tbody tr td.flex > span {
    margin-left: 0;
  }
}
#contact table tbody tr td.flex > span label {
  align-items: center;
}
#contact table + p {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 500;
}
#contact .btn {
  margin-top: 40px;
}
#contact .btn input {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #014603;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #contact .btn input {
    padding: 15px;
    font-size: 16px;
  }
}
#policy #policyList {
  margin-top: 40px;
}
#policy #policyList > li:nth-child(n+2) {
  margin-top: 50px;
}
#policy #policyList > li strong, #policy #policyList > li b {
  display: block;
  margin-bottom: 10px;
  color: #014603;
  font-size: 18px;
  font-weight: 500;
}
#policy #policyList > li b {
  margin-top: 20px;
}
#policy #policyList > li ol {
  margin-left: 1.5em;
}
#policy #policyList > li ol li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -3em;
}
#policy #policyList > li a {
  color: #014603;
  text-decoration: underline;
}
#policy #policyList > li a:hover {
  text-decoration: none;
}
/*
#make {
	#top {
		color: #014603;
		padding: 0 30px;
		p {
			line-height: (40/16);
			@include mq {
				font-size: 14px;
				line-height: (30/14);
			}
		}
		& > * {
			& + * {
				margin-top: 300px;
				@include mq {
					margin-top: 150px;
				}
			}
		}
		#sec01,
		#sec02 {
			@include flex;
			flex-flow: row;
			align-items: center;
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			@include mq {
				display: block;
			}
			figure {
				width: _p(420, 1000);
				margin-right: auto;
				@include mq {
					width: auto;
					text-align: center;
				}
			}
			div {
				width: _p(480, 1000);
				margin-left: auto;
				@include mq {
					width: auto;
					margin: 50px 0 0;
				}
				h2 {
					margin-bottom: 30px;
					font-size: 30px;
					font-weight: 500;
					line-height: (44/30);
					@include mq {
						font-size: 22px;
						line-height: (32/22);
					}
				}
			}
		}
		#sec02 {
			flex-flow: row-reverse;
			figure {
				margin-right: 0;
				margin-left: auto;
			}
			div {
				margin-left: 0;
				margin-right: auto;
			}
		}
		#sec03 {
			@include mq {
				padding: 0 30px;
			}
			& > * {
				& + * {
					margin-top: 80px;
					@include mq {
						margin-top: 40px;
					}
				}
			}
			h2 {
				font-size: 34px;
				font-weight: 500;
				text-align: center;
				letter-spacing: 3.4px;
				@include mq {
					font-size: 22px;
					line-height: (32/22);
				}
			}
			p {
				text-align: center;
				@include mq {
					text-align: left;
				}
			}
		}
	}
}
*/
