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

RESET

************************************************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset, img {
  border: 0;
}

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

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

li {
  list-style: none;
  list-style-type: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

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

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

/*
input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
}
button {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
input,
textarea {
  appearance: none;
}*/
a {
  outline: none;
  text-decoration: none;
}

img {
  height: auto; 
  width: 100%;
}

.clearfix:after, .inner:after, ul:after, .box:after, .box2:after, dl:after, .content:after {
  clear: both;
  content: '';
  display: block;
}

.clearfix, .inner, ul, .box, .box2, dl, .content {
  zoom: 1;
}

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

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body a, body button {
  font-family: 'Noto Sans JP', sans-serif;
}
body > img {
  height: 0 !important;
}

a {
  color: #333;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden; 
    font-size: 62.5%;
  }
  body {
    min-height: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  a {
    line-height: 1.4 !important;
  }
  ._pc, .pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    height: 100%;
    min-height: 100%;
    min-width: 1200px !important;
    font-size: 13px;
    line-height: 2;
  }
  ._sp, .sp {
    display: none;
  }
}

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

inview

************************************************************************************** */
.ef-fade01 {
  opacity: 0;
  transform: translate(0, 10%); 
  transition: 1s;

  -webkit-transform: translate(0, 10%);
}

.fade01 {
  opacity: 1.0;
  transform: translate(0, 0); 

  -webkit-transform: translate(0, 0);
}

.ef-fade02 {
  position: relative; 
  transition: 1s;
}
.ef-fade02::before {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  top: -120px;
  content: '';
  display: block;
  z-index: 3;
  height: 500px;
  background: #00544e;
}

.fade02 {
  position: relative;
}
.fade02::before {
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; 

  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .ef-fade02 {
    position: relative; 
    transition: 1s;
  }
  .ef-fade02::before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    z-index: 3;
    height: 80vw;
    background: #00544e;
  }
}

@media print, screen and (min-width: 768px) {
  .ef-fade02::before {
    bottom: 0;
    left: 10%;
    right: 0;
    top: -120px;
    content: '';
    z-index: 3;
    height: 520px;
    background: #00544e;
  }
}

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

project : header

************************************************************************************** */
.header {
  position: fixed !important; 
  z-index: 10;
  width: 100%;
  transition: all 0.5s ease;
}
.header.smaller {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    height: 16vw;
    background: #fff;
  }
  .header._home {
    background: none;
  }
  .header_heading {
    font-size: 3.2vw; 
    text-align: center;
  }
  .header_logo {
    position: absolute;
    bottom: 0;
    left: 2.66667vw;
    top: 3.46667vw;
    width: 34.66667vw;
    margin: auto;
    text-align: center; 
    transition: all 0.1s ease-out;
  }
  .header_logo img {
    width: 100%;
  }
  .header_logo a {
    display: block;
  }
  .header_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 16vw;
    margin: auto;
    font-size: 3.46667vw;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center; 
    transition: all 0.1s ease-out;
  }
  .header_sns {
    position: fixed;
    right: 17.33333vw; 
    top: 5.33333vw;
  }
  .header_sns a {
    display: inline-block;
    opacity: 0.4; 
    height: 4.8vw;
    margin: 0 1.06667vw;
  }
  .header_sns a img {
    height: 100% !important; 
    width: auto !important;
  }
}

@media print, screen and (min-width: 768px) {
  .header {
    top: 0;
    z-index: 10;
    height: 70px;
    min-width: 1200px !important;
    background: #fff;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
  }
  .header_heading {
    position: absolute;
    left: 65px;
    top: 4px;
    font-size: 11px; 
    transition: all 0.3s ease-out;
  }
  .header_logo {
    z-index: 10; 
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    transition: all 0.3s ease-out;
  }
  .header_logo a {
    display: block;
    width: 150px; 
    transition: all 0.3s ease-out;
  }
  .header_logo .logo_txt {
    display: block;
    width: 120px; 
    margin: 0 auto;
  }
  .header_txt {
    position: absolute;
    left: 280px;
    top: 24px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px; 
    transition: all 0.1s ease-out;
  }
  .header_sns {
    right: 20px;
    top: 20px; 
    margin: 20px 20px 0 0;
  }
  .header_sns a {
    display: inline-block;
    opacity: 0.4; 
    height: 20px;
    margin: 0 5px;
    transition: all 0.5s ease-out;
  }
  .header_sns a img {
    height: 100%;
    width: auto;
  }
  .header_sns a:hover {
    opacity: 1;
  }
}

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

project : footer

************************************************************************************** */
.footer {
  background: #f6f6f6;
}

.copyright {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    border-top: 1px solid #f6f6f6;
  }
  .footer_inner {
    padding: 4vw;
  }
  .footer_logo {
    width: 60%; 
    margin: 40px auto;
    padding-top: 40px;
  }
  .footer .faddress {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4ac96;
  }
  .footer .faddress_address p {
    margin-bottom: 10px;
  }
  .footer .faddress_address span {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }
  .footer .faddress_contact {
    margin: 20px 0;
  }
  .footer .faddress_contact a {
    display: block;
    padding: 10px 0;
    background-color: #00544e;
    border: 1px solid #00544e;
    border-radius: 5px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
    color: #fff;
    text-align: center;
  }
  .footer .fsns {
    width: 120px; 
    margin: 40px auto;
  }
  .footer .fsns_list {
    display: flex;
    justify-content: space-around;
  }
  .footer .fsns_item {
    height: 26px;
  }
  .footer .fsns_item img {
    height: 100%;
    width: auto;
  }
  .footer .fnavi {
    text-align: left;
  }
  .footer .fnavi_item {
    margin: 8px 0;
  }
  .footer .fnavi ._child a {
    position: relative;
    padding-left: 20px;
  }
  .footer .fnavi ._child a::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background: #666;
  }
  .footer_contact {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%; 
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .fcontact_list {
    display: flex;
    margin: 0;
    padding: 2.66667vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #205348;
    text-align: center;
  }
  .footer .fcontact_item {
    width: 24%;
    line-height: 1.2 !important;
    text-align: center;
  }
  .footer .fcontact_item a {
    color: #fff;
    font-size: 12px;
  }
  .footer .fcontact_item._land {
    padding: 24px 0 0;
    background: url('/img/sp_foot_land.png') top center no-repeat;
    background-size: 20px auto;
  }
  .footer .fcontact_item._material {
    padding: 24px 0 0;
    background: url('/img/sp_foot_material.png') top center no-repeat;
    background-size: 20px auto;
    border-right: 1px solid #1d827b;
  }
  .footer .fcontact_item._tel {
    padding: 30px 0 0;
    background: url('/img/sp_foot_tel.png') top center no-repeat;
    background-size: 20px auto;
    border-right: 1px solid #1d827b;
  }
  .footer .fcontact_item._event {
    padding: 24px 0 0;
    background: url('/img/sp_foot_event.png') top center no-repeat;
    background-size: 18px auto;
    border-right: 1px solid #1d827b;
  }
  .footer .fcontact_item._works {
    padding: 24px 0 0;
    background: url('/img/sp_foot_works.png') top center no-repeat;
    background-size: 20px auto;
    border-right: 1px solid #1d827b;
  }
  .footer .fcontact_item._voice {
    padding: 24px 0 0;
    background: url('/img/sp_foot_voice.png') top center no-repeat;
    background-size: 20px auto;
  }
  .copyright {
    padding: 20px 0 100px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer {
    min-width: 1200px; 
    margin-bottom: 0 !important;
    margin-top: 0;
    padding: 40px 0;
  }
  .footer_inner {
    display: flex; 
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer_logo {
    width: 200px; 
    margin: 0 auto 40px;
  }
  .footer .faddress {
    width: 350px; 
    margin-right: 60px;
  }
  .footer .faddress_address p {
    margin-bottom: 10px;
  }
  .footer .faddress_address span {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }
  .footer .faddress_contact {
    margin: 20px 0;
  }
  .footer .faddress_contact a {
    display: block;
    padding: 10px 0;
    background-color: #00544e;
    border: 1px solid #00544e;
    border-radius: 5px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
    color: #fff;
    text-align: center;
  }
  .footer .fsns {
    width: 140px; 
    margin-left: auto;
  }
  .footer .fsns_list {
    display: flex;
    width: 140px;
    padding-left: 12px; 
    justify-content: space-between;
  }
  .footer .fsns_item {
    height: 26px;
  }
  .footer .fsns_item img {
    height: 100%;
    width: auto;
  }
  .footer .fnavi {
    display: flex; 
    text-align: left;
  }
  .footer .fnavi_list {
    margin-right: 40px;
  }
  .footer .fnavi_item {
    margin: 5px 0;
  }
  .footer .fnavi ._child a {
    position: relative;
    padding-left: 20px;
  }
  .footer .fnavi ._child a::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background: #666;
  }
  .copyright {
    padding: 20px 0;
    text-align: center;
  }
}

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

project : navi

************************************************************************************** */
@media screen and (max-width: 767px) {
  .gnavi {
    display: none;
  }
  .gnavi {
    position: fixed;
    left: 0;
    top: 16vw;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000 !important;
    height: 100%;
    width: 100%;
    background: #f5f3ee; 
    -webkit-overflow-scrolling: touch;
  }
  .gnavi a .ja {
    color: #333 !important; 
    font-weight: bold;
  }
  .gnavi_item {
    background: #f5f3ee; 
    border-top: 1px solid #faf9f6;
  }
  .gnavi_item:last-child {
    padding-bottom: 50.66667vw;
  }
  .gnavi::-webkit-scrollbar {
    width: 5px;
  }
  .gnavi::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #00544e;
  }
  .gnavi::-webkit-scrollbar-thumb {
    background: #00544e;
    border-radius: 10px;
    box-shadow: none;
  }
  .gnavi > ul {
    margin: 0;
  }
  .gnavi ul li {
    width: 100%; 
    text-align: left;
  }
  .gnavi > ul li a {
    display: block;
    width: 100%;
    padding: 3.33333vw 4vw;
    font-size: 4.26667vw; 
    text-align: left;
  }
  .gnavi > ul ul li a {
    padding-left: 6.66667vw;
  }
  .gnavi .child {
    background: #faf9f6;
  }
  .gnavi .child li {
    position: relative;
    padding-left: 10px;
  }
  .gnavi .child li:before {
    position: absolute;
    left: 20px;
    top: 25px;
    content: '';
    display: block;
    height: 1px;
    width: 8px;
    background: #333;
  }
  .gnavi .child2 li {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
  }
  .gnavi .en {
    display: none;
  }
  .gnavi span {
    display: block;
    font-size: 4.53333vw;
  }
  .gnavi_item._home a {
    height: 60px; 
    width: 37.33333vw;
    margin: 0.66667vw 0 0 2.66667vw;
    background-image: url('/img/logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37.33333vw auto;
  }
  .gnavi_item._home span {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .gnavi {
    display: flex;
    width: 900px; 
    margin-top: 18px;
    justify-content: center;
    vertical-align: middle;
  }
  .gnavi ul {
    display: flex; 
    margin: 0 auto;
    text-align: center;
  }
  .gnavi li {
    transition: 0.6s;
  }
  .gnavi li .ja {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    display: block;
    margin: auto !important;
    text-align: center; 
    transition: 0.6s;
  }
  .gnavi li .en {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: auto !important;
    text-align: center; 
    transition: 0.6s;
  }
  .gnavi li a {
    position: relative;
    display: block; 
    overflow: hidden;
    height: 25px;
  }
  .gnavi li a:first-child {
    margin-left: 0;
  }
  .gnavi li a._home {
    width: 70px;
  }
  .gnavi li a._concept {
    width: 94px;
  }
  .gnavi li a._works {
    width: 74px;
  }
  .gnavi li a._voice {
    width: 74px;
  }
  .gnavi li a._lineup {
    width: 88px;
  }
  .gnavi li a._event {
    width: 176px;
  }
  .gnavi li a._realestate {
    width: 116px;
  }
  .gnavi li a._company {
    width: 94px;
  }
  .gnavi li a._contact {
    width: 90px;
  }
  .gnavi li a:hover .en {
    left: 0; 
    top: 40px;
  }
  .gnavi li a:hover .ja {
    left: 0; 
    top: 0;
  }
  .gnavi .child {
    position: absolute;
    display: none;
    z-index: 1000;
    width: auto !important;
    padding: 10px 10px !important;
    background: #fff;
    box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .gnavi .child._c-concept {
    display: none !important;
  }
  .gnavi .child._c-works {
    margin: 0 0 0 -24px;
  }
  .gnavi .child._c-voice {
    margin: 0 0 0 -40px;
  }
  .gnavi .child._c-lineup {
    margin: 0 0 0 -62px;
  }
  .gnavi .child._c-event {
    margin: 0 0 0 40px;
  }
  .gnavi .child._c-company {
    margin: 0 0 0 -22px;
  }
  .gnavi .child._c-realestate {
    margin: 0 0 0 5px;
  }
  .gnavi .child._c-contact {
    margin: 0 0 0 -22px;
  }
  .gnavi .child li {
    display: block;
    width: auto !important;
    margin: 0 !important;
    padding: 5px 10px 1px !important;
  }
  .gnavi .child li a {
    display: block;
    margin: 0 !important;
    padding: 0;
    padding: 0 !important;
  }
  .gnavi .child2 {
    display: none !important;
  }
  .gnavi .child2 li {
    display: inline-block;
  }
}

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

project : main

************************************************************************************** */
@media screen and (max-width: 767px) {
  main {
    padding: 60px 0 0 !important;
    /*
		&::before {
			background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('https://dev.living-work.co.jp/wp/wp-content/uploads/2021/04/dummy_bg.jpg');
			background-position:bottom  center;
			background-repeat: no-repeat;
			background-size: cover;
			content: "";
			height: 96vh;
			left: 0;
			position: fixed;
			width: 100%;
			z-index: -1;
		  } */
  }
  .main .tit {
    margin: 20px auto 30px;
    padding: 80px 15px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.8vw; 
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .main {
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .main .tit {
    margin: 20px auto 60px;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px; 
    text-align: center;
  }
}

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

project : content

************************************************************************************** */
@media screen and (max-width: 767px) {
  .content {
    margin: 50px 0 0;
    padding: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .content {
    display: block;
    width: 980px;
    margin: 60px auto;
  }
  .content:after {
    clear: both; 
    content: '';
    display: block;
  }
  .content:before {
    clear: both; 
    content: '';
    display: block;
  }
  .content img {
    height: auto;
    width: auto;
  }
}

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

project : spnavi

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

SP-NAVI

************************************************************************************** */
#nav-toggle, .close {
  cursor: pointer;
  position: fixed;
  right: 0vw;
  top: 1.86667vw;
  display: none;
  z-index: 1000;
  height: 12vw;
  width: 7.2vw;
  margin: 0 !important;
  margin: 0 !important;
  padding: 0;
  background: none; 
  border: none;
  box-shadow: none;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#top-head {
  appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

#top-head p {
  color: #333;
  font-size: 2.66667vw;
  text-align: center;
}

#nav-toggle div {
  position: relative;
  top: 1.33333vw;
}

#nav-toggle span {
  position: absolute;
  left: 0.66667vw;
  display: none;
  height: 0.53333vw;
  width: 5.33333vw;
  background: #333;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 1.33333vw;
}

#nav-toggle span:nth-child(2) {
  top: 3.46667vw;
}

@media screen and (max-width: 767px) {
  #nav-toggle {
    display: block;
  }
  #nav-toggle img {
    height: auto; 
    width: 100%;
  }
  .open #nav-toggle img {
    display: none !important;
  }
  .open #nav-toggle span {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg); 

    -webkit-transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 11px;
    transform: rotate(-315deg); 

    -webkit-transform: rotate(-315deg);
  }
  #top-head p {
    position: fixed;
    right: 3.46667vw;
    top: 10.66667vw;
    z-index: 1000;
    font-size: 2.66667vw;
  }
  .sp_contact {
    margin: 8vw auto;
    padding: 8vw 0;
    text-align: center;
  }
  .sp_contact a {
    position: relative;
    display: inline-block;
    width: 80%; 
    margin: 8vw auto;
    padding: 4vw 0;
    background: #fff;
    border-radius: 4px;
    font-size: 4.26667vw;
    font-weight: 500;
  }
}

/*PC*/
@media print, screen and (min-width: 768px) {
  #top-head {
    display: none !important;
  }
}

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

project : side-contact

************************************************************************************** */
@media screen and (max-width: 767px) {
  .sidenavi {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sidenavi {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    text-align: center; 
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }
  .sidenavi_item {
    margin: 6px 0;
  }
  .sidenavi_item a {
    transition: all 0.3s ease-out;
  }
  .sidenavi_item a:hover {
    opacity: 0.6;
  }
  .sidenavi_item a span {
    display: block;
    height: 28vh;
    max-height: 170px;
    min-height: 160px;
    padding: 8px;
    background: #00544e;
    border: 1px solid #fff;
    color: #fff;
    color: #fff;
    font-size: 13px;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    transition: 0.3s; 

    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}

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

project : path

************************************************************************************** */
@media screen and (max-width: 767px) {
  .path {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .path {
    padding: 10px 0 0 10px;
    font-size: 12px;
  }
  .path li {
    float: left;
    padding: 0 5px; 
    font-size: 12px;
  }
  .path li:first-child:before {
    content: '';
  }
  .path li:before {
    padding-right: 5px;
  }
}

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

project : popup

************************************************************************************** */
.popup {
  position: fixed;
  opacity: 0; 
  z-index: 100;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .popup {
    bottom: 80px;
    right: 20px;
  }
  .popup img {
    height: auto; 
    width: 42.66667vw;
  }
  .popup_close {
    position: relative;
    display: block;
  }
  .popup_close span {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -20px;
    height: 40px; 
    width: 40px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 40px;
  }
  .popup_close span::before, .popup_close span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    /* 棒の幅（太さ） */
    height: 22px;
    width: 3px;
    /* 棒の高さ */
    background: #333;
    /* バツ印の色 */
  }
  .popup_close span::before {
    transform: translate(-50%, -50%) rotate(45deg); 

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg); 

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media print, screen and (min-width: 768px) {
  .popup {
    bottom: 40px;
    right: 60px;
  }
  .popup img {
    height: auto; 
    width: 280px;
  }
  .popup_close {
    position: relative;
    display: block;
  }
  .popup_close span {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -20px;
    height: 40px; 
    width: 40px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 40px;
  }
  .popup_close span::before, .popup_close span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    /* 棒の幅（太さ） */
    height: 22px;
    width: 3px;
    /* 棒の高さ */
    background: #333;
    /* バツ印の色 */
  }
  .popup_close span::before {
    transform: translate(-50%, -50%) rotate(45deg); 

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg); 

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }
}

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

project : lwb

************************************************************************************** */
.lwb a {
  color: #1c9bc1;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .lwb {
    margin: 40px auto 0;
    text-align: center;
  }
  .lwb_title {
    margin: 0 0 40px !important;
    padding: 0 20px !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.8;
  }
  .lwb_img {
    margin: 0 0 20px;
    padding: 0 30%;
  }
  .lwb_img img {
    height: auto;
    width: 100%;
  }
  .lwb_txt a {
    padding: 20px 0 0;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .lwb {
    width: 800px;
    margin: 80px auto 0;
    text-align: center;
  }
  .lwb_title {
    margin: 0 0 40px !important;
    font-size: 30px !important;
    font-weight: bold;
  }
  .lwb_img {
    display: inline-block;
    width: 180px;
    margin-right: 40px;
    vertical-align: middle;
  }
  .lwb_img img {
    height: auto;
    width: 100%;
  }
  .lwb_txt {
    display: inline-block;
    width: 540px;
    text-align: left;
    vertical-align: middle;
  }
  .lwb_txt a {
    padding: 20px 0 0;
    font-size: 16px;
  }
}

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

project : contact

************************************************************************************** */
.contact {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact {
    margin: 0 !important;
    margin: 120px auto 0; 
    padding-top: 20px;
    border-bottom: 1px solid #f6f6f6;
  }
  .contact_heading {
    margin: 0 auto 20px;
    background: url('/img/title_line.png') center repeat-x; 
    font-family: 'Noto Serif JP', serif;
    text-align: center;
  }
  .contact_heading span {
    display: inline;
    padding: 0 20px; 
    background: #fff;
    color: #333;
    font-size: 32px;
  }
  .contact_lead {
    text-align: center;
  }
  .contact_box {
    margin: 40px 4vw;
  }
  .contact_title {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
  }
  .contact_consul {
    vertical-align: top;
  }
  .contact_material {
    margin: 60px 0;
    vertical-align: top;
  }
  .contact_mail {
    margin: 30px 0 0;
  }
  .contact_mail a {
    display: block;
    padding: 20px 0;
    background-color: #00544e;
    border: 1px solid #00544e;
    border-radius: 5px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .contact {
    margin: 80px auto 0;
    padding: 40px 0;
  }
  .contact_inner {
    width: 1200px;
    margin: 80px auto 0;
    padding: 0;
  }
  .contact a:hover {
    opacity: 0.5;
  }
  .contact_heading {
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }
  .contact_lead {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
  }
  .contact_box {
    display: flex;
    justify-content: space-between;
  }
  .contact_title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact_consul {
    width: 360px;
    text-align: center;
  }
  .contact_material {
    width: 360px;
    text-align: center;
  }
  .contact_inquiry {
    width: 360px;
    text-align: center;
  }
  .contact_mail {
    margin-top: 20px;
  }
  .contact_mail a {
    display: block;
    padding: 20px 0;
    background-color: #00544e;
    border: 1px solid #00544e;
    border-radius: 5px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2); 
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
}

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

project : breadcrumbslist

************************************************************************************** */
.breadcrumbs {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    position: relative;
    top: 80px;
    padding-left: 10px;
  }
}
