@charset "utf-8";
/*===common===*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body {
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
#space-off {
  overflow: hidden;
}
img {
/*  max-width: 100%;*/
  width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
img:hover {
  opacity: 0.5;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  transition: 0.5s;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color:  rgb(232, 211, 157);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
/*===end/common===*/


/*===.inner ===*/
.inner {
/*  width: 1200px;*/
  /*1200/1349*/
  width: 88.95478%;
  margin: 0 auto;
  
  
}
/*===end/.inner ===*/


/*===.header===*/
.header {
  border-top: solid 5px #000;
}
.header h1 {
/*  width: 320px;*/
  /*320/1200*/
  width: 26.66666%;
/*  font-size: 58px;*/
  font-size: 3.625rem;
  float: left;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: 'Noto Serif JP', serif;
}
.header h1 span {
/*  font-size: 19px;*/
  font-size: 1.1875rem;
  margin-left: 5px;
}

.header h1 a:hover {
  color: #cc9933;
}
/*.header @rwd*/
@media screen and (max-width:960px) {
  .header h1 {
    float: none;
    display: flex;
    margin-bottom: 12px;
    margin-top: 60px;
  }
  .header h1 span {
    display: none;
  }
}
/*===end/.header===*/

.fa-comment-dots{
  /* float: right; */
  /*  margin-left: 20px;*/
  /*20/400*/
    /* margin-left: 5%; */
  /*  font-size: 24px;*/
    font-size: 1rem;
    padding: 8px 5px;
}
/*===.header sns===*/
.header ul.sns {
  float: right;
  width: 400px;/*絶対値のままにする*/
  margin-top: 20px;
}
.header ul.sns li {
  float: right;
/*  margin-left: 20px;*/
/*20/400*/
  margin-left: 5%;
/*  font-size: 24px;*/
  font-size: 1.5rem;
  padding: 8px 5px;
}
.header ul.sns li a:hover {
  color: #cc9933;
}
.header ul.sns li.search {
  background-color: #f2f2f2;
  width: 210px;
  text-align: right;
  border-radius: 5px;
}
ul li.search input[type="search"] {
  background-color: transparent;
  border: none;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1.75;
  padding-bottom: 5px;
}
ul li.search input[type="search"]:focus {
  background-color: #fff;
}
ul li.search i {
  transition: 0.5s;
}
ul li.search i:hover {
  color: #c93;
  cursor: pointer;
}
/*.header sns @rwd*/
@media screen and (max-width:960px) {
  .header ul.sns {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .header ul.sns {
    display: none;
  }
}
/*===end/.header sns===*/


/*===.gnav===*/
.gnav {
  background-color: #f2f2f2;
}
.gnav ul li h2 span {
  display: none;
}
.gnav ul li {
  float: left;
/*  width: 192px;*/
/*192/1200*/
  width: 16%;
  text-align: center;
  border-right: solid 1px #fff;
  box-sizing: border-box;
/*  font-size: 14px;*/
  font-size: 0.875rem;
}
.gnav ul li:first-child {
/*  width: 48px;*/
/*48/1200*/
  width: 4%;
  background-color: #000;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.gnav ul li a {
  display: block;
  color: #333;
  padding: 18px 0;
}
.gnav ul li a:hover {
  background-color: #666;
  color: #fff;
}
.gnav ul li:first-child a {
  color: #fff;
/*  font-size: 10px;*/
  font-size: 0.625rem;
}
.gnav ul li:first-child a:hover {
  background-color: #c93;
}
/*.gnav @rwd*/
@media screen and (max-width:960px){
  .gnav ul li {
    font-size: 0.75rem
  }
}
/*===end/.gnav===*/
@media screen and (max-width:960px){

  body {
    font-size: 16px;
  }
  
  body.fixed {
    overflow: hidden;
  }
  
  img {
    max-width: 100% !important;
    height: auto;
    width /***/:auto;
    margin-left:auto;
    margin-right:auto;
  }
  
  .content h4 {
    margin-right: 10px;
    margin-left: 10px;
  }
.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #111;
}

header.txt_w .menu_btn span {
	background-color: #FFBF00;
}
header.txt_w.fixed .menu_btn span {
	background-color: #111;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #555;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(255,191,0,0.0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(255,191,0,1);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #FFBF00 !important;
}

header.txt_w #g_navi li a {
	color: #FFF;
}

header.txt_w.fixed #g_navi li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #FFBF00;
	color: #000 !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}
#g_navi li.contact a:hover {
	background-color: #000;
	color: #FFBF00 !important;
}
#g_navi li.contact a::before {
	display: none;
}

}

/*  */

/*===.hero-header===*/
.hero-header {
  width: 100%;
  height: 490px;
/*  padding: 60px 0 175px;*/
/*60/1349 175/1349*/
  /* padding: 4.44773% 0 12.9725%; */
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(../img/landing__header.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 2;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  
}
.body-in {
  position: relative;
  z-index: 999999;
}

  .elm {
    text-decoration: none;
    font-size: 15px;
    background-color: #10D999;
    position: fixed;
    bottom: 30px;
    right: 105px;
    padding: 9px;
    color: #fff;
    transition: 0.2s;
    opacity: 0;
  }
  float-button__wrap{
    display: none;/*最初は隠す*/
    width: 80px;
    height: 45px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }
.slider {
  width: 100%;
  height: 500px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 45px;
  
}

.hero-header p {
/*  font-size: 26px;*/
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
}
.hero-header p span {
/*  font-size: 46px;*/
  font-size: 2.875rem;
  
}
.box {
  /* position: absolute; */
  width: 900px;
  height: 300px;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 100%; */
  transform: translate(25%,40%);
  /* background-color: #ff69d4; */
  background-color: transparent;
  background-color: rgba(224, 210, 220, 0.5);
  z-index: 99;
}

/*.hero-header @rwd*/
@media screen and (max-width:960px) {
  .slider {
   z-index: 99; 
  }
  .elm {
    font-size: 12px;
    text-decoration: none;
    background-color: #10D999;
    position: fixed;
    bottom: 90px;
    right: 25px;
    padding: 5px;
    color: #fff;
    transition: 0.2s;
    opacity: 0;
  }
  .elm span{
    display: none;
    text-decoration: none;
   
  }

  .hero-header {
    /* width: 50%; */
    /* width: auto; */
  /*  padding: 60px 0 175px;*/
  /*60/1349 175/1349*/
    /* padding: 4.44773% 0 12.9725%; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(../img/landing__header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 1.7;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    
   
    
  }
  .hero-header p {
    font-size: 1rem;
    margin-bottom: 30px;
    
  }
  .hero-header p span {
    
    font-size: 1.55rem
    
  }
  .box{
    position: relative;
    padding: 0.14773% 0 0.9725%;
    margin-bottom: 20px;
    font-size: 1.25rem;
    width: auto;
    height: auto;
    transform: translate(25%,70%);
    margin-right: 30%;
    z-index: 100; 
    
  }
  
}
/*===end/.hero-header===*/


/*===.header-nav===*/
.header-nav {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}
.header-nav ul li {
  float: left;
/*  width: 224px;*/
/* 224/1200*/
  width: 18.66666%;
/*  margin-right: 20px;*/
/*20/1200*/
  margin-right: 1.66666%;
  overflow: hidden;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a:hover img {
  transform: scale(1.1);
}
/*.header-nav @rwd*/
@media screen and (max-width:768px) {
  .header-nav {
    display: none;
  }
}
/*===end/.header-nav===*/
.example-1 {
  width: 100%;
  width: auto;
  height: auto;
/*  padding: 60px 0 175px;*/
/*60/1349 175/1349*/
  padding: 9.44773% 0 12.9725%;
  background-image:  url(../img/h2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 2;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  
}
.Property h2 {
/*  font-size: 24px;*/
font-size: 1.5rem;
margin-top: 40px;
margin-bottom: 20px;
width: 300px;
}
.Property h2 span {
/*  font-size: 14px;*/
font-size: 0.875rem;
margin-left: 2em;
font-weight: 400;
}

/*===.wp-theme===*/
.bukken h2 {
  font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 300px;
}
.wp-theme {
  padding: 80px 0;
}
.wp-theme a {
  display: block;
/*  width: 376px;*/
/*376/1200*/
  width: 31.33333%;
  background-color: #000;
  float: left;
/*  margin-right: 36px;*/
/*36/1200*/
  margin-right: 3%;
  margin-bottom: 36px;
}
.wp-theme a p:first-child {
  overflow: hidden;
}
.wp-theme a:hover img {
  transform: scale(1.1);
}
.wp-theme a:nth-child(3n) {
  margin-right: 0;
}
.wp-theme a:nth-child(4),
.wp-theme a:nth-child(5),
.wp-theme a:nth-child(6) {
  margin-bottom: 0;
}
.wp-theme section h2 {
  padding: 10px 0 10px 12px;
/*  font-size: 20px;*/
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
}
.wp-theme section p {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  padding: 12px;
  background-color: #f2f2f2;
  text-align: justify;
  line-height: 1.5;
}
/*.wp-theme @rwd*/
@media screen and (max-width:768px) {
  .wp-theme a {
    float: none;
    width: 100%;
    margin-bottom: 60px!important;
    margin-right: 0;
  }
}
/*===end/.wp-theme===*/


/*===p.more===*/
p.more {
  width: 240px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}
p.more a {
  display: block;
  background-color: #000;
  color: #fff;
/*  font-size: 16px;*/
  font-size: 1rem;
  padding: 22px 0;
}
p.more a:hover {
  background-color: #c93;
}
/*p.more @rwd*/
@media screen and (max-width:768px) {
  p.more {
    margin-top: 60px;
  }
}
/*===end/p.more===*/


/*===.gts-1===*/
.gts {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.gts h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 60px;
  line-height: 1.2;
}
.gts .gts-1 {
  margin-bottom: 80px;
}
.gts .gts-1 p {
/*  width: 580px;*/
/*580/1200*/
  width: 100%;
  line-height: 2.2;
  float: left;
  
  /* margin-right: 40px; */
/*40/1200*/
  margin-right: 3.33333%;
/*  font-size: 14px;*/
  font-size: 0.875rem;
}
.gts .cf p:last-child {
  margin-right: 0;
  text-align: center;
}
/*.gts-1 @rwd*/
@media screen and (max-width:768px) {
  .gts .gts-1 p {
    float: none;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
}
/*===end/.gts-1===*/
.inner-2 {
  text-align: center;
 }
 .inner-2 h2 {
   /* height: 100%; */
   /* position: absolute; */
   top: 0;
   width: 100%;
   text-align: center;
   font-size: 40px;
   font-family: 'Noto Serif JP', sans-serif;
   margin-bottom: 30px;
   line-height: 1.2;
 }
 .inner-2  p{
   text-align: justify;
   /* width: 900px; */
   /* height: 300px; */
   /* position: absolute; */
   /* top: 50%; */
   /* left: 100%; */
   transform: translate(20%,15%);
   width: 100%;
   font-size: 18px;
   font-family: 'Noto Serif JP', sans-serif;
   margin-bottom: 40px;
   line-height: 2.8;
 }
 .sma{
  display: none;
}
 @media screen and (max-width:768px) {
  .inner-2  p {
    /* float: left; */
    width: 100%;
    font-size: 15px;
    transform: translate(0%,10%);
    line-height: 3.0;
    /* text-align: justify; */
  }
  .inner-2  h2 {
    /* float: left; */
    width: 100%;
    font-size: 33px;
    
    /* transform: translate(10%,10%); */
  }
  .sma {
    display: block;
  }
  
  }

/*===.gts-2===*/

/*===end/.gts-2===*/


/*===.news-updata===*/
.news-updata {
  padding: 80px 0;
}
/*===end/.news-updata===*/


/*===.news-updata .info===*/
.news-updata .info {
  float: left;
/*  width: 788px;*/
/*788/1200*/
  width: 65.66666%;
}
.news-updata .info h2 {
/*  font-size: 24px;*/
  font-size: 1.5rem;
  margin-bottom: 30px;
  float: left;
  width: 300px;
}
.news-updata .info h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  margin-left: 2em;
  font-weight: 400;
}
.news-updata .info p {
  float: right;
/*  font-size: 14px;*/
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 10px;
  margin-right: 100px;
}
.news-updata .info p a:hover {
  text-decoration: underline;
  color: #c93;
}
.news-updata .info dl {
  float: left;
/*  width: 376px;*/
/*376/788*/
  width: 47.71573%;
  line-height: 1.5;
/*  background-color: pink;*/
}
.news-updata .info dl:nth-of-type(1) {
/*  margin-right: 36px;*/
/*36/788*/
  margin-right: 4.56825%;
  clear: both;
}
.news-updata .info dl dt {
  font-weight: 700;
}
.news-updata .info dl dd {
  margin-bottom: 20px;
  overflow: hidden;
}
.news-updata .info dl dd a:hover {
  text-decoration: underline;
  color: #c93;
}
.news-updata .info dl dd:last-child {
  margin-bottom: 0;
}
/*.news-updata .info @rwd*/
@media screen and (max-width:768px) {
  .news-updata .info {
    float: none;
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: dotted 1px #DDD;
  }
  .news-updata .info dl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .news-updata .info dl dt {
    float: left;
    clear: both;
    margin-right: 48px;
  }
  .news-updata .info dl dd a {
    text-decoration: underline;
  }
  .news-updata .info p {
    display: none;
  }
}
/*===end/.news-updata .info===*/


/*===.news-updata .updata===*/
.news-updata .updata {
  float: right;
/*  width: 376px;*/
/*376/1200*/
  width: 31.33333%;
}

.news-updata .updata h2 {
/*  font-size: 24px;*/
  font-size: 1.5rem;
  margin-bottom: 30px;
  float: left;
/*  width: 300px;*/
/*300/1200*/
/*  width: 25%;*/
}
.news-updata .updata h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  margin-left: 2em;
  font-weight: 400;
}
.news-updata .updata dl {
/*  width: 376px;*/
/*376/376*/
  width: 100%;
/*  font-size: 14px;*/
  font-size: 0.875rem;
  clear: both;
}
.news-updata .updata dl dt {
  float: left;
  clear: both;
  margin-right: 3em;
  font-weight: 700;
  margin-bottom: 1.37em;
}
.news-updata .updata dl dd {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.news-updata .updata dl dd a:hover {
  text-decoration: underline!important;
  color: #c93;
}
/*.news-updata .updata @rwd*/
@media screen and (max-width:768px) {
  .news-updata .updata {
    float: none;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: dotted 1px #DDD;
  }
  .news-updata .updata dl dd a {
    line-height: 1.15;
    text-decoration: underline;
  }
}

/*===end/.news-updata .updata===*/


/*===.theme_list===*/
.theme_list_parent {
  margin-bottom: 80px;
}

.theme_list_parent a {
  display: block;
  color: #fff;
  float: left;
/*  width: 582px;*/
/*582/1200*/
  width: 48.5%;
  background-color: #000;
/*  margin-right: 36px;*/
/*36/1200*/
  margin-right: 3%;
}
.theme_list_parent a:last-child {
  margin-right: 0;
}
.theme_list_parent a:hover img {
  transform: scale(1.1);
}
.theme_list p:last-child {
/*  width: 291px;*/
/*291/582*/
  width: 50%;
  overflow: hidden;
}
.theme_list_left {
  float: left;
/*  width: 291px;*/
  /*291/582*/
  width: 50%;
  line-height: 1.8;
  padding: 36px 0 0 24px;
  box-sizing: border-box;
}
.theme_list_left h2 {
/*  font-size: 20px;*/
  font-size: 1.25rem;
}
.theme_list_left h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
}
.theme_list_right {
  float: right;
/*  width: 291px;*/
  /*291/582*/
  width: 50%;
}
/*.theme_list @rwd*/
@media screen and (max-width:768px) {
  .theme_list_parent{
    border-bottom: dotted 1px #DDD;
    margin-bottom: 0;
    padding-bottom: 40px;
    }
  .theme_list_parent a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .theme_list h2,
  .theme_list p{
    font-size: 0.5rem;
  }
  .theme_list_left {
    padding-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .theme_list h2,
  .theme_list p{
    font-size: 0.7rem;
  }
  .theme_list_left {
    padding-top: 20px;
  }
}
@media screen and (max-width:960px) {
.google-map iframe {
  width:350px;
}
}
/*===end/.theme_list===*/


/*===.interview===*/
.interview {
  padding: 80px 0;
}

   .example {
    width: 100%;
    width: auto;
    height: 300px;
  /*  padding: 60px 0 175px;*/
  /*60/1349 175/1349*/
    padding: 4.44773% 0 12.9725%;
    background-image:  url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 2;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    
  }
.interview h2 {
/*  font-size: 24px;*/
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 300px;
}
.interview h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  margin-left: 2em;
  font-weight: 400;
}
.interview a {
  display: block;
/*  width: 376px;*/
/*376/1200*/
  width: 31.33333%;
  background-color: #000;
  float: left;
/*  margin-right: 36px;*/
/*36/1200*/
  margin-right: 3%;
}
.inner-1 {
 text-align: center;
}
.inner-1 h2 {
  /* height: 100%; */
  /* position: absolute; */
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 30px;
  line-height: 1.2;
}
.inner-1  p{
  text-align: justify;
  /* width: 900px; */
  /* height: 300px; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 100%; */
  transform: translate(20%,10%);
  width: 70%;
  font-size: 16px;
  font-family: 'Noto Serif JP', sans-serif;
  /* margin-bottom: 60px; */
  line-height: 2.0;
}


.inner-3 {
 text-align: center;
}
.inner-3 h2 {
  /* height: 100%; */
  /* position: absolute; */
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 30px;
  line-height: 2.0;
}
.inner-3  p{
  text-align: justify;
  /* width: 900px; */
  /* height: 300px; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 100%; */
  transform: translate(20%,10%);
  width: 70%;
  font-size: 16px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 120px;
  line-height: 2.0;
}
.interview a p:first-child {
  overflow: hidden;
}
.interview a:hover img {
  transform: scale(1.1);
}
.interview a:nth-of-type(3n) {
  margin-right: 0;
}
.interview section h3 {
  padding: 17px 0 17px 12px;
/*  font-size: 16px;*/
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.interview section p + p {
/*  font-size: 14px;*/
  font-size: 1.05rem;
  padding: 12px;
  background-color: #ebeeec;
  /* text-align: center; */
  justify-content: center;
  line-height: 1.5;
}

/*.interview @rwd*/
@media screen and (max-width:768px) {
  .interview {
    padding: 10px 0 0 0 ;
  }
  .interview a {
    float: none;
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 60px; */
  }
  .interview a {
    text-decoration: none;
    /* color: none; */
    /* transition: 0.5s; */
}
.inner-1  h2 {
  width: 100%;
  font-size: 33px;
  
}
.inner-1  p {
  float: left;
  width: 100%;
  font-size: 16px;
  transform: translate(0%,10%);
  line-height: 2.0;
}

.inner-3  p {
  float: left;
  width: 100%;
  font-size: 16px;
  transform: translate(0%,10%);
  line-height: 2.0;
}
}
/*===end/.interview===*/


/*===.tips===*/
.tips {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.tips h2 {
/*  font-size: 24px;*/
  font-size: 1.5rem;
  margin-bottom: 30px;
  width: 400px;
  float: left;
}
.tips h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  margin-left: 2em;
  font-weight: 400;
}

.tips .p > a {
  width: 100px;
  float: right;
  padding-top: 10px;
  text-align: right;
  margin: 0;
/*  font-size: 14px;*/
  font-size: 0.875rem;
}

.tips .p > a:hover {
  text-decoration: underline;
  color: #c93;
}

.tips a {
  display: block;
/*  width: 270px;*/
/*270/1200*/
  width: 22.5%;
  float: left;
/*  margin-right: 40px;*/
/*  40/1200*/
  margin-right: 3.33333%;
}
.tips a:hover img {
  transform: scale(1.1);
}
.tips a:nth-of-type(4n) {
  margin-right: 0;
}
.tips a p {
  overflow: hidden;
}
.tips a p:nth-of-type(1) {
  background-color: #000;
}
.tips a p + p {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: justify;
  padding-top: 5px;
}
/*.tips @rwd*/
@media screen and (max-width:768px) {
  .tips .p > a {
    display: none;
  }
  .tips a p + p {
    /* font-size: 14px; */
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}
  .tips a {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .tips a:last-child {
    margin-bottom: 0;
  }
}
/*===end/.tips===*/


/*===.post===*/
/*col-3 contact layout*/
.col-3 form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
 }
 .col-3 form table {
  width: 100%;
 }
 .col-3 th,
 .col-3 td{
  padding: 1.5rem;
  
 }
 .col-3 form th {
  width: 20%;
  text-align: center;
  font-weight: normal;
 }
 .col-3 form td {
  width: 80%;
 }
 .col-3 form td input[type="text"],
 .col-3 form td input[type="email"],
 .col-3 form td input[type="phone"],
 .col-3 form td textarea{
  background-color: rgba(255, 255, 255, 0.55);
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #999;
  line-height: 2;
  font-size: 1rem;
  padding: 0 0.3rem;
 }
 .col-3 td textarea {
  min-height: 10rem;
 }
 .col-3 td input[type="text"]:focus,
 .col-3 td input[type="email"]:focus,
 .col-3 td input[type="phone"]:focus,
 .col-3 td textarea:focus{
  outline: solid 1px orange;
  box-shadow: 0 0 3px 1px orange;
  background-color: rgba(255, 255, 255, 0.75);
 }
 .col-3 p{
  text-align: center;
  margin-bottom: 1.5rem;
 }
 .col-3 p input {
  padding: 0.6rem 1.2rem;
  margin-right: 1rem;
  background-color: rgba(38, 38, 38, 0.55);
  color: white;
  border: none;
  transition: 0.5s;
 }
 .col-3 p input:last-child{
  margin: 0;
 }
 .col-3 p input:hover{
  cursor: pointer;
  background-color: rgba(38, 38, 38, 0.8);
 }
 /*768px or Less than*/
 @media screen and (max-width:768px){
  .col-3 form {
  width: 100%;
  }
  .col-3 form table td {
  width: 100%;
  box-sizing: border-box;
  }
  .col-3 th,
  .col-3 td{
  display: block;
  padding: 0.75rem;
  /* padding-right: 2rem; */
  }
  /* padding: 0 0.3rem; */
 }
 /*End 768px or Less than*/
 /*End col-3 contact layout*/
.post {
  padding: 80px 0;
}
.post h2 {
/*  font-size: 24px;*/
  font-size: 1.5rem;
  margin-bottom: 30px;
  width: 400px;
  float: left;
  margin-top: 40px;
}
.post h2 span {
/*  font-size: 14px;*/
  font-size: 0.875rem;
  margin-left: 2em;
  font-weight: 400;
}
.post .p > a {
  width: 100px;
  float: right;
  padding-top: 10px;
  text-align: right;
  margin: 0;
/*  font-size: 14px;*/
  font-size: 0.875rem;
}
.post .p > a:hover {
  text-decoration: underline;
  color: #c93;
}
.post .post-inner {
  padding: 16px;
  background-color: #f2f2f2;
}

.post .post-inner h3 {
/*  font-size: 16px;*/
  font-size: 1rem;
}
.post .post-inner p {
  /*  font-size: 14px;*/
  font-size: 0.875rem;
}
.post .post-inner > a {
  display: block;
  float: left;
/*  width: 368px;*/
/*368/1200*/
  width: 30.66666%;
/*  margin-right: 32px;*/
/*32/1200*/
  margin-right: 2.66666%;
  margin-bottom: 32px;
}
.post .post-inner > a:nth-of-type(3n) {
  margin-right: 0;
}
.post .post-inner > a:nth-of-type(4),
.post .post-inner > a:nth-of-type(5),
.post .post-inner > a:nth-of-type(6) {
  margin-bottom: 0;
}
.post .post-list .post-left {
  float: left;
  background-color: #000;
  overflow: hidden;
/*  width: 108px;*/
/*108/368*/
  width: 29.34782%;
}
.post .post-list:hover img {
  transform: scale(1.2);
}
.post .post-list .post-right {
  float: right;
/*  width: 230px;*/
/*230/368*/
  width: 62.5%;
}
.post .post-list .post-right p {
  line-height: 1.4;
  margin-bottom: 24px;
}
/*.post @rwd*/
@media screen and (max-width:768px) {
  .post .post-inner > a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px!important;
    clear: both;
    padding-bottom: 20px;
    border-bottom: dotted 1px #CCC;
  }
  .post .post-inner > a:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0;
    border-bottom: none;
  }
  .post .p > a {
    display: none;
  }
}
/* チェックボックスは非表示 */

.accordion{
  width: 100%;
  float: left;
  }
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: flex;
  flex-direction: row;
  padding: 20px 20px 20px 450px;
  background: rgba(237, 235, 235, 0.5);
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;/* 変更部分 */
  text-align: center;
}
.accordion-open:hover{
  /* cursor: pointer; */
  background-color: rgba(231, 195, 16, 0.8);
  position: relative;
 }

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  text-align: center;
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);

}


/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* QとAのデザイン */
.accordion-open span,
.accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;/* 要素の高さは0 */
  overflow: hidden;/* 非表示 */
  padding: 0 0 0 60px;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  position: relative;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  text-align: justify;
  padding: 20px 80px 20px ;
  text-align: justify;
  background: #55acee;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width:960px) {
  .accordion {
    width:  100%;
    
    }
    .accordion-open {
      height: auto;
    opacity: 1;
    text-align: left;
    padding: 20px 80px 20px;
    /* text-align: justify; */
    /* background: #55acee; */
    font-weight: 700;
    line-height: 1.5;
      height: auto;
      /* padding: 20px 20px 20px 100px; */
      background: rgba(237, 235, 235, 0.5);
      cursor: pointer;
      /* margin: 5px 0; */
      font-weight: 700;
      position: relative;/* 変更部分 */
      /* letter-spacing: 0.12em; */
      /* line-height: 1.5; */
    }
    .accordion-open:hover{
      /* cursor: pointer; */
      background-color: rgba(231, 195, 16, 0.8);
      position: relative;
     }
     .accordion-hidden:checked + .accordion-open + .accordion-close{
      text-align: left;
     }
}
/*===end/.post===*/


/*===.banner===*/
/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 30px;
}
.syoukai {
  /* width: 1200px; */
  /* overflow: hidden; */
  width: 88.95478%;
  margin: 0 auto;
  margin-left: 90px;
}
.loop_wrap_base h2 {
  /*  font-size: 24px;*/
    font-size: 1.5rem;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .loop_wrap_base h2 span {
  /*  font-size: 14px;*/
    font-size: 0.875rem;
    margin-left: 2em;
    font-weight: 400;
  }
  @media screen and (max-width:960px){
  .syoukai {
    /* width: 1200px; */
    /* overflow: hidden; */
    width: 88.95478%;
    margin: 0 auto;
    margin-left: 45px;
  }
 }
/* .loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
} */

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
	color: #FFF;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FFBF00;
	color: #000;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

/*===end/.banner===*/

/*===.footer===*/
.footer-list {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.footer-nav {
  float: left;
/*  width: 750px;*/
/*750/1200*/
  width: 62.5%;
}
.footer-nav ul {
/*  width: 160px;*/
/*160/750*/
  width: 23.33333%;
  
  float: left;
  line-height: 2.2;
/*  margin-right: 135px;*/
/*135/900*/
  margin-right: 15%;
/*  font-size: 14px;*/
  font-size: 0.875rem;
}
.footer-nav ul:last-child {
  margin-right: 0;
}
.footer-nav ul li a:hover {
  color: #c93;
  text-decoration: underline;
}
.banner-2 {
  float: right;
  width: 300px;
/*300/1200*/
  width: 25%;
  background-color: #000;
}
.footer {
  background-color: #000;
  text-align: center;
  padding: 9px 0;
/*  font-size: 12px;*/
  font-size: 0.75rem;
  color: #fff;
}
/*.footer @rwd*/
@media screen and (max-width:768px) {
  .footer-nav {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .footer-nav ul {
    float: none;
    width: 100%;
  }
  .footer-nav ul li {
    /* border-bottom: dotted 1px #CCC; */
    padding: 10px 0
  }
  .footer-nav ul:first-child li:first-child {
    /* border-top: dotted 1px #CCC; */
  }
  .footer-nav ul:last-child {
    /* border-top: dotted 1px #CCC; */
  }
  .banner-2 {
    float: none;
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
  }
}
/*===end/.footer===*/

/*
/*===#page-top===*/
#page-top a {
  display: block;
  position: fixed;
  position: absolute;
  bottom: 16px;
/*  bottom: -80px;*/
  right: 14px;
/*  font-size: 60px;*/
  font-size: 3.75rem;
  color: rgba(102, 102, 102, 0.6);
  transition: 0.5s;
}

#page-top a:hover {
  color: rgba(204, 153, 51, 0.6);
}
/*===end/#page-top===*/


/*===nav sticky===*/
.sticky{
  width: 100%;
  z-index: 9999;
  position: sticky;
  top: 0;
  opacity: 0.8;
}
/*===end/nav sticky===*/
