@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 71.875%;
  }
}

body {
  padding: 69px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.86;
  color: #000;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 8.8rem;
  }
}
body.menu-open {
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.menu-open {
    position: static !important;
    top: auto !important;
  }
}

img, video {
  max-width: 100%;
  vertical-align: top;
}

/* header
----------------------------------------------------*/
.header {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header.show {
  position: fixed;
  animation: header-show 0.75s forwards;
}
.header_logo {
  position: absolute;
  display: block;
  left: 16px;
  top: 21px;
  z-index: 3;
  width: 155px;
}
@media screen and (min-width: 835px) {
  .header_logo {
    transition: 0.4s ease;
  }
  .header_logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .header_logo {
    left: 30px;
    top: 27px;
    width: 182px;
  }
}
.header_logo svg {
  width: 100%;
  height: auto;
}
.header_nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease 0.35s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  padding: 125px 0 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .header_nav {
    position: static;
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
    background: none;
    padding: 45px 30px 45px 0;
    line-height: 1;
    transition: none;
  }
}
.header_nav li {
  margin: 0 0 47px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1024px) {
  .header_nav li {
    margin: 0 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1140px) {
  .header_nav li {
    margin: 0 0 0 40px;
  }
}
.header_nav li a {
  color: #5D370C;
}
@media screen and (min-width: 835px) {
  .header_nav li a {
    transition: 0.4s ease;
  }
  .header_nav li a:hover {
    color: #609275;
  }
}
@media screen and (min-width: 1024px) {
  .show .header_nav {
    opacity: 0;
    padding-right: 120px;
    visibility: hidden;
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .menu-open .show .header_nav {
    background: #fff;
  }
}
.header_btn {
  position: absolute;
  display: block;
  right: 12px;
  top: 19px;
  z-index: 3;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .header_btn {
    display: none;
    right: 36px;
    top: 27px;
  }
}
.header_btn span {
  position: absolute;
  left: 8px;
  width: 29px;
  height: 2px;
  display: block;
  background: #5D370C;
}
@media screen and (min-width: 1024px) {
  .header_btn span {
    left: 1px;
    width: 43px;
  }
}
.header_btn span:nth-of-type(1) {
  top: 17px;
  animation: menu-bar01 0.75s forwards;
}
.header_btn span:nth-of-type(2) {
  top: 27px;
  animation: menu-bar02 0.75s forwards;
}
@media screen and (min-width: 1024px) {
  .show .header_btn {
    display: block;
  }
}

.menu-open .header_btn span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.menu-open .header_btn span:nth-of-type(2) {
  animation: active-menu-bar03 0.75s forwards;
}
.menu-open .header_nav {
  opacity: 1;
  visibility: visible;
}

@keyframes header-show {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}
/* util
----------------------------------------------------*/
.vertical {
  display: table;
  width: 100%;
  text-align: center;
}
.vertical span {
  vertical-align: middle;
  writing-mode: vertical-rl;
  text-align: left;
  white-space: nowrap;
}

@media screen and (min-width: 420px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 420px) {
  .tab {
    display: block;
  }
}

.tabonly {
  display: none;
}
@media screen and (min-width: 420px) {
  .tabonly {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tabonly {
    display: none;
  }
}

.tabsmall {
  display: none;
}
@media screen and (min-width: 420px) {
  .tabsmall {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .tabsmall {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sptab {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.large {
  display: none;
}
@media screen and (min-width: 1024px) {
  .large {
    display: block;
  }
}

.js-trigger {
  opacity: 0;
  transform: translateY(-5%);
  filter: blur(5px);
  transition: 1.5s;
}
.js-trigger.is-show {
  opacity: 1;
  transform: none;
  filter: none;
}

/* common
----------------------------------------------------*/
.page_title {
  display: flex;
  align-items: center;
  min-height: 430px;
  margin: 41px 20px 110px;
  border-radius: 20px;
}
@media screen and (min-width: 420px) {
  .page_title {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .page_title {
    max-height: 604px;
    height: calc(100vh - (41px + 9vw));
    margin: 3.6rem 3% 18rem;
    border-radius: 50px;
  }
}
.page_title h1 {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.22em;
  color: #fff;
}
@media screen and (min-width: 420px) {
  .page_title h1 {
    font-size: 31px;
    font-size: 3.1rem;
    letter-spacing: 0.35em;
  }
}
@media screen and (min-width: 1024px) {
  .page_title h1 {
    position: relative;
    z-index: 2;
    padding-right: 15%;
    text-align: right;
  }
}
.page_title h1 small {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 12px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 1;
}
@media screen and (min-width: 420px) {
  .page_title h1 small {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.page_title.side {
  display: block;
  min-height: initial;
  height: auto;
  margin: 90px 0 85px;
  border-radius: 0;
}
@media screen and (min-width: 420px) {
  .page_title.side {
    display: flex;
    justify-content: space-between;
    max-height: initial;
    height: auto;
    margin: 8rem 0 1rem;
  }
}
.page_title.side h1 {
  margin: 0 0 50px 0;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 420px) {
  .page_title.side h1 {
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .page_title.side h1 {
    padding-right: 0;
  }
}
.page_title.txt {
  min-height: 300px;
  height: auto;
  margin: 41px 0 30px;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .page_title.txt {
    min-height: 400px;
    margin: 90px 0 10px;
  }
}
.page_title.txt h1 {
  padding-right: 0;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 420px) {
  .page_title.txt h1 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .page_title.txt h1 {
    letter-spacing: 0.2em;
  }
}
.page_title.txt-company {
  margin: 60px 0 40px;
}
@media screen and (min-width: 1024px) {
  .page_title.txt-company h1 {
    letter-spacing: 0.35em;
  }
}
.page_title-problems {
  background: url(../images/problems_sp.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 420px) {
  .page_title-problems {
    background-image: url(../images/problems.jpg);
  }
}
.page_title-particular {
  background: url(../images/particular_sp.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 420px) {
  .page_title-particular {
    background-image: url(../images/particular.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .page_title-particular {
    position: relative;
    background-position: left bottom;
  }
  .page_title-particular:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 35, 65, 0) 0%, #0d2341 100%);
    opacity: 0.25;
  }
}
.page_title div {
  height: 263px;
  margin: 0 0 0 25px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .page_title div {
    height: 32.5vw;
    border-radius: 50px 0 0 50px;
    width: 60vw;
  }
}
@media screen and (min-width: 1024px) {
  .page_title div {
    width: 56.4vw;
  }
}
@media screen and (min-width: 1400px) {
  .page_title div {
    width: 55vw;
  }
}
.page_title div img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_lead {
  margin: 0 25px;
}
@media screen and (min-width: 1024px) {
  .page_lead {
    margin-top: -2rem;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}
@media screen and (min-width: 1400px) {
  .page_lead {
    margin-top: 5rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.page_lead h2 {
  margin: 0 0 30px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.81;
}
@media screen and (min-width: 1024px) {
  .page_lead h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 5.5rem;
  }
}
.page_lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .page_lead p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.4;
  }
}

/* company
----------------------------------------------------*/
.company {
  position: relative;
}
.company:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 670px;
  background: url(../images/index_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .company:before {
    top: 100px;
    background: url(../images/index_bg_pc.jpg) center bottom;
    background-size: auto 670px;
  }
}
.company_lead {
  padding: 20px 25px 0;
}
@media screen and (min-width: 1024px) {
  .company_lead {
    padding: 2rem 7.5% 0;
  }
}
.company_lead h2 {
  margin: 0 0 35px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .company_lead h2 {
    margin-bottom: 5rem;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2.2;
  }
}
.company_lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 420px) {
  .company_lead p {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .company_lead p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.4;
  }
}
.company_profile {
  margin: 90px 25px;
}
@media screen and (min-width: 1024px) {
  .company_profile {
    margin: 17rem 7.5%;
  }
}
.company_profile img {
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .company_profile img {
    border-radius: 25px;
  }
}
.company_profile_inner {
  position: relative;
  z-index: 2;
  margin: -35px 15px 0;
  padding: 35px 10px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.97);
}
@media screen and (min-width: 420px) {
  .company_profile_inner {
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .company_profile_inner {
    margin: -7.5rem 5% 0;
    padding: 8rem 7.5% 0;
    border-radius: 20px;
  }
}
.company_profile h2 {
  margin: 0 0 35px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .company_profile h2 {
    margin-bottom: 6rem;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.company_profile table {
  border-top: 1px solid #DFD7CF;
  border-collapse: collapse;
}
@media screen and (min-width: 420px) {
  .company_profile table {
    width: 100%;
  }
}
.company_profile table th, .company_profile table td {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 420px) {
  .company_profile table th, .company_profile table td {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .company_profile table th, .company_profile table td {
    line-height: 2;
  }
}
.company_profile table th {
  padding: 25px 0 0 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 420px) {
  .company_profile table th {
    padding: 25px 50px 25px 20px;
    border-bottom: 1px solid #DFD7CF;
  }
}
@media screen and (min-width: 1024px) {
  .company_profile table th {
    padding: 2.5rem 5rem 2.2rem 2.5%;
  }
}
.company_profile table th div {
  display: flex;
  justify-content: space-between;
  width: 4em;
  margin: 0 0 10px 0;
}
.company_profile table td {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #DFD7CF;
}
@media screen and (min-width: 420px) {
  .company_profile table td {
    padding: 25px 20px 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .company_profile table td {
    padding: 2.5rem 2.5% 2.2rem 0;
  }
}
.company_profile table td p + p {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .company_profile table td p + p {
    margin: 0;
  }
}
.company_map {
  margin: 0 25px;
}
@media screen and (min-width: 1024px) {
  .company_map {
    margin: 0 7.5%;
  }
}
.company_map_wrap {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 20px 0;
  padding: 63% 0 0 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .company_map_wrap {
    margin-bottom: 2rem;
    padding-top: 42%;
  }
}
.company_map_wrap iframe,
.company_map_wrap object,
.company_map_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company_map_btm {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 420px) {
  .company_map_btm {
    display: flex;
    justify-content: space-between;
  }
}
.company_map_btm p {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 420px) {
  .company_map_btm p {
    margin: 0;
  }
}
.company_map_btm a {
  display: inline-block;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (min-width: 835px) {
  .company_map_btm a {
    transition: 0.4s ease;
  }
}
.company_map_btm a:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .company_map_btm a:after {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .company_map_btm a:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .company_map_btm a:after {
    width: 24px;
    height: 24px;
  }
}

/* form
----------------------------------------------------*/
.contact {
  position: relative;
}
.contact:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 670px;
  background: url(../images/index_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .contact:before {
    top: 100px;
    background: url(../images/index_bg_pc.jpg) center bottom;
    background-size: auto 670px;
  }
}
.contact_confirm_lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact_confirm_lead {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact_confirm_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact_confirm_end {
  padding-bottom: 3rem;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .contact_confirm_end {
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact_confirm table {
  width: 100%;
  margin: 3rem auto 0;
  border-top: 1px solid #DFD7CF;
  border-collapse: collapse;
}
@media screen and (min-width: 835px) {
  .contact_confirm table {
    margin-top: 5.2rem;
  }
}
.contact_confirm table th, .contact_confirm table td {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 420px) {
  .contact_confirm table th, .contact_confirm table td {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .contact_confirm table th, .contact_confirm table td {
    line-height: 2;
  }
}
.contact_confirm table th {
  max-width: 14em;
  white-space: nowrap;
  padding: 25px 0 0 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 420px) {
  .contact_confirm table th {
    padding: 25px 50px 25px 20px;
    border-bottom: 1px solid #DFD7CF;
  }
}
@media screen and (min-width: 1024px) {
  .contact_confirm table th {
    padding: 2.5rem 5rem 2.2rem 2.5%;
  }
}
.contact_confirm table th div {
  display: flex;
  justify-content: space-between;
  width: 4em;
  margin: 0 0 10px 0;
}
.contact_confirm table td {
  width: 100%;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #DFD7CF;
}
@media screen and (min-width: 420px) {
  .contact_confirm table td {
    padding: 25px 20px 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact_confirm table td {
    padding: 2.5rem 2.5% 2.2rem 0;
  }
}
.contact_confirm table td p + p {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .contact_confirm table td p + p {
    margin: 0;
  }
}

.form {
  margin: 0 25px;
  padding: 30px 10px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.97);
}
@media screen and (min-width: 835px) {
  .form {
    margin: 0 7.5%;
    padding: 5rem 7rem 0;
    border-radius: 30px;
  }
}
.form_item {
  padding: 25px 0 30px;
  border-top: 1px solid #DFD7CF;
}
@media screen and (min-width: 835px) {
  .form_item {
    display: flex;
    width: 100%;
    padding: 3.5rem 0;
    align-items: center;
  }
}
.form_item.end {
  border-bottom: 1px solid #DFD7CF;
}
.form_key {
  line-height: 20px;
}
@media screen and (min-width: 835px) {
  .form_key {
    min-width: 22.5rem;
  }
}
.form_key.required {
  display: flex;
  align-items: flex-start;
}
.form_key.required:after {
  content: "必 須";
  margin-left: 10px;
  padding: 0 15px;
  border-radius: 20px;
  background: #5D370C;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 835px) {
  .form_key.required:after {
    margin-top: -3px;
    margin-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.form_key label, .form_key span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .form_val {
    flex-grow: 2;
  }
}
.form_val span {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 2em;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.5;
  vertical-align: middle;
  text-indent: -1em;
}
.form_val_inner {
  width: 100%;
  padding: 5px 15px;
  border-radius: 5px;
  background: #F5F5F5;
  outline: none;
}
@media screen and (min-width: 835px) {
  .form_val_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 30px;
    border-radius: 10px;
  }
}
.form_val_inner.error {
  background: rgba(204, 0, 0, 0.1);
}
.form_val_inner div {
  position: relative;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 835px) {
  .form_val_inner div {
    width: 50%;
    margin: 10px 0;
    line-height: 1.1;
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
    font-weight: bold;
  }
  .form_val_inner div:nth-of-type(2n+1) {
    padding-right: 30px;
  }
}
.form_val_inner div label {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 420px) {
  .form_val_inner div label {
    display: inline-block;
  }
}
.form_val_inner div label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  border: 1px solid #5D370C;
  border-radius: 3px;
  background: #fff;
  pointer-events: none;
}
.form_val_inner div label:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 23px;
  height: 8px;
  border-left: 3px solid #609275;
  border-bottom: 3px solid #609275;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form_val_inner div input {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
}
.form_val_inner div input:checked + label:after {
  opacity: 1;
}
.form_privacy {
  margin: 30px 0;
  padding: 40px 20px 5px;
  border-radius: 15px;
  background: #F5F5F5;
}
@media screen and (min-width: 835px) {
  .form_privacy {
    margin: 10rem 0 5rem;
    padding: 4rem 1rem 0.5rem 4rem;
  }
}
.form_privacy b {
  display: block;
  margin: 0 0 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .form_privacy b {
    margin: 0 0 40px 0;
  }
}
.form_privacy_inner {
  height: 315px;
  overflow: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (min-width: 835px) {
  .form_privacy_inner {
    height: 200px;
    padding-right: 3rem;
  }
}
.form_privacy_inner dt {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
.form_privacy_inner dd {
  margin: 0 0 1em 1em;
}
.form_privacy_inner dd + dd {
  margin-left: 0;
}
.form_radio {
  position: relative;
}
@media screen and (min-width: 420px) {
  .form_radio {
    text-align: center;
  }
}
.form_radio label {
  position: relative;
  display: block;
  padding: 0 0 0 33px;
  line-height: 1.85;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 420px) {
  .form_radio label {
    display: inline-block;
  }
}
.form_radio label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 21px;
  height: 21px;
  border: 1px solid #5D370C;
  border-radius: 11px;
  pointer-events: none;
}
.form_radio label:after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 11px;
  background: #609275;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form_radio label.error {
  padding: 0;
}
.form_radio label.error:before, .form_radio label.error:after {
  display: none;
}
.form_radio input {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
}
.form_radio input:checked + label:after {
  opacity: 1;
}
.form_radio small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.form_btn {
  overflow: hidden;
  margin: 50px auto 0;
  border-radius: 0 15px 0 15px;
  background: #5D370C;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  transition: 0.4s ease;
}
@media screen and (min-width: 420px) {
  .form_btn {
    max-width: 305px;
  }
}
@media screen and (min-width: 835px) {
  .form_btn {
    margin-top: 10rem;
  }
}
.form_btn:hover {
  background: #609275;
}
.form_btn input {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #F5F5F5;
  line-height: 1.1;
  font-size: 16px;
  outline: none;
  transition: 0.4s ease;
}
@media screen and (min-width: 835px) {
  .form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
    padding: 26px 30px;
    border-radius: 10px;
  }
}
.form input[type=text].error,
.form input[type=tel].error,
.form input[type=email].error,
.form textarea.error {
  border-color: #c00;
  background: rgba(204, 0, 0, 0.1);
}
.form label.error {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #c00;
}
.form #zip {
  display: inline-block;
  width: 50%;
}
@media screen and (min-width: 835px) {
  .form #zip {
    width: 33%;
  }
}
.form #address {
  margin-top: 10px;
}
.form textarea {
  height: 150px;
  resize: vertical;
}
@media screen and (min-width: 835px) {
  .form textarea {
    height: 200px;
  }
}
.form_back {
  margin: 1rem 0 0 0;
  text-align: center;
}
.form_back input {
  display: inline-block;
  padding: 0 0 0 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M482%201985.626h8%22%2F%3E%3Cpath%20d%3D%22m485.626%201982-3.627%203.626%203.627%203.627%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .form_back input {
    transition: 0.4s ease;
  }
  .form_back input:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%23609275%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M482%201985.626h8%22%2F%3E%3Cpath%20d%3D%22m485.626%201982-3.627%203.626%203.627%203.627%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    color: #609275;
  }
}

/* plants
----------------------------------------------------*/
.plants {
  margin: 110px 25px 0;
}
@media screen and (min-width: 1024px) {
  .plants {
    position: relative;
    margin-top: 16rem;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}
@media screen and (min-width: 1400px) {
  .plants {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .plants_lead {
    position: relative;
  }
}
.plants_lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .plants_lead p {
    width: 51%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.plants h2 {
  margin: 0 0 35px;
}
@media screen and (min-width: 1024px) {
  .plants h2 {
    margin: 0 0 3.2rem;
  }
}
.plants h2 img {
  display: block;
  width: 61.5%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 420px) {
  .plants h2 img {
    min-width: 250px;
    width: 33%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 835px) {
  .plants h2 img {
    width: 35%;
    margin: 0 0 5.9rem;
  }
}
.plants h2 span {
  display: block;
  margin: 0 0 30px 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 420px) {
  .plants h2 span {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .plants h2 span {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .plants01 h2 img {
    width: 21.5%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .plants01 h2 img {
    width: 21%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .plants01 h2 img {
    width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .plants02 {
    margin-top: 19rem;
  }
  .plants02 h2 img {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .plants02 h2 img {
    width: 20.5%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .plants02 h2 img {
    width: 17.5%;
  }
}
.plants_img {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}
@media screen and (min-width: 1024px) {
  .plants_img {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .plants_img {
    width: 37%;
  }
}
.plants_img div {
  width: calc(50% - 2.5px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .plants_img div {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 1024px) {
  .plants_img div {
    width: 100%;
  }
  .plants_img div + div {
    margin-top: 20px;
  }
}
.plants_img div img {
  width: auto;
  height: 110px;
  object-fit: cover;
}
@media screen and (min-width: 420px) {
  .plants_img div img {
    height: auto;
  }
}
.plants_inner {
  margin: 35px 0 0 0;
  padding: 35px 25px 25px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media screen and (min-width: 420px) {
  .plants_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .plants_inner {
    margin-top: 8.5rem;
    padding: 50px 50px 30px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 420px) {
  .plants_inner section {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .plants_inner section {
    width: calc(50% - 35px);
  }
}
.plants_inner section + section {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .plants_inner section + section {
    margin-top: 0;
  }
}
@media screen and (min-width: 420px) {
  .plants_inner section.single {
    width: 100%;
    padding-top: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .plants_inner section.single {
    padding-top: 0;
  }
}
.plants_inner section h3 {
  margin: 0 0 1.5rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.83;
}
.plants_inner section p {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .plants_inner section p {
    border-radius: 15px;
  }
}
.plants .indivisual {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 22px 0;
  border-bottom: 1px solid #DFD7CF;
}
@media screen and (min-width: 1024px) {
  .plants .indivisual {
    padding: 35px 0;
  }
}
.plants .indivisual p {
  color: #5D370C;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73;
}
@media screen and (min-width: 1024px) {
  .plants .indivisual p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.plants .indivisual a {
  display: inline-block;
  padding-bottom: 3px;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (min-width: 835px) {
  .plants .indivisual a {
    transition: 0.4s ease;
  }
}
.plants .indivisual a:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .plants .indivisual a:after {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .plants .indivisual a:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .plants .indivisual a:after {
    width: 24px;
    height: 24px;
  }
}

.half + .half {
  margin-top: 60px;
}
@media screen and (min-width: 420px) {
  .half + .half {
    margin-top: 0;
  }
}
.half_wrap {
  margin: 110px 35px 0;
}
@media screen and (min-width: 420px) {
  .half_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .half_wrap {
    margin: 20rem 15%;
  }
}
.half_wrap + .index_btns.all {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .half_wrap + .index_btns.all {
    padding-top: 0;
  }
}
.half h2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
.half h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 420px) {
  .half01 {
    padding-right: 5%;
    border-right: 1px solid #DFD7CF;
  }
}
@media screen and (min-width: 1024px) {
  .half01 {
    padding-right: 8%;
  }
}
.half01 h2 img {
  width: 13.5%;
  margin-bottom: 15px;
}
@media screen and (min-width: 420px) {
  .half01 h2 img {
    width: auto;
    height: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 420px) {
  .half02 {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .half02 {
    padding-left: 8%;
  }
}
.half02 h2 img {
  width: 9.2%;
  margin-bottom: 22px;
}
@media screen and (min-width: 420px) {
  .half02 h2 img {
    width: auto;
    height: 33px;
    margin-bottom: 29px;
  }
}
.half p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* green
----------------------------------------------------*/
.green {
  margin: 80px 25px 0;
}
@media screen and (min-width: 420px) {
  .green {
    position: relative;
    margin-top: 13rem;
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-left: 45.1%;
  }
}
@media screen and (min-width: 1024px) {
  .green {
    min-height: 26vw;
  }
}
@media screen and (min-width: 1400px) {
  .green {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.green_lead {
  display: block;
  margin: 100px 0 -15px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .green_lead {
    margin: 17.3rem 0 14rem;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.77;
    letter-spacing: 0.15em;
  }
}
.green_lead:before {
  content: "";
  display: block;
  width: 229px;
  height: 75px;
  margin: 0 auto 35px;
  background: url(../images/green_lead.svg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .green_lead:before {
    width: 24.8rem;
    height: 8.15rem;
    margin-bottom: 3rem;
  }
}
.green h2 {
  margin: 0 0 30px 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .green h2 {
    line-height: 1.75;
  }
}
.green h2 small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.green_img {
  margin: 0 0 35px 0;
  border-radius: 10px;
}
@media screen and (min-width: 420px) {
  .green_img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 46.3%;
  }
}
@media screen and (min-width: 1024px) {
  .green_img {
    border-radius: 15px;
  }
}
@media screen and (min-width: 420px) {
  .green.green02 {
    padding-left: 0;
    padding-right: 45.1%;
  }
}
.green.green02 .green_img {
  left: auto;
  right: 0;
}
.green p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .green p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.green_btm {
  margin: 45px 0 0 0;
  padding: 70px 25px 0;
  background: url(../images/green_bg_sp.jpg) no-repeat center top;
  background-size: 400% auto;
}
@media screen and (min-width: 420px) {
  .green_btm {
    display: flex;
    justify-content: flex-start;
    background: url(../images/green_bg.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .green_btm {
    margin: 8rem 0 -15rem;
    padding: 21.5rem 7.5% 17rem;
  }
}
.green_btm h2 {
  margin: 0 0 30px 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 420px) {
  .green_btm h2 {
    width: 30%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .green_btm h2 {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 420px) {
  .green_btm section {
    width: 70%;
  }
}
.green_btm section h3 {
  margin: 0 0 25px 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 420px) {
  .green_btm section h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .green_btm section h3 {
    margin-bottom: 3.5rem;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.green_btm section p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .green_btm section p {
    width: 80%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.green_btm + .index_btns.all {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .green_btm + .index_btns.all {
    padding-top: 0;
  }
}

/* problems
----------------------------------------------------*/
.problems {
  margin: 0 25px;
}
@media screen and (min-width: 1024px) {
  .problems {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}
.problems + .problems {
  margin-top: 110px;
}
@media screen and (min-width: 1024px) {
  .problems + .problems {
    margin-top: 14rem;
  }
}
.problems h2 {
  margin: 0 0 15px 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #5D370C;
}
@media screen and (min-width: 420px) {
  .problems h2 {
    margin-bottom: 2rem;
    padding-right: 11.66%;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .problems h2 {
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 420px) {
  .problems section {
    display: flex;
    justify-content: space-between;
    padding-right: 6%;
  }
}
.problems_lead {
  text-align: center;
}
@media screen and (min-width: 420px) {
  .problems_lead {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .problems_lead {
    width: 36%;
  }
}
.problems_lead h3 {
  margin: 45px 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 420px) {
  .problems_lead h3 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .problems_lead h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 420px) {
  .problems_lead img {
    display: block;
    margin: 0 auto;
  }
}
.problems p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 420px) {
  .problems p {
    width: 49.5%;
  }
}
@media screen and (min-width: 1024px) {
  .problems p {
    width: 53%;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 420px) {
  .problems01 .problems_lead img {
    width: 22.3rem;
  }
}
@media screen and (min-width: 420px) {
  .problems02 .problems_lead img {
    width: 19rem;
  }
}
@media screen and (min-width: 420px) {
  .problems03 {
    margin-bottom: 13rem;
  }
}
@media screen and (min-width: 420px) {
  .problems03 .problems_lead img {
    width: 17.3rem;
  }
}

/* particular
----------------------------------------------------*/
.particular {
  position: relative;
  margin: 0 25px;
}
@media screen and (min-width: 420px) {
  .particular {
    display: flex;
  }
  .particular01, .particular03 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .particular {
    margin-left: 7.5%;
    margin-right: 7.5%;
    align-items: center;
  }
  .particular01, .particular03 {
    margin-right: 3%;
  }
  .particular02 {
    margin-left: 3%;
  }
}
.particular + .particular {
  margin-top: 80px;
}
@media screen and (min-width: 420px) {
  .particular + .particular {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .particular + .particular {
    margin-top: 18rem;
  }
}
.particular_img {
  display: none;
}
@media screen and (min-width: 420px) {
  .particular_img {
    display: block;
    min-width: 36vw;
  }
}
@media screen and (min-width: 420px) {
  .particular_img img {
    border-radius: 10px 0 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .particular_img img {
    border-radius: 25px 0 25px 0;
  }
}
.particular_txt h2 {
  margin: 0 0 25px 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .particular_txt h2 {
    line-height: 1.75;
  }
}
.particular_txt h2 small {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .particular_txt h2 small {
    margin-bottom: 0;
  }
}
.particular_txt img {
  margin: 0 0 30px 0;
  border-radius: 10px;
}
.particular_txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .particular_txt p {
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 420px) {
  .particular01 .particular_txt, .particular03 .particular_txt {
    padding-left: 3.6vw;
    padding-right: 6vw;
  }
  .particular02 .particular_txt {
    padding-right: 3.6vw;
    padding-left: 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .particular01 .particular_txt, .particular03 .particular_txt {
    padding-right: 10vw;
  }
  .particular02 .particular_txt {
    padding-left: 10vw;
  }
}

/* index
----------------------------------------------------*/
.mv {
  position: relative;
  height: calc(100vh - 69px);
  background: url(../images/mv.png) no-repeat 61% 100%;
  background-size: auto 70vh;
}
@media screen and (min-width: 420px) {
  .mv {
    background-size: auto 77vh;
  }
}
@media screen and (min-width: 835px) {
  .mv {
    height: calc(100vh - 8.8rem - 2.5rem);
    background-size: cover;
    margin: 0 0 0 20%;
    border-radius: 100px 0 0 100px;
  }
}
.mv_txt {
  position: absolute;
  display: block;
  left: 50%;
  top: calc(100vw - 375px);
  width: 76.8%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 420px) {
  .mv_txt {
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 835px) {
  .mv_txt {
    left: 0.8%;
    top: 50%;
    width: 39%;
    min-width: 430px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1400px) {
  .mv_txt {
    width: 39%;
    max-width: initial;
  }
  .mv_txt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.mv_txt img {
  width: 100%;
}

.index_lead {
  margin: 130px 35px 65px;
}
@media screen and (min-width: 420px) {
  .index_lead {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .index_lead {
    margin: 19rem 6% 11rem 16%;
  }
}
@media screen and (min-width: 1400px) {
  .index_lead {
    margin-left: 21%;
    margin-right: 10%;
  }
}
.index_lead h2 {
  margin: 0 0 12px 0;
  line-height: 2;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 420px) {
  .index_lead h2 {
    margin-right: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 835px) {
  .index_lead h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .index_lead h2 {
    width: 8.8em;
    margin-right: 23.5%;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1024px) {
  .index_lead_txt {
    white-space: nowrap;
  }
}
.index_lead p {
  line-height: 2.26;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .index_lead p {
    line-height: 2.53;
  }
}
.index_lead p + p {
  margin-top: 3.3rem;
}
.index_works {
  padding: 65px 25px 75px;
  background: url(../images/index_bg.jpg) no-repeat center center;
  background-size: auto 100%;
}
@media screen and (min-width: 1024px) {
  .index_works {
    padding: 11rem 7% 10rem 9%;
    background-size: cover;
  }
}
@media screen and (min-width: 1400px) {
  .index_works {
    padding-left: 13%;
    padding-right: 13%;
  }
}
.index_works_title {
  position: relative;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 700px) {
  .index_works_title {
    margin: 0 0 -80px 0;
  }
}
@media screen and (min-width: 420px) {
  .index_works_title {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .index_works_title {
    margin-bottom: -14rem;
  }
}
.index_works_title h2 {
  position: absolute;
  display: block;
  right: 35px;
  top: 0;
  width: 40px;
  height: 150px;
  border-radius: 9px 0 9px 0;
  background: #5D370C;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.35em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .index_works_title h2 {
    top: 0;
    right: 7%;
    width: 45px;
    height: 170px;
    border-radius: 10px 0 10px 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.4em;
  }
}
@media screen and (min-width: 1400px) {
  .index_works_title h2 {
    width: 50px;
    height: 189px;
  }
}
.index_works_title h2 span {
  height: 150px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .index_works_title h2 span {
    height: 170px;
  }
}
@media screen and (min-width: 1400px) {
  .index_works_title h2 span {
    height: 189px;
  }
}
.index_works_title p {
  padding: 80px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.83;
}
@media screen and (min-width: 420px) {
  .index_works_title p {
    display: inline-block;
    margin: 0 20% 0 0;
    padding: 0;
    vertical-align: middle;
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 0.25em;
  }
}
@media screen and (min-width: 835px) {
  .index_works_title p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1024px) {
  .index_works_title p {
    margin-right: 15%;
  }
}
.index_works_sec a {
  text-align: left;
}
@media screen and (min-width: 420px) {
  .index_works_sec a {
    display: inline-flex;
    align-items: flex-end;
    width: auto;
  }
}
.index_works_sec_img {
  width: 67.7%;
  max-width: 330px;
  margin: 0 0 2.5rem 0;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .index_works_sec_img {
    margin: 0 4rem 0 0;
  }
}
@media screen and (min-width: 835px) {
  .index_works_sec_img {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1400px) {
  .index_works_sec_img {
    max-width: 363px;
  }
}
@media screen and (min-width: 420px) {
  .index_works_sec_txt {
    padding-bottom: 40px;
  }
}
.index_works_sec_txt h3 {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.43;
}
@media screen and (min-width: 835px) {
  .index_works_sec_txt h3 {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_works_sec_txt h3 {
    margin-bottom: 1.5rem;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.48;
  }
}
.index_works_sec_txt p {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86;
}
@media screen and (min-width: 835px) {
  .index_works_sec_txt p {
    transition: 0.4s ease;
  }
}
.index_works_sec_txt span {
  display: inline-block;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (min-width: 835px) {
  .index_works_sec_txt span {
    transition: 0.4s ease;
  }
}
.index_works_sec_txt span:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .index_works_sec_txt span:after {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_works_sec_txt span:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .index_works_sec_txt span:after {
    width: 24px;
    height: 24px;
  }
}
.index_works_sec.works02 {
  margin-top: 5rem;
  text-align: right;
}
.index_works_sec.works02 .index_works_sec_img {
  margin-left: auto;
}
.index_works_sec a:hover .index_works_sec_img {
  opacity: 0.6;
}
.index_works_sec a:hover .index_works_sec_txt h3, .index_works_sec a:hover .index_works_sec_txt p {
  color: #676767;
}
.index_works_sec a:hover .index_works_sec_txt span {
  color: #609275;
}
.index_works_sec a:hover .index_works_sec_txt span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%23609275%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.index_btns {
  margin: 70px 0 110px;
  padding: 0 25px;
}
@media screen and (min-width: 420px) {
  .index_btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .index_btns {
    margin: 17rem 0 18rem;
    padding: 0 10%;
  }
}
@media screen and (min-width: 1400px) {
  .index_btns {
    justify-content: center;
    padding: 0;
  }
}
.index_btns b {
  display: block;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #DFD7CF;
  line-height: 1;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 420px) {
  .index_btns b {
    width: 100%;
    padding: 8rem 0 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .index_btns b {
    padding: 12rem 0 7rem;
  }
}
.index_btn {
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 420px) {
  .index_btn {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .index_btn {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .index_btn {
    width: calc(50% - 75px);
    max-width: 660px;
    margin: 0 25px;
  }
}
.index_btn_img {
  position: relative;
  margin: 0 0 10px 0;
  padding: 53.9% 0 0;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  line-height: 1.86;
}
@media screen and (min-width: 1024px) {
  .index_btn_img {
    margin-bottom: 20px;
    border-radius: 20px;
    transition: 0.4s ease;
  }
}
.index_btn_img img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.85;
  min-width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .index_btn_img img {
    transition: 0.4s ease;
  }
}
.index_btn_img > span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_btn_img > span > span {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 835px) {
  .index_btn_img > span > span {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_btn_img > span > span {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0.25em;
  }
}
.index_btn_img > span > span small {
  display: inline-block;
  margin-left: 6px;
  padding: 0 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .index_btn_img > span > span small {
    margin-left: 15px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index_btn a > span {
  display: inline-block;
  color: #5D370C;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (min-width: 835px) {
  .index_btn a > span {
    transition: 0.4s ease;
  }
}
.index_btn a > span:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .index_btn a > span:after {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_btn a > span:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 835px) {
  .index_btn a:hover .index_btn_img {
    background: #fff;
  }
  .index_btn a:hover .index_btn_img img {
    opacity: 0.4;
  }
  .index_btn a:hover .index_btn_img > span span {
    color: #5D370C;
  }
  .index_btn a:hover > span {
    color: #609275;
  }
  .index_btn a:hover > span:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%23609275%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.index_btns.all {
  padding-top: 20px;
  margin-bottom: -20px;
}
@media screen and (min-width: 1024px) {
  .index_btns.all {
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .index_btns.all {
    margin-left: 9.5%;
    margin-right: 9.5%;
  }
}
.index_btns.all .index_btn {
  width: 100%;
  max-width: initial;
}
.index_btns.all .index_btn_img {
  padding-top: 53.9%;
}
@media screen and (min-width: 420px) {
  .index_btns.all .index_btn_img {
    padding-top: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .index_btns.all .index_btn_img > span span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.index_contact {
  padding: 0 25px;
}
@media screen and (min-width: 420px) {
  .index_contact {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .index_contact {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .index_contact {
    padding-left: 18%;
    padding-right: 22%;
  }
}
.index_contact h2 {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 420px) {
  .index_contact h2 {
    width: 30%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .index_contact h2 {
    width: auto;
    margin: 0 15.8% 0 9.5%;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 420px) {
  .index_contact_list {
    width: 70%;
  }
}
.index_contact_list li + li {
  margin: 10px 0 0 0;
}
.index_contact_list li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 90px 0 20px;
  background: #F5F5F5;
  border-radius: 10px;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic", "Zen Kaku Gothic New", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media screen and (min-width: 835px) {
  .index_contact_list li a {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_contact_list li a {
    min-height: 78px;
    padding-left: 30px;
    border-radius: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index_contact_list li a:after {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -10px 0 0 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%235d370c%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 835px) {
  .index_contact_list li a:after {
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  .index_contact_list li a:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .index_contact_list li a:after {
    width: 24px;
    height: 24px;
  }
}
.index_contact_list li a:hover {
  background: #eee;
  color: #609275;
}
.index_contact_list li a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cg%20transform%3D%22translate(-475%20-1975)%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20transform%3D%22translate(475%201975)%22%20fill%3D%22%23609275%22%2F%3E%3Cg%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M481%201985.5h9%22%2F%3E%3Cpath%20d%3D%22M485.5%201981v9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* footer
----------------------------------------------------*/
.footer {
  margin: 100px 0 0 0;
  padding: 60px 25px 30px;
  border-top: 1px solid #DFD7CF;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 18rem;
    padding: 55px 55px 120px;
  }
}
.footer_logo {
  width: 198px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 835px) {
  .footer_logo {
    transition: 0.4s ease;
  }
  .footer_logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .footer_logo {
    width: 182px;
    margin-bottom: 30px;
  }
}
.footer_nav {
  margin: 0 0 55px 0;
  padding: 0 10px;
}
@media screen and (min-width: 420px) {
  .footer_nav {
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer_nav {
    margin-bottom: 4.5rem;
  }
}
.footer_nav li {
  margin: 0 0 25px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 420px) {
  .footer_nav li {
    margin: 0 2em 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_nav li {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 835px) {
  .footer_nav li a {
    transition: 0.4s ease;
  }
  .footer_nav li a:hover {
    color: #609275;
  }
}
.footer_copy {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
}

.pagetop {
  position: fixed;
  z-index: 99;
  right: 42px;
  bottom: 20px;
  width: 60px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(93, 55, 12, 0.5);
  transform: rotate(90deg);
  transform-origin: right bottom;
  line-height: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5D370C;
  font-family: "Inter", sans-serif;
  text-align: center;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (min-width: 420px) {
  .pagetop {
    right: 62px;
  }
}
.pagetop.show {
  opacity: 1;
}
.pagetop:hover {
  opacity: 0.5;
}
.pagetop:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 50%;
  border-bottom: 1px solid #5D370C;
}
