@charset "utf-8";
/* CSS Document */

/* 全体設定
----------------------------*/
body {
  margin: 0 auto;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
.catch span {
  display: inline-block;
  position: relative;
  opacity: 0;
  filter: blur(3px);
  transform: scale(3);
  transition-duration: .5s;
  transition-delay: .3s;
}
.catch span.on {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.dsp-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
}
.dsp-flex dd a{
  color: #fff;
}
.dsp-flex dd a:hover{
  opacity: 0.6;
  transition: .3s;
}
.sp-only {
  display: none;
}
@media (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* フォント
----------------------------*/
.times {
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
}

/* ヘッダー
------------------------------*/
header {
  background-color: #fff;
  z-index: 200;
  position: relative;
}
#header {
  height: 90px;
  align-items:center;
}
#header ul li a {
  display: block;
}
#header ul li a strong {
  display: block;
}
#header .logo a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  align-items: center;
  padding: 3px 20px;
  transition-duration: .5s;
}
#header .logo a p {
  margin: 0;
  margin-left: 10px;
  font-size: .875em;
  line-height: 1.6;
}
#header .logo a:hover {
  color: #ccc;
  opacity: .7;
}
#header .logo a p em {
  font-size: 1em;
  font-weight: bold;
}

header.inview:after {
  background-color: #f00;
}

.fix #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* ヘッダーメニュー
-----------------------------------*/
.hdmenu {
  margin-left: auto;
  margin-right: 20px;
}
.hdmenu > ul > li {
  margin: 0 5px;
  text-align: center;
}
.hdmenu > ul > li > a {
  padding: 27px 5px;
  position: relative;
}
.hdmenu > ul > li > a strong {
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.hdmenu > ul > li > a span {
  font-size: .75em;
}
.hdmenu > ul > li > a:after {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  background-color: #004D8F;
  transition-duration: .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hdmenu > ul > li:hover > a:after {
  height: 4px;
}

.hdmenu ul li.active:hover ul.inmenu {
  height: 74px;
  opacity: 1;
}
.hdmenu ul li.active > a .fas {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -5px;
  color: #ccc;
}
.hdmenu ul li.active:hover >a .fas {
  color: #004D8F;
}

/* アコーディオンメニュー
--------------------------------*/
ul.inmenu {
  font-size: .9375em;
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background: #f6f9fe;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  z-index: 100;
}
ul.inmenu li {
  display: inline-block;
  margin: 0 40px;
}
ul.inmenu li a {
  display: block;
}


/* ヘッダー右側ボタン
--------------------------------*/
.inq ul li {
  text-align: center;
  font-size: .875em;
  border-left: 1px solid #fff;
}
.inq ul li.btn a {
  background-color: #004D8F;
  color: #fff;
  padding: 26px 15px;
  width: 180px;
  transition-duration: .3s;
}
.inq ul li.btn a strong {
  font-size: 1.214285em;
  line-height: 1.2;
  margin-bottom: 6px;
}
.inq ul li.btn a:hover {
  opacity: 0.8;
}
.inq ul li.btn a span {
  color: #fff;
}
.inq ul li.tel a {
  padding: 14px 15px;
}
.inq ul li.tel a strong {
  font-size: 1.357143em;
  font-weight: bold;
}
.inq ul li.tel a img {
  margin-right: 2px;
  vertical-align: middle;
}
.inq ul li.tel a .time {
  font-size: 0.857142em;
  line-height: 1.5;
}


/* メイン画像
---------------------------*/
#mainslide {
  position: relative;
}
#mainslide .slide-txt {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transition-duration: .3s;
}
#mainslide .slide-txt h1 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #fff;
  margin: 40px 0 20px;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}
#mainslide .slide-txt h2 {
  font-size: 1em;
  color: #fff;
  padding: 15px 30px;
  border: 1px solid #fff;
  display: inline-block;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  position: relative;
  top: -3em;
}
#mainslide .slick-dots{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
#mainslide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#mainslide .slick-dots li button {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  background: rgba(255,255,255,0.3);
  transition-duration: .4s;
}
#mainslide .slick-dots li.slick-active button,
#mainslide .slick-dots li:hover button {
  background: rgba(255,255,255,0.9);
}
#mainslide img.sp {
  display: none;
}
#mainslide .tlbar {
  top: auto;
  bottom: 0;
  z-index: 10;
}


/* お問い合わせボタン
---------------------------*/
.inq_btn {
  max-width: 280px;
  margin: 40px auto 0;
}
.inq_btn .inview {
  display: block;
}
.inq_btn a {
  display: block;
  background-color: #000;
  background-image: url(../img/inq_btn.png);
  background-position: 215px center;
  background-repeat: no-repeat;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 11%;
  transition-duration: .4s;
  letter-spacing: 2px;
}
.inq_btn a:hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  background-image: url(../img/biz4-arw2.png);
  background-position: 235px center;
}


/* メッセージ背景
------------------------------*/
#italic {
  background: url(../img/bg1.jpg) center 0 no-repeat;
  background-size: 100% auto;
  padding-bottom: 200px;
}


/* メッセージ
------------------------------*/
#message {
  padding-top: 150px;
  margin: 0 auto;
  max-width: 1280px;
}
#message .tl {
  display: inline-block;
}
#message h2 strong {
  font-size: 3.5em;
  margin-right: 15px;
  font-family: 'Old Standard TT';
}
#message .message h2 {
  align-items: center;
  color: #000;
}
#message .message p {
  font-size: .875em;
  line-height: 2.85714;
  margin: 3% 0;
  display: inline-block;
}
#message .message .link {
  margin-top: 10%;
}
#message .message .link ul {
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#message .message .link ul li {
  text-align: center;
}
#message .message .link ul li {
  width: 48%;
}
#message .message .link ul li a {
  display: block;
  border: 1px solid #333;
  padding: 10%;
  background-image: url(../img/link_arw1.png);
  background-position: center right 14%;
  background-repeat: no-repeat;
  background-color: #fff;
  transition-duration: .3s;
}
#message .message .link ul li a strong,
#message .message .link ul li a span {
  display: block;
  letter-spacing: 2px;
}
#message .message .link ul li a strong {
  font-size: 1.75em;
  margin-bottom: 15px;
  color: #000;
}
#message .message .link ul li a span {
  font-size: 1.5em;
  font-family: 'Old Standard TT';
  font-style: italic;
  color: #b3b3b3;
}
#message .message .link ul li a:hover {
  background-color: #65b047;
  color: #fff;
  border: 1px solid #65b047;
  background-image: url(../img/link_arw2.png);
  background-position: center right 10%;
}
#message .message .link ul li a:hover strong,
#message .message .link ul li a:hover span {
  color: #fff;
}
#message .message .link ul li.inview:after {
  background-color: #65b047;
}
#message .inq_btn {
  margin: 0;
  display: block;
}

/* メンバー名前
------------------------------*/
.member .info p {
  font-family: "Yu Gothic", YuGothic;
  font-size: .875em;
}
.member .info p span,
.member .info p strong {
  vertical-align: middle;
  display: inline-block;
}
.member .info p.name {
  margin-bottom: 4%;
  font-size: 1em;
}
.member .info p.name strong {
  font-size: 1.5em;
  margin-right: 10px;
}
.member .info p.name span {
  font-size: .875em;
  color: #0073ff;
  font-style: italic;
  font-family: 'Old Standard TT';
  transition-duration: .3s;
}
.member .info p.job span:before {
  content: "／";
}

/* 仕事について
------------------------------*/
#works {
  background: url(../img/bg2.jpg) 0 0 no-repeat;
  background-size: 0 auto;
  padding-top: 150px;
  transition-duration: 1s;
}
#works.on {
  background-size: 100% auto;
}
#works > section {
  max-width: 1280px;
  margin: 0 auto;
}
#works > section.fade_company {
  max-width: 1320px;
}
#works .works_tx {
  color: #000;
  text-align: center;
}
#works .works_tx h2 span,
#works .works_tx h2 strong {
  display: inline-block;
}
#works .works_tx h2 span {
  font-size: 1em;
  margin-top: 15px;
}
#works .works_tx h2 strong {
  font-size: 5em;
  font-family: 'Old Standard TT';
  display: block;
}
#works .works_tx p {
  line-height: 1.73333;
  font-size: .9375em;
  margin-top: 8%;
}
#works .dsp-flex {
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#works .works_pict .inview {
  box-shadow: 38px 38px 0 0 rgba(0,0,0,.6);
}
#works .policy {
  max-width: 100%;
  margin: 120px 0 100px;
}
#works .policy .in {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
#works .policy .in h3 {
  position: relative;
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 5px;
}
#works .policy .in h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #65b047;
  margin: 0 auto;
  position: relative;
  top: -40px;
  transform: rotate(-45deg);
}
#works .policy .in .list {
  margin: 40px 0;
}
#works .policy .in .list dl {
  overflow: hidden;
  text-align: left;
  color: #000;
  margin: 25px 0;
  position: relative;
}
#works .policy .in .list dl dt {
  font-family: 'Old Standard TT';
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
#works .policy .in .list dl dd {
  font-size: 1.25em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.5;
  padding-left: 30px;
}
#works .policy .in p {
  font-size: 1.25em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.5;
}
#works .policy .in p a {
  text-decoration: underline;
}
#works .policy .in p a:hover {
  text-decoration: none;
}


/* 会社概要
------------------------------*/
#company {
  background: #000;
  color: #fff;
}
#company h2 {
  text-align: center;
  padding: 90px 20px 0;
  line-height: 1.4;
}
#company h2 strong {
  font-size: 3.5em;
  font-family: 'Old Standard TT';
  display: block;
}
#company h2 span {
  font-size: 1em;
}
#company ul {
  padding: 0 40px 40px;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#company ul li {
  width: 49%;
  max-width: 618px;
  margin-top: 3%;
}
#company ul li a {
  display: block;
  color: #fff;
  position: relative;
}
#company ul li a dl dt {
  font-size: 1.375em;
  line-height: 1.3;
  border-left: 4px solid #65b047;
  padding-left: 10px;
  font-weight: bold;
}
#company ul li a dl dd {
  margin: 5px 0 10px;
  font-size: .9em;
  line-height: 1.5;
}
#company ul li a .more {
  color: #b7b7b7;
  font-size: .875em;
  transition-duration: .3s;
  letter-spacing: 1px;
}
#company ul li a .more:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 9px;
  background-image: url(../img/hinfor_arw.png);
  background-position: right 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b7b7b7;
  margin-left: 10px;
  margin-bottom: 3px;
  transition-duration: .3s;
}
#company ul li a:hover .more {
  color: #65b047;
}
#company ul li a:hover .more:after {
  border-bottom: 1px solid #65b047;
  background-image: url(../img/hinfor_arw2.png);
  width: 64px;
}
#company .inview {
  display: block;
}
#company ul li.inview:before {
  background-color: #000;
}
#company .pict {
  border: 1px solid #b3b3b3;
  margin-bottom: 20px;
  position: relative;
}
#company a .pict:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: .3s;
  z-index: 1;
}
#company a:hover .pict:before {
  opacity: 0;
}
#company ul li a img {
  transition-duration: .4s;
}
#company ul li a:hover img {
  transform: scale(1.1);
}


/* moreボタン
------------------------------*/
#more ul.dsp-flex {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#more ul li a {
  display: block;
}
#more ul li a img {
  display: inline-block;
  transition-duration: .3s;
  backface-visibility: hidden;
}
#more ul li a:hover img {
  opacity: .7;
}


/* エントリーエリア
--------------------------*/
#entry {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 60px;
}
#entry ul {
  -webkit-justify-content:center;
  justify-content:center;
}
#entry ul li a {
  display: block;
  color: #fff;
}
#entry h2 {
  margin-bottom: 2%;
}
#entry h2 strong {
  font-size: 3.5em;
  font-family: 'Old Standard TT';
  display: block;
}
#entry h2 span {
  font-size: 1em;
}
#entry .link ul {
  -webkit-justify-content:center;
  justify-content:center;
}
#entry .link ul li {
  text-align: center;
  margin: 1%;
}
#entry .link ul li {
  width: 48%;
  max-width: 610px;
}
#entry .link ul li a {
  display: block;
  border: 1px solid #000;
  color: #000;
  padding: 8%;
  background-image: url(../img/link_arw1.png);
  background-position: center right 14%;
  background-repeat: no-repeat;
  background-color: #fff;
  letter-spacing: 2px;
  transition-duration: .3s;
}
#entry .link ul li a strong {
  font-size: 1.75em;
  margin-bottom: 15px;
  display: block;
}
#entry .link ul li a span {
  font-size: 1.5em;
  font-family: 'Old Standard TT';
  font-style: italic;
  color: #000;
}
#entry .link ul li a:hover {
  background-image: url(../img/link_arw2.png);
  background-position: center right 8%;
  color: #fff;
  background-color: #65b047;
}
#entry .link ul li a:hover span {
  color: #fff;
}


/* フッター
-----------------------------*/
#footer {
  margin-top: 3%;
}
#footer .logo {
  align-items: center;
}
#footer .logo span {
  margin-left: 10px;
  line-height: 1.35714;
}
#footer .ft {
  -webkit-justify-content:center;
  justify-content: center;
}
#footer .menu {
  margin-left: 3%;
}
#footer .menu .tl strong {
  font-size: 1em;
}
#footer .menu .tl span {
  font-size: .8125em;
  margin-left: 10px;
  color: #999;
}
#footer .menu .tl strong,
#footer .menu .tl span {
  vertical-align: middle;
  display: inline-block;
}
#footer .menu ul {
  padding-left: 10px;
  margin-top: 10px;
}
#footer .menu ul li {
  line-height: 1.5;
  text-align: center;
}
#footer .menu ul li a:hover {
  color: #808080;
}
#footer .menu ul li a strong {
  display: block;
}
#footer .menu ul li a span {
  display: block;
  font-size: .8em;
  margin-top: 9px;
}
#footer .menu-bottom {
  margin-top: 30px;
}
#footer .menu-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .menu-bottom ul li a {
  font-size: .8em;
}
#footer .menu-bottom ul li a:hover {
  color: #808080;
}
#footer .menu-bottom ul li + li a::before {
  content: "｜";
  padding: 0 10px;
}
#footer .menu-bottom ul li a img {
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

/* コピーライト
----------------------------*/
#copy {
  text-align: center;
  padding: 30px;
  font-size: .6875em;
}


/* ラインアニメーション
----------------------------*/
#line {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 250px;
}


/* パンくず
----------------------------*/
#bread {
  font-size: .75em;
}
#bread ul li {
  display: inline-block;
}
#bread ul li:before {
  content: "> ";
  display: inline-block;
  margin: 0 5px;
}
#bread ul li:first-child:before {
  content: none;
}
#bread ul li a {
  color: #fff;
}

/* スマホメニュー
----------------------------*/
#sp_menu {
  background: #004D8F;
  color: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  display: none;
}
#sp_menu .menu {
  margin: 0 0 35px;
}
#sp_menu .in {
  overflow: auto;
}
#sp_menu .in .list {
  padding: 40px 20px;
}
#sp_menu .in .list ul li a {
  color: #fff;
  font-size: 1.4em;
}
#sp_menu .in .list ul li {
  margin: 0 0 30px;
}
#sp_menu .in .list ul li:last-child {
  margin: 0;
}
#sp_menu .in .list ul li a strong {
  display: block;
}
#sp_menu .in .list ul li a span {
  display: block;
  font-size: .8em;
  margin-top: 9px;
}
#sp_menu .in .list .tl {
  font-size: 1.4em;
  margin-bottom: 5px;
}
#sp_menu .in .list .tl span {
  display: inline-block;
  margin-left: 15px;
  font-size: .75em;
}
#sp_menu .in .list .link ul li {
  margin: 10px 20px;
}
#sp_menu .in .list .link ul li a {
  display: block;
  padding: 15px;
  text-align: center;
  background: #65B047;
}
#sp_menu .in .list .link ul li a strong {
  display: block;
  margin-bottom: 10px;
}
#sp_menu .in .list .link ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
#sp_menu .in .list .link ul li.tel a strong {
  font-size: 1.45em;
  font-weight: bold;
}
#sp_menu .in .list .link ul li.tel a img {
  margin-right: 4px;
  vertical-align: middle;
}
#sp_menu .in .list .close {
  text-align: center;
  cursor: pointer;
  padding: 20px;
  font-size: 1em;
}

/* スマホ開閉ボタン
----------------------------*/
.spmenu {
  display: none;
}


@media (max-width: 1600px) {
  #header .logo a p {
    font-size: .65em;
  }
  #header .logo a p em {
    font-size: .8em;
  }
}
@media (max-width: 1500px) {
  .hdmenu > ul > li > a span {
    font-size: .7em;
  }
}
@media (max-width: 1450px) {
  #header .logo a p {
    display: none;
  }
  .inq ul li.btn a {
    width: 160px;
  }
}

@media (min-width: 1400px) {
  #message .message .link ul li a {
    padding: 40px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 75%;
  }
  #header {
    height: 80px;
  }
  #header .logo img {
    height: 74px;
  }
  #header .logo a {
    padding: 3px 14px;
  }
  #header .logo a p {
    font-size: .875em;
  }
  #header .logo a p em {
    font-size: 1em;
  }
  .inq ul li {
    height: 80px;
  }
  .inq ul li.btn a {
    box-sizing: border-box;
    height: 80px;
    padding: 25px 15px;
    width: auto;
  }
  .inq ul li.tel a {
    padding: 14px 15px;
  }
  .hdmenu ul li a {
    padding: 26px 5px;
  }
  .tlbar {
    height: 50px;
  }
  ul.inmenu {
    font-size: .875em;
  }
  ul.inmenu li {
    margin: 0 30px;
  }
  #italic {
    padding-bottom: 100px;
  }
  #message {
    padding-top: 100px;
    max-width: 1000px;
  }
  #works > section {
    max-width: 1000px;
  }
  #works .works_pict {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  #line {
    max-width: 800px;
  }
  #message .message .link ul li a,
  #entry .link ul li a {
    padding: 5%;
    background-size: 30px auto;
  }
  #message .message .link ul li a strong,
  #entry .link ul li a strong {
    font-size: 1.5em;
  }
  #message .message .link ul li a span,
  #entry .link ul li a span {
    font-size: 1.2em;
  }
  .inq_btn a {
    padding: 8%;
  }
  #entry .link ul li a {
    padding: 6%;
  }
  #works {
    padding: 4%;
  }
  #more ul {
    padding: 4% 2% 0;
  }
  #more ul li {
    width: 49%;
  }
}
@media (max-width: 1100px) {
  .hdmenu {
    margin-right: 5px;
  }
  .hdmenu ul li {
    margin: 0 5px;
  }
  .hdmenu ul li a {
    padding: 20px 5px;
  }
  ul.inmenu li {
    display: inline-block;
    margin: 0 10px;
  }
  #header {
    height: 60px;
  }
  #header ul li a {
    padding: 16px 10px;
  }
  #header .logo a {
    padding: 10px;
  }
  #header .logo a img {
    height: 40px;
    width: auto;
  }
  #header .inq ul li {
    font-size: .8em;
    height: 60px;
  }
  #header .inq ul li a strong {
    font-size: 1em;
  }
  #header .inq ul li.btn a {
    height: 60px;
    padding: 15px 15px;
  }
  #header .inq ul li.tel a {
    padding: 6px 15px;
  }
  #mainslide .slide-txt h2 {
    top: -2em;
  }
  #more ul.dsp-flex {
    padding: 4% 4% 0;
  }
}

@media (max-width: 960px) {
  #header {
    height: 50px;
  }
  #header .hdmenu,
  #header .inq {
    display: none;
  }
  #header .logo img {
    height: 35px;
  }
  #header .logo a p {
    display: block;
  }
  .spmenu {
    display: block;
    background: #004D8F;
    padding: 10px;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
  }
  .spmenu span {
    display: block;
    height: 3px;
    width: 30px;
    margin: 5px 0;
    background: #fff;
  }
  #line {
    max-width: 500px;
    padding: 0 0 0 100px;
  }
  #mainslide img.pc {
    display: none;
  }
  #mainslide img.sp {
    display: block;
  }
  #italic {
    background-size: cover;
    padding-bottom: 10%;
  }
  #footer .menu {
    display: none;
  }
  #message {
    padding: 8% 5% 0;
  }
  #message .message .link {
    margin-top: 5%;
  }
  #footer .menu-bottom ul li a img {
    height: 25px;
  }
}

@media (max-width: 900px) {
  #works .policy .in {
    padding: 20px;
    margin: 20px 0;
  }
  #works .policy .in h3 {
    font-size: 1.65em;
  }
  #works .policy .in h3:before {
    width: 30px;
    height: 2px;
    top: -25px;
  }
  #works .policy dl {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  #line {
    max-width: 80%;
    padding: 0 0 0 20%;
  }
  #mainslide .slide-txt h2 {
    top: 0;
    padding: 10px 15px;
    font-size: 12px;
  }
  #mainslide .slide-txt h1 {
    font-size: 1.2em;
  }
  #mainslide .tlbar {
    height: 30px;
  }
  #line {
    margin-bottom: 10px;
  }
  #italic {
    padding-bottom: 5%;
  }
  #message {
    padding: 5% 3% 3%;
  }
  #message .tl {
    display: block;
    margin: 0 auto;
  }
  #message h2 {
    display: block;
    text-align: center;
  }
  #message h2 strong {
    margin: 0 0 10px;
    display: block;
    font-size: 2em;
  }
  #message .inq_btn {
    margin: 0 auto;
  }
  #message .message p {
    line-height: 2;
  }
  #message .message .link {
    margin-top: 3%;
  }
  #message .message .link ul {
    display: block;
    overflow: hidden;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #message .message .link ul li {
    margin: 1%;
    width: 48%;
    float: left;
  }
  #message .message .link ul li a {
    background-size: 30px auto;
    padding: 15px;
  }
  #message .message .link ul li a strong {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  #message .message .link ul li a span {
    font-size: 1em;
  }
  #entry .link ul li a strong {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  #entry .link ul li a span {
    font-size: 1em;
  }
  #works .works_tx {
    width: 40%;
  }
  #works .works_pict {
    width: 56%;
  }
  #works .works_tx h2 {
    margin-top: 15px;
  }
  #works .works_tx h2 strong {
    font-size: 2em;
  }
  #works .works_tx h2 span {
    margin-top: 5px;
  }
  .inq_btn {
    margin-top: 15px;
  }
  #company {
    margin-top: 5%;
    padding: 15px 0;
  }
  #company h2 {
    padding: 4% 4% 0;
  }
  #company h2 strong {
    font-size: 2em;
  }
  #more ul.dsp-flex {
    padding: 0;
    margin-top: 4%;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  #more ul li {
    margin: 0;
  }
  #company ul li a dl dt {
    font-size: 1em;
  }
  #company ul li a dl dd {
    font-size: .75em;
    line-height: 1.5;
    margin: 5px 0;
  }
  #company ul li a .more:after {
    height: 5px;
    background-size: auto 5px;
  }
  #entry {
    padding: 20px 15px;
  }
  #entry h2 strong {
    font-size: 2em;
  }
  #footer .menu-bottom ul li a img {
    height: 20px;
  }
}
@media (max-width: 480px) {
  #message .message .link ul li {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #message .message .link ul li a {
    padding: 10px 20px;
  }
  #works .works_tx {
    width: 100%;
  }
  #works .dsp-flex {
    display: block;
  }
  #works .works_pict {
    display: none;
  }
  #company ul li {
    width: 100%;
    margin: 10px 0;
  }
  #more ul li {
    width: 100%;
    margin: 15px 0 0;
    display: block;
  }
  #entry h2 strong {
    font-size: 2em;
  }
  #entry .link ul {
    display: block;
  }
  #entry .link ul li {
    width: 80%;
    margin: 10px auto 0;
  }
}


/* 下層ページ
----------------------------*/
.pagebg {
  background: url(../img/message/message_bg.png) 0 0 repeat;
  background-size: 100% auto;
}
.maintl {
  background: url(../img/message/message_tlbg.jpg) center center no-repeat;
  background-size: cover;
}
.maintl .in {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 20px;
}
.maintl .in .title {
  text-align: right;
}
.maintl .in .tl {
  text-align: center;
  display: inline-block;
  margin: 80px 0 120px;
}
.maintl .in .tl h2 {
  font-family: 'Old Standard TT';
  font-size: 3em;
  margin-bottom: 5px;
}
.maintl .in .tl h3 {
  letter-spacing: 2px;
}

/* メッセージ
---------------------------------*/
.case {
  max-width: 1400px;
  margin: 100px auto;
  position: relative;
}
.case.right {
  text-align: right;
}
.case.none {
  text-align: center;
}
.case .pict {
  display: inline-block;
}
.case.none .pict{
  display: none;
}
.case .tx {
  position: absolute;
  top: 60px;
  right: 0;
  width: 660px;
  padding: 50px 80px;
  background: rgba(255,255,255,.85);
  box-sizing: border-box;
}
.case.none .tx {
  background: rgba(255,255,255,.8);
  padding: 50px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: 0;
}
.case .tx h4 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3;
  color: #000;
}
.case .tx h4:after {
  display: block;
  content: "";
  background: #65b047;
  height: 2px;
  width: 80px;
  margin-top: 12px;
}

.case .tx p {
  font-size: .9375em;
  line-height: 2.1333;
  margin-top: 20px;
}
.case .pict .inview:before {
  background-color: #fff;
}
.case .pict .inview:after {
  background-color: rgba(0,0,0,.5);
}
.case .tx.inview:before {
  background-color: #fff;
}
.case .tx.inview:after {
  background-color: rgba(255,0,0,.8);
}
.case2 {
  text-align: center;
}
.case2 .in {
  background: rgba(255,255,255,.8);
  padding: 50px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.case2 .in p {
  font-size: .9375em;
  line-height: 1.8;
  margin: 30px 0;
  color: #000;
}
.case2 .in p span {
  display: inline-block;
}
.case2 .in p span.inview:before {
  background-color: #ddd;
}
.case2 .in p span.inview:after {
  background-color: rgba(255,255,255,.8);
}
.case2 h4 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3;
  color: #000;
}
.case2 h4:after {
  display: block;
  content: "";
  background: #65b047;
  height: 2px;
  width: 80px;
  margin: 12px auto 0;
}
#after {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255,255,255,.85);
}

@media (max-width: 1100px) {
  .maintl .in .tl {
    text-align: center;
    display: inline-block;
    margin: 40px 0 60px;
  }
  .case {
    padding: 15px;
  }
  .case2 {
    padding: 15px;
  }
}
@media (max-width: 960px) {
  .case {
    margin: 30px 0;
  }
  .case .tx {
    position: relative;
    top: -30px;
    margin: 0 auto;
    padding: 20px;
    width: auto;
  }
  .case .tx h4 {
    font-size: 1.5em;
  }
  .case2 h4 {
    font-size: 1.5em;
  }
  .case2 .in {
    padding: 20px;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .case {
    margin: 20px 0 0;
  }
  .case .tx p {
    margin-top: 10px;
    line-height: 1.5;
  }
  .case .tx p br {
    display: none;
  }
  .case2 .in p {
    margin: 15px 0;
  }
  .case .tx h4 {
    font-size: 1.2em;
  }
  .case2 h4 {
    font-size: 1.2em;
  }
  .maintl .in .tl {
    margin: 10px 0 20px;
  }
  .maintl .in .tl h2 {
    font-size: 2em;
  }
}


/* 私たちの会社を知る
---------------------------------*/
#ourcompany #bread,
#ourcompany #bread a {
  color: #fff;
}
#ourcompany .maintl {
  background: #000;
}
#ourcompany .maintl h2 {
  text-align: center;
}
#ourcompany .maintl h2 .inview {
  display: block;
}
#ourcompany .maintl h2 .inview:before {
  background-color: #f6f9fe;
}
#ourcompany .maintl h2 .inview:after {
  border-radius: 50%;
  background-color: rgba(36,93,118,.5);
}
#ourcompany .maintl .title {
  text-align: center;
}
#ourcompany .maintl .in .tl {
  margin: 30px auto 50px;
}
#ourcompany .index {
  background: #fff;
  padding: 25px 15px 70px;
}
#ourcompany .index ul {
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#ourcompany .index ul li {
  margin: 0 2%;
}
#ourcompany .index ul li a {
  color: #000;
}
#ourcompany .index ul li a span {
  border: 1px solid #333;
  display: block;
  overflow: hidden;
}
#ourcompany .index ul li a span img {
  transition-duration: .3s;
}
#ourcompany .index ul li a:hover span img {
  transform: scale(1.1);
  opacity: .7;
}
#ourcompany .index ul li a p {
  margin-top: 10px;
}
#ourcompany .index ul li a p img {
  display: inline-block;
  margin-right: 10px;
}

.colorbg {
  position: relative;
  background: url(../img/company/company_tlbg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 25px;
  max-width: 820px;
  margin: 0 auto;
}
.colorbg .tlbar {
  background-color: #000;
  height: 40px;
  top: -20px;
}
.colorbg img {
  display: inline-block;
  margin-right: 15px;
}

.gray_bg {
  background: url(../img/company/company_bg.png) center 0 repeat #f5f5f5;
  background-size: cover;
}
.gray_bg .in {
  background: rgba(255,255,255,.85);
  max-width: 1340px;
  margin: 50px auto;
  padding: 50px;
  text-align: center;
}
.gray_bg .inleft {
  background: url(../img/company/company_bg2.png) 0 0 repeat-y;
  background-size: 0 auto;
  transition-duration: 2s;
}
.gray_bg .inright {
  background: url(../img/company/company_bg2.png) right 0 repeat-y;
  background-size: 0 auto;
  transition-duration: 2s;
}

.gray_bg .inleft.on,
.gray_bg .inright.on {
  background-size: 90% auto;
}
.gray_bg .inright .in,
.gray_bg .inleft .in {
  background: none;
}
.gray_bg .in h3 {
  position: relative;
  font-size: 3.5em;
  margin-top: 50px;
  margin-bottom: 5px;
  color: #231815;
  letter-spacing: 2px;
  font-family: 'Old Standard TT';
}
.gray_bg .in h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #65b047;
  margin: 0 auto;
  position: relative;
  top: -40px;
  transform: rotate(-45deg);
}
.gray_bg .in h4 {
  font-size: 1.25em;
  color: #000;
}
.gray_bg .in .sub {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.667;
  color: #000;
  margin-top: 30px;
}
.gray_bg .in.first {
  margin-top: -40px;
}
.gray_bg .in p {
  font-size: .9375em;
  line-height: 2.1333em;
  margin: 30px 0;
}
.gray_bg .in.first h3 {
  margin-top: 100px;
}

.gray_bg .in .list {
  max-width: 540px;
  margin: 40px auto;
}
.gray_bg .in .list dl {
  overflow: hidden;
  text-align: left;
  color: #000;
  margin: 25px 0;
}
.gray_bg .in .list dl dt {
  font-family: 'Old Standard TT';
  float: left;
  margin-top: 4px;
  margin-right: 25px;
}
.gray_bg .in .list dl dd {
  font-size: 1.25em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}
.gray_bg .floor {
  max-width: 1280px;
  margin: 0 auto;
}
.gray_bg .floor dl {
  align-items: center;
  margin-bottom: 20px;
}
.gray_bg .floor dl dt {
  font-size: 3em;
  font-family: 'Old Standard TT';
  border-top: 2px solid #65b047;
  min-width: 80px;
  text-align: left;
  margin-right: 20px;
  padding-top: 20px;
  color: #000;
}
.gray_bg .floor dl dt strong {
  font-size: 1.16667em;
}
.gray_bg .floor dl dd {
  text-align: left;
  line-height: 1.8;
}
.gray_bg .floor ul {
  justify-content: space-between;
}
.gray_bg .floor ul li {
  margin: 0 auto;
}
.gray_bg .floor ul li p {
  margin-top: 15px;
  font-size: 1.25em;
  color: #000;
}
.gray_bg .in.first .floor {
  margin-top: 80px;
}

.gray_bg table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: .875em;
  line-height: 1.714;
  text-align: left;
}
.gray_bg .in table th,
.gray_bg .in table td {
  padding: 15px 20px;
}
.gray_bg .in table td p {
  font-size: 1em;
  line-height: 1.714;
  margin-top: 20px;
}
.gray_bg .in table td p:first-child {
  margin-top: 0;
}
.gray_bg dl {
  max-width: 1280px;
  margin: 40px auto;
  align-items: center;
  color: #000;
}
.gray_bg.profile dl dt {
  font-size: 3em;
  font-family: 'Old Standard TT';
  margin-right: 15px;
}
.gray_bg .box {
  padding: 50px;
  text-align: center;
}
.gray_bg .box .inner {
  background: rgba(255, 255, 255, .85);
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.gray_bg .box .inner + .inner {
  margin-top: 50px;
}
.gray_bg .box p {
  font-size: 1.5em;
  line-height: 2.1333em;
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.gray_bg .box h3 {
  position: relative;
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 40px;
}
.gray_bg .box h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #65b047;
  margin: 0 auto;
  position: relative;
  top: -40px;
  transform: rotate(-45deg);
}
.gray_bg .box .list {
  margin: 35px 0;
}
.gray_bg .box .list dl {
  overflow: hidden;
  text-align: left;
  color: #000;
  margin: 25px 0;
  position: relative;
}
.gray_bg .box .list dl dt {
  font-size: 1.15em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.5;
}
.gray_bg .box .list dl dd {
  font-size: 1.15em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.5;
  margin-top: 0.35em;
}
.gray_bg .box p.text {
  font-size: 1.15em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.75;
}
.gray_bg .box p.text.right {
  text-align: right;
}
.gray_bg .box p.text a {
  text-decoration: underline;
}
.gray_bg .box p.text a:hover {
  text-decoration: none;
}
.gray_bg.iso .box .inner {
  padding-top: 70px;
}
.gray_bg .box p.text + h3 {
  margin-top: 90px;
}
.gray_bg .box .colorbg + .inner {
  margin-top: -40px;
}
.gray_bg .box .sub {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.667;
  color: #000;
  text-align: center;
  margin-bottom: 80px;
}
.gray_bg.iso .box .list dl dt {
  font-family: 'Old Standard TT';
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
.gray_bg.iso .box .list dl dd {
  font-size: 1.25em;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  line-height: 1.5;
  padding-left: 30px;
  margin-top: 0;
}
.gray_bg .box .profile {
  text-align: left;
}
.gray_bg h3.profile_heading:not(:first-child) {
  margin-top: 2em;
}
.gray_bg h3.profile_heading {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  position: static;
}
.gray_bg h3.profile_heading:before {
  content: none;
}
.gray_bg .profile_header h3.profile_heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.gray_bg h4.profile_heading2 {
  margin: 2em 0 1em;
  padding: .8em 1em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8;
  background: #f2f2f2;
}
.gray_bg .box .profile p {
  font-size: 1em;
  line-height: 2em;
  margin: 1em 0;
}
.gray_bg .profile_table {
  border-top: 1px solid #ccc
}
.gray_bg .profile_table dl {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: flex
}
.gray_bg .profile_table dl dt {
  margin: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 200px;
}
.gray_bg .profile_table dl dd {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto
}
.gray_bg .profile_table dl dd a {
  color: #27a0ec;
}
.gray_bg .profile_goals {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gray_bg .profile_goals li:not(:last-child) {
  margin-right: 4px;
}
.gray_bg .profile_goals li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 54px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.gray_bg .profile_header:not(:first-child) {
  margin-top: 2em;
}
.gray_bg .profile_type {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 5px;
}
.gray_bg .profile_type_icon span {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 4px 17px;
  line-height: 1
}
.gray_bg .profile_type_icon span.is-environment {
  background: #26a335
}
.gray_bg .profile_type_icon span.is-society {
  background: #fd8107
}
.gray_bg .profile_type_icon span.is-economy {
  background: #3f80bc
}
.gray_bg .profile a[href$=".pdf"] {
  display: inline-block;
  padding-left: 28px;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.u-align-right {
  text-align: right;
}

.gray_bg .maintx {
  font-size: 1.5em;
  line-height: 2;
  margin-top: 60px;
  color: #000;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}
.gray_bg .staff {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.gray_bg .staff p {
  margin: 0;
  line-height: 1.5;
}
.gray_bg .staff dl dt {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.gray_bg .staff a dl dt:before {
  content: "";
  display: block;
  background: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .3s;
}
.gray_bg .staff a:hover dl dt:before {
  background: rgba(0,0,0,.35);
}
.gray_bg .staff dl dd {
  margin-left: 25px;
}
.gray_bg .staff h5 {
  margin-bottom: 10px;
  font-weight: bold;
  transition-duration: .3s;
}
.gray_bg .staff a:hover h5 {
  color: #00a3f5;
}

@media (max-width: 1300px) {
  #ourcompany .index ul {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  #ourcompany .index ul li {
    max-width: 46%;
    margin-bottom: 15px;
  }
}
@media (max-width: 901px) {
  .gray_bg .floor ul {
    display: block;
  }
}
@media (min-width: 901px) {
  .gray_bg .profile_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 10px;
  }
}
@media (max-width: 900px) {
  #ourcompany .index {
    padding-bottom: 30px;
  }
  #ourcompany .index ul li a p {
    margin-top: 5px;
  }
  #ourcompany .index ul li a p img {
    width: 15px;
    vertical-align: middle;
  }
  .colorbg {
    font-size: 1.2em;
    padding: 15px;
  }
  .colorbg img {
    width: 20px;
  }
  .colorbg .tlbar {
    height: 30px;
  }
  .gray_bg .in {
    padding: 20px;
    margin: 20px 0;
  }
  .gray_bg .in h3 {
    font-size: 2em;
  }
  .gray_bg .in h3:before {
    width: 30px;
    height: 2px;
    top: -25px;
  }
  .gray_bg .in .sub {
    font-size: 1.2em;
    margin-top: 20px;
  }
  .gray_bg .in p {
    margin: 15px 0;
  }
  .gray_bg .in table th,
  .gray_bg .in table td {
    padding: 5px 10px;
  }
  .gray_bg .in table th {
    white-space: nowrap;
  }
  .gray_bg.profile .in dl {
    margin: 20px auto;
  }
  .gray_bg.profile .in.first dl {
    margin-top: 40px;
  }
  .gray_bg.profile .in dl dt {
    font-size: 2em;
    margin-right: 10px;
  }
  .gray_bg .maintx {
    font-size: 1.2em;
    line-height: 1.8;
    margin-top: 50px;
  }
  .gray_bg dl {
    margin: 20px 0;
  }
  .gray_bg .floor ul li {
    padding: 0 5px;
  }
  .gray_bg .floor ul li p {
    margin-top: 5px;
    font-size: .875em;
  }
  .gray_bg .floor dl dt {
    font-size: 2em;
    padding-top: 10px;
    min-width: 50px;
  }
  .gray_bg .box {
    padding: 25px;
  }
  .gray_bg .box .inner {
    padding: 25px;
  }
  .gray_bg .box p {
    font-size: 1.2em;
    text-align: left;
  }
  .gray_bg .box h3 {
    font-size: 1.65em;
  }
  .gray_bg .box h3:before {
    width: 30px;
    height: 2px;
    top: -25px;
  }
  .gray_bg .box .list dl {
    margin: 20px 0;
  }
  .gray_bg .box p.text + h3 {
    margin-top: 70px;
  }
  .gray_bg .box .colorbg + .inner {
    margin-top: 0;
  }
  .gray_bg .box .sub {
    font-size: 1.25em;
    margin-bottom: 50px;
  }
  .gray_bg.iso .box .inner {
    padding-top: 20px;
  }
  .gray_bg .profile_table dl dt {
    flex-basis: 130px;
  }
}

/* 社員インタビュー
---------------------------------*/
#member .maintl #bread,
#member .maintl #bread a {
  color: #333;
}
#member h2 {
  color: #000;
  margin-top: 50px;
  margin-bottom: 35px;
}
#member h2 p {
  display: inline-block;
  margin-left: 10px;
}
#member h2 strong {
  font-size: 4em;
  font-family: 'Old Standard TT';
  vertical-align: middle;
}

#member .comment {
  max-width: 70%;
}
#member .comment .sp {
  display: none;
}
#member .comment p {
  background: #000;
  font-size: 2em;
  padding: 15px 20px;
  margin: 5px 0;
  font-family: "Yu Mincho", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}
#member .comment p.inview:before {
  background-color: #000;
}
#member .comment p.inview:after {
  background-color: #65b047;
}

#member .comment p:nth-child(2) {
  margin-left: 45px;
}
#member .comment p.inview:before,
#member .comment p.inview.on:before {
  transition-delay: .5s;
}
#member .comment p.inview:after,
#member .comment p.inview.on:after {
  transition-delay: .4s;
}

#member .comment p.inview:nth-child(2):before,
#member .comment p.inview.on:nth-child(2):before {
  transition-delay: 1s;
}
#member .comment p.inview:nth-child(2):after,
#member .comment p.inview.on:nth-child(2):after {
  transition-delay: .9s;
}
#member .member {
  color: #333;
  margin-top: 45px;
  margin-bottom: 20px;
}
#member .member p.name {
  margin: 15px 0;
}
#member .member p.name strong {
  font-weight: bold;
}
#member .case{
  margin: 80px auto;
}
#member .case.left .tx,
#member .case.right .tx{
  top: -30px;
  padding: 50px 80px;
}
#member .tx dl dt {
  font-family: 'Old Standard TT';
  font-style: italic;
  font-size: 1.25em;
  color: #65b047;
}
#member .tx dl dd {
  font-weight: bold;
  font-size: 1.875em;
  margin-top: 12px;
}
#member .tx p {
  margin-top: 30px;
}
#member .maintl {
  background-position: right center;
}

#member .case.right {
  text-align: right;
  margin-top: 80px;
}
#member .case.right .tx {
  top: 20px;
  left: 0;
  text-align: left;
}
#member .fin {
  text-align: center;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.6667;
  margin: 70px 20px;
  color: #000;
}
#member .pict {
  text-align: center;
}

/* スライダー設定
---------------------------------*/
.slick-arrow {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  font-size: 0;
  padding: 0;
  background: rgba(0,0,0,0.75);
  border: none;
  cursor: pointer;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: .3s;
  z-index: 10;
}
.slick-prev {
  background-image: url(../img/slider_arw_l.png);
  left: -100px;
}
.slick-prev:hover {
  background-position: left center;
}
.slick-next {
  background-image: url(../img/slider_arw_r.png);
  right: -100px;
}
.slick-next:hover {
  background-position: right center;
}
.spmain {
  display: none;
}
@media (max-width: 1600px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  #member .case {
    margin-bottom: 30px;
  }
  #member .case .tx {
    top: -30px;
    padding: 30px 60px;
  }
  #member .case.none .tx {
    padding: 20px;
  }
  #member h2 {
    margin: 30px 0;
  }
  #member h2 strong {
    font-size: 2.5em;
  }
  #member .comment {
    max-width: 50%;
  }
  #member .comment p {
    font-size: 1.5em;
    line-height: 1.4;
    padding: 8px 20px;
  }
  #member .comment .sp {
    display: none;
  }
  #member .member {
    margin: 20px 0;
  }
  #member .pict {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .case2 .in {
    padding: 30px;
  }
  #member .case3 {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  #member .pict {
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  #member .case,
  #member .case.right{
    margin-bottom: 0;
    margin-top: 20px;
  }
  #member .case.left .tx,
#member .case.right .tx {
    top: -30px;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #member .tx dl dd {
    font-size: 1.2em;
  }
  #member .tx p {
    margin-top: 15px;
  }
  #member .case2 .in {
    padding: 20px;
  }
  #member .case3 {
    margin-top: 0;
  }
  #member .fin {
    font-size: 1.2em;
    margin: 15px 20px 40px;
  }
  .other {
    padding: 20px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
@media (max-width: 750px) {
  .spmain {
    display: block;
  }
  #member .maintl #bread {
    display: none;
  }
  #member .maintl {
    background: none;
  }
  #member h2 {
    text-align: center;
    margin: 15px 0;
  }
  #member h2 p {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  #member .maintl .in {
  }
  #member .comment {
    max-width: none;
  }
  #member .comment p {
    margin: 1px 0;
    font-size: 1.2em;
  }
  #member .comment .pc {
    display: none;
  }
  #member .comment .sp {
    display: block;
  }
  #member .comment p:nth-child(2) {
    margin-left: 0;
  }
}

/* 実績
---------------------------------*/
#result {
  padding:5px 30px 30px;
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:center;
  justify-content:center;
  max-width: 2100px;
}
.result_box {
  text-align: center;
  margin: 30px;
}
.result_box a {
  font-size: 14px;
  line-height: 1.5;
}
.result_box a:hover {
  text-decoration: none;
}
.result_item {
  position: relative;
  width:388px;
  height:220px;
  border: 1px solid #ccc;
  color: #ffffff;
  text-align:center;
  background-color: #000000;
  font-size: 12px;
  margin:20px 0 10px;
}
.result_item.color2 {background:url(../img/works/top_works_bg1.png) center center no-repeat #000000; background-size:cover;}
.result_item.color3 {background:url(../img/works/top_works_bg2.png) center center no-repeat #000000; background-size:cover;}
.result_item.color1 {background:url(../img/works/top_works_bg3.png) center center no-repeat #000000; background-size:cover;}

.result_item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.result_item img {
  position: relative;
  width:388px;
  height:220px;
  vertical-align: top;
  -webkit-transition: all 1s;
  transition: all 1s;
  object-fit: cover;
}
.result_item figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.result_item figcaption:before,
.result_item figcaption:after {
  width: 1px;
  height: 0;
}
.result_item figcaption:before {
  right: 4px;
  top: 4px;
}
.result_item figcaption:after {
  left: 4px;
  bottom: 4px;
}
.result_item h3,
.result_item p {
  line-height: 1.4;
}
.result_item h3 {
  margin:40px 0 0;
  font-weight:300;
  font-family:'Montserrat', sans-serif;
  font-size:24px;
  letter-spacing:1px;
}
.result_item .readmore {
  display:inline-block;
  font-weight:400;
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  width:144px;
  line-height:32px;
  background:#fff;
  color:#16a085;
  margin-top:30px;
}
.result_item p {
  margin:5px 0;
}
.result_item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.result_item:before,
.result_item:after,
.result_item figcaption:before,
.result_item figcaption:after {
  position: absolute;
  content: ' ';
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.result_item:before,
.result_item:after {
  height: 1px;
  width: 0%;
}
.result_item:before {
  top: 4px;
  left: 4px;
}
.result_item:after {
  bottom: 4px;
  right: 4px;
}
.result_item:hover img,
.result_item.hover img {
  opacity: 0.1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.result_item:hover figcaption,
.result_item.hover figcaption {
  opacity: 1;
}
.result_item:hover figcaption:before,
.result_item.hover figcaption:before,
.result_item:hover figcaption:after,
.result_item.hover figcaption:after {
  height: 212px;
}
.result_item:hover:before,
.result_item.hover:before,
.result_item:hover:after,
.result_item.hover:after {
  width: 380px;
}
@media (max-width: 1200px) {
  #result {
    padding: 15px;
  }
  .result_box {
    margin: 15px;
  }
  .result_item {
    margin-top: 0;
  }
  .result_box a p:first-child {
    margin-bottom: 0;
  }
}

.access {
  margin: 0 0 100px;
}
#gmap h2,
#gmap h3 {
  text-align: center;
}
#gmap h2 {
  font-size: 3em;
  font-family: 'Old Standard TT';
}
#gmap h3 {
  margin: 10px 0 30px;
}
#gmap ul {
  overflow: hidden;
}
#gmap ul li {
  font-size: 1.5em;
  width: 50%;
  text-align: center;
  position: relative;
  top: 10px;
  transition-duration: .3s;
}
#gmap ul li.act,
#gmap ul li:hover {
  top: 0;
}
#gmap ul li a {
  display: block;
  background: #00cc47;
  color: #fff;
  padding: 20px 20px 30px;
  transition-duration: .3s;
}
#gmap ul li.act a,
#gmap ul li:hover a {
  padding: 30px 20px 20px;
}
#gmap ul li:nth-child(even) a {
  background: #0077ff;
}
#gmap iframe {
  width: 100%;
  height: 500px;
  transition-duration: .5s;
}
#gmap #tokyo {
  display: none;
}
.access p {
  font-size: .875em;
  line-height: 1.5;
  margin: 30px auto;
  max-width: 1100px;
}
@media (max-width: 900px) {
  #gmap ul li {
    font-size: 1em;
  }
  #gmap h2 {
    font-size: 2em;
  }
  .access p {
    margin: 15px;
  }
  #gmap iframe {
    height: 300px;
  }
}

#recruiting > .in {
  background: rgba(255,255,255,.75);
  max-width: 1280px;
  padding: 50px;
  margin: -20px auto 0;
}
#recruiting > .link {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#recruiting > .link ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#recruiting > .link ul li {
  text-align: center;
  vertical-align: middle;
  background: #000;
  line-height: 1.2;
  width: calc(100%/3);
}
#recruiting > .link ul li a {
  display: block;
  padding: 20px;
  color: #fff;
  transition-duration: .3s;
}
#recruiting > .link ul li a:hover,
#recruiting > .link ul li a.act {
  background: #65b047;
}
#recruiting > .in dl {
  align-items: center;
  margin: 50px auto 40px;
  max-width: 1200px;
}
#recruiting > .in dl dt {
  font-size: 2em;
  font-weight: bold;
  color: #000;
  padding: 10px 15px;
  border-left: 5px solid #65b047;
}
#recruiting > .in dl dd {
  color: #999;
  border: 2px solid #999;
  line-height: 30px;
  font-size: .9375em;
  border-radius: 17px;
  padding: 0 20px;
}
#recruiting > .in .box.inview {
  max-width: 1150px;
  margin: 20px auto;
  display: block;
}
#recruiting > .in .box h4 {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 15px;
  border-left: 5px solid #000;
  color: #000;
}
#recruiting > .in .box table {
  width: 100%;
}
#recruiting > .in .box table th,
#recruiting > .in .box table td {
  padding: 20px;
  text-align: left;
  font-size: .9375em;
  line-height: 1.73em;
}
#recruiting > .in .none {
  text-align: center;
  padding: 100px;
  font-size: 1.5em;
}
#recruiting.new .maintl {
  background: url(../img/recruiting/new_bg.jpg) center center no-repeat;
  background-size: cover;
}
#recruiting.new .maintl .in .tl {
  background: rgba(0,0,0,.75);
  padding: 50px;
  display: block;
  margin: 40px 0 60px auto;
  max-width: 300px;
}
#recruiting.new .maintl .in .tl h2 {
  font-size: 2em;
  letter-spacing: 4px;
}

#recruiting.mid .maintl {
  background: url(../img/recruiting/mid_bg.jpg) center center no-repeat;
  background-size: cover;
}
#recruiting.mid .maintl .in .tl {
  background: rgba(0,0,0,.75);
  padding: 50px;
  display: block;
  margin: 40px 0 60px auto;
  max-width: 400px;
}
#recruiting.mid .maintl .in .tl h2 {
  font-size: 2em;
  letter-spacing: 4px;
}

#recruiting .tlbar {
  top: -30px;
  background-color: #000;
}
.headline {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.headline h2 {
  font-size: 3em;
  margin-bottom: 5px;
  font-family: 'Old Standard TT';
}
.headline h3 {
  color: #000;
}
.headline p {
  font-size: .875em;
  line-height: 1.857;
  margin-top: 30px;
}

#recruiting .entry {
  border: 1px solid #333;
  position: relative;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 50px;
}
#recruiting .entry ul {
  max-width: 620px;
  margin: 0 auto;
}
#recruiting .entry ul li.inview {
  display: block;
  text-align: center;
  font-style: italic;
}
#recruiting .entry ul li a {
  display: block;
  background-image: url(../img/entry_arw2.png);
  background-position: center right 20%;
  background-repeat: no-repeat;
  background-color: #39b54a;
  padding: 40px;
  color: #fff;
  font-size: 1.5em;
  font-family: 'Old Standard TT';
  transition-duration: .3s;
  border: 2px solid #39b54a;
}
#recruiting .entry ul li a:hover {
  color: #39b54a;
  border-radius: 4px;
  background-position: center right 14%;
  background-color: #fff;
  background-image: url(../img/entry_arw1.png);
}
.skill {
  margin: 20px 0;
}
.skill .dsp-flex {
  justify-content: space-between;
}
.skill ul {
  border: 1px solid #000;
  padding: 20px;
  font-size: .875em;
  line-height: 2;
  width: 32%;
  box-sizing: border-box;
}
.skill ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.skill ul li strong {
  font-size: 1.4em;
  font-weight: bold;
}

@media (max-width: 900px) {
  #recruiting.new .maintl .in .tl,
  #recruiting.mid .maintl .in .tl {
    background: rgba(0,0,0,.75);
    padding: 20px;
    display: block;
    margin: 20px auto 30px;
  }
  #recruiting.new .maintl .in .tl h2,
  #recruiting.mid .maintl .in .tl h2 {
    font-size: 1.5em;
  }
  
  #recruiting > .link ul li {
  width:100%;
}
  
  .headline {
    padding: 30px;
  }
  .headline h2 {
    font-size: 2em;
  }
  #recruiting > .in {
    padding: 20px 15px;
  }
  #recruiting > .in dl.dsp-flex {
    display: block;
    margin: 30px auto 20px;
  }
  #recruiting > .in dl dd {
    text-align: center;
    margin-top: 5px;
  }
  #recruiting > .in .box table th,
  #recruiting > .in .box table td {
    padding: 10px;
  }
  #recruiting > .in .box table th {
    white-space: nowrap;
  }
  .skill .dsp-flex {
    display: block;
  }
  .skill ul {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  #recruiting .entry {
    margin: 40px 15px 0;
    padding: 20px;
  }
  #recruiting .entry ul li a {
    padding: 15px;
  }
  #recruiting > .in dl dt {
    font-size: 1.5em;
  }
  #recruiting .tlbar {
    display: none;
  }
}

/* エントリーフォーム
---------------------------------*/
#form #bread,
#form #bread a{
  color: #000;
}
#form .maintl {
  background: #f6f9fe;
}
#form .maintl .tl {
  color: #000;
  text-align: center;
  margin: 50px 0 60px;
  display: block;
}
#form .index {
  text-align: center;
  padding: 50px 15px;
}
#form .inputarea > p {
  font-size: .875em;
  line-height: 1.8;
}
#form .inputarea {
  max-width: 1000px;
  padding: 50px 100px;
  background: rgba(255,255,255,.75);
  margin: 0 auto;
}
#form .inputarea h4 {
  text-align: center;
  font-family: 'Old Standard TT';
  color: #000;
  margin-top: 70px;
  font-size: 2.5em;
}
#form .inputarea > p {
  text-align: center;
  color: #000;
  font-size: .875em;
}

#form .step ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
#form .step ul li {
  text-align: center;
}
#form .step ul li strong,
#form .step ul li span {
  display: block;
}
#form .step ul li strong {
  font-family: 'Old Standard TT';
  color: #333;
  font-size: 2em;
}
#form .step ul li span {
  font-size: .8125em;
  color: #999;
}
#form .step ul li.act strong,
#form .step ul li.act span {
  color: #009fe8;
}
#form .step ul li.arw {
  margin: 0 50px;
  color: #999;
}
#form .text {
  margin-bottom: 20px;
  font-size: .875em;
}
#form .text .must {
  font-size: .875em;
}
#form .must,
#form .any{
  font-size: .75em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
  padding: 0 6px;
  margin-right: 10px;
  background: #009fe8;
  color: #fff;
  font-weight: normal;
}
#form .any {
  background-color: #999;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea,
#form select{
  background: #f4f4f4;
  padding: 10px;
  font-size: 1em;
  line-height: 1.5;
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  position: relative;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  width: 100%;
  box-sizing: border-box;
}

#form select{
  padding-right: 25px;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  /*background: url(../img/form_arw.png) center right 8px #f4f4f4 no-repeat;*/
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#form select option{
background-color: #fff;
color: #333;
}
#form select::-ms-expand {
display: none;
}
#form select:-moz-focusring { 
color: transparent; 
text-shadow: 0 0 0 #828c9a;
}

#form dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  align-items: center;
  padding: 15px 0;
}
#form .zipnum input[type="text"] {
  width: 10em;
}
#form input[type="submit"],
#form input[type="button"]{
  font-size: 1.0625em;
}
#form dl dt {
  font-weight: bold;
  min-width: 220px;
  line-height: 1.2;
}
#form dl dt span {
  display: inline-block;
  vertical-align: middle;
}
#form dl dd {
  font-weight: bold;
  width: 100%;
}
#form dl dd .file_wrap {
  background: #f4f4f4;
  padding: 10px;
}
#form dl dd .file {
  padding: 10px;
}
#form dl.birth dd input[type="text"] {
  max-width: 5em;
}
#form dl dd table {
  width: 100%;
}
#form dl dd table th,
#form dl dd table td{
  text-align: left;
  padding: 10px;
}
#form dl dd p {
  font-weight: normal;
  font-size: .875em;
  line-height: 1.5;
  margin-top: 10px;
}

#form .btnset {
  text-align: center;
  margin: 40px 0 10px;
}
#form .btnset .policy {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: .875em;
}
#form .btnset .policy a {
  color: #009fe8;
  text-decoration: underline;
}
#form .btnset .policy a:hover {
  text-decoration: none;
}
#form .confirm,
#form .sendbtn{
  margin-top: 20px;
}
#form .confirm input,
#form .sendbtn input[type="submit"]{
  display: block;
  color: #fff;
  padding: 30px;
  width: 520px;
  background-image: url(../img/biz7-arw1.png);
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-color: #009fe8;
  cursor: pointer;
  transition-duration: .3s;
  border: 1px solid #009fe8;
  margin: 0 auto;
}
#form .confirm input:hover,
#form .sendbtn input[type="submit"]:hover{
  background-color: #fff;
  color: #009fe8;
  background-position: center right 5%;
  background-image: url(../img/biz7-arw2.png);
}

#form .sendbtn input[type="button"] {
  display: block;
  width: 520px;
  padding: 20px 30px;
  margin: 0 auto;
  border: 2px solid #999;
  color: #fff;
  background: #999;
  transition-duration: .3s;
}
#form .sendbtn input[type="button"]:hover {
  color: #999;
  background: #fff;
  border-radius: 4px;
}

#form .custom-wpcf7c-confirmed dl {
  border-bottom: 1px solid #e6e6e6;
}
#form .custom-wpcf7c-confirmed input[type="text"],
#form .custom-wpcf7c-confirmed input[type="email"],
#form .custom-wpcf7c-confirmed input[type="tel"],
#form .custom-wpcf7c-confirmed textarea,
#form .custom-wpcf7c-confirmed select {
  background: #fff;
}
#form div.wpcf7-response-output {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  line-height: 1.2;
}
@media (max-width: 900px) {
  #form .maintl .tl {
    margin: 20px 0 30px;
  }
  #form .inputarea {
    padding: 20px;
  }
  #form .inputarea h4 {
    font-size: 2em;
    margin-top: 40px;
  }
  #form .step ul {
    margin: 30px 0;
  }
  #form .step ul li.arw {
    margin: 0 20px;
  }
  #form dl {
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  #form dl dt {
    margin-bottom: 10px;
  }
  #form .btnset {
    margin: 20px 15px;
  }
  #form input[type="text"], 
  #form input[type="email"], 
  #form input[type="tel"], 
  #form textarea, 
  #form select {
    font-size: 16px;
  }
  #form .confirm input,
  #form .sendbtn input[type="submit"]{
    padding: 20px;
    max-width: 100%;
    background-image: none;
  }
  #form .confirm input:hover,
  #form .sendbtn input[type="submit"]:hover{
    background-image: none;
  }
}
#form div.wpcf7 .ajax-loader {
  display: block;
  margin: 5px auto;
}
input::placeholder,
textarea::placeholder{
  color: #aaa;
}
.thanks {
  margin-top: 80px;
  text-align: center;
  padding: 0 15px;
}
.thanks h4 {
  font-size: 2em;
}
.thanks p {
  margin: 30px 0 60px;
  line-height: 1.8;
}
.thanks p .sp {
  display: none;
}
.thanks .back {
  width: 320px;
  margin: 0 auto;
}
.thanks .back a {
  display: block;
  color: #fff;
  padding: 26px;
  border: 2px solid #000;
  background-image: url(../img/back_arw1.png);
  background-repeat: no-repeat;
  background-position: center right 20%;
  background-color: #000;
  transition-duration: .3s;
}
.thanks .back a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  background-image: url(../img/back_arw2.png);
  background-position: center right 15%;
}
.thanks_banner ul{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.thanks_banner ul li{
  margin-top: 4%;
  width: 48%;
}
.thanks_banner ul li:nth-child(-n+2){
  margin-top: 0;
}

.list_link {
  max-width: 1280px;
  margin: 20px auto 160px;
}
.list_link ul {
  display: flex;
  flex-wrap: wrap;
}
.list_link li {
  width: 32%;
  margin: 0.66%;
  text-align: center;
}
.list_link a {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 40px 15px 30px;
  transition-duration: .3s;
}
.list_link a:hover {
  background-color: #65b047;
}
.list_link a i {
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 900px) {
  .list_link {
    margin: 20px auto 60px;
  }
  .list_link ul {
    flex-wrap: wrap;
  }
  .list_link li {
    width: 80%;
    margin: 1% auto;
  }
  .list_link a {
    padding: 30px 15px 20px;
  }
  .thanks_banner ul li{
    margin-top: 2%;
    width: 49%;
  }
}
@media (max-width: 640px) {
  .thanks p .sp {
    display: block;
  }
}

/*instagram*/
#instagram {
  padding-top: 70px;
  padding-bottom: 150px;
  margin: 0 auto;
  max-width: 1280px;
}
#instagram .tl {
  display: inline-block;
}
#instagram h2 {
  align-items: center;
  margin: 0 0 20px;
}
#instagram h2 strong {
  font-size: 3.5em;
  margin-right: 15px;
  font-family: 'Old Standard TT';
}
#instagram .message h2 {
  align-items: center;
  color: #000;
}
#instagram .inq_btn {
  display: block;
}


@media (max-width: 768px) {
  #instagram {
    padding: 10% 3%;
  }
  #instagram .tl {
    display: block;
    margin: 0 auto;
  }
  #instagram h2 {
    display: block;
    text-align: center;
    margin: 0;
  }
  #instagram h2 strong {
    margin: 0 0 10px;
    display: block;
    font-size: 2em;
  }
  #instagram .inq_btn {
    margin: 0 auto;
  }
}
