@charset "UTF-8";

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 500;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px!important;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.no-link{
  pointer-events: none;
}



@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/* ==================================================
   Header
================================================== */



.l-header {
  width: 100%;
  max-width: 100vw;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .inner {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



.l-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 3;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  background-color: #fff;
  /*background-color: rgba(255,255,255,1);*/
}

.l-header-bar.fixed {
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
  padding: 0;
  transition: .5s ease-out;
}

.l-header-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0em 0 0em 1em;
}

.l-header-left {
  display: block;
  width: 100%;
  max-width: 290px;
  position: relative;
}

.l-header-left .c-logo{
  display: block;
  width: 100%;
  margin-right: 1em;
  max-width: 290px;
  height: 73px;
  position: relative;
}


.l-header-left .c-logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.l-header-left .c-logo .w-logo{
  display: block;
}

.l-header-left .c-logo .b-logo{
  display: none;
}

.open .l-header-left .c-logo .w-logo{
  display: none;
}

.open .l-header-left .c-logo .b-logo{
  display: block;
}

.l-header-right{
  width: 90%;
}

.open .l-header-bar,
.open .l-header-bar.fixed{
  background-color: transparent;
}

.open .l-header-left .c-logo,
.open .l-header .l-header-right .nav-header{
  visibility: hidden;
}

.l-header .l-header-nav {
  position: relative;
}




.l-header .l-header-nav ul,
.l-header .l-header-btn ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  /*position: relative;*/
}

.l-header .l-header-nav ul{
  right: 160px;
}

.l-header .l-header-nav .l-menu,
.l-header .l-header-btn .l-menu {
  text-align: center;
  /*position: relative;*/
  font-size: 15px;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
}

.l-header .l-header-nav .l-menu a,
.l-header .l-header-btn .l-menu a{
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 2.12em 1em;
  font-size: 1.6rem;
  background: transparent;
}

.open .l-header .l-header-nav .l-menu a,
.open .l-header .l-header-btn .l-menu a{
  display: none;
}

.l-header .l-header-btn .l-menu > a:hover{
  color: #fff;
  background: rgba(49,62,97,1);
  opacity: 1;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .l-header-btn .l-menu a:hover:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.l-header .l-header-btn .l-menu > a:before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 81%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  z-index: 1;
}

.l-header .l-header-btn{
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  width: 120px;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

.l-header .l-header-btn .h-mailbtn{
  display: block;
  max-width: 35px;
  width: 100%;
}

.l-header .l-header-btn .h-mailbtn img{
  display: block;
  margin: 0 auto;
}


.l-header .l-menu:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

.l-header .l-header-right .nav-header{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
   padding: 2em 2em 2em 0; 
}

.l-header .l-header-right .nav-header li a{
  color: #000;
  padding: 0 2em;
  display: block;
  line-height: 1;
  position: relative;
}

/*.l-header .l-header-right .nav-header li a::before{
  content: '';
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(10deg);
}

.l-header .l-header-right .nav-header li:last-child a{
  border-right: none;
}*/


#drawer-menu{
  visibility: hidden;
    opacity: 0;
    display: none;
}

#drawer-menu .inner {
  padding: 15px;
}


#drawer-menu .p-drawer-nav {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  height: 100vh;
  flex-flow: row-reverse;
}

#drawer-menu .p-drawer-nav .drawer-left{
  height: 100vh;
  max-height: 100%;
  width: 35%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 9em 0 0;
}


#drawer-menu .p-drawer-nav .drawer-left .f-nav{
  display: block;
  width: 100%;
}

#drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l {
  width: 50%;
  color: #fff;
}

#drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l span{
  display: block;
}




#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar{
  width: 10px;
}
#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar-track{
  background-color: #ccc;
}
#drawer-menu .p-drawer-nav .drawer-left::-webkit-scrollbar-thumb{
  background-color: #252E47;
}





#drawer-menu .p-drawer-nav .drawer-right {
  width: 35%;
  padding-left: 3em;
  padding-bottom: 4em;
}

#drawer-menu .p-drawer-nav .drawer-right .insta-box{
  margin-top: 2em;
}


#drawer-menu {
  width: 100%;
  height: 100vh;
  padding-bottom: 120px;
  /*overflow-y: scroll;*/
  background: rgb(82,112,88,.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  /* 初期：非表示 */
  /* ふわっと表示 */
  transition: 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: block;
}
  
.open #drawer-menu{
  visibility: visible;
  opacity: 1;
}
 

  /* ナビゲーションボタン（開く） */
#navbtn{
  /*top: 0;
  right: 0;*/
  outline: none;
  border: none;
  background: #2c2c2c;
  width: 100%;
  height: 120px;
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 5px 0 0 5px;
  display: none;
}

/*.open #navbtn{
  background: #fff;
}*/

#navbtn span.cross {
  position: absolute;
  right: 26%;
  width: 82%;
  height: 1px;
  background-color: #fff;
  transform: translate(-0%,-50%);
}

.open #navbtn span.cross {
  background-color:#fff;
}

.open .l-header .l-header-btn .h-mailbtn{
  visibility: hidden;
}

#navbtn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

#navbtn span.cross:nth-of-type(1) {
  top: 49px;
  width: 55%;
}

#navbtn span.cross:nth-of-type(2) {
  top: 58px;
  width: 55%;
}

#navbtn span.cross:nth-of-type(3) {
  top: 66px;
  width: 55%;
}

#navbtn .menutxt{
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0px);
  width: 100%;
}

.open #navbtn span.cross {
  position: absolute;
  right: 23%;
}

.open #navbtn span.cross:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-25deg);
  transform: translateY(2px) rotate(-25deg);
  width: 55%;
  top: 42px;
}

.open #navbtn span.cross:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(25deg);
  transform: translateY(-4px) rotate(25deg);
  width: 55%;
  top: 47px;
}

.open #navbtn span.cross:nth-of-type(3) { 
  display: none;
}

.apply-btn{
  background-color: #579F73;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  width: 100%;
  max-width: 120px;
  height: 120px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}



@media screen and (max-width: 1300px) {

  .l-header .l-header-right .nav-header li a{
    padding: 0 1em;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1060px) {

  .l-header .l-header-right .nav-header li a {
    padding: 0 0.7em;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1025px) {

  .l-header .inner {
    padding: 0;
  }

  .l-header .l-header-btn {
    align-items: center;
    width: 128px;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
    flex-direction: row-reverse;
  }

  .apply-btn {
    border-radius: 0px 0 0 5px;
    width: 60px;
    height: 60px;
  }

  .apply-btn img{
    top: 4px;
    position: relative;
  }

  #navbtn .menutxt {
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0px);
    width: 100%;
    font-size: 1rem;
  }

  .l-header-bar-container {
    padding: 0 0 0 0.7em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l-header-left {
    max-width:158px;
    padding-top: 0px;
  }

  .l-header-left .c-logo{
    height: 60px;
    max-width: 156px;
  }

  .l-header-left .c-logo img {
    max-width:100%;
    width: 100%;
  }

  .l-header .l-header-right .nav-header{
    display: none;
  }

  #navbtn{
    width: 60px;
    height: 60px;
    border-radius: 0;
    display: block;
  }

  #navbtn span.cross:nth-of-type(1) {
    top: 22px;
    width: 55%;
  }

  #navbtn span.cross:nth-of-type(2) {
    top: 30px;
  }

  #navbtn span.cross:nth-of-type(3) {
    top: 38px;
    width: 55%;
  }

  #navbtn span.cross {
    right: 23%;
  }


  .open #navbtn span.cross:nth-of-type(1) {
    top: 28px;
  }

  .open #navbtn span.cross:nth-of-type(2) {
    top: 34px;
  }

  #navbtn p {
    left: 50%;
    top: 37px;
    font-size:1.1rem;
  }

  #drawer-menu .p-drawer-nav {
    display: block;
    height: 80vh;
    overflow-y: scroll;
    padding-top: 0;
    top: 6em;
    position: relative;
  }

  #drawer-menu .p-drawer-nav::-webkit-scrollbar{
    width: 5px;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-thumb{
    background-color: #252E47;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
    height: auto;
    overflow: visible;
    max-height: none;
    padding: 0 1em 0;
  }

  #drawer-menu .p-drawer-nav .drawer-right {
   
  } 

  #drawer-menu .p-drawer-nav .drawer-left .f-nav .nav-l {
    width: 100%;
    padding: 1em 0;
    display: block;
    color: #000;
  }
}



@media screen and (max-width: 768px) {

  #drawer-menu .p-drawer-nav .drawer-left .company-profile .btn{
    color: #fff;
    border: 1px solid #fff;
  }

  #drawer-menu{
    background: url(../images/common/bg_nav.png) no-repeat;
    background-size: cover;
  }

  #drawer-menu::before{
    content: '';
    /*background-color: rgb(53, 87, 95,0.7);*/
    background: rgb(255,255,255,0.99);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
  }
  
  #drawer-menu .p-drawer-nav .drawer-right{
    width: 100%;
    padding: 1em 1em;
  }

  #drawer-menu .p-drawer-nav .drawer-left .nav-wrapper {
    padding: 0em 2em 0;
    width: 100%;
    border-right: none;
  }

  #drawer-menu .p-drawer-nav .drawer-left li a {
    color: #fff;
  }

  #drawer-menu .p-drawer-nav .drawer-left .nav-wrapper-inner {
    padding: 0 0 1em;
  }

  #drawer-menu .p-drawer-nav .drawer-left .company-profile {
    width: 100%;
    text-align: center;
    margin-top: 3em;
    color: #fff;
  } 

  #drawer-menu .p-drawer-nav .drawer-left ul{
    padding-top: 0;
  }

  .open #navbtn span.cross{
    background-color: #fff;
  }

  #drawer-menu .p-drawer-nav .drawer-left .company-profile .f-logo .b-logo{
    display: none;
  }
  
  #drawer-menu .p-drawer-nav .drawer-left .company-profile .f-logo .w-logo{
    display: block;
  }

  #drawer-menu .p-drawer-nav .drawer-left ul.child li a{
    color: #fff;
    padding-left: 2em;
  }

}


/* ==================================================
   Footer
================================================== */

.l-footer{
  background-color: #2A262C;
  position: relative;
  color: #fff;
  display: flex;
}

.l-footer .f-inner{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 3em 1em 2em;
}
.l-footer .f-inner .f-nav {
	width: 100%;
	margin-bottom: 2em;
}
.l-footer .f-inner .f-nav ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.l-footer .f-inner .f-nav ul {
		display: block;
	}
}
.l-footer .f-inner .f-nav ul li {
	padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
	.l-footer .f-inner .f-nav ul li {
		padding: 0;
	}
	.l-footer .f-inner .f-nav ul li:nth-child(n+2) {
		margin-top: 0.5em;
	}
}
.l-footer .f-inner .f-nav ul li a {
	color: #fff;
}
.fix-btn{
  max-width: 500px;
  width: 100%;
  display: flex;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}

.fix-btn a{
  display: block;
  width: 50%;
  color: #fff;
  position: relative;
  padding: 2.8em 0.5em 0.5em;
  text-align: center;
  font-size: 1.2rem;
}




@media screen and (min-width: 1026px){
  .fix-btn{
    display: none;
  }
}

@media screen and (max-width: 1200px){

  .l-footer .footer-left {
    padding: 4em 2em 4em 2em;
  }

  .l-footer .footer-right {
    padding: 3em 1em 2em;
  }

  .f-nav .nav-l {
    font-size: 1.6rem;
  }

  .f-nav .nav-l span {
    font-size: 1.4rem;
  }

  .f-nav .nav-l {
    width: 49%;
  }

 
}


@media screen and (max-width: 767px) {

  .l-footer {
    padding: 2em 0 1em;
    display: block;
  }

  .l-footer .f-inner{
    display: block;
    padding: 0 1em;
  }

  .l-footer .f-inner .f-logo img{
    display: block;
    margin: 0 auto;
    max-width: 75%;
  }

  .l-footer .f-inner .copyright{
    text-align: center;
    margin-top: 2em;
  }

}


/* ==================================================
   Common
================================================== */

/*.lower-page{
  background-color: #E6E6E6;
}*/

.inner{
  width: 100%;
  max-width: calc(1549px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2{
  width: 100%;
  max-width: calc(1639px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn{
  max-width:280px;
  border: 2px solid transparent;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #1B8E3E;
  text-align: center;
  font-size: 1.6rem;
  padding: 1em 0.5em;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 50px;
  transition: transform 0.5s ease;
}

.btn:hover{
  background-color: #fff;
  color: #1B8E3E;
  border: 2px solid #1B8E3E;
  transition: transform 0.5s ease;
}

.page-ttl{
  padding: 3em 0em 3em;
  background-size: cover;
  font-size: 3rem;
}


.page-ttl h1 span{
  display: block;
  font-weight: 900;
}

.page-ttl .en{
  font-size:1.8rem;
  margin-bottom: 0.2em;
}

.c-ttl{
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-size: 6rem;
   font-weight: 900;
}

.c-ttl span{
  display: table;
  font-size: 2.4rem;
  font-weight:700;
  position: relative;
  padding: 0 1em;
  margin: 0 0 0.5em;
}

.c-ttl span::before{
  content: '';
  background: url(../images/common/open_kakko.svg) no-repeat;
  width: 15px;
  height: 38px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}

.c-ttl span::after{
  content: '';
  background: url(../images/common/close_kakko.svg) no-repeat;
  width: 15px;
  height: 38px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 2px;
}

.c-ttl.center{
  text-align: center;
}

.c-ttl.center span{
  margin: 0 auto 0.5em;
}

.c-ttl.white span::before{
  content: '';
  background: url(../images/common/open_kakko_w.svg) no-repeat;
  background-size: cover;
}

.c-ttl.white span::after{
  content: '';
  background: url(../images/common/close_kakko_w.svg) no-repeat;
  background-size: cover;
}



@media screen and (max-width: 1200px) {

  .lower-page{
    
  }

}

@media screen and (max-width: 767px) {

 
  
  .inner{
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn{
    padding: 0.8em 0.5em;
    font-size: 1.4rem;
    max-width: 266px;
  }

  .page-ttl {
    padding: 3em 0em 2em;
    font-size: 1.8rem;
  }

  .page-ttl .en {
    font-size: 1.4rem;
  }

  .c-ttl{
    font-size: 2.5rem;
  }

  .c-ttl span{
    font-size: 1.4rem;
     margin: 0 0 1em;
  }

  .c-ttl.center span{
    margin: 0 auto 1em;
  }

  .c-ttl span::before {
    width: 10px;
    height: 25px;
    left: 0;
    top: 0px;
  }

  .c-ttl span::after {
    width: 10px;
    height: 25px;
    top: 0px;
  }

}

/* ==================================================
   Pagination
================================================== */


.wp-pagenavi {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}

.wp-pagenavi .first{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
  padding: 12px 5px!important;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 1.6rem;
	color: #A5A5A5;
	text-decoration: none;
	text-align: center;
  border: none;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #626C76;
  font-size: 1.6rem;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 16px;
	text-align: center;
  border: none;
  font-weight: 500!important;
  border: 1px solid #626C76;
}


.nextpostslink{
  width: 30px;
  position: relative;
  border: none!important;
}

.nextpostslink::before {
  content: '';
  background: url(../images/common/icon_pagenation_next.svg) no-repeat;
  background-size: contain;
  width: 10px; 
  height: 9px;
  position: absolute;
  background-size: 100%;
  top: 30%;
  transform: translate(0, -50%);
}

.previouspostslink{
  width: 30px;
  position: relative;
  border: none!important;
}

.previouspostslink::before {
  content: '';
  background: url(../images/common/icon_pagenation_prev.svg) no-repeat;
  background-size: contain;
  width: 10px; 
  height: 9px;
  position: absolute;
  background-size: 100%;
  top: 30%;
  left: -37%;
  transform: translate(0, -50%);
}


.aroundbox{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  padding-top: 24px;
}

.aroundbox div{
  width: 33.33%;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  padding-left: 20px;
}

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0,-50%);
  box-sizing: border-box;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg) translate(-50%,-50%);
}

.aroundbox div.all{
  text-align: center;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.aroundbox div.next a::before{
  content: '';
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: -19px;
}

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox .btn{
  color: #fff;
  margin: 0 auto;
}

.aroundbox .btn:hover{
  color: #1B8E3E;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.article-nav div.next {
    text-align: left;
}

.aroundbox.article-nav div.prev {
  text-align: right;
}

.aroundbox.article-nav div.next a::before {
  content: '';
  background: url(../images/top/img_slidearrow_next.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

.aroundbox.article-nav div.prev a::before {
  content: '';
  background: url(../images/top/img_slidearrow_prev.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    width: auto;
    font-size: 1.4rem;
  }

  .aroundbox{
    margin: 1em 0 0;
  }

  .aroundbox.archive div.prev{
    display: none;
  }

  .aroundbox.archive div.next{
    display: none;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 6px!important;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 10px 0 10px;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 5em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}

.c-breadcrumb ul li:first-child{
  font-family: 'Montserrat', sans-serif;
}

.c-breadcrumb ul li::after{
  content: '';
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: -20px;
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}


.c-breadcrumb ul li {
  margin-right: 3.2em;
 }

 .c-breadcrumb ul li:last-child{
  margin-right: 0;
 }
 
 .c-breadcrumb ul li a {
   color: #202625;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {


  .c-breadcrumb ul {
    padding: 12px 0;
    justify-content: flex-start;
  }
}


/* ==================================================
   アニメーション
================================================== */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
/*.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}*/

 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.9s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* fadeUp */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.first-fade {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.img-zwrap{
  overflow: hidden;
}

.img-zwrap img{
  display: block;
  width: 100%;
  transition-duration: 2s;
  transform: scale(1.1);
}

.is-fadein .img-zwrap img{
  transform: scale(1.0);
}

.is-fadein .img-anim {
  overflow: hidden;
  position: relative;
}

.is-fadein .img-anim:before {
  animation: img-wrap 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}



@keyframes fadeinfirst {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ページトップボタン */
#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
  background-color: #1B8E3E;
  cursor: pointer;
  border-radius: 5px 0 0 0px;
  z-index: 2;
}

#page-top a{
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

#page-top span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-bottom-color: currentColor;
  border-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 1200px) {

  #page-top a {
    width: 50px;
    height: 50px;
  }

}

/* ==================================================
   TOP
================================================== */


.mv-area{
  background-color: #1EB05D;
  width: 98%;
  margin: 82px auto 0;
  padding: 7em 0 3em;
  border-radius: 10px;
  /*height: 90vh;*/
  position: relative;
}

.mv-area .mv-slider{
  overflow: hidden;
  width: 26%;
  /*background: url(../images/top/bg_green.png) repeat-y;*/
}

.mv-area .mv-slider img{
  display: block;
  margin: 0 auto;
}

.mv-area .mv-inner .logo-box{
  width: 50%;
}

.mv-area .mv-inner{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mv-area .mv-slider2 {
  position: relative;
  /*bottom: 156px;  */
  margin-top: -136px;
}


.mv-area .mv-slider2 .slider-img{
  margin: 0 30px;
}

.top-about-area{
  padding: 5em 0 8em;
  text-align: center;
}

.top-about-area p{
  line-height: 1.8;
  font-size: 2rem;
}

.top-about-area .c-ttl{
  margin-bottom: 1em;
}

.top-service-area{
  background-color: #25A54C;
  padding: 6em 0;
  color: #fff;
}

.top-service-area .service-desc {
  width: 38%;
  top: 0;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top-service-area .service-desc p{
  margin-top: 1.5em;
  line-height: 1.8;
  font-size: 2.2rem;
}

.top-service-area .s-inner{
  max-width: 1750px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100vh;
  align-items: center;
  padding-left: 3em;
}

.top-service-area .cp-wrap{
  width: 66%;
  overflow: hidden;
  padding-left: 2em;
}

.top-service-area .characteristic-plan{
  display: flex;
}

.top-service-area .characteristic-plan .c-box{
  flex: 0 0 600px;
  margin-right: 5em;
  background: white;
  border-radius: 20px;
  padding: 7em 3em 6em;
  box-sizing: border-box;
}

.top-service-area .characteristic-plan .c-box .c-name img{
  display: block;
  margin: 0 auto;
}

.top-service-area .characteristic-plan .c-box .character-ttl{
  font-size: 3.6rem;
  font-weight: 900;
  color: #1EB05D;
  text-align: center;
  margin: 1.5em 0 1.5em;
}

.top-service-area .characteristic-plan .c-box .character-desc{
  border-top: 1px solid #C4CDDB;
  padding-top: 2em;
  color: #000;
  text-align: left;
  line-height: 2;
}

.top-service-area .characteristic-plan {
  display: flex;
  width: max-content; /* コンテンツ幅に応じて伸びる */
}






.c-box {
  flex: 0 0 80%;
  margin-right: 2em;
  background: white;
  border-radius: 20px;
  padding: 2em;
}

.top-plan-area{
  background-color: #E8E9F9;
  padding: 7em 0 6em;
}

.top-plan-area p{
  text-align: center;
  line-height: 1.7;
  font-size: 2rem;
}

.top-plan-area .c-ttl{
  text-align: center;
  margin-bottom: 0.5em;
}

.top-plan-area .plan-list{
  display: flex;
  justify-content: space-between;
  margin-top: 6em;
}

.top-plan-area .plan-list .plan-box{
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 3.5em 1.4em 2em;
  width: 32%;
  position: relative;
}

.top-plan-area .plan-list .plan-box .reccommend{
  background-color: #1B8E3E;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  max-width: 155px;
  width: 100%;
  padding: 0.5em 1em;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8rem;
}

.top-plan-area .plan-list .plan-box .plan-name{
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.top-plan-area .plan-list .plan-box .plan-name .small{
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.top-plan-area .plan-list .plan-box img{
  display: block;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
}

.top-plan-area .plan-list .plan-box .desc-list{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #C4CDDB;
  padding-top: 1em;
  margin-top: 2em;
}

.top-plan-area .plan-list .plan-box .desc-list .point{
  font-size: 2rem;
  position: relative;
  padding-left: 1.5em;
} 

.top-plan-area .plan-list .plan-box .desc-list .point::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 19px;
  height: 11px;
  border-left: 4px solid #1EB05D;
  border-bottom: 4px solid #1EB05D;
  transform: rotate(-45deg);
}

.top-plan-area .last-catch{
  text-align: center;
  margin-top: 5em;
}



.top-works-area{
  padding: 7em 0;
}

.top-works-area p{
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  margin: 2em 0 4em;
}

.top-works-area .slick-dots li button:before{
  font-size: 40px;
}

.case_study_list{
  border: 1px solid #ddd;
  color: #000;
  display: block;
}

.case_study_list:hover{
  color: #000;
}

.case_study_list .title_area{
  padding: 4em 1.5em;
}

.case_study_list .title_area .title{
  font-weight: bold;
  font-size: 2rem;
}

.case_study_list .image_wrap {
  margin: 0 -1px;
  width: calc(100% + 2px);
  height: auto;
  max-height: 320px;
  aspect-ratio: 515 / 320;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.case_study_list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case_study_list:hover .image_wrap img {
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.8s ease;
  transform: scale(1.2);
}

.case_study_list .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 76px;
}

.case_study_list .meta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.case_study_list .meta li {
  margin: 3px 10px;
  line-height: 1;
  color: #000;
  font-size: 2rem;
}

.case_study_list .meta .job {
  color: #1B8E3E;
}

.top-works-area .btn{
  margin: 4em auto 0;
}

.top-blog-area{
  padding: 6em 0 8em;
}

.top-blog-area .blog-list{
  margin: 3em 0;
}
    
.blog-list{
  display: flex;
  justify-content: space-between;
}

.blog-list .b-box{
  width: 24%;
  display: block;
  color: #000;
}

.blog-list .b-box img{
 height: auto;
}

.blog-list .title{
  margin-top: 2em;
}

.blog-list .image_wrap {
  margin: 0 -1px;
  width: calc(100% + 2px);
  height: auto;
  max-height: 300px;
  aspect-ratio: 515 / 320;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.blog-list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-list .b-box:hover .image_wrap img {
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.5s ease;
  transform: scale(1.2);
}


@media screen and (max-width: 768px) {
  .mv-area {
    height: 89vh;
    padding: 3em 1em;
    margin: 61px auto 0;
  }

  .mv-area .mv-slider2 {
    bottom: 12px;
    margin-top: 0;
  }

  .mv-area .mv-inner{
    display: block;
  }

  .mv-area .mv-inner .logo-box {
    width: 100%;
  }

  .mv-area .mv-slider{
    width: 45%;
    margin: 1em auto 0;
  }


  .top-about-area .c-ttl{
    font-size: 2.3rem;
  }

  .top-about-area .c-ttl img{
    display: block;
    max-width: 80%;
    margin: 0.5em auto;
  }


  .top-about-area p{
    font-size: 1.4rem;
  }

  .top-about-area {
    padding: 6em 0 5em;
  }

  .top-service-area .s-inner{
    display: block;
    padding-left: 0;
    height: auto;
  }

  .top-service-area .service-desc {
    width: 100%;
    top: 0;
    height: auto;
    display: block;
    padding: 0 1em;
  }


  .top-service-area .service-desc p {
    margin-top: 1.5em;
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .top-service-area .cp-wrap {
    width: 100%;
    padding: 0 1em;
    margin-top: 2em;
  }

  .top-service-area .characteristic-plan{
    width: 100%;
    display: block;
  }

  .top-service-area {
    padding: 4em 0 3em;
  }

  .top-service-area .characteristic-plan .c-box .character-ttl {
    font-size: 2.2rem;
    margin: 1.3em 0 1.3em;
  }

  .top-service-area .characteristic-plan .c-box {
    margin-right: 0;
    margin-bottom: 1em;
    border-radius: 20px;
    padding: 2em 1em 2em;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .top-service-area .characteristic-plan .c-box .character-desc {
    padding-top: 1em;
    line-height:1.6
  }

  .top-service-area .characteristic-plan .c-box .c-name img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }

  .top-works-area {

  }

  .top-plan-area p {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .top-plan-area {
    padding: 5em 0 5em;
  }

  .top-plan-area .plan-list {
    display: block;
    margin-top: 3em;
  }

  .top-plan-area .plan-list .plan-box {
    padding: 2.5em 1.4em 2em;
    width: 100%;
    margin-bottom: 2em;
  }

  .top-plan-area .plan-list .plan-box .plan-name {
    font-size: 3.3rem;
    letter-spacing: 0;
  }

  .top-plan-area .plan-list .plan-box .plan-name .small {
    font-size: 1.4rem;
  }

  .top-plan-area .plan-list .plan-box .desc-list .point {
    font-size: 1.4rem;
    padding-left: 1em;
    letter-spacing: 0;
  }

  .top-plan-area .plan-list .plan-box .reccommend {
    font-size: 1.4rem;
    
  }

  .top-plan-area .plan-list .plan-box .reccommend {
    top: -15px;
  }

  .top-plan-area .last-catch {
    margin-top: 3em;
  }

  .top-plan-area .plan-list .plan-box .desc-list .point::before {
    top: .5em;
    left: 0;
    width: 10px;
    height: 6px;
    border-left: 2px solid #1EB05D;
    border-bottom: 2px solid #1EB05D;
    transform: rotate(-45deg);
  }

  .top-works-area {
    padding: 5em 0 2em;
  }

  .top-works-area p {
    font-size: 1.4rem;
    margin: 1em 0 3em;
  }

  .case_study_list .title_area {
    padding: 1.5em 1em;
  }

  .case_study_list .title_area .title {
    font-size: 1.8rem;
  }

  .case_study_list .meta li{
    font-size: 1.4rem;
  }

  .top-blog-area {
    padding: 4em 0 5em;
  }

  .blog-list{
    display: block;
  }

  .blog-list .b-box {
    display: block;
    width: 100%;
    margin-bottom: 1.3em;
  }

  .top-blog-area .btn{
    margin: 0 auto;
  }

}

/* ==================================================
   ブログ
================================================== */

.p-blog .page-ttl{
 
}

.p-blog .archive-wrap{
  padding: 0 0 8em;
}

.blog-wrapper{
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}

.blog-wrapper .b-left{
  width: 19%;
}

.blog-wrapper .b-right{
  width: 71%;
}

.s-blog-list li{
  width: 100%;
}

.s-blog-list li a{
  color: #000;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C9C9C9;
  padding: 1.5em 1em;
}

.s-blog-list li a .img-box{
  margin: 0.8em 0 0.8em;
  width: 20%;
}

.s-blog-list li a .text-box{
  width: 73%;
  padding-top: 2.8em;
}

.s-blog-list li a .text-box .date-wrapper{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.s-blog-list li a .text-box .blog-ttl{
  font-weight: bold;
  font-size: 1.8rem;
}

.s-blog-list.voice li a .text-box .blog-ttl{
  font-weight: 400;
}

.s-blog-list li a .text-box .blog-text{
  margin-top: 1em;
}

.s-blog-list li a .text-box .date-wrapper .blog-date{
  margin-right: 1em;
  margin-bottom: 0;
}

.s-blog-list li a .text-box .date-wrapper .cat-wrap{
  display: flex;
  align-items: center;
}

.s-blog-list li a .img-box figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 99.14%;
  overflow: hidden;
  position: relative;
}

.s-blog-list li a .img-box figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.blog-date{
  font-size: 1.4rem;
  margin: 0em 0 0.5em;
}

.s-blog-list li a .readmore{
  color: #35575F;
  font-size: 1.2rem;
  border-bottom: 1px solid #35575F;
  position: relative;
  padding: 1em 0;
}

.s-blog-list li a .readmore:after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 0;
  height: 2px;
  display: block;
  background: #0F3A44;
  z-index: -1;
  transition: .5s;
}

.s-blog-list li a:hover .readmore:after{
  width: 100%;
  z-index: 2;
}


.s-blog-list li a:hover .readmore::before{
  right: 20px;
}

.s-blog-list li a figure{
  overflow: hidden;
}

.s-blog-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.s-blog-list li a:hover figure img{
  width: 103%;
  transition-duration: 0.5s;
}


.cat-block{
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 2px 5px;
  border: 1px solid #000;
  background-color: #fff;
  display: table;
}

.cat-block:last-child{
  margin-right: 0px;
}


.blog-wrapper .works-list{
  display: flex;
  flex-wrap: wrap;
}

.blog-wrapper .works-list .case_study_list{
  width: 50%;
}

/*サイド*/

.blog-wrapper .side-box{
  margin-bottom: 4em;
}

.blog-wrapper .side-box.banner-box a{
  display: block;
  margin-bottom: 5px;
}

.blog-wrapper .side-box.banner-box a:last-child{
  margin-bottom: 0;
}

.blog-wrapper .side-box:last-child{
  margin-bottom: 0em;
}

.blog-wrapper .side-box .side-ttl{
  border-bottom: 1px solid #909E9F;
  padding: 0 0 0.8em 0.5em;
  font-size: 0.8em;
  margin-bottom: 1em;
  font-size: 2rem;
  position: relative;
}


.blog-wrapper .side-box .side-ttl .en{
  font-size: 1.2rem;
  margin-left: 10px;
}

.blog-wrapper .side-t-box li{
  margin-bottom: 1em;
}

.blog-wrapper .side-t-box li:last-child{
  margin-bottom: 0;
}

.blog-wrapper .side-t-box li a{
  display: flex;
  justify-content: space-between;
  color: #000;
  border: 1px solid #E6E6E6;
  padding: 0.7em 0.7em;
  position: relative;
}

.blog-wrapper .side-t-box li a:hover::before{
  right: 2px;
}

.blog-wrapper .side-t-box li a .cat-block{
  font-size: 1.2rem;
}

.blog-wrapper .side-t-box li a figure{
  margin-bottom: 0;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 26%;
}

.blog-wrapper .side-t-box li a figure img{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: initial;
  width: auto;
  height: 100%;
}

.blog-wrapper .side-t-box li a .detail-block{
  width: 69%;
}

.blog-wrapper .side-t-box li a .detail-block .date-wrap{
  display: flex;
  margin-bottom: 10px;
}

.blog-wrapper .side-t-box li a .detail-block .date-wrap .blog-date{
  margin-right: 10px;
  margin-bottom: 0;
}

.blog-wrapper .side-box .t-archive{
  width: 100%;
  position: relative;
  margin-top: 0.8em;
}

.blog-wrapper .side-box .t-archive select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.95556;
  width: 100%;
  display: block;
  border: none;
  padding: 6px 15px 6px 15px;
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
}

.blog-wrapper .side-box .t-archive:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 24px;
  background: url(../images/common/arrow_down.svg) no-repeat;
  width: 11px;
  height: 7px;
  background-size: cover;
  position: absolute;
  transform: translate(0,-50%);
}

.blog-wrapper .side-box .side-category li a{
  display: block;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  padding: 0.4em 0 0.4em 2em;
  font-weight: bold;
}




@media screen and (max-width: 1200px) {

  .p-blog .blog-wrapper .b-right {
    width: 66%;
    padding: 0 0em;
  }
}

@media screen and (max-width: 767px) {

 

  .p-blog .blog-tab-wrap .b-tab{
    font-size: 1.3rem;
  }
  
  .cat-block {
    font-size: 1.2rem;
  }

  .blog-wrapper .works-list{
    display: block;
  }

  .s-blog-list li a .img-box {
    margin: 0.3em 0 0.5em;
  }

  .p-blog .blog-wrapper {
    display: block;
    padding: 0;
  }

  .p-blog .blog-wrapper .b-right {
    width: 100%;
    padding: 0;
  }

  .p-blog .blog-wrapper .b-left {
    width: 100%;
    padding-top: 0em;
    margin-top: 3em;
  }

  
  .blog-wrapper .works-list .case_study_list{
    width: 100%;
  }

  .s-blog-list li {
    width: 100%;
  }

  .s-blog-list li a{
    padding: 1em 0.3em;
  }

  .s-blog-list li a .text-box{
    padding-top: 0;
    width: 75%;
  }

  .s-blog-list li a .text-box .date-wrapper{
    margin-bottom: 0.3em;
  }

  .s-blog-list li a .text-box .blog-ttl {
    font-size: 1.4rem;
  }

  .blog-wrapper .side-box {
    margin-bottom: 2em;
  }

  .blog-wrapper .side-box .side-ttl {
    font-size: 1.6rem;
  }

  .blog-wrapper .side-box .side-category li a{
    font-size: 1.4rem;
  }

}


/*個別*/

.p-single .blog-area{
  padding: 5em 0px 9em;
}


.kiji-wrap .blog-date-wrap{
  display: flex;
  margin-bottom: 1em;
}

.kiji-wrap .blog-date-wrap .blog-date{
  margin-right: 20px;
}

.kiji-wrap{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 4em;
  display: block;
}

.kiji-wrap .wp-block-image{
  margin: 1.5em 0;
}

.kiji-wrap .wp-block-image img{
  display: block;
  margin: 0 auto;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .voice-detail{
  display: flex;
  justify-content: center;
  margin: 0 0 2em;
}

.kiji-wrap .voice-detail .vd-box{
  width: 33.33%;
  border-left: 1px solid #03172A;
  border-bottom: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box:last-child{
  border-right: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box .vd-ttl{
  background-color: #03172A;
  color: #fff;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.6rem;
  border-right: 1px solid #fff;
}

.kiji-wrap .voice-detail .vd-box .vd-txt{
  padding: 1em 1em;
  border-right: 1px solid #03172A;
}

.kiji-wrap .voice-detail .vd-box:last-child .vd-txt{
  border-right: none;
}

.kiji-wrap .voice-detail .vd-box .vd-txt .txt{
  display: table;
  margin: 0 auto;
}

.kiji-wrap .voice-detail .vd-box:last-child .vd-ttl{
  border-right:none;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
}

.kiji-wrap .kiji-box h2{
  padding: 1em 0.8em;
  border-bottom: 2px solid #1B8E3E;
  border-top: 2px solid #1B8E3E;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight:bold;
  position: relative;
}

.kiji-wrap .kiji-box h2::before{
  content: '';
  width: 100%;
  height: 1px;
  top: 2px;
  left: 0;
  position: absolute;
  background-color: #1B8E3E;
}

.kiji-wrap .kiji-box h2::after{
  content: '';
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  position: absolute;
  background-color: #1B8E3E;
}

.kiji-wrap .kiji-box h3{
  padding: 0.5em 0.8em;
  border-bottom: 1px solid #1B8E3E;;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: bold;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: block;
  border-left: 1px solid #1B8E3E;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}

.kiji-wrap .data-list{
    background-color: #f4f4f4;
    padding: 2em 2em;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.kiji-wrap .data-list dl{
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.kiji-wrap .data-list dl:last-child{
  margin-bottom: 0;
}

.kiji-wrap .data-list dl dt{
  width: 40%;
  font-weight: bold;
}

.kiji-wrap .data-list dl dd{
  width: 40%;
}

.p-blog .related-series{
  background-color: #DBD5CD;
  padding: 4em 0 3em;
}

.p-blog .related-wrap{
  max-width: 95%;
  width: 100%;
  margin: 4em 0 0 auto;
}

.p-blog .related-wrap .s-blog-list{
  display: block;
}


@media screen and (max-width: 767px) {

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    padding: 1em 1.3em 1em;
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 0 0 3em;
  }

  .p-blog .blog-tab-wrap {
    margin-bottom: 3em;
  }

  .p-single .blog-area {
    padding: 0em 0px 5em;
  }

  .p-blog .related-wrap {
    max-width: 100%;
    margin: 3em 0 0 auto;
  } 

  .kiji-wrap .voice-detail{
    display: block;
  }

  .kiji-wrap .voice-detail .vd-box {
    width: 100%;
  }

  .kiji-wrap .voice-detail .vd-box .vd-ttl {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    border-right: none;
  }

  .kiji-wrap .voice-detail .vd-box .vd-txt{
    height: auto!important;
    padding: 0.5em 1em;
  }

  .kiji-wrap .data-list dl{
    display: block;
  }

  .kiji-wrap .data-list dl dt {
    width: 100%;
  }

  .kiji-wrap .data-list dl dd {
    width: 100%;
  }

  .kiji-wrap .data-list {
    padding: 2em 1em;
  }

}



/* ==================================================
   お問い合わせ
================================================== */


.page-id-9 .c-form{
    max-width: 885px;
    width: 100%;
    margin: 0 auto;
}

.page-id-9 .contact-table{
  border: none;
  width: 100%;
}

.page-id-9 .contact-table th{
  background-color: #fff;
  text-align: left;
  border: none;
  vertical-align: top;
  padding-top: 1.9em;
  width: 268px;
}

.page-id-9 .contact-table td{
  border: none;
  padding: 1em 0 1em 2em;
}

.page-id-9 .contact-table th .req{
  color: #1B8E3E;
  border: 1px solid #1B8E3E;
  display: inline-block;
  padding: 0.3em 0.8em 0.2em;
  text-align: center;
  line-height: 1.4;
  float: right;
  font-size: 1.2rem;
}

.page-id-9 .contact-table input[type="email"], 
.page-id-9 .contact-table input[type="tel"], 
.page-id-9 .contact-table input[type="text"], 
.page-id-9 .contact-table textarea {
  width: 100% !important;
  background-color: #F6F6F6!important;
  border: none!important;
  padding: 1em 0.5em;
}



.page-id-9 .contact-table td select{
  background-color: #F6F6F6!important;
  padding: 1em 0.5em;
  width: 100% !important;
  border: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-id-9 .contact-table .t-archive{
  position: relative;
  padding: 0.5em 0em;
  background-color: #F6F6F6!important;
  padding: 0.3em 0.2em;
}

.page-id-9 .mw_wp_form_confirm .t-archive{
  background-color: #fff!important;
}

.page-id-9 .contact-table .t-archive:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  background: url(../images/common/arrow_down.svg) no-repeat;
  width: 11px;
  height: 7px;
  background-size: cover;
  position: absolute;
  transform: translate(0, -50%);
}


.page-id-9 .mw_wp_form_confirm .t-archive:after{
  content: none;
}

.page-id-9 .mw_wp_form_confirm .button-wrap{
  display: flex;
  justify-content: space-between;
}

.page-id-9 .mw_wp_form_confirm .button-wrap button{
  max-width: 250px;
  width: 100%;
}

.page-id-9 .mw_wp_form_confirm .button-wrap .button02{
  color: #000;
  border: 2px solid #000;
}

.page-id-9 .mw_wp_form_confirm .button-wrap .button02:hover{
  color: #fff;
  background-color: #000;
}

.page-id-9 .button-wrap {
  margin-top: 3em;
}

.page-id-9 input[type="submit"] {
	width: 100%;
  max-width: 220px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  background-color: #1B8E3E;
  border: 1px solid #1B8E3E;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 1s;
  margin: 0 auto;
  display: table;
}

/*--hover--*/
.page-id-9 input[type="submit"]:hover {
  color: #1B8E3E;
  background-color: #ffffff;
  border: 1px solid #1B8E3E;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 1s;
}


@media screen and (max-width: 768px) {

  .page-id-9 .flow-area .flow-group .img-group .wp-block-group__inner-container {
    justify-content: flex-start;
  }

  .page-id-9 .flow-area .flow-group h3 {
    font-size: 19px;
  }

  .page-id-9 .flow-area .flow-group .img-group .wp-block-group__inner-container figure {
    width: 31%;
    margin-right: 1em;
  }

  .page-id-9 .flow-area .flow-group .wp-block-column:before {
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0px) rotate(90deg);
    bottom: -19px;
  }

  .page-id-9 .contact-table tbody,
  .page-id-9 .contact-table tr,
  .page-id-9 .contact-table th,
  .page-id-9 .contact-table td {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 8px 0;
  }

  .page-id-9 .mw_wp_form_confirm .button-wrap button {
    max-width: 174px;
    width: 100%;
    padding: 1rem 1rem;
  }

  .page-id-9 .flow-area {
    margin-bottom: 5em;
  }

}