@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure,
form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error,
.no_script {
  background: #f66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #e8e8e8;
}

.c_red {
  color: #ff3425;
}

.en {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.brown {
  color: #9d8b6b;
}

.bg-beige {
  background: #f5f3f0;
}

.textC {
  text-align: center;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1080px) {
  .sp,
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
small.attention {
  position: relative;
  padding-left: 20px;
  display: block;
}
small.attention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0px;
}

.caption {
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.textS {
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.textN {
  font-size: 0.9375em;
  line-height: 2;
  letter-spacing: 0.05em;
}

.textL {
  font-size: 1.125em;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .textL {
    font-size: 1em;
    line-height: 1.8;
  }
}

.textL2 {
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1080px) {
  .textL2 {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .textL2 {
    letter-spacing: 0.01em;
    font-size: 1.125em;
    line-height: 1.9;
  }
}

.textB {
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .textB {
    font-size: 1.375em;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .textB {
    font-size: 1.25em;
    line-height: 1.7;
  }
}

.headingS {
  font-size: 1.75em;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .headingS {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.headingN {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1080px) {
  .headingN {
    font-size: 1.75em;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .headingN {
    font-size: 1.625em;
    line-height: 1.7;
  }
}

.headingN.w500 {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1080px) {
  .headingN.w500 {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .headingN.w500 {
    letter-spacing: 0.15em;
  }
}

.headingL {
  font-size: 3.125em;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .headingL {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .headingL {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (max-width: 400px) {
  .headingL {
    font-size: 2em;
    line-height: 1;
  }
}

.lead {
  line-height: 2.4;
}
@media screen and (max-width: 1080px) {
  .lead {
    line-height: 2.3;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    line-height: 2.25;
  }
}

.intro_img {
  border-radius: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .intro_img {
    margin-top: 20px;
    border-radius: 6px;
    height: 224px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

html {
  width: 100%;
  background: #ffffff;
}

body {
  z-index: 1;
  position: relative;
  color: #203424;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.95;
  }
}

#container_wrap {
  opacity: 0;
  position: relative;
  z-index: 1;
}
#container_wrap.active {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #203424;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

#container {
  position: relative;
  background: #ffffff;
}
#container .container {
  z-index: 3;
  position: relative;
}

.inner_wide {
  width: 100%;
  margin: auto;
  padding: 0 100px 0 8vw;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .inner_wide {
    padding: 0 70px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_wide {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .inner_wide {
    padding: 0 24px;
  }
}

.inner_midi {
  max-width: 740px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .inner_midi {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .inner_midi {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .inner_midi {
    padding: 0 24px;
  }
}

.header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 12;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0px;
    height: 60px;
  }
}
.header_inner {
  padding: 10px;
  backdrop-filter: blur(64px);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_inner {
    border-radius: 0;
  }
}
.header_inner .logo {
  display: block;
  width: 380px;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .header_inner .logo {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner .logo {
    width: 300px;
    margin-left: 0px;
  }
}
.header_inner .logo img {
  width: 154px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .header_inner .logo img {
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner .logo img {
    width: 110px;
  }
}
.header_inner .overview {
  display: block;
  position: absolute;
  left: 200px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1280px) {
  .header_inner .overview {
    font-size: 10px;
    left: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner .overview {
    left: 130px;
  }
}
.header_inner .list_menu {
  display: block;
  width: 400px;
  font-weight: 400;
  padding: 0 35px;
  position: absolute;
  top: 60px;
  right: -20px;
  z-index: 99;
}
@media screen and (max-width: 1280px) {
  .header_inner .list_menu {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .header_inner .list_menu {
    width: 100%;
    right: 0;
    padding: 0 20px;
  }
}
.header_inner .list_menu .menu {
  position: relative;
  padding: 5px;
}
.header_inner .list_menu .menu a,
.header_inner .list_menu .menu .drp_point {
  display: block;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_inner .list_menu .menu a:hover,
.header_inner .list_menu .menu .drp_point:hover {
  color: #9d8b6b;
}
.header_inner .list_menu .menu a.none,
.header_inner .list_menu .menu .drp_point.none {
  display: block;
  font-size: 16px;
}
.header_inner .list_menu .menu .drp_point {
  display: none;
}
.header_inner .list_menu .menu .drp_point .ico_plus {
  margin: -2px 0 0 5px;
}
.header_inner .list_menu .menu .drp_point.active .ico_plus::before {
  height: 0;
}
.header_inner .list_menu .menu .top {
  display: none !important;
}
.header_inner .list_menu .menu .drp_dwn {
  width: auto;
  font-size: 13px;
  padding-top: 10px;
  display: block;
  border-radius: 4px;
  padding-left: 20px;
  border-radius: 0;
}
.header_inner .list_menu .menu .drp_dwn a {
  padding: 8px 4px;
  line-height: 1.4;
  border-bottom: 1px solid #4c584d;
}
.header_inner .list_menu .menu .drp_dwn a:last-child {
  border-bottom: 0;
}
.header_inner .list_menu .menu .drp_dwn .first {
  display: none;
}
.header_inner .list_menu .four {
  display: block;
  font-size: 16px;
}
.header .btn_con {
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  .header .btn_con {
    right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .header .btn_con {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header .btn_con {
    display: none;
  }
}
.header .btn_con.event {
  width: 150px;
  color: #4c584d;
  border: 1px solid #4c584d;
  right: 270px;
}
.header .btn_con.contact {
  width: 200px;
  color: #ffffff;
  background: #4c584d;
  right: 60px;
}
.header .btn_con:hover {
  color: #ffffff;
  background: #9d8b6b;
  border-color: transparent;
}

.hamburger {
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
  cursor: pointer;
  width: 40px;
  position: fixed;
  height: 40px;
  border-radius: 4px;
  background: #9d8b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.hamburger .inner {
  width: 20px;
  height: 12px;
  display: block;
  z-index: 2;
  position: relative;
  margin-top: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hamburger .inner span {
  height: 2px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  background: #ffffff;
}
.hamburger .inner span:nth-child(2) {
  position: absolute;
  bottom: 5px;
}
.hamburger .inner span:nth-child(3) {
  position: absolute;
  bottom: 0px;
}
.hamburger.active .inner span {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.hamburger.active .inner span:first-child {
  margin-top: 5px;
}
.hamburger.active .inner span:nth-child(2) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  bottom: 5px;
}
.hamburger.active .inner span:nth-child(3) {
  opacity: 0;
}

.gnaviBg {
  position: fixed;
  width: 400px;
  z-index: 1;
  height: calc(100svh + 20px);
  background: #203424;
  opacity: 0.95;
  top: -20px;
  right: -55%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1280px) {
  .gnaviBg {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .gnaviBg {
    width: calc(100% + 40px);
    right: -105%;
  }
}
.gnaviBg.active {
  display: block;
  right: -20px;
}

.gnavi {
  display: none;
}

.list_menu li.service p {
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding: 10px 0;
}
.list_menu li.service p .arrow_down {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffffff;
  position: absolute;
  right: 32px;
  top: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-mask: url(../images/arrow_down.svg) 100% 100%;
          mask: url(../images/arrow_down.svg) 100% 100%;
}
@media screen and (max-width: 767px) {
  .list_menu li.service p .arrow_down {
    background: #ffffff;
    top: 14px;
    right: 42px;
  }
}
.list_menu li.service p.active .arrow_down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list_menu li.service .drp_dwn {
  font-size: 12px;
  display: none;
}
.list_menu li.service .drp_dwn a {
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #f5f3f0;
  border-bottom: 1px solid #7097b2;
}
.list_menu .ghost {
  opacity: 0.5;
  pointer-events: none;
}

.recaptcha_txt {
  border-top: 1px solid #dae0db;
  text-align: center;
  padding-top: 10px;
  margin-top: 40px;
}

.page-privacy-policy .footer,
.page-contact .footer {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .page-privacy-policy .footer,
  .page-contact .footer {
    margin-top: 100px;
    padding-bottom: 30px !important;
  }
}

.btn_footer_con {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f5f3f0), to(#f5f3f0));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f5f3f0 50%, #f5f3f0 100%);
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .btn_footer_con {
    padding: 100px 0 0 0;
  }
}
.btn_footer_con .inner {
  background: #4c584d;
  color: #ffffff;
  padding: 40px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .btn_footer_con .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn_footer_con .inner {
    padding: 40px 24px;
    border-radius: 0px;
  }
}
.btn_footer_con .inner .left {
  width: calc(100% - 300px);
  padding-left: 50px;
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .left {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.btn_footer_con .inner .left .textL {
  margin: 20px 0 10px;
}
.btn_footer_con .inner .left .en {
  font-size: 6.25em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .left .en {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .btn_footer_con .inner .left .en {
    font-size: 2.625em;
  }
}
.btn_footer_con .inner .left .en .ico {
  position: absolute;
  -webkit-mask: url(../images/ico_con.svg) 100% 100%;
          mask: url(../images/ico_con.svg) 100% 100%;
  width: 46px;
  height: 46px;
  background: #ffffff;
  display: block;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .left .en .ico {
    top: -42px;
    -webkit-transform: inherit;
            transform: inherit;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn_footer_con .inner .left .textS {
    text-align: left;
  }
}
.btn_footer_con .inner .right {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 0;
    width: 100%;
    max-width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .btn_footer_con .inner .right {
    display: block;
    width: 280px;
  }
}
.btn_footer_con .inner .right .btn_normal.border {
  margin: 20px 0 5px;
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .right .btn_normal.border {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_footer_con .inner .right .btn_normal.border {
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 1080px) {
  .btn_footer_con .inner .right .btn_normal,
  .btn_footer_con .inner .right .btn {
    max-width: 280px;
    width: 100%;
  }
}

.page-journal .btn_footer_con {
  background: #f5f3f0 !important;
}

.home .btn_footer_con {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .home .btn_footer_con {
    padding-top: 0px;
  }
}

.btn_sp-fix {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 8px 8px 0 0;
  background: #4c584d;
  position: fixed;
  bottom: 0;
  color: #ffffff;
  left: 0;
  z-index: 10;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_sp-fix {
    display: block;
  }
}
.btn_sp-fix .ico {
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

.footer {
  z-index: 5;
  padding: 60px 60px 0px;
  width: 100%;
  background: #f5f3f0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 80px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0px 70px !important;
  }
}
.footer_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer_top .left {
    margin: auto;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #9d8b6b;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_top .left {
    border-bottom: 0;
    padding-bottom: 0px;
  }
}
.footer_top .footer_logo {
  width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .footer_top .footer_logo {
    margin: 0 auto 10px;
    display: block;
    width: 300px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_top .footer_logo {
    width: 210px;
  }
}
.footer_top .list_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .footer_top .list_menu {
    margin: auto;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_top .list_menu {
    display: block;
    width: 100%;
    padding: 0 24px;
    margin-top: 20px;
  }
}
.footer_top .list_menu .none {
  display: block;
}
.footer_top .list_menu a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_top .list_menu a:hover {
  color: #9d8b6b;
}
.footer_top .list_menu .drp_point {
  display: none;
}
.footer_top .list_menu .drp_dwn {
  display: block !important;
  margin-top: 10px;
}
.footer_top .list_menu .drp_dwn a {
  display: block;
  font-size: 13px;
  padding: 3px 0 3px 20px;
  position: relative;
}
.footer_top .list_menu .drp_dwn a::before, .footer_top .list_menu .drp_dwn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}
.footer_top .list_menu .drp_dwn a::before {
  background: #9d8b6b;
  width: 7px;
  height: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  .footer_top .list_menu .drp_dwn a::before {
    width: 10px;
    height: 10px;
  }
}
.footer_top .list_menu .drp_dwn a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  width: 4px;
  height: 6px;
  left: 3px;
  margin: auto;
  background: #ffffff;
  -webkit-mask: url(../images/arrow_right.svg) 100% 100%;
          mask: url(../images/arrow_right.svg) 100% 100%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .footer_top .list_menu .drp_dwn a::after {
    opacity: 1;
  }
}
.footer_top .list_menu .drp_dwn a:hover::before {
  width: 10px;
  height: 10px;
}
.footer_top .list_menu .drp_dwn a:hover::after {
  opacity: 1;
}
.footer_top .list_menu .drp_dwn .first {
  display: none;
}
.footer_top .list_menu .four {
  display: block;
}
.footer_top .list_menu .four .menu {
  margin-bottom: 10px;
}
.footer_top .list_menu .list {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .footer_top .list_menu .list {
    padding-right: 0px;
  }
}
.footer_top .list_menu .list:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .footer_top .list_menu .menu {
    padding: 8px 0;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #dae0db;
  }
}
@media screen and (max-width: 767px) {
  .footer_top .list_menu .menu:last-child {
    border-bottom: 0;
  }
}
.footer_middle {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #9d8b6b;
  border-bottom: 1px solid #9d8b6b;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer_middle {
    margin: 10px 0;
    padding: 10px 20px;
  }
}
.footer_bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .footer_bottom {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding: 0 24px;
  }
}
.footer_bottom small {
  display: block;
  width: 75%;
}
@media screen and (max-width: 1080px) {
  .footer_bottom small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom small {
    margin-top: 20px;
  }
}
.footer_bottom .right {
  text-align: right;
  width: 25%;
}
@media screen and (max-width: 1080px) {
  .footer_bottom .right {
    width: 100%;
    text-align: left;
  }
}
.footer_bottom .right .btn_under {
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  .footer_bottom .right .btn_under {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.loading {
  width: 100%;
  height: 100svh;
  position: fixed !important;
  top: 0;
  display: block;
  left: 0;
  background: #9d8b6b;
  z-index: 99999999999999;
  -webkit-transition: 1s;
  transition: 1s;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}

.mt_center {
  margin: auto;
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 8px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .mt20 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mt30 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 22px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 26px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .mt80 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 50px;
  }
}

.post-body {
  position: relative;
  z-index: 2;
}
.post-body div#toc_container {
  width: 100%;
  border: 0;
  position: relative;
  padding: 20px 40px;
  margin: 0px 0 40px;
  border: 1px solid #dae0db;
  background: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 1080px) {
  .post-body div#toc_container {
    display: block !important;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .post-body div#toc_container {
    padding: 16px 20px 10px;
  }
}
.post-body div#toc_container .toc_title {
  position: relative;
}
.post-body div#toc_container .toc_toggle {
  width: 100% !important;
}
.post-body div#toc_container .toc_toggle .toc_brackets {
  display: none;
}
.post-body div#toc_container .toc_toggle a {
  font-size: 13px;
  border: 1px solid #9d8b6b;
  border-radius: 20px;
  display: block;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0px;
  font-weight: 400 !important;
  position: absolute;
  right: 0px;
}
.post-body div#toc_container .toc_toggle a:hover {
  background: #9d8b6b;
  color: #ffffff;
}
.post-body div#toc_container .no_bullets {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  display: block !important;
  padding: 0px !important;
}
.post-body div#toc_container .no_bullets .toc_title {
  position: relative;
  width: 100%;
}
.post-body div#toc_container .toc_list {
  width: calc(100% - 120px);
  margin: 0 !important;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .post-body div#toc_container .toc_list {
    width: 100%;
    font-size: 14.5px;
    padding-left: 0px;
  }
}
.post-body div#toc_container .toc_list li {
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .post-body div#toc_container .toc_list li {
    padding-left: 0px;
  }
}
.post-body div#toc_container .toc_list li:first-child {
  margin-top: 0px;
}
.post-body div#toc_container .toc_list li::before {
  display: none;
}
.post-body div#toc_container .toc_list li:first-child a {
  border-top: 0;
}
.post-body div#toc_container .toc_list li a {
  color: #203424;
  padding: 10px 0;
  display: block;
  border-top: 1px solid #dae0db;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .post-body div#toc_container .toc_list li a {
    line-height: 1.4;
  }
}
.post-body div#toc_container .toc_list ul {
  margin-left: 0 !important;
  padding: 0 !important;
  font-size: 0.9em;
  margin: 0px 0 10px;
}
.post-body div#toc_container .toc_list ul li {
  position: relative;
  margin-top: 0px;
  line-height: 1.4;
}
.post-body div#toc_container .toc_list ul li a {
  padding: 2px 0 2px 10px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .post-body div#toc_container .toc_list ul li a {
    padding: 2px 0 2px 16px;
  }
}
.post-body div#toc_container .toc_list ul li a {
  padding: 0px 0 0px 10px;
  margin-bottom: 6px;
}
.post-body div#toc_container .toc_list ul li a::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #9d8b6b;
  position: absolute;
  top: 10px;
  left: 0;
}
.post-body div#toc_container .toc_list ul li ul {
  padding: 0 !important;
  font-size: 0.9em;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .post-body div#toc_container .toc_list ul li ul {
    padding-left: 18px !important;
  }
}
.post-body div#toc_container .toc_list ul li ul li {
  padding-left: 12px;
}
.post-body div#toc_container .toc_list ul li ul li a {
  padding: 2px 0;
}
.post-body div#toc_container .toc_title {
  width: 120px;
  height: 25px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400 !important;
  margin: 10px 0 0;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  .post-body div#toc_container .toc_title {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-body div#toc_container .toc_title {
    position: relative;
    text-align: left;
    left: auto;
    top: auto;
  }
}
.post-body div#toc_container a {
  text-decoration: none !important;
}
.post-body p.toc_title {
  font-style: 400 !important;
}
.post-body p {
  margin: 1em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .post-body p {
    margin: 0.5em 0;
  }
}
.post-body .under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdfa9f));
  background: linear-gradient(transparent 60%, #fdfa9f 60%);
}
.post-body img {
  display: block;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .post-body img {
    margin: 20px 0;
  }
}
.post-body a {
  color: #9d8b6b;
  font-weight: 600;
  text-decoration: underline;
}
.post-body strong {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffffff));
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
.post-body h2,
.post-body h3,
.post-body h4 {
  color: #203424;
  font-weight: 500;
  position: relative;
}
.post-body .add_ttl_01 {
  font-size: 1.375em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 3em 0 0.8em;
  display: block;
  width: 100%;
}
.post-body .add_ttl_01::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #9d8b6b;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .post-body .add_ttl_01 {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.08em;
  }
}
.post-body .add_ttl_02 {
  font-size: 1.25em;
  line-height: 1.7;
  margin: 2em 0 0.8em;
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #9d8b6b;
}
@media screen and (max-width: 767px) {
  .post-body .add_ttl_02 {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.08em;
  }
}
.post-body .add_ttl_03 {
  font-size: 1.12em;
  line-height: 1.6;
  margin: 1.8em 0 1em;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-body .add_ttl_03 {
    margin: 1.5em 0 0.5em;
    letter-spacing: 0.05em;
  }
}
.post-body ul {
  margin: 1em 0;
  display: block;
  width: 100%;
}
.post-body ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.2em;
}
.post-body ul li::before {
  content: "";
  background: #9d8b6b;
  width: 6px;
  left: 0;
  top: 14px;
  position: absolute;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .post-body ul li::before {
    height: 4px;
    top: 12px;
    width: 4px;
    left: 3px;
  }
}
.post-body ol {
  margin: 1em 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-body ol {
    margin: 0.5em 0;
  }
}
.post-body ol li {
  margin-bottom: 0.2em;
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 16px;
}
.post-body ol li::before {
  font-family: "Ubuntu", sans-serif;
  content: counter(cnt);
  position: absolute;
  left: 0;
  color: #9d8b6b;
  top: 0px;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.line-area {
  overflow: hidden;
}
.line-area svg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 1;
  width: 110%;
}
@media screen and (max-width: 767px) {
  .line-area svg {
    width: 140%;
    left: -40%;
  }
}

.line-area svg .line,
.ann.active path {
  opacity: 1 !important;
  -webkit-animation: just 2s forwards;
          animation: just 2s forwards;
  stroke-dasharray: 2400px;
  stroke-miterlimit: 10;
  stroke-width: 16;
}
@media screen and (max-width: 767px) {
  .line-area svg .line,
  .ann.active path {
    stroke-width: 28;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ann.active path {
    stroke-width: 44 !important;
  }
}

@media screen and (max-width: 767px) {
  .ann1.active path,
  .ann3.active path {
    stroke-width: 48 !important;
  }
}

@-webkit-keyframes just {
  0% {
    stroke-dashoffset: 2400px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes just {
  0% {
    stroke-dashoffset: 2400px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.ttl_main {
  padding: 280px 0 200px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .ttl_main {
    padding: 200px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_main {
    padding: 130px 0 100px;
  }
}
.ttl_main_inner .en {
  font-size: 92px;
  font-size: 6.3888888889vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ttl_main_inner .en {
    font-size: 3.75em;
  }
}
.ttl_main_inner .ja {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .ttl_main svg {
    top: -30px;
    z-index: 1;
  }
}

.ttl_heading {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1080px) {
  .ttl_heading {
    position: relative;
    top: auto;
  }
}
.ttl_heading .ja {
  font-size: 2.375em;
  line-height: 1;
  margin: 10px 0 40px;
}
@media screen and (max-width: 1080px) {
  .ttl_heading .ja {
    font-size: 1.75em;
    line-height: 1.35;
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_heading .ja {
    margin: 5px 0 26px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1080px) {
  .ttl_heading .en {
    line-height: 1.3;
  }
}

.ttl_top {
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .ttl_top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_top {
    margin-bottom: 30px;
    text-align: left;
  }
}
.ttl_top .en {
  font-size: 5em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .ttl_top .en {
    font-size: 3.125em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1080px) {
  .low_journal .list_2block {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .low_journal .list_2block .left,
  .low_journal .list_2block .right {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .low_journal .list_2block .left {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .low_journal .list_2block .left .pc-img {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .low_journal .list_2block .left .pc-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .low_journal .list_2block .left .pc-img {
    display: block;
  }
}
.low_journal .list_2block .left .sp-img {
  display: none;
}
@media screen and (max-width: 1280px) {
  .low_journal .list_2block .left .sp-img {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .low_journal .list_2block .left .sp-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .low_journal .list_2block .left .sp-img {
    display: none;
  }
}
.low_journal .list_2block .right {
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .low_journal .list_2block .right {
    width: 70%;
  }
}
@media screen and (max-width: 1080px) {
  .low_journal .list_2block .right {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.low_journal .img {
  width: 408px;
}
@media screen and (max-width: 1280px) {
  .low_journal .img {
    width: 222px;
  }
}
@media screen and (max-width: 1080px) {
  .low_journal .img {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .low_journal .img {
    width: 230px;
  }
}

section {
  position: relative;
  z-index: 2;
}

.section_wrap {
  padding-top: 150px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .section_wrap {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding-top: 100px;
  }
}

.section_wrap100 {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_wrap100.sp60 {
    padding-top: 60px;
  }
}

.bg-beige {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg-beige {
    padding: 60px 0;
  }
}

.btn_under {
  text-decoration: underline !important;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_under.insta {
  position: relative;
}
.btn_under.insta::before {
  content: "";
  -webkit-mask: url(../images/ico_insta.svg) 100% 100%;
          mask: url(../images/ico_insta.svg) 100% 100%;
  width: 30px;
  height: 30px;
  background: #9d8b6b;
  display: inline-block;
  vertical-align: middle;
}

.ico_plus {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ico_plus::after, .ico_plus::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #9d8b6b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ico_plus::before {
  width: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 13px;
}
.ico_plus::after {
  width: 13px;
  height: 1px;
}

.btn_normal .ico,
.submit_wrap .ico,
.box_style li .ico,
.page-top_btn a .ico {
  position: absolute;
  right: 10px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}
@media screen and (max-width: 1080px) {
  .btn_normal .ico,
  .submit_wrap .ico,
  .box_style li .ico,
  .page-top_btn a .ico {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .btn_normal .ico,
  .submit_wrap .ico,
  .box_style li .ico,
  .page-top_btn a .ico {
    width: 34px;
    height: 34px;
  }
}
.btn_normal .ico .img,
.btn_normal .ico .arrow,
.submit_wrap .ico .img,
.submit_wrap .ico .arrow,
.box_style li .ico .img,
.box_style li .ico .arrow,
.page-top_btn a .ico .img,
.page-top_btn a .ico .arrow {
  width: 44px;
  height: 44px;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .btn_normal .ico .img,
  .btn_normal .ico .arrow,
  .submit_wrap .ico .img,
  .submit_wrap .ico .arrow,
  .box_style li .ico .img,
  .box_style li .ico .arrow,
  .page-top_btn a .ico .img,
  .page-top_btn a .ico .arrow {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn_normal .ico .img,
  .btn_normal .ico .arrow,
  .submit_wrap .ico .img,
  .submit_wrap .ico .arrow,
  .box_style li .ico .img,
  .box_style li .ico .arrow,
  .page-top_btn a .ico .img,
  .page-top_btn a .ico .arrow {
    width: 34px;
    height: 34px;
  }
}
.btn_normal .ico .arrow,
.submit_wrap .ico .arrow,
.box_style li .ico .arrow,
.page-top_btn a .ico .arrow {
  -webkit-mask: url(../images/arrow_right2.svg) 100% 100%;
          mask: url(../images/arrow_right2.svg) 100% 100%;
  background: #9d8b6b;
}
.btn_normal:hover .ico,
.submit_wrap:hover .ico,
.box_style li:hover .ico,
.page-top_btn a:hover .ico {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn_normal:hover .ico img,
.btn_normal:hover .ico .arrow,
.submit_wrap:hover .ico img,
.submit_wrap:hover .ico .arrow,
.box_style li:hover .ico img,
.box_style li:hover .ico .arrow,
.page-top_btn a:hover .ico img,
.page-top_btn a:hover .ico .arrow {
  opacity: 1;
}

.btn_normal,
input.wpcf7-submit {
  max-width: 300px;
  text-align: center;
  height: 60px;
  position: relative;
  background: #9d8b6b;
  color: #ffffff;
  border-radius: 60px;
  display: block;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .btn_normal,
  input.wpcf7-submit {
    max-width: 280px;
    height: 50px;
    line-height: 50px;
  }
}
.btn_normal p,
input.wpcf7-submit p {
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .btn_normal p,
  input.wpcf7-submit p {
    line-height: 50px;
  }
}
.btn_normal.border,
input.wpcf7-submit.border {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.btn_normal.border .ico .arrow,
input.wpcf7-submit.border .ico .arrow {
  background: #203424;
}
.btn_normal.white,
input.wpcf7-submit.white {
  border: 1px solid #ffffff;
  color: #203424;
  background: #ffffff;
}
.btn_normal.white .ico,
input.wpcf7-submit.white .ico {
  background: #4c584d;
}
.btn_normal.white .ico .arrow,
input.wpcf7-submit.white .ico .arrow {
  -webkit-mask: url(../images/arrow_right2.svg) 100% 100%;
          mask: url(../images/arrow_right2.svg) 100% 100%;
  background: #ffffff;
}

.btn_cookie {
  color: #ffffff;
  background: #4c584d;
  border-radius: 2px;
}

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

.list_2block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .list_2block {
    display: block;
  }
}
.list_2block .left {
  width: 35%;
}
@media screen and (max-width: 1080px) {
  .list_2block .left {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .list_2block .left {
    width: 100%;
  }
}
.list_2block .right {
  width: 65%;
}
@media screen and (max-width: 1080px) {
  .list_2block .right {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_2block .right {
    width: 100%;
    padding-left: 0px;
  }
}

.list_point {
  width: 100%;
  position: relative;
}
.list_point .img {
  width: 75%;
  border-radius: 8px;
}
.list_point .txt {
  position: absolute;
  right: 0;
  top: 60px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_point .txt {
    top: 20px;
  }
}
.list_point .txt .en {
  font-size: 5em;
  line-height: 1;
  color: #9d8b6b;
}
@media screen and (max-width: 1080px) {
  .list_point .txt .en {
    font-size: 4em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .list_point .txt .en {
    font-size: 2em;
    line-height: 1;
  }
}
.list_point .txt .ja {
  font-size: 1.625em;
}
@media screen and (max-width: 1080px) {
  .list_point .txt .ja {
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_point .txt .ja {
    font-size: 1.125em;
    line-height: 1.4;
  }
}

.list_imt .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex {
    display: block;
  }
}
.list_imt .list_flex:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .list_imt .list_flex:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex .list_flex {
    display: block;
    text-align: center;
  }
}
.list_imt .list_flex .img {
  width: 160px;
  background: #f5f3f0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex .img {
    margin: 0 auto 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex .textL2 {
    text-align: center;
  }
}
.list_imt .list_flex .right {
  width: calc(100% - 160px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .list_imt .list_flex .right {
    width: 100%;
    padding-left: 0px;
  }
}

.list_circle li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.2em !important;
}
@media screen and (max-width: 767px) {
  .list_circle li {
    margin-bottom: 0 !important;
  }
}
.list_circle li::before {
  content: "";
  background: #9d8b6b;
  width: 6px;
  left: 0;
  top: 14px;
  position: absolute;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list_circle li::before {
    height: 4px;
    top: 12px;
    width: 4px;
    left: 3px;
  }
}

.list_step > li {
  border-bottom: 1px solid #dae0db;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .list_step > li {
    padding: 20px 0 30px;
  }
}
.list_step > li:first-child {
  border-top: 1px solid #dae0db;
}
.list_step > li .ico {
  position: relative;
}
.list_step > li .ico::before {
  content: attr(data-en);
  display: block;
  font-weight: 400;
  position: absolute;
  font-size: 20px;
  color: #9d8b6b;
  letter-spacing: 0.04em;
  font-family: "Ubuntu", sans-serif;
  left: 58px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .list_step > li .ico::before {
    font-size: 16px;
    top: 10px;
    left: 50px;
  }
}

.table_company {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_company tbody,
  .table_company th,
  .table_company td,
  .table_company tr {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
.table_company tr {
  border-bottom: 1px solid #dae0db;
}
@media screen and (max-width: 767px) {
  .table_company tr {
    padding: 16px 0 !important;
  }
}
.table_company tr:first-child {
  border-top: 1px solid #dae0db;
}
.table_company tr th,
.table_company tr td {
  padding: 30px 0;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .table_company tr th,
  .table_company tr td {
    padding: 20px 0;
  }
}
.table_company tr th {
  width: 20%;
  padding: 30px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company tr th {
    width: 25%;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .table_company tr th::before {
    content: "[";
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .table_company tr th::after {
    content: "]";
    margin-bottom: 10px;
    position: relative;
  }
}

.box_style {
  max-width: 1600px;
  padding: 150px 3vw 0;
  margin: auto;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
@media screen and (max-width: 1080px) {
  .box_style {
    padding: 100px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .box_style {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 400px) {
  .box_style {
    padding: 100px 24px 0;
  }
}
.box_style .list_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .box_style .list_flex {
    display: block;
  }
}
.box_style .list_flex li {
  padding: 0 0.5%;
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li {
    padding: 0 0.5%;
    width: 50%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li.first a .inner p, .box_style .list_flex li.second a .inner p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li.first a .inner p, .box_style .list_flex li.second a .inner p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li.first .main, .box_style .list_flex li.second .main {
    -o-object-position: center -40px;
       object-position: center -40px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li.third a .inner .main_ico {
    bottom: 0px !important;
  }
}
.box_style .list_flex li a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_style .list_flex li a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a:hover::after {
    opacity: 1;
  }
}
.box_style .list_flex li a:hover .inner {
  color: #203424;
  top: -30px;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a:hover .inner {
    color: inherit;
    top: inherit;
    color: #ffffff;
  }
}
.box_style .list_flex li a:hover .inner .main_ico {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a:hover .inner .main_ico {
    opacity: 1;
  }
}
.box_style .list_flex li a .ico {
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: auto;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .ico {
    bottom: 23px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .ico .arrow {
    width: 34px;
    height: 34px;
  }
}
.box_style .list_flex li a::after {
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 8px;
  opacity: 0.8;
  background: #9d8b6b;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a::after {
    opacity: 1;
    mix-blend-mode: multiply;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9d8b6b));
    background: linear-gradient(transparent, #9d8b6b);
  }
}
.box_style .list_flex li a .main {
  display: block;
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .main {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .box_style .list_flex li a .main {
    border-radius: 6px;
  }
}
.box_style .list_flex li a .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  height: 100px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .inner {
    top: auto;
    right: auto;
    text-align: left;
    bottom: 20px;
    left: 80px;
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .inner p {
    line-height: 1.4;
  }
}
.box_style .list_flex li a .inner .main_ico {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .box_style .list_flex li a .inner .main_ico {
    position: absolute;
    left: -70px;
    bottom: -6px;
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
  overflow: auto;
  background: rgba(32, 52, 36, 0.85);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-wrap {
  background: #ffffff;
  padding: 80px 60px;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal .modal-wrap {
    width: 94%;
    padding: 60px 10px;
  }
}
.modal .modal-wrap .modalClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal .modal-wrap .modalClose {
    width: 40px;
  }
}
.modal .modal-wrap img {
  width: 100%;
  display: block;
  max-width: 782px;
  margin: auto;
}

.modal.active {
  opacity: 1;
}

.tabs {
  margin-top: 30px;
}
.tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  max-width: 588px;
}
@media screen and (max-width: 767px) {
  .tabs .tab-list {
    margin-left: 0px;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tabs .tab-item {
  border-radius: 4px 4px 0 0;
  background: #dae0db;
  color: #7a817b;
  padding: 0px 40px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 5px -10px -10px;
}
@media screen and (max-width: 767px) {
  .tabs .tab-item {
    padding: 0px 0px 10px;
    text-align: center;
    width: 25%;
    margin: 5px 0px -20px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.tabs .tab-content {
  background-color: #f5f3f0;
  z-index: 2;
  position: relative;
}
.tabs .tab-panel {
  display: none;
}
.tabs .tab-item.active {
  background-color: #f5f3f0;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0px 40px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .tabs .tab-item.active {
    padding: 0px 0px;
    margin: 0 8px;
  }
}
.tabs .tab-item.active .en {
  color: #9d8b6b;
}
.tabs .tab-panel.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .tabs .tab-panel.active {
    padding: 10px;
  }
}

.page-about .sp60 {
  background: #ffffff;
}
.page-about .bg-white {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.page-about .fix-img {
  position: fixed;
  width: 100%;
  height: 100svh;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img {
    position: relative;
    height: auto;
    overflow: hidden;
    top: auto;
    right: auto;
    left: auto;
  }
}
.page-about .fix-img::after {
  content: "";
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img::after {
    display: none;
  }
}
.page-about .fix-img .lead {
  position: absolute;
  bottom: 18%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .lead {
    bottom: auto;
    position: relative;
    left: auto;
    right: auto;
  }
}
.page-about .fix-img .lead .en {
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .lead .en {
    font-size: 3em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .fix-img .lead .en {
    margin-bottom: 20px;
  }
}
.page-about .fix-img .lead .en.active {
  opacity: 1;
}
.page-about .fix-img .lead .ja {
  font-size: 3.125em;
  line-height: 1;
  letter-spacing: 0.22em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .lead .ja {
    font-size: 2.5em;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .fix-img .lead .ja {
    font-size: 2em;
  }
}
.page-about .fix-img .lead .ja.active {
  opacity: 1;
}
.page-about .fix-img .inner {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  position: fixed;
  width: 100%;
  height: 100svh;
  z-index: 1;
  right: 0;
  top: 30%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    height: 500px;
    right: auto;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-about .fix-img .inner {
    height: 300px;
    left: auto;
  }
}
.page-about .fix-img .inner.active {
  opacity: 0.2;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .inner.active {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.page-about .fix-img .inner .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 20px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .inner .img {
    border-radius: 0px;
  }
}
.page-about .fix-img .inner .top {
  z-index: 2;
  opacity: 0;
}
.page-about .fix-img .inner svg {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  width: 110%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-about .fix-img .inner svg {
    top: 40%;
  }
}
.page-about .fix-img .inner svg .line {
  opacity: 1;
  stroke-dasharray: 2400px;
  stroke-miterlimit: 10;
  stroke-width: 16;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img .inner svg .line {
    stroke-width: 22;
  }
}
@media screen and (max-width: 767px) {
  .page-about .fix-img .inner svg .line {
    stroke-width: 32;
  }
}
@keyframes just {
  0% {
    stroke-dashoffset: 2400px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.page-about .fix-img.action .inner {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .page-about .fix-img.action .inner {
    height: 300px;
  }
}
.page-about .fix-img.action .inner .top {
  opacity: 1;
}
.page-about .fix-img.action .inner .img {
  border-radius: 0;
}
.page-about .fix-img svg {
  opacity: 0;
}
.page-about .fix-img svg.action {
  opacity: 1;
  -webkit-animation: just 4s forwards;
          animation: just 4s forwards;
}
@media screen and (max-width: 1080px) {
  .page-about .fix-img svg.action {
    -webkit-animation: just 3s forwards;
            animation: just 3s forwards;
  }
}
.page-about .fix-img.white::after {
  opacity: 0.8;
}
.page-about .box {
  height: 900px;
}
@media screen and (max-width: 1080px) {
  .page-about .box {
    display: none;
  }
}
.page-about .box1 {
  height: 100px;
}
.page-about .box2 {
  height: 400px;
}
@media screen and (max-width: 1080px) {
  .page-about .box2 {
    display: none;
  }
}
.page-about .intro {
  max-width: 820px;
  margin: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .page-about .intro {
    padding-bottom: 0px;
    margin-top: 60px;
  }
}
.page-about_promise .ttl_heading, .page-about_staff .ttl_heading {
  top: auto;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-about_promise .ttl_heading, .page-about_staff .ttl_heading {
    margin-bottom: 50px;
  }
}
.page-about_promise .list_flex {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .page-about_promise .list_flex {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex {
    display: block;
    margin-bottom: 40px;
  }
}
.page-about_promise .list_flex:last-child {
  margin-bottom: 0px;
}
.page-about_promise .list_flex.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-about_promise .list_flex .txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex .txt {
    width: 100%;
  }
}
.page-about_promise .list_flex .txt .btn_normal {
  margin: 20px auto 0;
}
.page-about_promise .list_flex .txt img {
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex .txt img {
    border-radius: 6px;
  }
}
.page-about_promise .list_flex .catch {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex .catch {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-about_promise .list_flex .catch::before {
  content: attr(data-en);
  display: block;
  font-size: 80px;
  line-height: 1;
  color: #9d8b6b;
  font-family: "Ubuntu", sans-serif;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page-about_promise .list_flex .catch::before {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex .catch::before {
    font-size: 46px;
    margin: 0 auto 10px;
  }
}
.page-about_promise .list_flex .catch span {
  position: absolute;
  z-index: -2;
  opacity: 0;
  font-size: 0;
}
.page-about_promise .list_flex .catch img {
  display: block;
  width: 87px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .page-about_promise .list_flex .catch img {
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_promise .list_flex .catch img {
    width: 57px;
  }
}
.page-about_promise .first .catch img {
  display: block;
  width: 142px;
}
@media screen and (max-width: 1080px) {
  .page-about_promise .first .catch img {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_promise .first .catch img {
    width: 92px;
  }
}
.page-about_staff .list_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .page-about_staff .list_flex {
    display: block;
  }
}
.page-about_staff .list_flex .left {
  width: 280px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-about_staff .list_flex .left {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_staff .list_flex .left {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
}
.page-about_staff .list_flex .left img {
  display: block;
}
.page-about_staff .list_flex .left .main {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-about_staff .list_flex .left .main {
    height: 260px;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-about_staff .list_flex .left .name {
  position: absolute;
  top: 10px;
  width: 30px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .page-about_staff .list_flex .left .name {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_staff .list_flex .left .name {
    width: 26px;
  }
}
.page-about_staff .list_flex .right {
  width: calc(100% - 280px);
  padding-left: 50px;
}
@media screen and (max-width: 1080px) {
  .page-about_staff .list_flex .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-about_staff .list_flex .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.page-about_staff .list_flex .right dt {
  position: relative;
}
.page-about_staff .list_flex .right dt .headingS {
  letter-spacing: 0.18em;
  margin-bottom: 6px;
}
.page-about_staff .list_flex .right dt::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #9d8b6b;
  margin: 16px 0;
}
.page-about_staff .second {
  padding: 60px 0;
  margin: 60px 0;
  border-top: 1px solid #9d8b6b;
  border-bottom: 1px solid #9d8b6b;
}
@media screen and (max-width: 767px) {
  .page-about_staff .second {
    padding: 30px 0;
    margin: 30px 0;
  }
}
.page-about_access iframe {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .page-about_access iframe {
    height: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .box_style .fourth {
    margin-top: 1%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .box_style .fourth {
    margin-top: 0%;
  }
}

.page-service .intro {
  overflow: hidden;
}
.page-service .intro .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-service .intro .list_flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-service .intro .list_flex .headingN {
    font-size: 1.25em;
    line-height: 1.7;
  }
}
.page-service .intro .list_flex .left {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-service .intro .list_flex .left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-service .intro .list_flex .left {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 20px;
  }
}
.page-service .intro .list_flex .left div {
  display: block;
  position: relative;
  width: 100%;
}
.page-service .intro .list_flex .left div.circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 10s linear infinite rotation;
          animation: 10s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-service .intro .list_flex .right {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 1080px) {
  .page-service .intro .list_flex .right {
    width: 50%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .intro .list_flex .right {
    width: 100%;
    padding-left: 0px;
  }
}
.page-service .main-ico {
  width: 56px;
  display: block;
}
.page-service_about .ttl_heading {
  top: auto;
  position: relative;
}
.page-service .full {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f5f3f0), to(#f5f3f0));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f5f3f0 50%, #f5f3f0 100%);
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .page-service .full {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #f5f3f0), to(#f5f3f0));
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #f5f3f0 30%, #f5f3f0 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-service .full {
    padding-bottom: 60px;
  }
}
.page-service .full .txt {
  padding-right: 280px;
}
@media screen and (max-width: 1080px) {
  .page-service .full .txt {
    padding-right: 0px;
  }
}
.page-service .full .txt img {
  border-radius: 8px;
}
.page-service .full .right {
  position: absolute;
  width: 280px;
  right: 0;
}
@media screen and (max-width: 1080px) {
  .page-service .full .right {
    width: 100%;
    position: relative;
    right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .full .right h3 .main-ico {
    margin: auto;
  }
}
.page-service .full .right h3 .ja {
  font-size: 0;
  position: absolute;
  opacity: 0;
  z-index: -2;
}
@media screen and (max-width: 1080px) {
  .page-service .full .right h3 .ja {
    font-size: 28px;
    z-index: 1;
    opacity: 1;
    position: relative;
    text-align: center;
    display: block;
    letter-spacing: 0.18em;
    width: 100%;
  }
}
.page-service .full .right h3 .ttl {
  width: 50px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-service .full .right h3 .ttl {
    display: none;
  }
}
.page-service .semi .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .semi .list_flex .txt {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .list_flex .txt {
    width: 100%;
  }
}
.page-service .semi .list_flex .txt h3 {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .list_flex .txt h3 {
    padding-left: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-service .semi .list_flex .txt h3 span {
  display: block;
}
.page-service .semi .list_flex .txt h3 .main-ico {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1080px) {
  .page-service .semi .list_flex .txt h3 .main-ico {
    left: auto;
    top: auto;
    margin: auto;
    -webkit-transform: inherit;
            transform: inherit;
    position: relative;
  }
}
.page-service .semi .list_flex .img {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .list_flex .img {
    width: 100%;
    margin-bottom: 26px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .list_flex .img {
    margin-bottom: 22px;
  }
}
.page-service .semi .list_flex .img img {
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner_wide {
    padding: 0;
  }
}
.page-service .semi .price .coment {
  width: 544px;
  margin-left: 80px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .coment {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .coment {
    width: 326px;
    margin: auto;
  }
}
.page-service .semi .price .inner {
  border: 1px solid #203424;
  padding: 60px 80px;
  margin-top: -40px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner {
    margin-top: -20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner {
    margin-top: -60px;
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 400px) {
  .page-service .semi .price .inner {
    padding: 80px 24px 30px;
  }
}
.page-service .semi .price .inner .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .semi .price .inner .tab-content .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-service .semi .price .inner .tab-content .tsubo {
  position: relative;
  width: 210px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .tsubo {
    width: 122px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .tsubo {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .tsubo img {
    width: 122px;
  }
}
.page-service .semi .price .inner .tab-content .tsubo .en {
  position: absolute;
  left: 60px;
  top: 60px;
  font-weight: 300;
  font-size: 3.75em;
}
@media screen and (max-width: 1280px) {
  .page-service .semi .price .inner .tab-content .tsubo .en {
    font-size: 3em;
    left: 80px;
    top: 84px;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .tsubo .en {
    font-size: 2.5em;
    left: 30px;
    top: 32px;
  }
}
.page-service .semi .price .inner .tab-content .ico {
  margin: 0 30px;
}
@media screen and (max-width: 1280px) {
  .page-service .semi .price .inner .tab-content .ico {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .ico {
    width: 20px;
    margin: 0 20px;
    height: 20px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .kakeru,
  .page-service .semi .price .inner .tab-content .price {
    text-align: center;
  }
}
.page-service .semi .price .inner .tab-content .kakeru img,
.page-service .semi .price .inner .tab-content .price img {
  width: 20px;
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .kakeru {
    width: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .price {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .price {
    width: 40%;
  }
}
.page-service .semi .price .inner .tab-content .price .en {
  font-size: 3.75em;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .page-service .semi .price .inner .tab-content .price .en {
    font-size: 3em;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .price .en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .equal {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .equal img {
    margin: auto;
    width: 20px;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .inner .tab-content .total {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.page-service .semi .price .inner .tab-content .total .en {
  font-weight: 300;
  font-size: 5em;
}
@media screen and (max-width: 1280px) {
  .page-service .semi .price .inner .tab-content .total .en {
    font-size: 4em;
  }
}
@media screen and (max-width: 1080px) {
  .page-service .semi .price .inner .tab-content .total .en {
    font-size: 3em;
  }
}
.page-service .semi .price .btn_normal {
  max-width: 380px;
  margin: 30px auto -80px;
}
@media screen and (max-width: 767px) {
  .page-service .semi .price .btn_normal {
    margin: 20px auto 0px;
    line-height: 1.5;
    padding-top: 3px;
  }
}
.page-service .renova {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-service .renova {
    display: block;
  }
}
.page-service .renova h3 {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 1080px) {
  .page-service .renova h3 {
    padding-left: 0px;
    text-align: center;
  }
}
.page-service .renova h3 .main-ico {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .page-service .renova h3 .main-ico {
    position: relative;
    left: auto;
    margin: auto;
  }
}
.page-service .renova .right {
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .page-service .renova .right {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .page-service_flow .list_2block {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .page-service_flow .list_2block .left,
  .page-service_flow .list_2block .right {
    width: 100%;
    padding-left: 0;
  }
}
.page-service_flow .list_step .list_flex {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex {
    display: block;
  }
}
.page-service_flow .list_step .list_flex .point {
  position: absolute;
  right: 0;
  width: 246px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex .point {
    width: 238px;
    left: 0;
    margin: auto;
  }
}
.page-service_flow .list_step .list_flex .point.active {
  opacity: 1;
  -webkit-animation: slideIn 0.6s forwards;
          animation: slideIn 0.6s forwards;
}
@-webkit-keyframes slideIn {
  0% {
    top: -60px;
  }
  100% {
    top: -20px;
  }
}
@keyframes slideIn {
  0% {
    top: -60px;
  }
  100% {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes slideIn {
    0% {
      top: -60px;
    }
    100% {
      top: 10px;
    }
  }
  @keyframes slideIn {
    0% {
      top: -60px;
    }
    100% {
      top: 10px;
    }
  }
}
.page-service_flow .list_step .list_flex .ico {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex .ico {
    width: 140px;
  }
}
.page-service_flow .list_step .list_flex .ico img {
  width: 50px;
}
.page-service_flow .list_step .list_flex .txt {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex .txt {
    width: 100%;
    margin-top: 10px;
  }
}
.page-service_flow .list_step .list_flex .txt .textL2 {
  margin: 3px 0 10px;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex .txt .textL2 {
    position: absolute;
    left: 120px;
    top: 24px;
  }
}
.page-service_flow .list_step .list_flex .txt .list_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .list_flex .txt .list_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-service_flow .list_step .list_flex .txt .list_flex .img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .padding {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-service_flow .list_step .padding .txt .textL2 {
    top: 104px;
  }
}
.page-service .box_style .second {
  display: none;
}

.list_news li {
  position: relative;
  border-bottom: 1px solid #dae0db;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_news li {
    padding: 20px 0;
  }
}
.list_news li:hover {
  background: #f5f3f0;
}
@media screen and (max-width: 1080px) {
  .list_news li:hover {
    background: transparent;
  }
}
.list_news li a.link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_news li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_news li .item time {
  display: block;
}
.list_news li .item .img {
  display: block;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .list_news li .item .img {
    width: 120px;
  }
}
.list_news li .item .img img {
  display: block;
  border: 1px solid #f5f3f0;
  border-radius: 6px;
}
.list_news li .item .txt {
  width: calc(100% - 190px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .list_news li .item .txt {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
}
.list_news li .item .txt .ttl {
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .list_news li .item .txt .ttl {
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .list_news li .caption.sp {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dae0db;
  }
}

.list_2block .list_news li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_2block .list_news li {
    border-bottom: 0;
    padding: 14px 0;
  }
}

.page-news .list_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .page-news .list_news {
    display: block;
    width: 100%;
  }
}
.page-news .list_news li {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 1080px) {
  .page-news .list_news li {
    width: 100%;
    margin-right: 0;
  }
}
.page-news .list_news li:nth-child(2n) {
  margin-right: 0;
}
.page-news .list_news li:last-child {
  border-bottom: 1px solid #dae0db;
}
.page-news .list_news li .txt .ttl {
  margin-bottom: 0;
  margin-top: 8px;
}
.page-news .list_news li div.caption {
  display: none !important;
}

.page-news-single {
  padding-top: 200px;
}
@media screen and (max-width: 1080px) {
  .page-news-single {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-single {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-single .list_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-news-single .list_flex {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-news-single .list_flex {
    display: block;
    padding: 0;
  }
}
.page-news-single .list_flex .left {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-news-single .list_flex .left {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-single .list_flex .left {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .page-news-single .list_flex .left {
    padding: 0px 24px;
  }
}
.page-news-single .list_flex .left .inner {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-news-single .list_flex .left .inner {
    position: relative;
    top: auto;
  }
}
.page-news-single .list_flex .left .ttl {
  font-size: 3.75em;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-news-single .list_flex .left .ttl {
    font-size: 2.5em;
    margin-bottom: 40px;
  }
}
.page-news-single .list_flex .right {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1080px) {
  .page-news-single .list_flex .right {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-single .list_flex .right {
    width: 100%;
    padding-left: 0px;
  }
}
.page-news-single .list_flex .right .inner {
  background: #f5f3f0;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 1080px) {
  .page-news-single .list_flex .right .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-single .list_flex .right .inner {
    border-radius: 0px;
  }
}
@media screen and (max-width: 400px) {
  .page-news-single .list_flex .right .inner {
    padding: 30px 24px;
  }
}
.page-news-single .list_flex .right .border {
  border-top: 1px solid #203424;
  padding: 10px 0;
  border-bottom: 1px solid #203424;
  margin: 20px 0 40px;
}

.page-journal {
  background: #f5f3f0;
}
.page-journal .ttl_main .en img[src$=".svg"] {
  width: 18%;
  margin-right: 40px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .page-journal .ttl_main .en img[src$=".svg"] {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-journal .ttl_main .en img[src$=".svg"] {
    display: block;
    width: 130px;
  }
}
.page-journal .side-menu {
  background: #f5f3f0 !important;
}
@media screen and (max-width: 1280px) {
  .page-journal .side-menu_inner {
    margin-left: 0px;
  }
}
.page-journal .side-menu .drp_point,
.page-journal .side-menu .drp_dwn {
  background: #ffffff;
}
.page-journal .line-area svg .line {
  stroke: #ffffff;
}
.page-journal .line-area .right {
  background: #f5f3f0 !important;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .page-journal .line-area .right {
    width: 100%;
  }
}

.page-journal .list_news li:hover,
.page-journal-single .list_news li:hover {
  background: #ffffff;
}

.page-journal-single {
  background: #f5f3f0;
  position: relative;
  z-index: 2;
}
.page-journal-single .list_flex .right .inner {
  background: #ffffff;
}
.page-journal-single .list_flex .left .ttl .img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .page-journal-single .list_flex .left .ttl .img {
    width: 100px;
    margin-right: 20px;
  }
}
.page-journal-single .cat-item a {
  max-width: 220px !important;
}

.side-menu {
  position: absolute;
  right: 8vw;
  bottom: 200px;
  background: #ffffff;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .side-menu {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 40px auto 0;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    margin: 20px auto 0;
    bottom: -80px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .side-menu {
    padding: 0 24px;
  }
}
.side-menu_inner {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .side-menu_inner {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .side-menu_inner {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .side-menu_inner {
    width: 100%;
  }
}
.side-menu_inner .drp_point {
  border: 1px solid #dae0db;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.side-menu_inner .drp_point .ico_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.side-menu_inner .drp_point.active {
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.side-menu_inner .drp_point.active .ico_plus::before {
  width: 0;
}
.side-menu_inner ul {
  padding: 0px 10px 10px;
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #dae0db;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .side-menu_inner ul {
    position: relative;
  }
}
.side-menu_inner ul li:first-child {
  border-top: 1px solid #dae0db;
  padding-top: 10px;
}
.side-menu_inner ul li a {
  display: block;
  padding: 5px 10px;
}
.side-menu_inner ul li a:hover {
  background: #f5f3f0;
  border-radius: 5px;
}

.cat {
  background: #79817b;
  color: #ffffff;
  font-weight: 400;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 12px;
}

.category .list_news li .txt p.caption,
.archive .list_news li .txt p.caption {
  display: none;
}

.page-news-single .cat-item a {
  font-weight: 400;
  text-align: center;
  display: block;
  max-width: 140px;
  border-radius: 4px;
  padding: 2px 12px;
  border: 1px solid #203424;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-news-single .cat-item a {
    margin: 5px 5px 0 0;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 30px;
  width: 30px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}
.wp-pagenavi .current {
  background: #f5f3f0;
}
.wp-pagenavi a {
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.wp-pagenavi a:hover {
  background: #f5f3f0;
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: transparent;
}
.wp-pagenavi span {
  border-radius: 50%;
}

.pagenavi {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin-top: 100px;
  border-top: 1px solid #f5f3f0;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 50px;
  }
}

.archive_pagenavi {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .archive_pagenavi {
    padding: 20px 0 0px;
  }
}

.sp-cat {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-cat {
    padding: 0px 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .sp-cat {
    padding: 0px 24px;
  }
}
.sp-cat .textS.en {
  position: absolute;
  left: 30px;
  top: 0px;
}
@media screen and (max-width: 400px) {
  .sp-cat .textS.en {
    left: 24px;
  }
}
.sp-cat .list_cat {
  display: block;
  padding-left: 80px;
}

.list_pagination {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 400px) {
  .list_pagination {
    padding: 10px 24px;
  }
}
.list_pagination li {
  position: relative;
  padding-left: 0px !important;
}
.list_pagination li::before {
  display: none;
}
.list_pagination li .inner {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 !important;
}
.list_pagination li a {
  display: block;
  width: 100%;
  color: #9d8b6b;
  position: relative;
}
.list_pagination li a,
.list_pagination li p {
  text-decoration: none;
}
.list_pagination li.prev, .list_pagination li.next {
  position: relative;
}
.list_pagination li.prev a::after, .list_pagination li.next a::after {
  content: "";
  width: 28px;
  height: 28px;
  z-index: 1;
  position: absolute;
  display: block;
  border-radius: 50%;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 8px;
  background: #9d8b6b;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}
.list_pagination li.prev a::before, .list_pagination li.next a::before {
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_pagination li.prev:hover a::after, .list_pagination li.next:hover a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list_pagination li.prev:hover a::before, .list_pagination li.next:hover a::before {
  opacity: 1;
}
.list_pagination li.prev {
  width: calc(50% - 9px);
}
.list_pagination li.prev a {
  padding: 10px 10px 10px 40px !important;
}
.list_pagination li.prev a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/arrow_left-white.svg) no-repeat center center/10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.list_pagination li.prev a::after {
  left: 0;
  right: auto;
}
.list_pagination li.prev a:hover::before {
  background: url(../images/arrow_left-white.svg) no-repeat center center/10px;
}
.list_pagination li.center {
  text-align: center;
  text-decoration: underline;
  width: 18px;
}
.list_pagination li.next {
  width: calc(50% - 9px);
}
.list_pagination li.next a {
  padding: 10px 40px 10px 10px !important;
  text-align: right;
}
.list_pagination li.next a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/arrow_right-white.svg) no-repeat center center/10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.list_pagination li.next a:hover::before {
  background: url(../images/arrow_right-white.svg) no-repeat center center/10px;
}

.page-company_inner .list_flex {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-company_inner .list_flex {
    display: block;
  }
}
.page-company_inner .list_flex .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-company_inner .list_flex .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page-company_inner .list_flex .img img {
  display: block;
}
.page-company_inner .list_flex .txt {
  width: 60%;
  padding-left: 80px;
}
@media screen and (max-width: 1080px) {
  .page-company_inner .list_flex .txt {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_inner .list_flex .txt {
    width: 100%;
    padding-left: 0px;
  }
}
.page-company_inner .list_flex .txt .headingN {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .page-company_inner .list_flex .txt .headingN {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_inner .list_flex .txt .headingN {
    margin-bottom: 20px;
  }
}
.page-company_inner .list_flex .txt .border {
  margin-top: 60px;
  padding: 20px 30px;
  border: 1px solid #f5f3f0;
}
@media screen and (max-width: 1080px) {
  .page-company_inner .list_flex .txt .border {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-company_inner .list_flex .txt .border {
    margin-top: 30px;
    padding: 10px 16px;
  }
}
.page-company_inner #message {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .page-function-structure .intro .textC {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-function-structure .intro .headingN {
    font-size: 1.25em;
    line-height: 1;
  }
}
@media screen and (max-width: 1080px) {
  .page-function-structure .list_2block {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .page-function-structure .list_2block > .left, .page-function-structure .list_2block > .right {
    width: 100%;
    padding-left: 0;
  }
}
.page-function-structure .list_2block .headingN {
  position: relative;
  padding-left: 90px;
  padding: 10px 0 10px 110px;
  margin-bottom: 30px;
  line-height: 1.45;
}
@media screen and (max-width: 1080px) {
  .page-function-structure .list_2block .headingN {
    padding: 10px 0 10px 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-function-structure .list_2block .headingN {
    margin-bottom: 16px;
    font-size: 1.25em;
  }
}
.page-function-structure .list_2block .headingN .ico_atn {
  width: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1080px) {
  .page-function-structure .list_2block .headingN .ico_atn {
    width: 44px;
  }
}
.page-function-structure .ico_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 1px;
  margin: auto;
  height: 100px;
  background: #ffffff;
  overflow: hidden;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .page-function-structure .ico_down {
    height: 60px;
    bottom: -30px;
  }
}
.page-function-structure .ico_down::after {
  content: "";
  height: 50px;
  left: 0;
  display: block;
  right: 0;
  background: #9d8b6b;
  margin: auto;
  width: 1px;
  position: absolute;
  -webkit-animation: scroll 1.4s infinite;
          animation: scroll 1.4s infinite;
}
@media screen and (max-width: 767px) {
  .page-function-structure .ico_down::after {
    height: 20px;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.page-function-structure .list_structure > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-function-structure .list_structure > li {
    margin-bottom: 30px;
    border-bottom: 1px solid #dae0db;
    padding-bottom: 30px;
  }
}
.page-function-structure .list_structure > li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .page-function-structure .list_structure > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-function-structure .list_structure > li .txt .ja {
    line-height: 1.4;
  }
}
.page-function-structure .list_structure > li.last .img {
  background: #f5f3f0;
  padding: 30px 100px 30px 30px;
}
@media screen and (max-width: 767px) {
  .page-function-structure .list_structure > li.last .img {
    padding: 10px 50px 10px 10px;
  }
}
.page-function-structure .bg-white {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 20px;
}
.page-function-structure .bg-white img {
  display: block;
  max-width: 596px;
  width: 100%;
}
.page-function-structure .box_style .third {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-support .intro .headingN {
    font-size: 1.25em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .page-support .intro .textC {
    text-align: left;
  }
}
.page-support .inspection img {
  border-radius: 8px;
}
.page-support .inspection .ttl_heading .ja {
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .page-support .list_2block {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .page-support .list_2block .left,
  .page-support .list_2block .right {
    width: 100%;
    padding-left: 0;
  }
}
.page-support .guarantee > .list_flex {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.page-support .guarantee .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex {
    display: block;
    margin-bottom: 40px;
  }
}
.page-support .guarantee .list_flex:last-child {
  margin-bottom: 0px;
}
.page-support .guarantee .list_flex .img {
  width: 360px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex .img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex .img {
    margin: auto;
    width: 240px;
  }
}
.page-support .guarantee .list_flex .img img {
  border-radius: 6px;
}
.page-support .guarantee .list_flex .img img.border {
  border: 1px solid #dae0db;
}
.page-support .guarantee .list_flex .txt {
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex .txt {
    width: calc(100% - 260px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex .txt {
    width: 100%;
    padding-left: 0px;
  }
}
.page-support .guarantee .list_flex .txt .textB {
  padding-left: 90px;
  line-height: 80px;
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex .txt .textB {
    margin-bottom: 5px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex .txt .textB {
    line-height: 1;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
  }
}
.page-support .guarantee .list_flex .txt .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #9d8b6b;
  color: #ffffff;
  position: absolute;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex .txt .circle {
    width: 70px;
    height: 70px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex .txt .circle {
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    margin: -20px auto 0;
  }
}
.page-support .guarantee .list_flex .txt .circle .en {
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1080px) {
  .page-support .guarantee .list_flex .txt .circle .en {
    font-size: 2em;
  }
}
.page-support .guarantee .list_flex .txt .btn_normal {
  border: 1px solid #203424;
  color: #203424;
  text-align: left;
  padding-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-support .guarantee .list_flex .txt .btn_normal {
    margin: 20px auto 0;
  }
}
.page-support .guarantee .list_flex .txt .btn_normal:hover {
  background: #f5f3f0;
}
.page-support .guarantee .list_flex .txt .btn_normal .ico_plus {
  background: #203424;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-support .guarantee .list_flex .txt .btn_normal .ico_plus::before, .page-support .guarantee .list_flex .txt .btn_normal .ico_plus::after {
  background: #ffffff;
}
.page-support .box_style .fourth {
  display: none;
}

.page-contact_inner {
  padding-bottom: 100px;
}
.page-contact .bottom_bg {
  display: none;
}
.page-contact .wpcf7 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 {
    margin-top: 40px;
  }
}
.page-contact .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .wpcf7-form-control-wrap {
    border-left: 0;
    padding-left: 0px;
  }
}
.page-contact .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
}
.page-contact .wpcf7 .list_flex {
  padding: 20px 0;
  border-bottom: 1px solid #dae0db;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .list_flex {
    display: block;
    padding: 12px 0;
  }
}
.page-contact .wpcf7 .list_flex.first {
  border-top: 1px solid #dae0db;
}
.page-contact .wpcf7 .list_flex.last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-contact .wpcf7 .list_flex .textN {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .list_flex .textN {
    width: 100%;
  }
}
.page-contact .wpcf7 .list_flex div {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .list_flex div {
    width: 100%;
  }
}
.page-contact .wpcf7 .first p {
  position: relative;
}
.page-contact .wpcf7 .first p .ico_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-contact .wpcf7 input,
.page-contact .wpcf7 textarea {
  border: 0;
  background: #f5f3f0;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 input,
  .page-contact .wpcf7 textarea {
    font-size: 16px;
  }
}
.page-contact .wpcf7 input[type=checkbox] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 5px 0 0;
  vertical-align: middle;
  position: relative;
  border-radius: 4px;
  background: #f5f3f0;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
  }
}
.page-contact .wpcf7 input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-contact .wpcf7 input[type=checkbox]::after {
  content: "";
  width: 20px;
  height: 15px;
  border-left: 1px solid #4c584d;
  border-bottom: 1px solid #4c584d;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.page-contact .wpcf7 input[type=checkbox]:checked::after {
  opacity: 1;
}
.page-contact .wpcf7 .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .page-contact .wpcf7 .wpcf7-checkbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .wpcf7-checkbox {
    margin-top: 10px;
  }
}
.page-contact .wpcf7 .wpcf7-checkbox span {
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .page-contact .wpcf7 .wpcf7-checkbox span {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .wpcf7-checkbox span {
    padding-bottom: 5px;
  }
}
.page-contact .wpcf7 .attention {
  margin: 40px 0;
}
.page-contact .wpcf7 .attention .inner {
  padding: 20px;
}
.page-contact .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
}
.page-contact .wpcf7 .submit_wrap {
  position: relative;
  max-width: 300px;
  line-height: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .submit_wrap .ico {
    right: 20px;
  }
}
.page-contact .wpcf7 .submit_wrap .ico .arrow {
  background: #203424;
}
.page-contact .wpcf7 input.wpcf7-submit {
  position: relative;
  margin: auto;
  line-height: 1px;
  background: #4c584d;
  border-radius: 30px;
}
.page-contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.page-contact .wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}
.page-contact .wpcf7 .consent {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .consent {
    margin-bottom: 40px;
  }
}
.page-contact .wpcf7 .consent label {
  margin: 0;
}
.page-contact .wpcf7 .consent .check {
  letter-spacing: 0;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .consent .check {
    font-size: 1em;
  }
}
.page-contact .wpcf7 .required {
  color: #9d8b6b;
  margin-left: 5px;
}
.page-contact .wpcf7-select {
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  padding: 10px 20px;
  appearance: none;
  border-radius: 4px;
  border: 0;
  padding: 14px;
  width: 100%;
  color: #203424 !important;
  background: url(../images/arrow-select.svg) #f5f3f0 no-repeat 98% center/28px;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 input[type=checkbox] {
    position: absolute;
    top: 10px;
    display: block;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 .wpcf7-list-item {
    position: relative;
  }
}
.page-contact .wpcf7-list-item-label {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7-list-item-label {
    padding-left: 40px;
    display: block;
    position: relative;
  }
}

.page-top_mv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #ffffff), color-stop(90%, #f5f3f0), to(#f5f3f0));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 90%, #f5f3f0 90%, #f5f3f0 100%);
}
.page-top_mv svg {
  top: 120px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .page-top_mv svg {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv svg {
    top: 140px;
  }
}
.page-top_mv svg .line {
  -webkit-animation: just 4s forwards;
          animation: just 4s forwards;
}
@media screen and (max-width: 767px) {
  .page-top_mv svg .line {
    -webkit-animation: just 2s forwards;
            animation: just 2s forwards;
    stroke-width: 32 !important;
  }
}
.page-top_mv .swiper {
  width: calc(100% - 338px);
  padding-top: 16%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .page-top_mv .swiper {
    width: calc(100% - 200px);
    padding-top: 26%;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv .swiper {
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
    height: 380px;
  }
}
.page-top_mv .swiper .swiper-slide img {
  display: block;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .page-top_mv .swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.page-top_mv .catch {
  position: absolute;
  top: 20%;
  right: 0;
  width: 338px;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .page-top_mv .catch {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv .catch {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 80px auto 20px;
  }
}
.page-top_mv .catch img {
  width: 146px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .page-top_mv .catch img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_mv .catch img {
    width: 100px;
  }
}
.page-top_mv .catch span {
  position: absolute;
  opacity: 0;
  z-index: -2;
  font-size: 0;
}
.page-top .ann {
  position: absolute;
  z-index: 1;
}
.page-top .ann.active path {
  z-index: 1;
  -webkit-animation: just 3s forwards;
          animation: just 3s forwards;
}
@media screen and (max-width: 1080px) {
  .page-top .ann.active path {
    -webkit-animation: just 2s forwards;
            animation: just 2s forwards;
  }
}
.page-top .ann.ann1 {
  top: -200px;
}
@media screen and (max-width: 767px) {
  .page-top .ann.ann1 {
    top: 0px;
  }
}
.page-top .ann.ann2 {
  top: 460px;
  right: 10%;
}
@media screen and (max-width: 1080px) {
  .page-top .ann.ann2 {
    top: 260px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .ann.ann2 {
    right: 0;
    top: 150px;
  }
}
.page-top .ann.ann3 {
  bottom: -260px;
}
@media screen and (max-width: 767px) {
  .page-top .ann.ann3 {
    bottom: 700px;
    left: 0;
  }
}
.page-top .ann path {
  opacity: 0;
  width: 105%;
}
@media screen and (max-width: 767px) {
  .page-top .ann path {
    stroke-width: 30;
  }
}
.page-top_intro {
  background: #f5f3f0;
  position: relative;
  padding-bottom: 300px;
}
@media screen and (max-width: 1080px) {
  .page-top_intro {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_intro {
    padding-bottom: 100px;
  }
}
.page-top_intro .move {
  position: sticky;
  top: 50%;
  letter-spacing: 0.15em;
  z-index: 4;
  font-size: 2.5em;
}
@media screen and (max-width: 1080px) {
  .page-top_intro .move {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .page-top_intro .move {
    font-size: 1.5em;
  }
  .page-top_intro .move::before {
    content: "";
    background: #f5f3f0;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    max-width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-top_intro .move-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top_intro .ttl_top {
    text-align: center;
  }
}
.page-top_intro .txt {
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top_intro .txt {
    padding: 0 30px;
    z-index: 1;
  }
}
@media screen and (max-width: 400px) {
  .page-top_intro .txt {
    padding: 0 24px;
  }
}
.page-top_intro .txt p {
  max-width: 588px;
  margin: auto;
  padding: 60px 0 40px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page-top_intro .txt p {
    max-width: 400px;
    padding: 40px 0px 30px;
  }
}
.page-top_intro .txt .btn_normal {
  z-index: 4;
  position: relative;
  margin: auto;
}
.page-top_intro .img {
  display: block;
  border-radius: 6px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top_intro .img {
    border-radius: 4px;
  }
}
.page-top_intro .img1 {
  width: 18%;
  margin: -100px 0 0 5%;
}
@media screen and (max-width: 767px) {
  .page-top_intro .img1 {
    width: 22%;
    margin: -50px 0 0 0px;
  }
}
.page-top_intro .img2 {
  width: 23%;
  margin: -150px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .page-top_intro .img2 {
    width: 32%;
    margin: -80px 0px 0 auto;
  }
}
.page-top_intro .img3 {
  width: 23%;
  margin: 100px 0 0px 10%;
  padding-bottom: 200px;
}
@media screen and (max-width: 1080px) {
  .page-top_intro .img3 {
    margin: 0px 0 0px 10%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_intro .img3 {
    width: 32%;
  }
}
.page-top_intro .img4 {
  width: 18%;
  right: 10%;
  top: 700px;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .page-top_intro .img4 {
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-top_intro .img4 {
    width: 22%;
    position: relative;
    right: auto;
    top: auto;
    margin: -100px 10px 0px auto;
  }
}
.page-top_intro .img5 {
  width: 18%;
  position: absolute;
  left: 5%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-top_intro .img5 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 22%;
  }
}
.page-top_intro .img6 {
  width: 23%;
  position: absolute;
  right: 2%;
  bottom: -320px;
}
@media screen and (max-width: 767px) {
  .page-top_intro .img6 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 32%;
    margin: 0px 20px 0px auto;
    padding-bottom: 60px;
  }
}
.page-top_service {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-top_service {
    padding-top: 30px;
  }
}
.page-top_service .list_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-top_service .list_flex {
    display: block;
  }
}
.page-top_service .list_flex .ann {
  top: -5%;
  right: -7%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-top_service .list_flex .ann {
    top: 20px;
    overflow: visible;
  }
}
.page-top_service .list_flex .right,
.page-top_service .list_flex .left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top_service .list_flex .right,
  .page-top_service .list_flex .left {
    width: 100%;
  }
}
.page-top_service .list_flex .right {
  padding: 200px 0 0 60px;
}
@media screen and (max-width: 1080px) {
  .page-top_service .list_flex .right {
    padding: 150px 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_service .list_flex .right {
    padding: 40px 0 0 60px;
    margin-bottom: 60px;
  }
}
.page-top_service .list_flex .right img {
  display: block;
  border-radius: 8px;
}
.page-top_service .list_flex .left {
  z-index: 3;
  position: relative;
}
.page-top_service .list_flex .left .lead {
  margin: 30px 0 40px;
}
@media screen and (max-width: 1080px) {
  .page-top_service .list_flex .left .lead {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 1080px) {
  .page-top .box_style .list_flex li:nth-child(3), .page-top .box_style .list_flex li:last-child {
    margin-top: 1%;
  }
}
.page-top .low_journal {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top .low_journal {
    overflow: hidden;
  }
}
.page-top .low_journal .ann {
  width: 60%;
  top: 200px;
}
@media screen and (max-width: 767px) {
  .page-top .low_journal .ann {
    top: -100px;
    width: 120%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .page-top .low_journal .ann path {
    stroke-width: 26 !important;
  }
}
.page-top_insta .list_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top_insta .list_flex .ja {
  margin: 5px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .page-top_btn .inner_wide {
    padding: 0;
  }
}
.page-top_btn .list_flex {
  border: 1px solid #9d8b6b;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex {
    display: block;
    border-radius: 0px;
    border: 1px solid #203424;
    border-left: 0;
    border-right: 0;
  }
}
.page-top_btn .list_flex .btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex .btn {
    width: 100%;
  }
}
.page-top_btn .list_flex .btn a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  background: #ffffff;
  position: relative;
}
.page-top_btn .list_flex .btn a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  width: 80%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#1e3122));
  background: linear-gradient(to left, transparent, #1e3122);
  opacity: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a::after {
    display: none;
  }
}
.page-top_btn .list_flex .btn a::before {
  z-index: 1;
  content: "";
  display: block;
  background: url(../images/top_img08.jpg) #ffffff center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a::before {
    opacity: 1;
    width: 50%;
    right: 0;
    left: auto;
    background: url(../images/top_img08-sp.jpg) #ffffff center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex .btn a::before {
    width: 40%;
  }
}
.page-top_btn .list_flex .btn a .inner {
  padding: 50px 40px 140px 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .page-top_btn .list_flex .btn a .inner {
    padding: 40px 40px 100px 90px;
  }
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a .inner {
    padding: 30px 40px 60px 90px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex .btn a .inner {
    padding: 40px 0px 40px 80px;
  }
}
.page-top_btn .list_flex .btn a .inner .main-ico {
  width: 56px;
  display: block;
  left: 24px;
  position: absolute;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex .btn a .inner .main-ico {
    left: 10px;
    top: 44px;
  }
}
.page-top_btn .list_flex .btn a .ico {
  bottom: 10px;
  top: auto;
  background: #9d8b6b;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a .ico {
    background: white;
  }
}
.page-top_btn .list_flex .btn a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a:hover {
    color: #203424;
  }
}
.page-top_btn .list_flex .btn a:hover::before {
  opacity: 1;
}
.page-top_btn .list_flex .btn a:hover::after {
  opacity: 0.5;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .btn a:hover::after {
    opacity: 1;
  }
}
.page-top_btn .list_flex .btn a:hover .ico {
  background: #ffffff;
}
.page-top_btn .list_flex .right {
  border-left: 1px solid #9d8b6b;
}
@media screen and (max-width: 767px) {
  .page-top_btn .list_flex .right {
    border-left: 0;
    border-top: 1px solid #203424;
  }
}
.page-top_btn .list_flex .right a::before {
  background: url(../images/top_img09.jpg) #ffffff center center/cover;
}
@media screen and (max-width: 1080px) {
  .page-top_btn .list_flex .right a::before {
    background: url(../images/top_img09-sp.jpg) #ffffff center center/cover;
  }
}
.page-top_event {
  background-color: #f5f3f0;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-top_event {
    padding-bottom: 30px;
  }
}
.page-top_event .btn_normal {
  margin: 50px auto 0;
}
@media screen and (max-width: 1200px) {
  .page-top_event .btn_normal {
    margin-top: 30px;
  }
}
.page-top_event #iemiru-cms-index-page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top_event #iemiru-cms-index-page .index-page__events-event:last-of-type {
  margin-right: 0 !important;
}

.page-privacy-policy .border-group {
  border: 1px solid #203424;
  padding: 30px;
  margin-top: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  .page-privacy-policy .border-group {
    padding: 20px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1080px) {
  .page-privacy-policy .border-group .list_flex {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .page-privacy-policy .border-group .list_flex dl {
    line-height: 1.6;
  }
}
.page-privacy-policy .border-group h2 {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #203424;
}
@media screen and (max-width: 1080px) {
  .page-privacy-policy .border-group h2 {
    border-bottom: 1px solid #203424;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.page-privacy-policy .post-body ul li::before {
  top: 10px;
}

.page-thanks .bottom_bg {
  display: none;
}
.page-thanks .btn_normal {
  margin: 30px auto 100px;
}

.error404 .btn_normal {
  margin: 30px auto 100px;
}

.grecaptcha-badge {
  display: none;
}

.page-id-20 .grecaptcha-badge {
  display: block;
  z-index: 3;
}

.page-event #js-iemiru-cms-index-page,
.page-top #js-iemiru-cms-index-page {
  padding-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page,
  .page-top #js-iemiru-cms-index-page {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .page-event #js-iemiru-cms-index-page,
  .page-top #js-iemiru-cms-index-page {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page,
  .page-top #js-iemiru-cms-index-page {
    margin: 0 auto;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event {
  width: 30%;
  margin: 0 5% 70px 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px;
    border-radius: 8px;
    background-color: #f5f3f0;
    margin: 0 0 30px !important;
  }
  body.home .index-page__events-event {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 18px 25px;
  }
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:last-child,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:last-child {
    margin-bottom: 0 !important;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:nth-child(3n),
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:nth-child(3n) {
  margin-right: 0;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:nth-last-child(-n+3),
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event::before,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 45px);
  background-color: #f5f3f0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .index-page__events-event::before {
  background-color: #fff !important;
}

@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event::before,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event::before {
    display: none;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:hover::before,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event:hover::before {
  opacity: 1;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper {
    width: 44%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-image-wrapper {
    width: 100%;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content {
    width: 57%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content {
    width: 53%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content {
    width: 100%;
    margin-top: 15px;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label {
  display: block;
  padding: 4px 17px 3px;
  border-radius: 3px;
  font-size: 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label {
    font-size: 0.85em;
    padding: 4px 14px;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label:last-of-type,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label:last-of-type {
  margin-right: 0;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label.label-event,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label.label-event {
  background-color: #4c584d;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label.label-yoyaku,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-labels .label.label-yoyaku {
  background-color: transparent;
  border-color: #203424;
  color: #203424;
  font-weight: 500;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-name,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-name {
  height: auto !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1em;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #203424;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-name,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-name {
    margin-bottom: 10px;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address {
  height: auto !important;
  border-bottom: 1px solid rgba(157, 139, 107, 0.3);
  padding: 7px 5px 9px 26px;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #203424;
  margin: 0;
  background: top 9px left 0/20px no-repeat;
}
@media screen and (max-width: 1200px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address {
    padding: 7px 5px 9px 24px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
  .page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
  .page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address {
    font-size: 0.85em;
    padding: 7px 5px 9px 20px;
    background: top 9px left 0/15px no-repeat;
  }
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border-top: 1px solid rgba(157, 139, 107, 0.3);
  background-image: url("../images/ico_calendar.png");
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date span,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-date span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.page-event #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address,
.page-top #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event .index-page__events-event-content .index-page__events-event-address {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-image: url("../images/ico_map.png");
  font-family: "Noto Sans JP", sans-serif;
}