@charset "UTF-8";
@import url("css-smacss/style-base.css");
@import url("css-smacss/style-layout.css");
@import url("css-smacss/style-module.css");
@import url("css-smacss/style-state.css");
@import url("css-smacss/style-theme.css");

@import url("css/reset.css");/*リセットCSS*/
@import url("css/common.css");/* 全体共通CSS*/
@import url("css/module.css");
@import url("css/style-minmachi.css");
@import url("css/style-single.css");
@import url("css/style-form.css");

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap");

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/


/*インフォメッセージ*/
.is-style-info-box,
.info-box,
.sp-info,
.info {
  color: #000;
  background-color: #FFF;
  border-color: #bee5eb;
  padding: 15px;
  border-radius: 0px;
  margin-bottom: 0px;
}




/************************************
** top トップ
************************************/

body {
  font-size: 16px;
  font-family: "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #2d2d2d;
  background-color: #eef1f1;
  letter-spacing: 0.2rem;
}

.container{
	width: 100%!important;
	padding: 0 50px;
}
main.main{
	padding: 0px;
}

.content{
	margin-top: 0px;
}
.wrap{
	width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

html {
  font-size: 62.5%;
}
.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

/*
.footer .illust-hook {
  position: relative;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 50px 20px;
}
.footer .address-wrap {
  margin-left: 90px;
}
.footer .address-wrap .company-name {
	font-size: 20px;
	margin-bottom: 12px;
}
.footer .address-wrap .address {
	font-size: 13px;
}
.footer__illust-wrap {
  position: absolute;
  bottom: 0;
  right: 7%;
}
.footer .fb {
	position: absolute;
	top: 25%;
	right: 7%;
}*/

.copylight-wrap {
	width: 100%;
	font-size: 9px;
	background-color: #233055;
	text-align: center;
	color: #fff;
	position: sticky;
	z-index: 50;
	padding: 30px 0;
}

.pagetop {
  position: fixed;
  bottom: 28%;
  right: 27px;
  z-index: 100;
}

.wp-pagenavi {
  /* 全体 */
  margin: 60px 0 0;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi a.page {
  display: inline-block;
  background-color: #796a55;
  width: 40px;
  height: 40px;
  margin: 0 2.5px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 2.5;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: 1px solid #796a55;
  background-color: #fff;
  color: #796a55;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #aaa;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin: 0 5px;
}

.main {
  width: 100%;
}
.main .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90px;
  height: 100%;
  background-color: #eef1f1;
  z-index: 20;
}
.main .header-nav .btm-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .header-nav .btm-group img {
  display: block;
}
.main .header-nav .btm-group .company-logo {
  margin-top: 30px;
}

.header-button {
  position: fixed;
  right: 6px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 75px;
  height: 75px;
  background-color: transparent;
  z-index: 980;
}
.header-button:hover {
  opacity: 0.5;
}

.header-button .icon {
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-button .icon:before,
.header-button .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #333;
}

.header-button .icon:before {
  top: -5px;
}

.header-button .icon:after {
  top: 5px;
}

.header-gnav {
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	width: 30%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateX(100%);
		  transform: translateX(100%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 970;
	padding-bottom: 50px;
}

.header-gnav ul {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-gnav a {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 0.8em;
	text-decoration: none;
}

.header-gnav ul li {
	width: 200px;
	border-bottom: 1px dotted #333;
}

.open .header-button .icon {
  background-color: transparent;
}

.open .header-button .icon:before,
.open .header-button .icon:after {
  top: 0;
}

.open .header-button .icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .header-button .icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .header-gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top .icon {
  background-color: transparent;
}

.top .icon:before,
.top .icon:after {
  background-color: #233055;
}

.top.open .icon {
  background-color: transparent;
}

.top.open .icon:before,
.top.open .icon:after {
  background-color: #000;
}
.scroll a {
  display: block;
  width: 90px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
  z-index: 20;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.scroll a span {
  display: block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: -42px;
  left: 125px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #151d35;
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-animation: borderAnim 1s ease-in-out infinite;
  animation: borderAnim 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


/*タイトル縦棒のアニメーション*/
@-webkit-keyframes borderAnim {
  0% {
    bottom: -50px;
  }
  100% {
    bottom: 100px;
  }
}
@keyframes borderAnim {
  0% {
    bottom: -50px;
  }
  100% {
    bottom: 100px;
  }
}
@-webkit-keyframes borderAnimSp {
  0% {
    top: -50px;
  }
  100% {
    top: 100px;
  }
}
@keyframes borderAnimSp {
  0% {
    top: -50px;
  }
  100% {
    top: 100px;
  }
}
.vision {
	background:url(img/top/bg-vision.jpg);
	background-size:cover;
	background-color: #151d35;
	/*position: relative;
	z-index: -1000;*/
}
.vision__img {
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index:  1;
}
.vision__img--sp {
  display: none;
}
.vision__wrap {
  padding: 70px 0 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vision .content__wrap {
  margin-left: 70px;
  z-index:  10;
}
.vision .lead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vision .lead__wrap img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
}
.vision .lead__wrap .lead-txt {
  font-size: 3.2rem;
  margin-left: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.vision .list-box {
	float: left;
}
.vision .list-box .list {
  margin-bottom: 8px;
}
.vision .list-logo {
	float: right;
	margin-left: 30px;
	margin-top: -130px;
}
.vision .list-logo img {
	margin-bottom: 5px;
	margin-left: 0.5em!important;
}
.vision .list-logo a {
	color: #FFF!important;
	text-decoration: none;
	font-size: 0.8em;
}


.vision .list-logo a:hover {
  animation: rotate 0.7s ease-in-out both;
}
.vision .list-logo a:hover img {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}
 
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}














.management {
  background-color: #fff;
  margin: 0;
}
.management__wrap {
  padding: 90px 80px 50px;
}
.management .content__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.management__img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
}
.management__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.management__img-wrap li {
  margin-right: 15px;
}
.management__img-wrap li:last-child {
  margin-right: 0;
}
.management__link {
  text-align: right;
  padding: 40px 0 0 90px;
}






.project__wrap {
  padding: 90px 80px 50px 20px;
}
@media only screen and (max-width: 750px){
	.project__wrap {
	padding: 90px 80px 50px 0;
	}
}


.project__link {
  text-align: right;
  margin: 40px 0;
}
.project-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.project-box .card__img-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.project-box .card__img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-box .card__body {
  padding: 15px 0;
}
.project-box .card__body > *:last-child {
  margin-bottom: 0;
}
.project-box .card__num {
  font-size: 15px;
  font-weight: bold;
}
.project-box .card__title {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 7px;
}
.project-box .card__text {
  color: #777;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.1rem;
}
.project-box .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 50px;
}
.project-box .cards--col2 {
  margin-bottom: -30px;
}
.project-box .cards--col2 > .cards__item {
  width: 44%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.project-box .cards--col2 > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}
.project .media {
  background-color: #fff;
  padding: 40px 30px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-top: 50px;
}

.project span.media-icon {
	background-color:#051B86;
	padding: 3px 8px;
	color: #FFF;
	font-size: 9.25px;
	font-weight: bold;
	min-width: 100px;
	display:inline;
	margin-right: 5px;
}


.project .media__img {
  display: block;
}
.project .media__img--sp {
  display: none;
}
.project .media__txt-wrap {
  margin-left: 50px;
  letter-spacing: 0.1rem;
}
.project .media .indent {
  padding-left: 8.5rem;
  text-indent: -7.25rem;
	font-size: 12px;
	text-align: justify;
}

@media only screen and (max-width: 750px){
	.project .media .indent {
	padding-left: 5.8rem;
	text-indent: -5.2rem;
	}
}



/*プロジェクト パーツの調整*/

.management .wp-show-posts-entry-header{
	margin-bottom: 0.5em;
}
.management .wp-show-posts-entry-title{
	margin-bottom: 0px;
	text-align: justify;
	line-height: 1.0!important;

}
.management .wp-show-posts-entry-title a{
	font-size: 14px;
	font-weight: bold;
}

.wp-show-posts-entry-date{
	font-size: 10px;
	text-decoration: none;
}

.management .wp-show-posts-entry-summary p{
  color: #777;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.1rem;
}

.project .wp-show-posts-entry-header{
	margin-bottom: 0.5em;
}
.project .wp-show-posts-entry-title{
	margin-bottom: 0px;
	line-height: 1.3;
	text-align: justify;
}
.project .wp-show-posts-entry-title a{
	font-size: 15px;
	font-weight: bold;
}
.project .wp-show-posts-entry-summary p{
  color: #777;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.1rem;
}

.wp-show-posts-image{
	margin-bottom: 10px;
}



.voice {
  background-image:url("img/top/voice-bg.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}
.voice__wrap {
  margin-top: -90px;
  padding: 0 40px 30px 20px;
  color: #fff!important;
}
@media only screen and (max-width: 750px){
	.voice .container {
	padding-bottom: 50px;
	}
}
.voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.voice__profile-wrap-pc {
  margin-left: 40px;
  margin-bottom: 5px;
}
.voice__profile-wrap-sp {
	display: none;
}
.voice__profile-wrap-pc .en-ceo {
  font-size: 32px;
  line-height: 1.3;
}
.voice__profile-wrap-pc .ja-ceo {
  margin-bottom: 30px;
}
.voice__profile-wrap-pc .position {
  margin-bottom: 15px;
}
.voice__profile-wrap-pc .link {
  display: block;
  color: #fff;
}
.voice__profile-wrap-pc .profile-textlink{
	font-size: 0.8em;
	padding: 0.5em 0em;
	border: 1px solid #FFF;
	text-align: center;
}
.voice__profile-wrap-pc .profile-textlink a{
	text-decoration: none;
}

@media only screen and (max-width: 750px){
	.voice__profile-wrap-pc {
	display: none;
	}
	.voice__profile-wrap-sp {
	margin: 20px 0;
	border-top: 1px dotted #FFF;
	padding: 30px 20px 0!important;
	}
	.voice__profile-wrap-sp .en-ceo {
	font-size: 32px;
	line-height: 1.3;
	}
	.voice__profile-wrap-sp .ja-ceo {
	margin-bottom: 20px;
	}
	.voice__profile-wrap-sp .position {
	margin-bottom: 15px;
	font-size: 0.9em;
	}
	.voice__profile-wrap-sp .link {
	display: block;
	color: #fff;
	}
	.voice__profile-wrap-sp .profile-textlink{
	font-size: 0.8em;
	padding: 0.5em 0em;
	border: 1px solid #FFF;
	text-align: center;
	}
	.voice__profile-wrap-sp .profile-textlink a{
	text-decoration: none;
	}
}


.movie-txt {
	margin-top: 90px;
	font-size: 4.2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.voice__txt {
	margin: 40px 0 200px;
	text-align: justify;
	line-height: 1.6;
	font-size: 0.8em;
	padding-right:80px;
}
.hori-tegakiname{
	float: right;
	width: 160px;
	margin-top: 40px;
}
@media only screen and (max-width: 750px){
	.movie-txt {
	font-size: 32px;
	text-align: center;
	}
	.voice__txt {
	margin: 40px 0 200px;
	text-align: justify;
	line-height: 1.9;
	font-size: 0.85em;
	padding: 0 20px!important;
}
	.hori-tegakiname{
	width:  150px;
	}
}

.swiper {
  /* 全体のスタイル */
  /* 全スライド共通スタイル */
}
.swiper-area {
  margin-top: -12rem;
	background-color: #FFF;
	padding: 40px 0 ;
}
@media only screen and (max-width: 750px){
	.swiper-area {
	}
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.arrow {
  position: sticky;
  z-index: 20;
  text-align: right;
  margin-top: 10px;
  margin-right: 100px;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about__container {
  width: 1300px;
  margin: -370px 90px 0 0;
  padding-top: 300px;
  padding-left: 90px;
  padding-bottom: 70px;
}
.about__wrap {
  padding: 130px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__wrap .about-box .attention {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0;
}
.about__wrap .profile {
  margin: 0 0 0 80px;
}
.about__wrap .profile-list {
  padding: 12px 10px;
  border-bottom: 1px solid #2d2d2d;
	font-size: 13px;
}
.about__wrap .profile-list:first-child {
  padding-top: 6px;
}
.about__wrap .profile-header {
  display: inline-block;
  width: 9.5rem;
}
.about .map {
  margin: 0;
}
.about .access__txt-wrap {
	margin-top: 0;
	background: #FFF;
	padding: 0.8em 1.2em 1em;
}
.about .access__txt-wrap .access-txt-area {
}
.about .access-txt-area .access-txt-image {
	float: left!important;
	width: 200px!important;
	margin-right: 1em!important;
}
.about .access-txt-area .access-txt {
	float: left;
}
@media only screen and (max-width: 750px){
	.about .map {
		padding: 0 1em;
	}
	.about .access-txt-area .access-txt-image {
	float: none!important;
	width: 100%!important;
	margin-right: 0!important;
	}
	.about .access-txt-area .access-txt {
	float: none!important;
	}
}





.news {
  margin-top: 0px;
  background-color: #fff;
}
.news__wrap {
  padding: 80px 0 70px;
}
.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list {
  margin: 0 0 0 80px;
}
@media only screen and (max-width: 750px){
	.news-list {
	margin: 0 0 0 80px;
	}
}
.news-list .list {
  padding: 12px 20px 12px 3px;
  border-bottom: 1px solid #2d2d2d;
}
.news-list .list .date {
  display: inline-block;
  width: 12.5rem;
  font-size: 13px;
  color: #999;
}
.news-list .list .news-title {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px){
}







.title__wrap {
  margin-bottom: 50px;
}
.title__wrap--voice {
  text-align: right;
  padding-top: 40px;
  padding-right: 130px;
  color: #fff!important;
}
.title__wrap--project {
  margin-bottom: 30px;
  position: relative;
}
.title__wrap--project:after {
  
}
/*768px以上*/
@media screen and (min-width: 768px) {
	.title__wrap--project:after {
	height: 100%;
	display: block;
	position: absolute;
	top: 87px;
	left: 1px;
	content: "";
	border-left: 1px solid #d0d0d0;
	}
}


.title__wrap--contact {
  text-align: center;
}
.title__wrap .en-heading {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}
.title__wrap .ja-heading {
  font-size: 13px;
}
.price-bg__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
.price-title__wrap {
  padding: 60px 90px 40px;
}
.price-en-title {
  font-size: 57px;
  letter-spacing: 0;
}
.price-ja-title {
  font-size: 19px;
}

.price .contents {
  background-color: #233055;
}
.price .contents__txt-wrap {
  padding: 90px 150px 80px 0;
  color: #fff;
}
.price .contents__txt-wrap .price-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.price .contents__category-wrap {
}
.price .contents__category-wrap .category-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.box {
  width: 120rem;
  display: block;
  padding-bottom: 90px;
}
.box .panel {
  background-color: white;
  padding: 50px;
  margin-bottom: 20px;
}
.box .panel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .panel-h3 {
  margin-bottom: 10px;
}
.box .panel__img-wrap {
	margin-left: 50px;
	margin-bottom: 20px;
}
.box .panel .separator {
	border-top: 1px solid #233055;
	padding-bottom: 30px;
	margin-top: 30px;
}
.box .accodion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 0 20px;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.box .accodion-btn:hover {
  background-color: #FFF;
}
.box .accodion-btn .square {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: #d9bdda;
}
.box .accodion-btn h2 {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2rem;
	padding-left: 30px;
	font-weight: bold;
	font-size: 1.4em;
}
.box .accodion-btn:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 38%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box .accodion-btn.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  /*   .openクラスがついた時の要素の角度を指定 */
}
.box .category-num {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  border-right: 1px solid #233055;
  padding: 0 40px 0 25px;
}
.box .fas {
  justify-self: flex-end;
}

.table {
  /*width: 100%;*/
  border: 1px solid #233055;
  padding: 5px 5px 0px 5px;
  position: relative;
}
.table::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-right: 1px solid #233055;
  border-bottom: 1px solid #233055;
  width: 100%;
  height: 100%;
}

.table--sp {
  display: none;
}

.tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #233055;
}
.tr:last-child {
  border-bottom: none;
}
.tr p+p {
  margin-top: 0px;
}



.th {
  color: #fff;
  text-align: center;
  background-color: #233055;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 12px 0 10px 0;
  position: relative;
}
.th:first-child {
  margin-left: 0;
}
.th:last-child {
  margin-right: 0;
}
.td {
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 5px 10px 20px;
  position: relative;
	font-size: 0.8em;
}
.td:first-child {
  margin-left: 0;
}
.td:last-child {
  margin-right: 0;
}
.th:last-child,
.td:last-child {
  border-right: none;
}
.th--1,
.td--1 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.th--1::after,
.td--1::after,
.th--2::after,
.td--2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px!important;
  background-color: #233055;
  position: absolute;
  top: 0px;
  right: -6px;
}
.th--2,
.td--2 {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.th--3,
.td--3 {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}
@media only screen and (max-width: 750px){
	.th--1,
	.td--1 {
	-webkit-box-flex: 60%;
	-ms-flex: 60%;
	flex: 60%;
	}
	.th--2,
	.td--2 {
	-webkit-box-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	}
}









.other {
  background-color: white;
}
.other-panel {
  padding: 90px 50px;
  margin-bottom: 10px;
}
.other .underline-txt {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  color: #9c589e;
  text-decoration: underline;
}

.panel {
  padding: 0.5em 1em;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (max-width: 992px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
    line-height: 1.5;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
	/*
  .footer__wrap {
    padding: 40px 0 60px 20px;
  }
  .footer .fb {
    right: 15%;
  }*/
  .main {
    max-width: 100%;
  }
  .main .header-nav {
    background-color: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
    height: 100vh;
  }
  .main .header-nav .contact-btn {
    margin-top: 100%;
  }
  .main .header-nav .btm-group {
    display: none;
  }

	.header-gnav {
    width: 100%;
    height: 100%;
  }
  .project-box .cards--col2 {
    margin-bottom: -20px;
  }
  .project-box .cards--col2 > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .project .media {
    display: block;
    padding: 40px;
  }
  .project .media__img-wrap {
    padding: 30px;
  }
  .project .media__img {
    display: none;
  }
  .project .media__img--sp {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }
  .project .media__txt-wrap {
    margin-left: unset;
  }
  .voice__wrap {
    margin-top: unset;
    padding: 0 0 90px 0;
  }
  .voice__box {
    display: block;
  }
  .voice__movie-wrap img {
    width: 100%;
  }
  .voice__profile-wrap {
    margin-top: 30px;
    margin-left: 7px;
  }
  .about__container {
    width: 100%;
    margin: 0;
    padding: 50px 50px 50px;
  }
  .about__wrap {
    padding: 0 0 30px;
  }
  .about .map {
    margin: 0;
  }
  .news-box {
    display: block;
  }
  .news-list {
    margin: 0;
	  width: 100%;
  }
  .news-list .list {
    padding: 12px 3px;
  }
  .news-list .list .date {
    display: block;
  }
  .contact .form-title-wrap {
    max-width: 220px;
  }
  .contact .form-title-wrap .form-label {
    padding: 0.5rem 0;
    max-width: 150px;
    font-size: 16px;
  }
  .contact .form-title-wrap .form-require {
    margin-left: 0.5rem;
    padding-top: 9px;
    width: 50px;
  }
  .contact .form-input {
    margin-left: 10px;
  }
  .contact .form-textarea {
    margin-left: 10px;
  }
  .title__wrap--voice {
    text-align: unset;
    padding-right: unset;
    padding-left: 50px;
  }
  .price {
    overflow: hidden;
  }
  .price-en-title {
    font-size: 48px;
  }
  .price .contents__txt-wrap {
    padding: 70px 0 50px;
  }
  .box {
    width: 100%;
    padding-bottom: 90px;
  }
  .box .panel__wrap {
    margin-bottom: 20px;
  }
  .box .panel__img-wrap {
    display: none;
  }
  .td {
    padding: 10px 5px;
  }
  .th,
.td {
    width: 100%;
    font-size: 12px;
  }
  .th--1::after,
.td--1::after,
.th--2::after,
.td--2::after {
    height: 56px;
  }
  .other {
    overflow: hidden;
  }
  .other-box {
    padding-bottom: 10px;
  }
  .other-panel {
    padding: 70px 0;
  }
  .other .underline-txt {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .container {
    padding-left: 50px;
    padding-right: 90px;
    width: unset;
  }
}

@media (max-width: 1199px) and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1439px) {
  html {
    font-size: 0.625vw;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .footer__wrap {
    display: block;
    padding: 0 20px 50px;
    text-align: center;
  }
  .main .header-nav {
    width: 75px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
	.vision{
	background:url(img/top/bg-vision-sp.jpg) top right no-repeat;
	background-size:100%;
	background-color: #151d35;
	}
  .vision__img {
    display: none;
  }
  .vision__img--sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .vision__wrap {
    display: block;
    padding: 40px 0 40px;
  }
  .vision .content__wrap {
    margin-left: 0;
  }
  .vision .lead__wrap .lead-txt {
    font-size: 2.8rem;
  }
  .vision .list-box .list {
  float: none;
  }
  .vision .list-box{
  font-size: 1.5rem;
	  margin-bottom: 3rem;
  }
  .vision .list-logo{
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px!important;
  }
  .vision .list-logo img{
	  margin-top: 0px!important;
	  margin-left: -20px!important;
  }
  .management__wrap {
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .management .content__wrap {
    margin: 0 auto;
  }
  .management__img-wrap {
    display: block;
  }
  .management__img-wrap li {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .management__link {
    padding: 0;
  }
  .project__wrap {
    padding: 40px 0 0;
  }
  .project__link {
    margin: 5px 0 30px;
  }
  .project-box {
    display: block;
  }
  .project-box .card__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .project-box .card__text {
    letter-spacing: 0;
  }
  .project-box .cards {
    margin-left: 0;
  }
  .project .media {
    width: 100vw;
    margin-left: -20px;
    padding: 20px 20px 40px;
    font-size: 14px;
  }
  .project .media__img-wrap {
    width: 100%;
    padding: 15px 0 10px;
  }
  .voice__wrap {
    padding: 0 0 30px 0;
  }
  .arrow {
    text-align: center;
    margin: 15px auto 0;
  }
  .about {
    display: block;
  }
  .about__container {
    margin: 20px 0 0 0;
    padding: 30px 20px 50px;
  }
  .about__wrap {
    display: block;
  }
  .about .map {
    width: 100vw;
    height: 250px;
    margin-left: -20px;
    overflow: hidden;
  }
  .contact {
    margin-top: 30px;
  }
  .contact__wrap {
    padding: 40px 0;
  }
  .contact .en-heading--contact {
    font-size: 38px;
  }
  .contact .ja-heading--contact {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  .contact .form-sample {
    display: block;
  }
  .contact .form-title-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .form-title-wrap .form-label {
    font-size: 15px;
    width: unset;
    max-width: unset;
  }
  .contact .form-title-wrap p .form-require {
    height: 25px;
    margin-left: 10px;
    padding-top: 7px;
    font-size: 12px;
	  margin-bottom: 10px!important;
  }
  .contact .form-input {
    margin-left: 0;
  }
  .contact .form-textarea {
    margin-left: 0;
  }
  .contact .form-checkbox {
    padding-left: 0;
    font-size: 14px;
  }
  .title__wrap--voice {
    padding-left: 20px;
  }
  .title__wrap .en-heading {
    margin-bottom: 8px;
    font-size: 30px;
  }
  .title__wrap .ja-heading {
    font-size: 15px;
    line-height: 1;
  }
  .price-title__wrap {
    padding: 20px 20px 20px;
  }
  .price-en-title {
    font-size: 24px;
  }
  .price-ja-title {
    font-size: 12px;
  }
  .price__mainvisual .hero-img {
    width: 90%;
    position: none;
  }
  .price .contents__txt-wrap {
    padding: 40px 0 50px;
  }
  .price .contents__txt-wrap .price-title {
    font-size: 20px;
  }
  .price .contents__txt-wrap .price-txt {
    font-size: 14px;
  }
  .box .accodion-btn .square {
    width: 40px;
    height: 60px;
  }
  .td {
    padding: 5px;
  }
  .th--1::after,
.td--1::after,
.th--2::after,
.td--2::after {
    height: 68px;
  }
  .other .underline-txt {
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
	/*
  .footer__img {
    display: inline-block;
    margin: -35px auto 20px;
  }
  .footer .address-wrap {
    margin-left: 0px;
  }
  .footer .address-wrap .company-name {
  }
  .footer .address-wrap .address {
    font-size: 12px;
  }
  .footer .address-wrap .mail {
    font-size: 12px;
  }
  .footer__illust-wrap {
    width: 90%;
    right: 5%;
  }
  .footer .fb {
    top: 65%;
    right: 50%;
  }*/
  .copylight-wrap {
    font-size: 12px!important;
  }
  .pagetop {
    bottom: 40%;
    right: 20px;
  }

	.header-button {
    right: 0;
  }
  .top .icon:before,
.top .icon:after {
    background-color: #aaa;
  }
  .scroll {
    display: none;
  }
  .management {
    margin: -90px 20px 0;
    padding: 30px 0;
  }
 .movie-txt {
    font-size: 28px;
  }
  .voice__txt {
    font-size: 14px;
    margin: 30px 0;
	padding-right:0px;

  }
  .swiper-area {
    margin-top: 30px;
  }
  .about__wrap .about-box .logo-wrap {
    text-align: center;
  }
  .about__wrap .about-box .company-logo {
    display: inline-block;
    width: 12rem;
  }
  .about__wrap .profile {
    margin: 30px 0 0 0;
  }
  .about__wrap .profile-header {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .about__wrap .profile-data {
    display: block;
    line-height: 1.4;
    font-size: 15px;
  }
  .about .access__txt-wrap {
    display: block;
    margin-top: 25px;
    font-size: 15px;
  }
  .news {
    margin-top: 30px;
  }
  .news__wrap {
    padding: 40px 0 50px;
  }
  .contact .form-btn {
    margin: 0 auto;
  }
  .title__wrap--news {
    margin-bottom: 20px;
  }
  .box .panel {
    padding: 30px 15px;
  }
  .box .panel-p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .box .accodion-btn {
    height: 60px;
  }
  .box .accodion-btn:before {
    border-top: solid 20px #233055;
    border-right: solid 20px transparent;
  }
  .box .accodion-btn h2 {
    font-size: initial;
    text-align: left;
    padding-left: 15px;
    padding-right: 40px;
  }
  .box .accodion-btn:after {
    left: 92%;
    top: 33%;
  }
  .box .category-num {
    font-size: 25px;
    padding: 0 15px 0 0;
  }
  .table {
    display: none;
  }
  .table--sp {
    display: block;
    width: 100%;
    border: 1px solid #233055;
    padding: 5px;
    position: relative;
  }
  .table--sp::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    border-right: 1px solid #233055;
    border-bottom: 1px solid #233055;
    width: 100%;
    height: 100%;
  }
  .tr {
    letter-spacing: 0;
  }
  .th {
    padding: 5px 0;
  }
  .th--3,
.td--3 {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .th-heading,
.td-heading {
    display: block;
    font-weight: bold;
    font-size: 14px;
  }
}




/*ニュースリストパーツの調整*/

.news-listarticle .wp-show-posts-single{
}
.news-list .wp-show-posts-single{
	margin-top: 4px;
	border-bottom: 1px solid #333;
	background-color: #FFF;
	border-radius:0px;
	margin-bottom: 5px!important;
	padding-bottom: 15px!important;
}
.news-list .wp-show-posts-inner{
	line-height: 1em;
	width: 700px;
}

.news-list .wp-show-posts-entry-meta{
	display: inline-flex;
	width: 17%;
	float: left;
	height: 1.0em;
}
.news-list .wp-show-posts-entry-title{
	display: inline-flex;
	width: 83%;
	float: right;
	line-height: 1.2;
	font-size:14px;
	text-align: justify;
}
.news-list .wp-show-posts-entry-title a{
	color: #333!important;
}


.news-list span.wp-show-posts-posted-on a{
	font-weight: bold!important;
	color: #333;
	display:inline-block;
	font-size: 12px!important;
	text-decoration: none;
}


@media only screen and (max-width: 750px){
	.news-list .news-list-name{
	font-size: 0.9em;
	margin-bottom: 30px!important;
	margin-top: 10px;
	}
	.news-list .wp-show-posts-single{
	border-bottom: 1px dotted #CCC;
	margin-top: 0px;
	padding-top: 0px;
	}
	.news-list .wp-show-posts-inner{
	line-height: 1em;
	width: 100%;
	}
	.news-list .wp-show-posts-entry-header{
	display:flex;
	flex-direction: column;
	}
	.news-list .wp-show-posts-entry-title{
	display: inline-flex;
	width: 100%;
	font-size: 15px;
	float: none;
	order:2;
	margin-top: 10px!important;
	}
	.news-list .wp-show-posts-entry-meta{
	display: inline-flex;
	width: 100%;
	float: none;
		order:1;
	}
	.news-list span.wp-show-posts-posted-on{
	font-size: 10px!important;
		width: auto;
	}
	.news-list span.wp-show-posts-posted-on a{
	width: auto;
	}

}




/* 記事ページについて */
.single-page-wrapper{
	padding: 5em 8em 5em 5em;
	background: #FFF;
}

@media only screen and (max-width: 750px){
	.single-page-wrapper{
	padding: 5em 2em 5em 2em;
	background: #FFF;
	}
}

#under-entry-body .svg-inline--fa{
	margin-right: 15px;
}






/************************************
** 見出し（H1-6）
************************************/

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:30px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height:117%;
}

.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:26px;
}

.article h3{
	font-size:20px;
	padding:10px 0 8px 12px!important;
	color: #FFF;
	margin-top: 60px;
  background: -moz-linear-gradient(left, #303c5f, #122041);
  background: -webkit-linear-gradient(left, #303c5f, #122041);
  background: linear-gradient(to right, #303c5f, #122041);	
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.entry-content{
  margin-bottom: 60px;
}



/****************************************************
** レスポンシブデザイン用メディアクエリ（モバイルファースト
****************************************************/

/*768px以上*/
@media screen and (min-width: 768px) {
	/*タブレットのデザイン内容をここに*/
}

/*1023px以上*/
@media screen and (min-width: 1024px) {
	/*PCのデザイン内容をここに*/
}
