@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
html, body {
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  color: #333333;
  box-sizing: border-box;
  margin: 0;
  /*letter-spacing: 0.02em;*/
  word-wrap: break-word;
  background-color: #fff;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
  transition: .3s ease;
}
a:hover {
  color: #ea7843;
  text-decoration: none;
  transition: .3s ease;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.grey {
  color: #aaa;
}
.bold {
  font-weight: bold;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tab_only {
  display: none;
}
.lessthan_tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab_only {
    display: block;
  }
  .lessthan_tab {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pc_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .lessthan_tab {
    display: block;
  }
  .sp_only {
    display: block;
  }
}
/* box系 */
.outer {
  width: 92%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0;
  /*padding: 0 30px;*/
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}
.wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 980px;
}
.inner {
  width: 92%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 1920px) {
  .outer {
    max-width: initial;
    width: 92%;
  }
}
@media screen and (max-width: 1480px) {
  .outer {
    width: 92%;
    padding: 0;
  }
  .container {
    width: 92%;
    max-width: initial;
    padding: 0;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper {
    width: 92%;
    max-width: initial;
  }
}
/*  KV  */
#kv {
  width: 100%;
  background-color: #e1f3fa;
  background-image: url("../images/cloud.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 343px 139px;
  /*padding: 100px 0 50px;*/
  padding: 0 0 50px;
}
#kv #kv-part {
  max-width: 1920px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  /*padding: 0 30px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv #kv-part .kv-img {
  width: 60%;
  margin-left: auto;
}
#kv #kv-part .kv-img img {
  border-radius: 50px;
}
#kv #kv-part .kv-catch {
  width: calc(40% - 60px);
}
#kv #kv-part .kv-catch h2 {
  width: 100%;
  margin: 0 auto 30px;
}
#kv #kv-part .kv-catch figure {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  #kv #kv-part {
    max-width: initial;
    width: 92%;
  }
}
@media screen and (max-width: 834px) {
  #kv {
    width: 100%;
    background-color: #e1f3fa;
    background-image: none;
    padding: 110px 0 40px;
  }
  #kv #kv-part .kv-img img {
    border-radius: 30px;
  }
  #kv #kv-part .kv-catch {
    width: 38%;
  }
  #kv #kv-part .kv-catch h2 {
    width: 85%;
    margin: 0 auto 20px;
  }
  #kv #kv-part .kv-catch figure {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #kv {
    padding: 80px 0 20px;
  }
  #kv #kv-part {
    width: 92%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #kv #kv-part .kv-img {
    width: 100%;
    margin-left: auto;
  }
  #kv #kv-part .kv-catch {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
  }
  #kv #kv-part .kv-catch h2 {
    width: 50%;
    margin: 0 auto 0 0;
  }
  #kv #kv-part .kv-catch figure {
    width: 47%;
    margin: 0 auto;
  }
}
/* ヘッダー */
#small-header {
  display: none;
}
.header {
  width: 100%;
  height: 100px;
  padding: 0;
  /*position: fixed;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);*/
  z-index: 100;
  top: 0;
  transition: .4s ease;
}
.header .outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
}
.header-navFixed {
  background-color: #fff; /* 背景色 */
  position: fixed; /* 固定 */
  top: -100px; /* ヘッダーの高さ分上にする(隠す) */
  transition: top .4s; /* アニメーション効果を追加 */
  width: 100%; /* 幅を100%に */
  box-shadow: 0 0 8px rgba(0, 0, 0, .05);
}
/* 固定ヘッダーが表示されたときのスタイル */
#js-header.is-show {
  top: 0; /* 隠していたヘッダーを表示 */
  height: 80px;
}
.header h1 {
  width: 400px;
}
.header .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .gnav ul li {
  margin-right: 40px;
}
.header .gnav .hd-contact {
  /*width:200px;*/
  height: 45px;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 23px;
  padding: 15px 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
  outline: none;
  transition: ease .3s;
  background-color: #ea7843;
  color: #fff;
}
.header .gnav .hd-contact:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 20px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
.header .gnav .hd-contact:hover {
  /*filter: brightness(1.2);*/
  background-color: #ea5413;
  transition: ease .3s;
  color: #fff;
}
#js-header.is-show h1 {
  width: 350px;
}
#js-header.is-show .gnav ul li {
  font-size: 1.6rem;
}
#js-header.is-show.header .gnav .hd-contact {
  height: 40px;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 23px;
  padding: 12px 30px 12px;
  margin: 0 auto;
  display: block;
  text-align: center;
  outline: none;
  transition: ease .3s;
  background-color: #ea7843;
  color: #fff;
  white-space: nowrap;
}
#js-header.is-show.header .gnav .hd-contact:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 16px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
#js-header.is-show.header .gnav .hd-contact:hover {
  /*filter: brightness(1.2);*/
  background-color: #ea5413;
  transition: ease .3s;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 0;
  }
  .header h1 {
    width: 300px;
  }
  #js-header.is-show h1 {
    width: 300px;
  }
  .header .gnav ul li {
    margin-right: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
  }
  .header h1 {
    width: 200px;
  }
  #js-header.is-show h1 {
    width: 200px;
  }
  .header .gnav ul li {
    margin-right: 25px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .gnav {
    display: none;
  }
  .header {
    display: none;
  }
  #small-header {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    height: 80px;
    padding: 15px;
    position: fixed;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: .3s ease;
    z-index: 200;
    top: 0;
  }
  #small-header h1 {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #small-header .gnav-sp {
    font-size: 1.6rem;
    display: block;
  }
  #small-header .gnav-sp a {
    text-decoration: none;
    color: #ffffff;
  }
  #small-header .gnav-sp .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity .5s;
  }
  #small-header .gnav-sp .overlay.open {
    width: 100%;
    opacity: 1;
    height: 200vh;
  }
  #small-header .gnav-sp .menu-trigger {
    display: inline-block;
    width: 30px;
    height: 23px;
    vertical-align: middle;
    cursor: pointer;
    /*position: fixed;*/
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: 301;
    transform: translateX(0);
    transition: transform .5s;
  }
  #small-header .gnav-sp .menu-trigger.active {
    transform: translateX(0);
  }
  #small-header .gnav-sp .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    /*background-color: #2ca176;*/
    background-color: #376182;
    transition: all .5s;
  }
  #small-header .gnav-sp .menu-trigger.active span {
    background-color: #ffffff;
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  #small-header .gnav-sp nav {
    width: 90%;
    height: 100vh;
    background-color: rgb(55, 97, 130, 1);
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    transition: all .5s;
    z-index: 300;
    padding: 60px 40px 40px;
    /*overflow-y: scroll;*/
  }
  #small-header .gnav-sp nav .menu {
    margin-bottom: 40px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 4;
    text-align: center;
  }
  #small-header .gnav-sp nav.open {
    transform: translateZ(0);
  }
  #small-header .gnav-sp .menu_item {
    cursor: pointer;
    display: block;
  }
  #small-header .gnav-sp .menu_item_link {
    display: block;
    padding: 0;
    position: relative;
  }
  #small-header .gnav-sp .menu_item_link:after {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f067";
  }
  #small-header .gnav-sp .menu_item_link.on:after {
    content: '\f068';
  }
  #small-header .gnav-sp .submenu {
    display: none;
  }
  #small-header .gnav-sp .submenu_item {
    color: #ffffff;
    padding-left: 1.5em;
  }
  #small-header .gnav-sp .menu .submenu_item:last-child {
    border-bottom: none;
  }
  #small-header .gnav-sp .logobox-sp {
    width: 70%;
    background-color: #fff;
    margin: 0 auto 30px;
    padding: 30px;
  }
  #small-header .gnav-sp .logobox-sp h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  #small-header .gnav-sp .logobox-sp p {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #small-header {
    display: block;
    background-color: #ffffff;
    height: 70px;
    padding: 10px 20px;
  }
  #small-header h1 {
    width: 220px;
  }
  #small-header .gnav-sp .menu-trigger {
    top: 22px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 4;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #small-header {
    height: 60px;
    padding: 10px 15px;
  }
  #small-header h1 {
    width: 180px;
    left: 15px;
  }
  #small-header .gnav-sp .menu-trigger {
    top: 18px;
    right: 15px;
  }
  #small-header .gnav-sp nav {
    padding: 40px 30px 30px;
    /*overflow-y: scroll;*/
  }
  #small-header .gnav-sp nav .menu {
    margin-bottom: 30px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 3.5;
    font-size: 1.6rem;
  }
}
/* コンセプト */
#concept {
  width: 100%;
}
#concept .outer {
  width: 92%;
  padding: 30px 0 130px;
  margin: 80px auto;
  background-image: url("../images/concept-img_1_wide.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1341px 600px;
  position: relative;
}
/*#concept .outer:after {
content:'';
  width: 1341px;
	height:600px;
  background-image: url("../images/concept-img_1_wide.jpg");
  background-repeat: no-repeat;
	background-size: cover;
  position: absolute;
	left:0;
	bottom:0;
}*/
#concept .outer .concept-image_2 {
  width: 230px;
  position: absolute;
  bottom: 40px;
  right: 400px;
  z-index: 0;
}
#concept .concept-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: 0;
}
#concept h3 {
  writing-mode: vertical-rl;
  color: #376182;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 30px;
  z-index: 2;
}
#concept h3:after {
  content: 'CONCEPT';
  font-size: 5.5rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#concept p {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 2.5;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #concept {
    width: 100%;
    padding: 80px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 120px;
    background-size: 67%, 13%;
    position: relative;
  }
  #concept .outer {
    max-width: 1380px;
    padding: 0 0 100px;
    margin: 40px auto;
    background-image: none;
  }
  #concept .outer .concept-image_2 {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  #concept .outer {
    max-width: 1280px;
    padding: 80px 0;
  }
  #concept .outer .concept-image_2 {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
  #concept {
    width: 100%;
    padding: 40px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 67%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    max-width: 1280px;
    padding: 40px 0;
    margin: 60px auto;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1341px 600px;
    position: relative;
  }
  #concept .concept-text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    padding: 40px 0;
    margin: 60px auto;
  }
  #concept .concept-text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }
  #concept .concept-text {
    margin-right: 0;
  }
  #concept h3 {
    writing-mode: vertical-rl;
    color: #376182;
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 20px;
    z-index: 2;
  }
  #concept h3:after {
    content: 'CONCEPT';
    font-size: 4.8rem;
  }
  #concept p {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    line-height: 2;
    z-index: 2;
  }
}
@media screen and (max-width: 834px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept h3 {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  #concept h3:after {
    font-size: 4.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  #concept {
    width: 100%;
    padding: 40px 0 150px;
    margin: 10px 0 20px;
    background-image: url("../images/concept-img_2_sp.png"), url("../images/concept-img_1_sp.jpg");
    background-position: left 10px top 15px, center bottom;
    background-size: 40%, 92%;
  }
  #concept .outer {
    width: 92%;
    padding: 0px 0;
    margin: 0 auto;
  }
  #concept .concept-image_2 {
    display: none;
  }
  #concept h3 {
    font-size: 1.3rem;
    margin-left: 15px;
  }
  #concept h3:after {
    font-size: 3.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  #concept {
    width: 100%;
    padding: 20px 0 150px;
    margin: 20px 0 20px;
    background-image: url("../images/concept-img_2_sp.png"), url("../images/concept-img_1_sp.jpg");
    background-position: left 10px top 20px, center bottom;
    background-size: 35%, 92%;
  }
  #concept .concept-image_2 {
    display: none;
  }
  #concept h3 {
    font-size: 1.3rem;
    margin-left: 15px;
  }
  #concept h3:after {
    font-size: 3.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/* トップ新着 */
#news {
  background-color: #fbf3e9;
  width: 100%;
  /*padding-top: 80px;
  position: relative;*/
}
#news .outer {
  width: 92%;
  padding-top: 80px;
  margin: 0 auto;
  position: relative;
  /*background-color: #fbf3e9;*/
  padding-tpp: 80px;
  padding-bottom: 100px;
  background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 344px 88px, 282px 97px;
  z-index: 1;
  /*max-width: 1480px;*/
}
#news .outer:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 337px;
  content: '';
  background-image: url("../images/news-bg_1.png");
  background-repeat: no-repeat;
  background-size: 500px 337px;
  background-position: bottom right;
  top: -30px;
  right: 0;
  z-index: -1;
}
#news h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ea7843;
  text-align: center;
  margin-bottom: 40px;
}
#news h3:after {
  content: 'NEWS';
  font-size: 5.5rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#news .news-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
#news .news-item a figure {
  width: 25%;
}
#news .news-item a figure img {
  border-radius: 5px;
  transition: .3s ease;
}
#news .news-item a dl {
  width: 72%;
  line-height: 2;
}
#news .news-item a dl dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#news .news-item a dl dt time {
  font-family: "Sen", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-right: .5em;
}
#news .news-item a dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1920px) {
  /*#news {
    background-color: #fbf3e9;
    width: 100%;
  }*/
  #news {
    width: 100%;
    padding-top: 0;
    position: relative;
    background-color: #fbf3e9;
    padding-bottom: 100px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 344px 88px, 282px 97px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 337px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 500px 337px;
    background-position: bottom right;
    top: -30px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    max-width: 1380px;
    padding: 100px 0 40px;
    margin: 0 auto;
    background-image: none;
  }
  #news .outer:before {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  #news .outer {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1540px) {
  #news .outer {
    width: 92%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  #news {
    width: 100%;
    padding: 60px 0 80px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 40px bottom, right 40px bottom;
    background-size: 344px 88px, 282px 97px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 269px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 400px 269px;
    background-position: bottom right;
    top: -20px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 1080x) {
  #news .news-item a {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #news .news-item a figure {
    width: 30%;
  }
  #news .news-item a dl {
    width: 67%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.5rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  #news {
    width: 100%;
    padding: 60px 0 80px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 20px bottom, right 20px bottom;
    background-size: 269px 69px, 200px 69px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 202px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 300px 202px;
    background-position: bottom right;
    top: -20px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    padding: 0 0 20px;
  }
  #news h3 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #news h3:after {
    font-size: 4.8rem;
  }
  #news .news-item a {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #news .news-item a figure {
    width: 30%;
  }
  #news .news-item a dl {
    width: 67%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.5rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #news .outer {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #news {
    width: 100%;
    padding: 40px 0 60px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 10px bottom, right 10px bottom;
    background-size: 156px 40px, 116px 40px;
    z-index: 1;
  }
  #news .outer {
    max-width: initial;
    width: 92%;
    ;
    padding: 0;
    margin: 0 auto;
    background-image: none;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 112px;
    content: '';
    background-image: url("../images/news-bg_1_sp.png");
    background-repeat: no-repeat;
    background-size: 150px 112px;
    background-position: bottom right;
    top: -10px;
    right: 0;
    z-index: -1;
  }
  #news h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #news h3:after {
    font-size: 3.2rem;
  }
  #news .news-item a {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex-direction: column;
  }
  #news .news-item a figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  #news .news-item a dl {
    width: 100%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.4rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.5rem;
  }
}
/*  トップお問い合わせ  */
#contact {
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: cover;
  padding: 65px 0;
}
#contact .small-wrapper {
  width: 635px;
  margin: 0 auto;
}
#contact .small-wrapper .ft-contact {
  margin-bottom: 30px;
}
#contact .small-wrapper .ft-contact a {
  width: 100%;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 35px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  transition: ease .3s;
}
#contact .small-wrapper .ft-contact a:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 32px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
#contact .small-wrapper .ft-contact a:hover {
  background-color: #51b39e;
  transition: ease .3s;
}
#contact p {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 15px;
}
#contact .ft-bnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#contact .ft-bnr a {
  width: 305px;
  transition: ease .3s;
}
#contact .ft-bnr a:hover {
  transition: ease .3s;
  opacity: .8;
}
#contact p.textlink {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 0;
}
#contact p.textlink a {
  color: #fff;
  transition: .3s ease;
}
#contact p.textlink a:hover {
  color: #0e4d7f;
  text-decoration: none;
  transition: .3s ease;
}
/*#contact .ft-bnr2 {
  width: 305px;
  display: block;
  margin: 0 auto;
  transition: ease .3s;
}
#contact .ft-bnr2:hover {
  transition: ease .3s;
  opacity: .8;
}*/
@media screen and (max-width: 980px) {
  #contact p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 680px) {
  #contact {
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  #contact .small-wrapper {
    width: 92%;
    margin: 0 auto;
  }
  #contact .small-wrapper .ft-contact {
    margin-bottom: 20px;
  }
  #contact .small-wrapper .ft-contact a {
    width: 100%;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
  #contact .small-wrapper .ft-contact a:before {
    content: '';
    background-image: url("../images/icon-contact.png");
    width: 20px;
    height: 14px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    display: inline-block;
  }
  #contact .ft-bnr {
    width: 100%;
    margin-bottom: 15px;
  }
  #contact .ft-bnr a {
    width: 48.5%;
  }
  #contact .ft-bnr2 {
    width: 48.5%;
  }
  #contact p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #contact p.textlink {
    font-size: 1.5rem;
  }
}
#ft-nav {
  width: 100%;
  padding: 55px 0;
}
#ft-nav ul {
  display: flex;
  justify-content: center;
}
#ft-nav ul li {
  margin-right: 50px;
}
#ft-nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  #ft-nav {
    width: 100%;
    padding: 45px 0;
    font-size: 1.6rem;
  }
  #ft-nav ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  #ft-nav {
    width: 100%;
    padding: 20px 0;
    font-size: 1.5rem;
  }
  #ft-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #ft-nav ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #ft-nav ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
footer .copyright {
  background-color: #376182;
  padding: 24px;
  text-align: center;
}
footer small {
  font-size: 1.3rem;
  vertical-align: top;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  footer .copyright {
    padding: 22px 0 18px;
  }
  footer small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright {
    padding: 18px 0 15px;
  }
  footer small {
    font-size: 1.2rem;
  }
}
/*  一覧ボタン  */
.btn-more {
  display: block;
  width: 300px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ea7843;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  position: relative;
}
.btn-more.complete {
  margin-top: 60px;
}
.btn-more:after {
  content: '';
  display: block;
  height: 9px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffffff;
  position: absolute;
  right: 40px;
  top: 50%;
  transition: ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-more:hover {
  transition: ease .3s;
  background-color: #ea5413;
  color: #fff;
}
.btn-more:hover:after {
  transition: ease .3s;
  right: 30px;
}
@media screen and (max-width: 600px) {
  .btn-more {
    margin: 0 auto;
    line-height: 60px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .btn-more.complete {
    margin-top: 30px;
  }
}
#pagetop a:hover {
  filter: brightness(1.1);
}
#pagetop a {
  display: block;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 834px) {
  #pagetop {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #pagetop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
/*===========================
共通
==========================*/
.low .header {
  background-color: #fff;
}
#mv {
  background-color: #e1f3fa;
  width: 100%;
  height: 250px;
  background-image: url("../images/news-bg_1.png");
  /*background-size: 350px 236px;*/
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 10px top -10px;
  position: relative;
  overflow: hidden;
}
#mv h2 {
  text-align: center;
  font-weight: 400;
  color: #376182;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mv h2:before {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  display: block;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
.bread {
  font-size: 1.2rem;
  color: #999999;
  padding-top: 20px;
  margin-bottom: 60px;
}
.bread a {
  color: #999999;
}
.bread a:hover {
  color: #ea7843;
}
@media screen and (max-width: 980px) {
  #mv {
    height: 230px;
    /*background-size: 280px 189px;*/
    background-size: 30%;
    background-position: right top -10px;
  }
  #mv h2 {
    font-size: 1.6rem;
  }
  #mv h2:before {
    font-size: 4rem;
    padding-bottom: 10px;
  }
  .bread {
    padding-top: 4%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 834px) {
  #mv {
    height: 200px;
    background-size: 30%;
    background-position: right top -10px;
    margin-top: 70px;
  }
  #mv h2 {
    font-size: 1.6rem;
  }
  #mv h2:before {
    font-size: 4rem;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #mv {
    height: 140px;
    margin-top: 60px;
    background-image: url("../images/news-bg_1_sp.png");
  }
  #mv h2 {
    font-size: 1.5rem;
  }
  #mv h2:before {
    font-size: 3.2rem;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  .bread {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.low-contact #mv h2:before {
  content: 'CONTACT';
}
.low section {
  margin-bottom: 80px;
}
.low section .small-conts {
  margin-bottom: 50px;
}
.low section h3 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  background-color: #376182;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 5px;
  padding: 18px 10px 20px 20px;
}
/*
.low section h3:before {
  content: '';
  border-left: solid #ea7843 5px;
  width: 5px;
  border-radius: 2.5px;
  padding-right: 15px;
}*/
.low section h3 span {
  display: inline-block;
  border-left: solid #ea7843 5px;
  border-radius: 2.5px;
  padding-left: 15px;
}
.low section h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ea7843;
  font-size: 2.2rem;
}
.low section.preparing {
  margin-bottom: 120px;
}
.low section p {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .low section {
    margin-bottom: 40px;
  }
  .low section .small-conts {
    margin-bottom: 25px;
  }
  .low section h3 {
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    background-color: #376182;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 4px;
    padding: 12px 10px 15px 12px
  }
  .low section h3 span {
    border-left: solid #ea7843 4px;
    border-radius: 2px;
    padding-left: 10px;
  }
  .low section h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .low section.preparing {
    margin-bottom: 50px;
  }
  .low section p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
/*===========================
まちづくりストーリー
==========================*/
.low-story #mv h2:before {
  content: 'STORY';
}
.low-story .history-item {
  width: 100%;
  margin-bottom: 30px;
}
.low-story .history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fdf5e4;
  padding: 20px;
  line-height: 2;
  margin-bottom: 30px;
  border-radius: 10px;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, .15);*/
}
.low-story .history-item dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  width: 5em;
}
.low-story .history-item dd {
  font-size: 2rem;
  width: calc(100% - 5em);
}
.contents .slider-area {
  width: 100%;
  margin: 60px auto 80px;
}
.contents .slider-area .history-slider {
  width: 80%;
  margin: 0 auto;
}
.contents .slider-area .history-slider figure img {
  margin-bottom: 10px;
  border-radius: 15px;
}
.contents .slider-area .history-slider figure figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.contents .slider-area .history-slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.contents .slider-area .history-slider .slick-arrow {
  transition: ease .3s;
}
.contents .slider-area .history-slider .slick-arrow:hover {
  opacity: .9;
  transition: ease .3s;
}
.contents .slider-area .history-slider .slick-next:before {
  background: url("../images/arrow-r.png");
  background-size: contain;
}
.contents .slider-area .history-slider .slick-prev:before {
  background: url("../images/arrow-l.png");
  background-size: contain;
}
.contents .slider-area .history-slider .slick-arrow {
  z-index: 2;
  width: 29px;
  height: 53px;
}
.contents .slider-area .history-slider .slick-next {
  right: -70px;
}
.contents .slider-area .history-slider .slick-prev {
  left: -70px;
}
@media screen and (max-width: 834px) {
  .contents .slider-area .history-slider .slick-next {
    right: -60px;
  }
  .contents .slider-area .history-slider .slick-prev {
    left: -60px;
  }
}
@media screen and (max-width: 600px) {
  .low-story .history-item {
    margin-bottom: 15px;
  }
  .low-story .history-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .low-story .history-item dt {
    font-size: 1.5rem;
    width: 4em;
  }
  .low-story .history-item dd {
    font-size: 1.5rem;
  }
  .contents .slider-area {
    width: 100%;
    margin: 30px auto 50px;
  }
  .contents .slider-area .history-slider {
    width: 100%;
  }
  .contents .slider-area .history-slider figure img {
    margin-bottom: 5px;
    border-radius: 15px;
  }
  .contents .slider-area .history-slider figure figcaption {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
  }
  .contents .slider-area .history-slider .slick-arrow {
    z-index: 2;
    width: 20px;
    height: 37px;
  }
  .contents .slider-area .history-slider .slick-next {
    right: 30px;
  }
  .contents .slider-area .history-slider .slick-prev {
    left: 30px;
  }
}
/*===================  
再開発の概要 
=================*/
.low-outline #mv h2:before {
  content: 'OUTLINE';
}
.low-outline .aim-box {
  width: 100%;
  padding: 30px 15px;
  background-color: #ecf8fc;
  border: solid 4px #cfeefa;
  border-radius: 10px;
  background-image: url("../images/bg-border.png");
  background-size: cover;
}
.low-outline .aim-box p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.green {
  color: #008e6a;
}
.blue {
  color: #2580c7;
}
.orange {
  color: #ea7843;
}
.low-outline .feature-area {
  display: flex;
  justify-content: space-between;
}
.low-outline .feature-area .feature-item {
  width: 31%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.low-outline .feature-area .feature-item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.low-outline .feature-area .feature-item dl {
  padding: 15px 20px 20px;
  line-height: 1.5;
}
.low-outline .feature-area .feature-item dl dt {
  font-weight: 500;
  text-align: center;
  color: #376182;
  font-size: 2rem;
  margin-bottom: 5px;
}
.low-outline .feature-area .feature-item dl dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .low-outline .feature-area .feature-item dl {
    padding: 15px;
    line-height: 1.5;
  }
  .low-outline .feature-area .feature-item dl dt {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .low-outline .aim-box {
    width: 100%;
    padding: 15px;
    border: solid 3px #cfeefa;
    border-radius: 10px;
  }
  .low-outline .aim-box p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .low-outline .feature-area {
    flex-direction: column;
  }
  .low-outline .feature-area .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .low-outline .feature-area .feature-item:last-child {
    margin-bottom: 0;
  }
  .low-outline .feature-area .feature-item img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  }
  .low-outline .feature-area .feature-item dl {
    padding: 15px 20px 20px;
    line-height: 1.5;
  }
  .low-outline .feature-area .feature-item dl dt {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .low-outline .feature-area .feature-item dl dd {
    font-size: 1.5rem;
  }
}
/*===========================
お問い合わせフォーム
==========================*/
.contact-wrapper {
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
}
.contact-wrapper form.level {
  position: relative;
}
section .contact-wrapper p {
  margin-bottom: 20px;
}
section .contact-wrapper .number-box p {
  margin-bottom: 0;
}
.form-tbl {
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  font-size: 1.7rem;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  line-height: 2;
}
.number-box.when-narrow {
  display: none;
}
.number-box.when-wide {
  display: block;
}
.level {
  position: relative;
}
.level .number-box {
  position: absolute;
  padding: 15px;
  margin-bottom: 40px;
  width: 230px;
  background-color: #ecf8fc;
  border: solid 2px #cfeefa;
  border-radius: 0px;
  left: -260px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  transition: .3s all;
}
/*.level .number-box:hover {
  background-color: #cfeefa;
  color: inherit;
}*/
.level .number-box p {
  text-align: center;
  font-size: 1.6rem;
}
.level .number-box p span {
  text-align: center;
  font-size: 1.8rem;
}
.level .number-box p span:before {
  content: '';
  background-image: url("../images/icon-tel.png");
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .number-box.when-narrow {
    display: block;
  }
  .number-box.when-wide {
    display: none;
  }
  .number-box.when-narrow {
    padding: 15px;
    width: 100%;
    margin: 0px auto 30px;
    text-align: center;
    background-color: #ecf8fc;
    border: solid 2px #cfeefa;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    transition: .3s all;
  }
  .number-box.when-narrow:hover {
    background-color: #cfeefa;
    color: inherit;
  }
  .number-box.when-narrow p {
    text-align: center;
    font-size: 1.6rem;
  }
  .number-box.when-narrow p span {
    text-align: center;
    font-size: 1.8rem;
  }
  .number-box.when-narrow p span:before {
    content: '';
    background-image: url("../images/icon-tel.png");
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .number-box.when-narrow {
    padding: 15px;
    margin: 0px auto 20px;
  }
  .number-box.when-narrow p {
    font-size: 1.5rem;
  }
  .number-box.when-narrow p span {
    text-align: center;
    font-size: 1.7rem;
  }
  .number-box.when-narrow p span:before {
    width: 14px;
    height: 14px;
  }
}
.form-tbl tr {
  border-bottom: 1px solid #ddd;
}
.form-tbl tr:last-child {
  border-bottom: none;
}
.form-tbl th {
  /*background-color: #e1f3fa;*/
  background-color: #fdf5e4;
  font-weight: 400;
  padding: 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  vertical-align: middle;
}
.form-tbl td {
  /*border-bottom: 1px solid #ddd;*/
  border-right: 2px solid #ddd;
  /*background-color: #f6f6f6;*/
  padding: 30px;
  vertical-align: middle;
}
.form-tbl td a {
  text-decoration: underline;
  color: #009944;
}
.form-tbl td a:hover {
  text-decoration: none;
}
.form-tbl td input[type="text"], .form-tbl td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  line-height: 1.7;
  background-color: #fff;
  border: solid 2px #ebebeb;
  border-radius: 5px;
  font-family: inherit;
  color: #333;
  font-size: 1.6rem;
}
.low section p.footnote {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.form-tbl .must {
  color: #ea7843;
  font-size: 80%;
}
/*送信ボタン*/
.btn-submit {
  width: 280px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.btn-submit input[type="submit"] {
  font-family: inherit;
  display: block;
  width: 100%;
  /*width: 300px;*/
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ea7843;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  /*position: relative;*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-submit input[type="submit"]:hover {
  background-color: #ea5413;
  transition: ease .3s;
}
.btn-submit:after {
  content: '';
  display: block;
  height: 9px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffffff;
  position: absolute;
  right: 40px;
  top: 50%;
  transition: ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-submit:hover:after {
  right: 30px;
}
.btn-submit input[type="button"] {
  font-size: 1.6rem;
  font-weight: 600;
  width: 340px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #009944;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
/* 戻るボタン */
.btn-back {
  width: 280px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.btn-back input[type="button"] {
  font-family: inherit;
  display: block;
  width: 100%;
  /*width: 300px;*/
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  background-color: #376182;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  /*position: relative;*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-back input[type="button"]:hover {
  background-color: #2580c7;
}
/*ボタン２つ*/
.btn-2row {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn-2row .btn-submit {
  margin: 0;
}
.btn-2row .btn-back {
  margin: 0 20px 0 0;
}
.require {
  color: #FF0000;
}
.error_messe {
  color: #FF0000;
}
/*トップに戻るボタン*/
.btn-top {
  font-size: 1.6rem;
  font-weight: 600;
  width: 340px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #009944;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-top span {
  font-weight: 600;
  line-height: 64px;
  display: block;
  vertical-align: top;
  margin: -3px auto 0;
  text-align: center;
}
.btn-top:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .btn-top {
    font-size: 15px;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
  .btn-top span {
    line-height: 50px;
    margin: -2px auto 0;
  }
}
@media screen and (max-width: 768px) {
  section .contact-wrapper p.lead {
    margin-bottom: 25px;
  }
}
/*placeholder*/ ::placeholder {
  color: #cccccc;
}
/* 旧Edge対応 */ ::-ms-input-placeholder {
  color: #cccccc;
}
/* IE対応 */ :-ms-input-placeholder {
  color: #cccccc;
}
@media screen and (max-width: 480px) {
  .btn-submit {
    width: 300px;
    position: relative;
    margin: 0 auto;
  }
  .btn-2row .btn-back {
    margin: 0 auto;
  }
  .btn-2row .btn-submit {
    margin: 0 auto;
  }
  .btn-back {
    width: 300px;
    margin: 0 auto;
  }
  .btn-2row {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .btn-2row input[type="submit"] {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .btn-2row input[type="button"] {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto 15px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .form-tbl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .form-tbl th {
    padding: 10px;
    border-right: 1px solid #d9d9d9;
    width: 100%;
    text-align: center;
    display: block;
  }
  .form-tbl td {
    width: 100%;
    padding: 15px;
    display: block;
  }
  form .form-tbl input[type="text"], form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .low section p.footnote {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  /*フォームボタン１個*/
  .form-btn input[type="submit"] {
    -webkit-appearance: none;
    font-size: 1.5rem;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .form-btn input[type="button"] {
    -webkit-appearance: none;
    font-size: 15px;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #009944;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
}
/*===========================
新着情報ページ
==========================*/
.low-news #mv h2:before {
  content: 'NEWS';
}
.low-news .news-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fdf5e4;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.low-news .news-item a figure {
  width: 25%;
}
.low-news .news-item a figure img {
  border-radius: 5px;
  transition: .3s ease;
}
.low-news .news-item a dl {
  width: 72%;
  line-height: 2;
}
.low-news .news-item a dl dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.low-news .news-item a dl dt time {
  font-family: "Sen", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-right: .5em;
}
.low-news .news-item a dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .low-news .news-item a {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .low-news .news-item a {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex-direction: column;
  }
  .low-news .news-item a figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  .low-news .news-item a dl {
    width: 100%;
    line-height: 1.7;
  }
  .low-news .news-item a dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .low-news .news-item a dl dt time {
    font-size: 1.4rem;
    padding-right: .5em;
  }
  .low-news .news-item a dl dd {
    font-size: 1.5rem;
  }
}
/*=====================================
新着情報詳細ページ
===================================*/
.low-news .news-contents p.update {
  color:#ea7843;
	margin-bottom: 20px;
}
.low-news .news-contents figure {
  width: 70%;
  margin: 0 auto 30px;
}
.low-news .news-contents figure img {
  border-radius: 10px;
  display: block;
}
.low-news .news-contents figure a:hover {
  opacity: .8;
}
@media screen and (max-width: 600px) {
	.low-news .news-contents p.update {
	margin-bottom: 10px;
}
  .low-news .news-contents figure {
    width: 100%;
    margin: 0 auto 15px;
  }
}
/*=====================================
動き
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}