/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 09:14:09 */
@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/*------------------------
  default css reset
------------------------*/

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: inherit;
  font: inherit;
  margin: auto;
  padding: auto;
  text-align: inherit;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  min-width: 0 !important;
}
.es-container.page-header {
	display: none;
}
.es-separate-container #primary,
.es-separate-container #secondary {
	padding-bottom: 0;
}
.es-container {
	max-width: 100%;
	padding: 0;
}
.entry-content p {
  margin-bottom: auto;
}
.entry-content h2::after {
  content: none;
}
.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.es_new_block figure img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.es_grid_advlist .es_new_block_name_wrap {
  font-size: 150%;
  padding: 5px 0;
}
.es_grid_advlist p.has-icon {
  font-size: 130%;
  margin-top: 7px;
}
.es_grid_advlist .salespoint p {
  font-size: 130%;
  line-height: 1.5;
}
.es_grid_advlist span[class^="icon-"] {
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .es_grid_advlist .es_new_block_name_wrap {
    font-size: 120%;
    padding: 5px 0;
  }
  .es_grid_advlist p.has-icon {
    font-size: 110%;
    margin-top: 7px;
  }
  .es_grid_advlist .salespoint p {
    font-size: 110%;
    line-height: 1.5;
  }
}
@media (min-width: 481px) {
  #content .has-4-columns > * {
    width: calc(25% - 10px);
  }

  .site-content a:hover img {
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.entry-content h2::after, .editor-styles-wrapper .block-editor-block-list__layout h2::after {
  margin: inherit;
}

@media (max-width: 768px) {
  .es-separate-container #content .es-container {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .rights > p {
	margin: 0;
}
.site-footer {
	display: none;
}

.row>[class^=col-] {
  margin: auto;
}

p.aside::before, ul.aside > li::before {
  content: none;
}



@media screen and (max-width: 767px) {
  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 5px);
  }
}


/* ============================================
  蜈ｱ騾�
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5%!important;
}

body {
  font-family: Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #30333b;
  font-size: 1.5rem;
  line-height: 2;
  font-style: normal;
  letter-spacing: 0.1em;
  min-width: 1250px;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.ofi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}



/* container
--------------------------------- */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* margin padding
--------------------------------- */
.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }
.mt60 { margin-top: 6rem; }
.mt70 { margin-top: 7rem; }
.mt80 { margin-top: 8rem; }

.mb10 { margin-bottom: 1rem; }
.mb20 { margin-bottom: 2rem; }
.mb30 { margin-bottom: 3rem; }
.mb40 { margin-bottom: 4rem; }
.mb50 { margin-bottom: 5rem; }
.mb60 { margin-bottom: 6rem; }
.mb70 { margin-bottom: 7rem; }
.mb80 { margin-bottom: 8rem; }

.pt10 { padding-top: 1rem; }
.pt20 { padding-top: 2rem; }
.pt30 { padding-top: 3rem; }
.pt40 { padding-top: 4rem; }
.pt50 { padding-top: 5rem; }
.pt60 { padding-top: 6rem; }
.pt70 { padding-top: 7rem; }
.pt80 { padding-top: 8rem; }

.pb10 { padding-bottom: 1rem; }
.pb20 { padding-bottom: 2rem; }
.pb30 { padding-bottom: 3rem; }
.pb40 { padding-bottom: 4rem; }
.pb50 { padding-bottom: 5rem; }
.pb60 { padding-bottom: 6rem; }
.pb70 { padding-bottom: 7rem; }
.pb80 { padding-bottom: 8rem; }


/* font
--------------------------------- */
.color-red {
  color: #880000;
}
.font-bold {
  font-weight: bold;
}
.font-bold-500 {
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}

.marker {
  background: linear-gradient(transparent 60%, #ffee19 60%);
}



/* background
--------------------------------- */
.bg-gray {
  background: #efeded;
}
.bg-gray-light {
  background: #f7f8f8;
}

/* icon
--------------------------------- */
.icon-pdf {
  display: inline-block;
  width: 19px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.icon-pdf img {
  vertical-align: middle;
}


/* inview
--------------------------------- */
.js-inview {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
.js-inview_top {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
.js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
.js-inview_top.js-inview_view {
  opacity: 1;
  top: 0;
}

.js-inview_list .inview_fadeIn_item {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
          transition-delay: 0.2s;
}
.js-inview_list .inview_top_item {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.5s;
          transition: opacity 1.5s, top 1.5s;
          transition-delay: 0.2s;
}
.js-inview_list .inview_fadeIn_item.js-inview_view {
  opacity: 1;
}
.js-inview_list .inview_top_item.js-inview_view {
  opacity: 1;
  top: 0;
}




/* svg
--------------------------------- */
.cls-1 {fill:#fff;}

.svg-include svg {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 767px) {

  body {
    min-width: 100%;
    font-size: 1.4rem;
  }


  /* margin padding
  --------------------------------- */
  .mt10 { margin-top: 1rem; }
  .mt20 { margin-top: 2rem; }
  .mt30 { margin-top: calc(3rem / 1.2); }
  .mt40 { margin-top: calc(4rem / 1.5); }
  .mt50 { margin-top: calc(5rem / 1.5); }
  .mt60 { margin-top: calc(6rem / 1.5); }
  .mt70 { margin-top: calc(7rem / 1.5); }
  .mt80 { margin-top: calc(8rem / 1.5); }

  .mb10 { margin-bottom: 1rem; }
  .mb20 { margin-bottom: 2rem; }
  .mb30 { margin-bottom: calc(3rem / 1.2); }
  .mb40 { margin-bottom: calc(4rem / 1.5); }
  .mb50 { margin-bottom: calc(5rem / 1.5); }
  .mb60 { margin-bottom: calc(6rem / 1.5); }
  .mb70 { margin-bottom: calc(7rem / 1.5); }
  .mb80 { margin-bottom: calc(8rem / 1.5); }

  .pt10 { padding-top: 1rem; }
  .pt20 { padding-top: 2rem; }
  .pt30 { padding-top: calc(3rem / 1.2); }
  .pt40 { padding-top: calc(4rem / 1.5); }
  .pt50 { padding-top: calc(5rem / 1.5); }
  .pt60 { padding-top: calc(6rem / 1.5); }
  .pt70 { padding-top: calc(7rem / 1.5); }
  .pt80 { padding-top: calc(8rem / 1.5); }

  .pb10 { padding-bottom: 1rem; }
  .pb20 { padding-bottom: 2rem; }
  .pb30 { padding-bottom: calc(3rem / 1.2); }
  .pb40 { padding-bottom: calc(4rem / 1.5); }
  .pb50 { padding-bottom: calc(5rem / 1.5); }
  .pb60 { padding-bottom: calc(6rem / 1.5); }
  .pb70 { padding-bottom: calc(7rem / 1.5); }
  .pb80 { padding-bottom: calc(8rem / 1.5); }


}


/* ============================================
  header
============================================ */
#page .header {
  width: 100%;
  min-width: 1250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}
#page .header__upper {
  height: 100px;
  background: #2f333b;
  position: relative;
}
#page .header__logo {
  width: 228px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#page .header__logo a {
  display: block;
  transition: opacity .2s;
}
#page .header__logo a:hover {
  opacity: 0.7;
}

#page .header__logo img,
#page .header__logo svg {
  vertical-align: middle;
}
#page .header__menu {
  width: 100%;
  padding: 0 280px 0 280px;
}
#page .header__sns-list {
  position: absolute;
  right: 210px;
  top: 50%;
  transform: translateY(-50%);
}
#page .header__sns-item {
  width: 18px;
  margin: 0 7px;
}
#page .header__sns-item a {
  display: block;
  transition: opacity .2s;
}
#page .header__sns-item a:hover {
  opacity: 0.7;
}

#page .header__sns-item img {
  vertical-align: middle;
}
#page .header__shamaison {
  width: 150px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#page .header__shamaison img,
#page .header__shamaison svg {
  vertical-align: middle;
}
#page .header__nav-list {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#page .header__nav-item {
  text-align: center;
  margin-right: 20px;
}
#page .header__nav-item .ja {
  font-size: 86%;
  display: block;
  margin-top: 7px;
}
#page .header__nav-item > a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  display: block;
  padding: 36px 10px;
  position: relative;
  transition: opacity .2s;
}
#page .header__nav-item > a:hover {
  opacity: 0.7;
}

#page .header-nav-hover::after {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-style: solid solid none none;
  position: relative;
  left: 5px;
  bottom: 28px;
  transform: translateX(-50%) rotate(-45deg);
  transition: opacity .2s, bottom .2s;
}
#page .header-nav-hover:hover::after {
  opacity: 1;
  bottom: 35px;
}

#page .header__nav-child {
  opacity: 0;
  transition: opacity .4s, visibility .4s;
  visibility: hidden;
  width: 100%;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 101;
}
#page .header-nav-hover:hover .header__nav-child {
  opacity: 1;
  visibility: visible;
}
#page .header__nav-child-list {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#page .header__nav-child-item {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 20px;
  margin: 10px 0;
}
#page .header__nav-child-item:not(:first-child) {
  border-left: 1px solid #000;
}
#page .header__nav-child-item a {
  display: block;
  transition: opacity .2s;
}
#page .header__nav-child-item a:hover {
  opacity: 0.7;
}



#page .header__under {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 101;
}
#page .header__under .header__under-text {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 30px 10px 20px;
  margin: 0;
}

#page .header__btn-contact {
  width: 280px;
}
#page .header__btn-contact a {
  display: block;
  background: #801a1f;
  padding: 20px;
  transition: opacity .2s;
}

#page .header__btn-contact a:hover {
  opacity: 0.7;
}
#page .header__btn-contact .text {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-right: 3px solid #fff;
  padding: 2px 15px 2px 0;
}
#page .header__btn-contact .text-en {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
#page .header__btn-contact .text-ja {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {

  #page .header__nav-item {
    margin-right: 10px;
  }
  #page .header__nav-item > a {
    font-size: 1.1rem;
  }

}


@media only screen and (max-width: 767px) {

  #page .header {
    min-width: 100%;
  }
  #page .header__upper {
    height: 60px;
  }
  #page .header__logo {
    width: 170px;
    position: absolute;
    left: 13px;
    top: 2px;
    transform: translateY(0);
  }
  #page .header__shamaison {
    width: 75px;
    position: absolute;
    right: auto;
    top: 25px;
    left: 15px;
    transform: translateY(0);
  }
  #page .header__sns-list {
    right: 70px;
  }

  #page .header__under .header__under-text {
    font-size: 0.8rem;
    padding: 15px;
  }

  /* header__btn-menu
  ------------------------------------------- */

  #page .header__menu-sp {
    display: none;
    background: #7c1c1e;
    width: 100%;
    height: calc(100vh - 60px);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 101;
  }
  #page .header__menu-sp-inner {
    width: 100%;
    height: 100%;
  }
  #page .header__menu-sp-block {
    margin-top: -20px;
  }
  #page .header__nav-sp-item {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #page .header__nav-sp-item::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
  }
  #page .header__nav-sp-item a {
    display: block;
    padding: 20px 15px 15px;
  }
  #page .header__nav-sp-item .en {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
  }
  #page .header__nav-sp-item .ja {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-left: 15px;
    vertical-align: middle;
  }

  #page .header__btn-menu-text {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    padding-top: 14px;
  }
  #page .header__btn-menu {
    width: 60px;
    height: 100%;
    display: block;
    background: #7c1c1e;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101
  }

  #page .header__btn-menu i {
    display: block;
    width: 28px;
    height: 1px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 15px;
    top: 1px;
    margin-top: 0;
    -webkit-transition: .2s background ease;
            transition: .2s background ease;
  }

  #page .header__btn-menu i::before,
  #page .header__btn-menu i::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: .2s all ease;
            transition: .2s all ease;
  }

  #page .header__btn-menu i::before {
    -webkit-transform: translateY(3px) rotate(0deg);
            transform: translateY(3px) rotate(0deg);
  }

  #page .header__btn-menu i::after {
    -webkit-transform: translateY(-3px) rotate(0deg);
            transform: translateY(-3px) rotate(0deg);
  }

  .is-menu--open #page .header__btn-menu i {
    background: transparent
  }

  .is-menu--open #page .header__btn-menu i::before {
    -webkit-transform: translateY(0px) rotate(20deg);
            transform: translateY(0px) rotate(20deg);
  }

  .is-menu--open #page .header__btn-menu i::after {
    -webkit-transform: translateY(0px) rotate(-20deg);
            transform: translateY(0px) rotate(-20deg);
  }

}


/* ============================================
  footer
============================================ */

#page .footer {
  margin-top: 120px;
}

#page .footer__contactus {
  height: 550px;
  max-height: 550px;
  min-height: 400px;
  height: 30vw;
}
#page .footer__contactus a {
  background: url("https://yutoku-life.com/app/uploads/sites/463/2025/03/bg_contactus.jpg") no-repeat center center / cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page .footer__contactus a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s;
}
#page .footer__contactus a:hover::before {
  opacity: 0.5;
}
#page .footer__contactus-block {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page .footer__contactus-block .icon {
  display: block;
  width: 118px;
  margin: auto;
}
#page .footer__contactus-block .ja {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin: 0.5em auto;
}
#page .footer__contactus-block .en {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#page .footer__contactus-block .en .line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
#page .footer__contactus-block .en .line::before,
#page .footer__contactus-block .en .line::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 2px;
  background: #fff;
}

#page .footer__contact-block {
  height: 500px;
}

#page .footer__contact-btn a {
  display: block;
  transition: opacity .2s;
}
#page .footer__contact-btn a:hover {
  opacity: 0.7;
}

#page .footer__contact-btn .icon {
  display: inline-block;
  width: 75px;
  margin-right: 40px;
}
#page .footer__contact-btn-en {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page .footer__contact-btn-ja {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
#page .footer__contact-btn-ja::before,
#page .footer__contact-btn-ja::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#page .footer__contact-btn-ja::before {
  left: 0;
}
#page .footer__contact-btn-ja::after {
  right: 0;
}

#page .footer__linkarea {
  display: none;
}
#page .footer__linkarea-inner {
  padding: 3rem 0;
}
#page .footer__linkarea-title-wrap {
  width: 25%;
  padding: 7% 3% 7% 5%;
}
#page .footer__linkarea-block {
  padding: 7% 5%;
  flex: 1;
  position: relative;
}
#page .footer__linkarea-block::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #30333b;
  position: absolute;
  left: 0;
  top: -3rem;
}
#page .footer__linkarea-block-inner {
  max-width: 1000px;
}
#page .footer__linkarea-title {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1;
}
#page .footer__linkarea-desc {
  margin-top: 3rem;
}
#page .footer__linkarea-block-gm-logo {
  width: 50%;
  max-width: 464px;
  padding: 0 0 0 40px;
  order: 2;
}
#page .footer__linkarea-block-gm-logo a {
  display: block;
  transition: opacity .2s;
}
#page .footer__linkarea-block-gm-logo a:hover {
  opacity: 0.7;
}
#page .footer__linkarea-block-gm-info {
  order: 1;
  flex: 1;
}
#page .footer__linkarea-block-gm-btn {
  max-width: 275px;
}
#page .footer__linkarea-block-gm-btn a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 10px 30px 10px 20px;
  margin-top: 20px;
  background: #036443;
  transition: opacity .2s;
  position: relative;
}
#page .footer__linkarea-block-gm-btn a:hover {
  opacity: 0.7;
}
#page .footer__linkarea-block-gm-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

#page .footer__linkarea-block-link {
  margin: 5% -2% 0;
}
#page .footer__linkarea-block-link-item {
  width: 33.33%;
  padding: 2%;
}
#page .footer__linkarea-block a {
  display: block;
  transition: opacity .2s;
}
#page .footer__linkarea-block a:hover {
  opacity: 0.7;
}
#page .footer__linkarea-block-link2-item {
  width: 40%;
  padding: 2%;
}
#page .footer__linkarea-block-yutoku-bnr {
  width: 45%;
  margin: 0 auto 5%;
  padding: 2%;
}

#page .footer__logo {
  width: 25%;
  padding: 20px;
  background: #30333b;
}
#page .footer__logo a {
  display: block;
  transition: opacity .2s;
}
#page .footer__logo a:hover {
  opacity: 0.7;
}

#page .footer__logo img,
#page .footer__logo svg {
  width: 228px;
  vertical-align: middle;
}
#page .footer__info {
  flex: 1;
  padding: 40px 0 30px 5%;
  background: #880000;
  color: #fff;
}
#page .footer__info-sitemap-title {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
#page .footer__info-container {
  max-width: 940px;
  padding-right: 20px;
  position: relative;
}
#page .footer__info-sitemap-list {
  margin-bottom: 15px;
}
#page .footer__info-sitemap-item {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: 5%;
}
#page .footer__info-sns {
  position: absolute;
  right: 10px;
  top: 0;
}
#page .footer__info-sns-item {
  width: 18px;
  margin: 0 7px;
}
#page .footer__info-sitemap-item a,
#page .footer__info-sns-item a,
#page .footer__info-group-logo a,
#page .footer__info-homes-logo a,
#page .footer__info-textlink a {
  display: block;
  transition: opacity .2s;
}
#page .footer__info-sitemap-item a:hover,
#page .footer__info-sns-item a:hover,
#page .footer__info-group-logo a:hover,
#page .footer__info-homes-logo a:hover,
#page .footer__info-textlink a:hover {
  opacity: 0.7;
}
#page .footer__info-sns-item svg,
#page .footer__info-sns-item img,
#page .footer__info-group-logo svg,
#page .footer__info-group-logo img,
#page .footer__info-homes-logo svg,
#page .footer__info-homes-logo img {
  vertical-align: middle;
}
#page .footer__info-group-logo svg,
#page .footer__info-homes-logo svg {
  height: 35px;
}
#page .footer__info-textlink {
  text-align: right;
  margin: 0 0 10px auto;
}
#page .footer__info-homes-logo {
  width: 155px;
  margin: 0 0 10px auto;
}
#page .footer__info-group-logo {
  width: 155px;
  margin: 0 0 20px auto;
}

#page .footer__info-text {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
#page .footer__copyright {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

  #page .footer {
    margin-top: 80px;
  }

  #page .footer__contactus {
    height: 260px;
    min-height: initial;
  }
  #page .footer__contactus-block .icon {
    width: 60px;
  }
  #page .footer__contactus-block .ja {
    font-size: 2rem;
  }
  #page .footer__contactus-block .en {
    font-size: 1rem;
  }
  #page .footer__contactus-block .en .line {
    gap: 16px;
  }
  #page .footer__contactus-block .en .line::before,
  #page .footer__contactus-block .en .line::after {
    height: 1px;
  }


  #page .footer__contact-block {
    height: 260px;
  }
  #page .footer__contact-btn-en {
    font-size: 2.6rem;
  }
  #page .footer__contact-btn .icon {
    display: inline-block;
    width: 40px;
    margin-right: 15px;
  }
  #page .footer__contact-btn-ja {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  #page .footer__contact-btn-ja::before,
  #page .footer__contact-btn-ja::after {
    width: 40px;
    height: 1px;
  }

  #page .footer__linkarea {
    margin-top: 0;
  }
  #page .footer__linkarea-inner {
    display: block;
  }
  #page .footer__linkarea-title-wrap,
  #page .footer__linkarea-block {
    width: 100%;
  }
  #page .footer__linkarea-title-wrap {
    padding: 5% 5% 0;
  }
  #page .footer__linkarea-block {
    padding: 40px 5%;
  }
  #page .footer__linkarea-block::after {
    content: none;
  }
  #page .footer__linkarea-title {
    font-size: 3rem;
  }
  #page .footer__linkarea-block-gm {
    display: block;
    width: 100%;
  }
  #page .footer__linkarea-block-gm-logo {
    width: 70%;
    padding: 0 0 20px;
    margin: auto;
  }
  #page .footer__linkarea-block-gm-btn {
    margin: auto;
  }
  #page .footer__linkarea-block-link {
    margin: 7% auto 0;
  }
  #page .footer__linkarea-block-link2-list,
  #page .footer__linkarea-block-link-list {
    display: block;
    max-width: 400px;
    width: 70%;
    margin: 0 auto 0;
  }
  #page .footer__linkarea-block-link-item,
  #page .footer__linkarea-block-link2-item {
    width: 100%;
    padding: 3%;
  }
  #page .footer__linkarea-block-yutoku-bnr {
    display: block;
    max-width: 400px;
    width: 70%;
    margin: 0 auto 7%;
  }


  #page .footer__logo {
    width: 100%;
    padding: 20px;
  }
  #page .footer__info {
    flex: auto;
    width: 100%;
    padding: 20px 0 10px 20px;
  }
  #page .footer__info-sitemap-title {
    margin-bottom: 15px;
  }
  #page .footer__info-sns {
    position: absolute;
    right: 10px;
    top: -50px;
  }

  #page .footer__info-textlink {
    font-size: 1.2rem;
  }

  #page .footer__info-text {
    font-size: 1rem;
    padding-right: 20px;
  }
  #page .footer__copyright {
    font-size: 1rem;
  }

}