@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap');
/* ---------------------------------------
・タイトル： ウォータージェット
・color： #BB5120
・color： #827F7E;
・PC： min-width: 901px @media (min-width: 901px)
・MV： max-width: 766px @media (max-width: 766px)
・ipad (min-width: 767px) and (max-width: 900px)

・font-size: 14px
・font-weight: 500;

--------------------------------------- */

* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html, body {
  font-size: 13px;
  position: relative;
  /* font-family: 'Noto Sans JP', sans-serif; */
	font-family:"MS Pゴシック",sans-serif;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.6;
  color: #4E4D4D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
h1, h2 {
  font-weight: 600;
  letter-spacing: .15rem;
}
ul ,li {
  list-style-type: none;
}

@media (min-width: 1025px) {
  .wrap {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
  }
  .mv {
    display: none!important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .wrap {
    padding: 0 30px;
    max-width: inherit;
  }
  .pc {
    display: none!important;
  }
  .ipad {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 10px;
  }
  .pc {
    display: none!important;
  }
  img {
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast:none) {
  .under-middle .under .under_h2 {
    overflow: hidden;
  }
  .sec1 .hero video {
    /* background: url(../images/wj.jpg);
    width: 100%;
    height: 10vh; */
    opacity: .8;
  }
  .sec1 .hero {
    padding-bottom: 74.25%;
    height: 0!important;
  }
  .sec1 .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
  }
  .sec1 .pattern {
    height: 100%!important;
  }
  .loader {
    width: 673px!important
  }
  .loader h1 {
    color: #869DC6!important;
    text-shadow    :
        1px  1px 0px #fff,
       -1px  1px 0px #fff,
        1px -1px 0px #fff,
       -1px -1px 0px #fff,
        1px  0px 0px #fff,
        0px  1px 0px #fff,
       -1px  0px 0px #fff,
        0px -1px 0px #fff;
    margin-left: -10px;
  }
	.sec3_img img {
		width: 255px;
	}
  .under_wj_sec3 .wj_sec3_content .wj_sec3_text, .under_wj_sec3 .wj_sec3_content .wj_sec3_blue {
     transform: rotate(0.03deg);
  }
  .middle section {
    overflow: hidden;
  }
  .under {
    margin-top: 77px;
  }
  .example {
    margin-top: 0!important
  }
  .under_wj_sec1,
  .under_wj_sec2,
  .under_wj_sec3,
  .under_wj_sec4,
  .under_wj_sec5,
  .under_wj_sec6 {
    overflow: hidden;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit, .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2, .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 {
    background: #005eae
  }
}
@supports (-ms-ime-align:auto) {
	.sec1 .hero {
    padding-bottom: 74.25%;
    height: 0!important;
  }
  .sec1 .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
  }
  .sec1 .pattern {
    height: 100%!important;
  }
  .loader {
    width: 673px!important
  }
	.middle {
    overflow: hidden;
  }
	.under {
    overflow: hidden;
  }
	.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit, .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2, .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 {
    background: #005eae
  }
}

/************************************ aタグ */

a:link, a:visited {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
  /* opacity: .6; */
}
button:focus {
  outline: 0;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}

/************************************ 読み込みカーテン */

@media (min-width: 767px) { /*// PC / ipad //*/
  #page-animate::before {
   content: '';
   position: fixed;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #333;
   z-index: 9999;
   pointer-events: none;
   right: 100%;
   -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
   transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #page-animate::after {
   content: '';
   position: fixed;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #333;
   z-index: 9999;
   pointer-events: none;
   left: 100%;
   -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
   transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #page-animate.is-slide-in::before {
   right: 0;
  }

  #page-animate.is-slide::after {
   left: 0;
  }
}

/************************************ ロード_rogo */

.loader {
  position: absolute;
  top: 39vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.loader h1 {
      width: -webkit-fill-available;
  color: transparent;
  font-size: 10.9em;
  font-family: "FOT-ロダン Pro EB","RodinPro-EB";
  letter-spacing: -4px;
  height: 1.2em;
  text-stroke: 1.5px #fff;
  font-style: italic;
  -webkit-text-stroke: 1.5px #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
  /* opacity: 0;
  animation: appear 2s 2.5s forwards; */
}
@keyframes appear {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}
.loader .span {
  font-family: "FOT-筑紫ゴシック Pr5 D","TsukuGoPr5-D";
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: -35px;
  animation: fadeIn 1s ease 0.3s 1 normal;
}
.loader .small {
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  font-style: italic;
  font-size: 3.1rem;
  color: #fff;
  font-weight: bold;
  margin-top: 17px;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 0} /*アニメーション終了時は不透明度100%*/

}
.loader div.drop-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 200px;
  width: 200px;
}
.loader div.drop-container:before,
.loader div.drop-container:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 55%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid rgba(255,255,255,.5);
  animation: dripple 4s ease-out 2.0s;
}
.loader div.drop-container:after {
  animation: dripple 4s ease-out 2.7s;
}
@keyframes dripple {
  0% {
    width: 150px;
    height: 150px;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 500px;
    top: -20%;
    opacity: 0;
  }
}
@media (min-width: 901px) and (max-width: 1450px) { /*// 小さいPC //*/
  .loader {
    width: calc(100%);
  }
  .loader h1 {
    font-size: 8vw;
    margin-top: 15px;
  }
}
@media (max-width: 900px) { /*// スマホ / ipad //*/
  .loader {
    width: calc(100%);
  }
  .loader h1 {
    font-size: 13vw;
    margin-top: 15px;
  }
}
@media (min-width: 767px) and (max-width: 900px) { /*// ipad //*/

}
@media (max-width: 766px){  /*// スマホ //*/
  .loader h1 {
    font-size: 14.9vw;
    margin-top: 15px;
    letter-spacing: -1px;
    margin-left: -20px;
  }
  .loader .small {
    font-size: 3.7vw;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
  }
  .loader .span {
    font-size: 4.1vw;
    margin-bottom: -23px;
  }
  .loader div.drop-container:before,
  .loader div.drop-container:after {
    top: 30%;
    height: 15%;
    border: 5px solid rgba(255,255,255,.3);
  }
  @keyframes dripple {
    0% {
      width: 100px;
      height: 100px;
    }
    25% {
      opacity: 1;
    }
    100% {
      width: 350px;
      height: 250px;
      top: 5%;
      opacity: 1;
    }
  }
}
/************************************ スライド */

@media (min-width: 1025px) {
.slideContsL {
  transform: translate(-1000px, 0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slideContsR {
  transform: translate(1000px, 0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slideContsL.show {
  transform: translate(0px, 0) !important;
}
.slideContsR.show {
  transform: translate(0px, 0) !important;
}
}
/************************************ ヘッダー */

nav {
  padding: 15px;
  transition: 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
.header {
	margin: auto;
	align-items: center;
}
nav .header h2 {
  opacity: 0;
  width: 0;
}
.header .dropdwn {
  display: flex;
  text-align: center;
  list-style-type: none;
  margin: auto;
  color: #fff;
  align-items: center;
}
.header .dropdwn li {
  padding: 5px;
  display: block;
  cursor: pointer;
  width: auto;
}
.header .dropdwn>li{
	margin: 1px 20px;
	display: inline-block;
	z-index: 1
}
.header .dropdwn li a {
	cursor: pointer;
	color: #fff;
/*   font-family: "FOT-筑紫ゴシック Pro B","TsukuGoPro-B"; */
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.header .dropdwn li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header .dropdwn li a:hover::after {
  transform: scale(1, 1);
}
.header .dropdwn .person {
	position: relative;
	display: inline-block;
	text-decoration: none;
  margin-right: 40px!important;
}
.header .dropdwn .person::after {
  position: absolute;
  bottom: -4px;
  left: -190%;
  right: 0;
  transform: translateX(10px);
  content: '';
  width: 1000px;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header .dropdwn .person:hover::after {
  transform: scale(1, 1);
}
.header .dropdwn .person .dropdwn_menu {
  display: none;
  position: absolute;
	top: 40px;
  width: 1000px;
  left: -320px;
}
.header .dropdwn .person .dropdwn_menu .dropdwn_content {
	/* padding-top: 40px; */
	text-align: left;
	z-index: -1;
  display: flex;
  justify-content: space-between;
}
.dropdwn_menu li{
  width: 100%;
	display: inline-block;
	padding: 5px 10px 5px 0;
	font-size: 12px;
	border: 0;
	text-align: left;
}
.menu_active .dropdwn_menu {
	display: block!important;
}
.dropdwn .person::before {
	content: "\02228";
  position: absolute;
	right: -14px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	/* top: 15%; */
  display: block;
  transition: .3s ;
	transform: rotateZ( 0deg ) ;
}
.dropdwn .person.menu_active::before {
  content: "\02228";
  transform: rotateZ( 180deg ) ;
}

nav.animate {
	z-index: 21;
  box-shadow: 0 4px 6px 0 #ccc;
  background: white;
}
nav.animate .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav.animate .header h2 {
  opacity: 1;
	display: inline-block;
  width: calc(10%);
}
nav.animate .header h2 img {
  width: calc(95%);
}
nav.animate .header .dropdwn li {
	color: #4E4D4D;
}
nav.animate .header .dropdwn li a {
  color: #4E4D4D;
  border-top: none;
}
nav.animate .header .dropdwn li a::after {
  background: #4E4D4D
}
nav.animate .header .dropdwn .person {
	position: inherit;
	margin-right: 20px!important;
}
nav.animate .header .dropdwn .person::after {
	position: static;
}
nav.animate .header .dropdwn .person::before {
  	content: "\02228";
    position: absolute;
    right: 44.6%;
    top: 37%;
    display: block;
    transition: .3s ;
  	transform: rotateZ( 0deg ) ;
}
nav.animate .header .dropdwn .person.menu_active::before {
  content: "\02228";
  transform: rotateZ( 180deg ) ;
}
nav.animate .header .dropdwn .person .dropdwn_menu {
	background: rgba(0,94,174,1);
	width: 100%;
  display: none;
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	top: 74px;
	z-index: -1
}
nav.animate .header .dropdwn .person .dropdwn_menu::before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(0,94,174,1);
}
nav.animate .header .dropdwn .person .dropdwn_menu li {
	padding: 0;
	width: auto;
}
nav.animate .header .dropdwn .person .dropdwn_menu li::before {
  content: "";
}
nav.animate .header .dropdwn .person .dropdwn_menu li a {
	color: #fff;
}
nav.animate .header .dropdwn .person .dropdwn_menu li a::after {
  background: #fff
}
nav.animate .header .dropdwn .person .dropdwn_menu .dropdwn_content {
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	width: 1000px;
  list-style-type: none;
  margin: auto;
	z-index: -1;
}
nav .header .language .lan_menu a.glink img {
  display: none!important;
}
nav .header .language .lan_menu a.glink:first-child::after {
  content: "/";
  margin: 0 10px;
}
nav .header .language .lan_menu a.glink {
  color: #fff;
}
nav .header .language .lan_menu a.glink span {
  font-size: .9rem;
}
nav.animate .header .language .lan_menu a.glink {
	color: #4E4D4D;
}
nav.animate .header .language .lan_menu .widget_gtranslate {
  display: flex;
}
@media (min-width: 1025px) { /*// PCのみ //*/
  .header {
  	width: 1000px;
  	display: flex;
  }
  nav {
    display: flex;
  }
}
@media (min-width: 901px) and (max-width: 1450px) { /*// 小さいPC //*/
  nav.animate .header .dropdwn .person::before {
    right: 38.6%;
  }
}
/*・・・・・・ 下層ヘッダー ・・・・・・ */

.under_nav {
	z-index: 21;
  box-shadow: 0 4px 6px 0 #ccc;
  background: white;
}
.under_nav .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.under_nav .header h1 {
  opacity: 1;
	display: inline-block;
  width: calc(10%);
}
.under_nav .header h1 img {
  width: calc(95%);
}
.under_nav .header .dropdwn li {
	color: #4E4D4D;
}
.under_nav .header .dropdwn li a {
  color: #4E4D4D;
  border-top: none;
}
.under_nav .header .dropdwn li a::after {
  background: #4E4D4D
}
.under_nav .header .dropdwn .person {
	position: inherit;
	margin-right: 20px!important;
}
.under_nav .header .dropdwn .person::after {
	position: static;
}
.under_nav .header .dropdwn .person::before {
  	content: "\02228";
    position: absolute;
    right: 44.6%;
    top: 37%;
    display: block;
    transition: .3s ;
  	transform: rotateZ( 0deg ) ;
}
.under_nav .header .dropdwn .person.menu_active::before {
  content: "\02228";
  transform: rotateZ( 180deg ) ;
}
.under_nav .header .dropdwn .person .dropdwn_menu {
	background: rgba(0,94,174,1);
	width: 100%;
  display: none;
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	top: 74px;
	z-index: -1
}
.under_nav .header .dropdwn .person .dropdwn_menu::before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(0,94,174,1);
}
.under_nav .header .dropdwn .person .dropdwn_menu li {
	padding: 0;
	width: auto;
}
.under_nav .header .dropdwn .person .dropdwn_menu li::before {
  content: "";
}
.under_nav .header .dropdwn .person .dropdwn_menu li a {
	color: #fff;
}
.under_nav .header .dropdwn .person .dropdwn_menu li a::after {
  background: #fff
}
.under_nav .header .dropdwn .person .dropdwn_menu .dropdwn_content {
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	width: 1000px;
  list-style-type: none;
  margin: auto;
	z-index: -1;
}
.under_nav .header .language .lan_menu a.glink img {
  display: none!important;
}
.under_nav .header .language .lan_menu a.glink:first-child::after {
  content: "/";
  margin: 0 10px;
}
.under_nav .header .language .lan_menu a.glink {
  color: #fff;
}
.under_nav .header .language .lan_menu a.glink span {
  font-size: .9rem;
}
.under_nav .header .language .lan_menu a.glink {
	color: #4E4D4D;
}
.under_nav .header .language .lan_menu .widget_gtranslate {
  display: flex;
}
@media (min-width: 1713px) {/*// PC / ipad //*/
  .under_nav .header .dropdwn .person::before {
    right: 44.6%;
  }
}
@media (min-width: 1025px) { /*// PCのみ //*/
  .header {
  	width: 1000px;
  	display: flex;
  }
  .under_nav {
    display: flex;
  }
}
@media (min-width: 901px) and (max-width: 1450px) { /*// 小さいPC //*/
  .under_nav .header .dropdwn .person::before {
    right: 38.6%;
  }
}

/* .under_nav {
	z-index: 21;
  background: white;
  position: inherit;
}
.under_nav .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.under_nav .header h1 {
  opacity: 1;
	display: inline-block;
  width: calc(10%);
}
.under_nav .header h1 img {
  width: calc(95%);
}
.under_nav .header .dropdwn li {
	color: #4E4D4D;
}
.under_nav .header .dropdwn li a {
  color: #4E4D4D;
  border-top: none;
}
.under_nav .header .dropdwn li a::after {
  background: #4E4D4D
}
.under_nav .header .dropdwn .person {
	position: static;
	margin-right: 20px!important;
}
.under_nav .header .dropdwn .person::after {
	position: static;
}
.under_nav .header .dropdwn .person .dropdwn_menu {
	background: rgba(0,94,174,1);
	width: 100%;
  display: none;
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	top: 74px;
	z-index: -1
}
.under_nav .header .dropdwn .person::before {
  	content: "\02228";
    position: absolute;
    right: 44.7%;
    top: 37%;
    display: block;
    transition: .3s ;
  	transform: rotateZ( 0deg ) ;
}
.under_nav .header .dropdwn .person.menu_active::before {
  content: "\02228";
  transform: rotateZ( 180deg ) ;
}
.under_nav .header .dropdwn .person .dropdwn_menu::before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(0,94,174,1);
}
.under_nav .header .dropdwn .person .dropdwn_menu li {
	padding: 0;
	width: auto;
}
.under_nav .header .dropdwn .person .dropdwn_menu li::before {
  content: "";
}
.under_nav .header .dropdwn .person .dropdwn_menu li a {
	color: #fff;
}
.under_nav .header .dropdwn .person .dropdwn_menu li a::after {
  background: #fff
}
.under_nav .header .dropdwn .person .dropdwn_menu .dropdwn_content {
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	width: 1000px;
  list-style-type: none;
  margin: auto;
	z-index: -1;
}
.under_nav .header .language .lan_menu a.glink {
  color: #4E4D4D;
}
@media (min-width: 901px) and (max-width: 1450px) {
  .under_nav .header .dropdwn .person::before {
    right: 43.4%
  }
} */
/*・・・・・・ ハンバーガーメニュー ・・・・・・ */

@media (max-width: 1024px) { /*// スマホとipad //*/
  nav {
    position: absolute;
    left: auto;
  }
  .wrapper {
  	position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    display: table;
  }
  .wrapper .header {
    display: table-row;
    vertical-align: middle;
  }
  .wrapper .header h2 {
    padding-top: 4px;
  }
  .wrapper .header .logo_img {
    margin-left: 20px;
    padding-top: 6px;
  }
  .wrapper .hamburger {
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
  }
  .wrapper .hamburger:hover {
    cursor: pointer;
  }
  .wrapper .hamburger span {
    background: #005EAE;
    width: 36px;
    height: 4px;
    position: absolute;
    transition: 0.3s ease-out;
  }
  .wrapper .hamburger span:nth-of-type(1) {
    top: 19px;
  }
  .wrapper .hamburger span:nth-of-type(3) {
    bottom: 19px;
  }
  /* ハンバーガーメニューにactiveクラスがついたときのスタイル */
  .wrapper .hamburger.active {
    background: #fff;
  }
  .wrapper .hamburger.active span {
    background: #005EAE
  }
  .wrapper .hamburger.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
    transition: 0.3s ease-out;
  }
  .wrapper .hamburger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
    transition: 0.3s ease-out;
  }
  .wrapper .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  /* メニュー */
  .wrapper .header .menu {
    position: fixed;
    top: 70px;
    left: 0;
    color: #fff;
    background: #005EAE;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    padding: 20px;
  }
  .wrapper .header .menu #top-menu {
    display: block;
    width: 100%;
  }
  .wrapper .header .menu #top-menu li {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    color: #fff;
  }
  .wrapper .header .menu #top-menu li a {
    color: #fff;
    font-size: 1.07rem;
  }

  .wrapper .header .menu .language {
    margin-top: 60px;
  }
  .wrapper .header .menu .language .lan_menu a.glink img {
    display: none!important;
  }
  .wrapper .header .menu .language .lan_menu a.glink span {
    color: #fff;
    font-size: 1.07rem;
  }
  .wrapper .header .menu .language .lan_menu a.glink:first-child::after {
    content: "/";
    color: #fff;
    margin: 0 10px;
  }
  /* メニューにopenクラスがついたときのスタイル */
  .wrapper .header .menu.open {
    transform: translateX(0%);
    position: absolute;
  }
  .wrapper .header .menu #top-menu .person {
    position: relative;
    font-size: 1.07rem;
  }
  .wrapper .header .menu #top-menu .person::after {
    content: "+";
    font-size: 1.6rem;
    position: absolute;
    left: 173px;
    top: -6px;
  }
  .wrapper .header .menu #top-menu .person.menu_open::after {
    content: "-";
    font-size: 1.6rem;
    position: absolute;
    left: 173px;
    top: -8px;
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu {
    display: none;
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu.menu_active {
    display: block;
    padding-left: 10px;
    margin-top: 10px;
        /* padding-top: 20px; */
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu.menu_active li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border: 0;
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu.menu_active li::before {
    content: "・";
    margin: 0 5px;
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu.menu_active li a {
    font-size: 1.05rem;
  }
  /* .wrapper .header .menu #top-menu .person.menu_open {
    border: 0;
    padding-bottom: 5px;
  } */
  /* .menu_active {
    border-top: 1px solid;
  } */
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .wrapper {
    height: 100px;
  }
  .wrapper .header .logo_img {
    width: 15vw;
    padding-top: 15px;
    margin-left: 40px;
    height: auto;
  }
  .wrapper .hamburger {
    padding: 50px;
  }
  .wrapper .hamburger span {
    width: 50px;
  }
  .wrapper .hamburger span:nth-of-type(1) {
    top: 29px;
  }
  .wrapper .hamburger span:nth-of-type(3) {
    bottom: 29px;
  }
  .wrapper .hamburger.active span:nth-of-type(1) {
    transform: translateY(19px) rotate(-45deg);
  }
  .wrapper .hamburger.active span:nth-of-type(3) {
    transform: translateY(-19px) rotate(45deg);
  }
  .wrapper .header .menu {
    top: 98px;
    display: none;
    padding: 40px;
  }
  .wrapper .header .menu.open {
    display: inline-block;
  }
  .wrapper .header .menu #top-menu li a,
  .wrapper .header .menu #top-menu .person {
    font-size: 1.57rem;
  }
  .wrapper .header .menu #top-menu .person::after {
    font-size: 2.3rem;
    left: 273px;
    top: -11px;
  }
  .wrapper .header .menu #top-menu .person.menu_open::after {
    font-size: 2.3rem;
    left: 263px;
  }
  .wrapper .header .menu #top-menu .person .dropdwn_menu.menu_active li a {
    font-size: 1.47rem;
  }
  .wrapper .header .menu .language {
    margin-top: 40px;
  }
  .wrapper .header .menu .language .lan_menu a.glink span {
    font-size: 1.27rem;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .nav_bottom_mv,.acd-label {
    font-size: 1.3rem;
    padding: 9px 70px;
  }
  .acd-content p {
    font-size: 1.3rem;
  }
	.wrapper .header .logo_img {
		width: 120px;
	}
}
/************************************ トップ */

/*・・・・・・トップ共通・・・・・・ */

.middle {
  background: #fff;
}
@media (max-width: 766px){  /*// スマホ //*/
  .middle span img {
    height: 13px;
  }
  /* .sec2_tit span img {
    height: 13px;
  } */
}

/*・・・・・・sec1(動画)・・・・・・ */

.sec1 {
  position: relative;
}
.sec1 .hero {
  z-index: -10;
  height: 100vh;
  position: relative;
}
.sec1 .hero video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* z-index: -1;
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px); */
}
.sec1 .pattern {
  width: 100%;
  height: 100vh;
  background: url(../images/bg.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sec1 .scroll {
	position: absolute;
	z-index: 100;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
}
.sec1 .scroll a {
	color: #fff;
  font-family: "FOT-筑紫明朝 Pr6 D","TsukuMinPr6-D";
  letter-spacing: 3px;
}
.sec1 .scroll a span {
  position: absolute;
  top: 27px;
  left: 50%;
	width: 20px;
  height: 40px;
  margin-left: -13px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.sec1 .scroll a span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .sec1 .hero {
    height: calc(100vh - 100px)
  }
}
@media (max-width: 900px) { /*// スマホ / ipad //*/
  .sec1 .hero {
    height: calc(100vh - 90px);
  }
  .sec1 .hero video {
    -webkit-filter: blur(9px);
    -moz-filter: blur(9px);
    -o-filter: blur(9px);
    -ms-filter: blur(9px);
    filter: blur(9px);
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .sec1 {
    overflow: hidden;
  }
  .sec1 .hero {
    overflow: hidden;
  }
  .sec1 .hero video {
    position: inherit;
  }
}
/*・・・・・・sec2(ニュース)・・・・・・ */

.top_news {
  padding: 100px 0;
  background: #fff;
}
.top_news .sec2_content {
  margin: auto;
  position: relative;
}
.top_news .sec2_content .sec2_tit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  margin-right: 3.9rem;
}
.top_news .sec2_content .sec2_tit h2 {
  font-weight: 300;
  margin-left: -5px;
  margin-top: 10px;
  margin-right: 5px;
}
.top_news .sec2_content .sec2_tit small {
  display: inline-block;
  color: #fff;
  font-family: "FOT-ロダン Pro EB","RodinPro-EB";
  transform: skew(0,10deg);
  margin-top: 2px;
  font-size: 3rem;
  letter-spacing : 4px;
  text-shadow:
      1px  1px 0px #025EAF,
     -1px  1px 0px #025EAF,
      1px -1px 0px #025EAF,
     -1px -1px 0px #025EAF,
      1px  0px 0px #025EAF,
      0px  1px 0px #025EAF,
     -1px  0px 0px #025EAF,
      0px -1px 0px #025EAF;

}
.top_news .sec2_content .r-left {
  display: inline-block;
  vertical-align: top;
}
.top_news .sec2_content .r-left .top_news_content {
  margin-bottom: 30px;
}
.top_news .sec2_content .r-left .top_news_content:last-child {
  margin-bottom: 0
}

.top_news .sec2_content .r-left .top_news_content .news-item {
  display: flex;
}
.top_news .sec2_content .r-left .top_news_content .news-thumb {
  width: 160px;
  display: inline-block;
  overflow: hidden;
  height: 130px;
  text-align: center;
  background: #E6E6E5
}
.top_news .sec2_content .r-left .top_news_content .news-thumb img {
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top_news .sec2_content .r-left .top_news_content .news-thumb div {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:0;
  padding-top: 100%;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top_news .sec2_content .r-left .top_news_content .news-thumb div {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:0;
  padding-top: 100%;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.top_news .sec2_content .r-left .top_news_content .news-item:hover {
  opacity: .8
}
.top_news .sec2_content .r-left .top_news_content .news-item:hover .news-thumb img,
.top_news .sec2_content .r-left .top_news_content .news-item:hover .news-thumb div {
  transform: scale(1.05);
  opacity: 1;
}
.top_news .sec2_content .r-left .top_news_content .top_news_text_content {
  display: inline-block;
  vertical-align: top;
  background: #FCFCFC;
  padding: 2rem;
}
.top_news .sec2_content .r-left .top_news_content .top_news_text_content .date {
  font-weight: 300;
  font-size: 1.15rem;
}
.top_news .sec2_content .r-left .top_news_content .top_news_text_content .ttl {
  font-size: 1.2rem;
  color: #005EAE
}
.top_news .sec2_content .r-left .top_news_content .top_news_text_content .top_news_text {
  font-weight: 300;
  margin-top: 10px;
}
.top_news .sec2_content .top_btn {
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.top_news .sec2_content .top_btn .btn_more {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: .5em 2.71em;
  letter-spacing: 5px;
  border: 1px solid #005EAE;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.top_news .sec2_content .top_btn .btn_more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(0,94,174, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.top_news .sec2_content .top_btn .btn_more:hover::after {
  animation: circle 1s;
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 901px) and (max-width: 1450px) { /*// 小さいPC //*/
  .top_news .sec2_content .r-left .top_news_content .top_news_text_content {
    padding: 1.9rem 2rem;
  }
  .top_news .sec2_content .sec2_tit {
    margin-right: 3rem;
  }
  .top_news .sec2_content .top_btn {
    bottom: 3px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .top_news .sec2_content .r-left .top_news_content .news-thumb,
  .top_news .sec2_content .r-left .top_news_content .news-thumb img {
    max-height: 165px;
    min-height: 156px;
    height: auto;
  }
}
@media (min-width: 901px) {/*// PC //*/
  .top_news .sec2_content {
    max-width: 850px;
  }
  .top_news .sec2_content .r-left {
    width: 700px;
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb img {
    width: 137px;
    height: 130px;
  }
  .top_news .sec2_content .r-left .top_news_content .top_news_text_content {
    width: calc(100% - 200px);
  }
}
@media (max-width: 900px) { /*// スマホ / ipad //*/
  .top_news {
    padding: 60px 0;
  }
  .top_news .sec2_content {
    overflow: hidden;
  }
  .top_news .sec2_content .sec2_tit {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .top_news .sec2_content .r-left {
    width: calc(100% - 150px);
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb {
    width: 160px;
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb div {
    padding-top: 130px;
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb img {
    width: 160px;
    height: 130px;
  }
  .top_news .sec2_content .r-left .top_news_content {
    background: #E6E6E5;
  }
  .top_news .sec2_content .r-left .top_news_content .top_news_text {
    display: none
  }
  .top_news .sec2_content .top_btn {
    left: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .top_news .sec2_content .mv {
    display: none;
  }
  .top_news .sec2_content .pc {
    display: inline-block!important;
  }
}
@media (max-width: 767px) {
  .top_news {
        padding: 40px 5px
  }
  .top_news .sec2_content .sec2_tit {
    writing-mode: initial;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .top_news .sec2_content .sec2_tit h2 {
    color: #005EAE;
    font-size: 7.1vw;
    margin: 0;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: "FOT-ロダン Pro EB","RodinPro-EB";
    transform   : skewX(-20deg)
  }
  .top_news .sec2_content .r-left .top_news_content {
    margin-bottom: 15px;
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb {
    width: 130px;
  }
  .top_news .sec2_content .r-left .top_news_content .news-thumb img {
    width: 105px;
    height: 130px;
  }
  .top_news .sec2_content .r-left .top_news_content .top_news_text_content {
    width: calc(100% - 140px);
    padding: 15px 20px
  }
  .top_news .sec2_content .r-left {
    width: calc(100%);
  }
  .top_news .sec2_content .top_btn {
    position: relative;
    display: block;
    text-align: center;
    left: 0;
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
/*・・・・・・sec3(工法とは)・・・・・・ */

.sec3 {
  background: url(../images/sec2_bg.jpg);
  background-size: cover;
  padding: 95px 0 100px;
  position: relative;
  z-index: 0
}
.sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/sec3_bg_under.png);
  width: 1000px;
  height: 81px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
.sec3 .sec3_method {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: relative;
}
.sec3 .sec3_method .sec3_tit {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.sec3 .sec3_method .sec3_tit h2 {
  font-size: 2.7rem;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  transform   : skewX(-20deg)
}

.sec3 .sec3_method img {
  margin: 0 7px;
}
.sec3 .sec3_method img:last-child,
.sec3 .sec3_method img:first-child {
  margin: 0;
}
.sec3 .sec3_method p {
  margin-top: 50px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 40px;
}
.sec3 .sec3_method .top_btn {
  text-align: center;
  margin-top: 50px;
}
.sec3 .sec3_method .top_btn .btn_more {
  position: relative;
  display: inline-block;
  padding: .5em 2.7em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.sec3 .sec3_method .top_btn .btn_more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sec3 .sec3_method .top_btn .btn_more:hover::after {
  animation: circle .75s;
}
@media (min-width: 767px) { /*// PC / ipad //*/
  .sec3_img {
    display: flex;
    justify-content: space-between;
  }
  .sec3_img {
    height: 178px;
  }
}
@media (min-width: 767px) and (max-width:1024px) { /*// ipad //*/
  .sec3::after {
    /* width: 900px; */
    /* margin-left: 3%; */
    background-size: contain;
  }
  .sec3_tit .mv {
    display: none
  }
  .sec3 .sec3_method .sec3_tit img {
    width: auto;
  }
  .sec3 .sec3_method img {
    width: calc((100% - 30px) / 3);
    display: inline-block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .sec3_text br.mv {
    display: none
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .sec3 {
    padding: 50px 15px;
  }
  .sec3 .sec3_method {
    overflow: hidden;
  }
  .sec3_img img {
    width: calc(80%);
    margin: auto;
  }
  .sec3 .sec3_method .sec3_tit {
    margin-bottom: 50px;
  }
  .sec3 .sec3_method .sec3_tit h2 {
    font-size: 6.4vw;
  }
  .sec3 .sec3_method p {
    font-size: 3.5vw;
    line-height: 24px;
    margin-top: 30px;
  }
  .sec3 .sec3_method .top_btn {
    margin-top: 40px;
  }
  .sec3::after {
    background-size: contain;
    margin-left: 0px;
    width: calc(100% - 40px);
    height: 30px;
  }
}

/*・・・・・・sec4(できること)・・・・・・ */

.sec4 {
  background: url(../images/sec3_bg.jpg);
  padding: 95px 0 100px;
  position: relative;
}
.sec4::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/sec4_bg_under.png);
  width: 1000px;
  height: 81px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
.sec4 .sec4_can {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: relative;
}
.sec4 .sec4_can .sec4_tit {
  color: #005EAE;
  text-align: center;
  margin-bottom: 80px;
}
.sec4 .sec4_can .sec4_tit h2 {
  font-size: 2.7rem;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  transform   : skewX(-20deg)
}
.sec4_contents {
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.sec4_contents .sec4_content {
  /* width: 580px; */
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}
.sec4_contents .sec4_btn:nth-child(even) {
  margin-top: 40px;
  padding-right: 10px;
}
.sec4_contents .sec4_content .sec4_ability {
  position: absolute;
  bottom: 21px;
  left: 15px;
  font-size: 1.15rem;
  color: #fff;
}

.sec4_contents .sec4_content p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transform   : skewX(-20deg);
  color: #005EAE;
  font-size: 1.7rem;
  width: 300px;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec4_contents .sec4_content p span {
  display: block;
  padding: 5px 0;
}
@media (min-width: 1024px) { /*// PC //*/
  .sec4_contents {
    display: flex;
  }
  .sec4_contents .sec4_content {
  }
  .sec4_contents .sec4_content::after {
    right: -7px;
    bottom: -12px;
  }
  .sec4_contents .sec4_content::after {
    content: "";
    width: calc(100%);
    height: 100%;
    background-image: url(../images/sec4_content_img_bg.png);
    background-repeat: no-repeat;
    position:absolute;
    right: -7px;
    bottom: -12px;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  .sec4_contents .sec4_content::before {
    content: "";
    width: calc(100%);
    height: 100%;
    background-image: url(../images/sec4_content_img_bg.png);
    background-repeat: no-repeat;
    position:absolute;
    bottom: -1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec4_contents .sec4_content::before {
    right: 0px;
  }
  .sec4_contents .sec4_content:hover::before {
    opacity: 0;
  }
  .sec4_contents .sec4_content:hover p {
    background: #005EAE;
    color: #fff;
  }
}
@media (min-width: 767px) and (max-width: 1025px) { /*// 小さい画面 / ipad //*/
  .sec4 .mv {
    display: none!important;
  }
  .sec4::after {
    background-size: contain;
  }
  .sec4_contents {
    text-align: left;
    margin: 0 20px;
  }
  .sec4_contents .sec4_content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/sec4_content_img_bg.png);
    background-repeat: no-repeat;
    position:absolute;
    right: -7px;
    bottom: -12px;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }
  .sec4_contents .sec4_content::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/sec4_content_img_bg.png);
    background-repeat: no-repeat;
    position:absolute;
    bottom: -1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sec4_contents .sec4_btn:nth-child(odd) {
    display: inline-block;
  }
  .sec4_contents .sec4_btn:nth-child(even) {
    float: right;
    margin-top: 0
  }
  .sec4_contents .sec4_content span {
    text-align: center;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .sec4 {
    background: url(../images/sec3_bg_mv.jpg);
    padding: 50px 20px 10px;
  }
  .sec4 .sec4_can .sec4_tit {
        margin-bottom: 50px;
  }
  .sec4 .sec4_can .sec4_tit h2 {
    font-size: 5.8vw;
  }
  .sec4_contents .sec4_btn {
    display: block;
        padding-right: 10px;
  }
  .sec4_contents .sec4_content {
    margin-bottom: 40px;
  }
  .sec4_contents .sec4_btn:nth-child(even) {
    margin-top: 0
  }
  .sec4_contents .sec4_content p {
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    font-size: 4.6vw;
    width: 220px;
    bottom: 17px;
    background: #005EAE;
    color: #fff;
  }
  .sec4::after {
    width: calc(100% - 40px);
    background-size: contain;
    height: 28px;
  }
}

/*・・・・・・sec5(登録)・・・・・・ */

.sec5 {
  background: #E6E6E5;
  padding: 70px 0;
}
.sec5 .sec5_content {
  max-width: 950px;
  margin: auto;
}
.sec5 .sec5_content h3 {
  font-size: 1.35rem;
  letter-spacing: 3px;
  color: #005EAE;
  margin-bottom: 30px;
}
.sec5 .sec5_content li {
  line-height: 28px;
  font-size: 1.15rem;
}
.sec5 .sec5_content li::before {
  content: "\02022";
  margin-right: 5px;
}
@media (min-width: 901px) {/*// PC //*/
  .sec5_content_text {
    width: calc(100% / 2);
    display: inline-block;
    vertical-align: top;
  }
  .sec5_imgs {
    display: inline-block;
    margin-top: -35px;
  }
  .sec5_imgs span {
    font-size: 1.15rem;
    color: #666;
  }
  .sec5_img1 {
    display: block;
    margin-bottom: 30px;
  }
  .sec5_imgs img {
    display: block;
	  	  height: 50px;
  }
}
@media (min-width: 767px) and (max-width: 900px) { /*// ipad //*/
}
@media (max-width: 766px){  /*// スマホ //*/
  .sec5 {
    padding: 50px 20px;
  }
  .sec5 .sec5_content h3 {
    margin-bottom: 10px;
  }
  .sec5 .sec5_content li {
    font-size: 3.2vw;
    letter-spacing: 0px;
  }
  .sec5_imgs {
  }
  .sec5_imgs img {
    display: block;
    margin-top: 10px;

  }
  .sec5_imgs a {
    color: #666;
  }
}
/************************* 下層 */

/*・・・・・・ 共通 ・・・・・・ */

.under-middle .under .under_h2 .under_tit h2 {
  font-size: 2.7rem;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  transform   : skewX(-20deg);
  color: #fff;
}
.under-middle .under h2 {
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  transform: skewX(-20deg);
  font-size: 2.7rem;
  margin-bottom: 10px;
}
@media (min-width: 1045px) {/*// PC //*/
  .under-middle {
        padding-top: 77px;
  }
}
@media (min-width: 766px) {/*// PC / ipad //*/

  .under-middle .under .under_h2 .under_tit h2 {
    padding-left: 10px;
  }
  .under-middle .under .under_h2 {
    position: relative;
    margin-bottom: -6px;
  }
  .under-middle .under .under_h2 img {
    width: 100%;
  }
  .under-middle .under .under_h2 .under_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
  }
  .under .under_bg {
    width: 100%;
    background: url(../images/bg.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under-middle .under .under_h2 .under_tit {
    width: calc(100% - 60px)

  }
  .under-middle .under .under_h2 .under_tit .mv {
    display: none
  }
  .under .under_bg {
    margin-bottom: 0
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under-middle .under .under_h2 {
    line-height: 43px;
    padding: 3rem 0;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    text-align: center;
  }
  .under-middle .under .under_h2 .under_tit h2 {
    font-size: 7.3vw;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    padding-top: 23px;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 0
  }
  .under-middle .under h2 {
    font-size: 6.7vw;
    line-height: 29px;
    padding-bottom: 5px;
  }
  /* .under-middle .under span {
    margin-left: -9px;
  } */
  .under-middle .wj .under_h2 {
    background: url(../images/wj_top_mv.png);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .under .under_bg {
    width: 100%;
    background: url(../images/bg.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  .under_tit {
    z-index: 10;
    position: inherit;
  }
  .n_text {
    display: none
  }
  .under span img {
    height: 13px;
  }
  /*// 2列の時 //*/
  .under_wj_sec2 .wj_sec2_content .wj_sec2_tit,
  .under_wj_sec4 .wj_sec4_content .wj_sec4_tit,
  .under_wj_sec6 .wj_sec6_content .wj_sec6_tit {
    margin-left: -5px
  }
}
/************************* ウォータージェット技術 */

.under_wj_sec1 {
  padding: 100px 0;
  text-align: center;
}
.under_wj_sec1 .wj_sec1_content .wj_sec1_text {
  font-family: "FOT-ロダン Pro EB","RodinPro-EB";
  font-size: 1.9rem;
  line-height: 35px;
  color: #005EAE;
  margin-bottom: 60px;
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under-middle .wj .wrap {
    max-width: 1100px;
  }
  .under-middle .wj .under_h2 {
    /* background: url(../images/wj_top.png); */
  }
  .under_wj_sec1 {
    background: url(../images/sec3_bg.jpg);
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under .wrap {
    padding: 0 20px;
  }
  .under_wj_sec1 {
    background: url(../images/sec3_bg_mv.jpg);
    padding: 40px 0;

  }
  .under-middle .wj .under_h2 span img {
    height: 13px;
  }
  .wj_sec1_content video {
    width: 100%;
    height: auto;
  }
  .under_wj_sec1 .wj_sec1_content .wj_sec1_text {
    font-size: 4.6vw;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.under_wj_sec2 {
  background: url(../images/wj_sec2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 100px;
  position: relative;
}
.under_wj_sec2 .wj_sec2_content .wj_sec2_tit {
  text-align: center;
  margin-bottom: 60px;
}
.under_wj_sec2 .wj_sec2_content .wj_sec2_tit h2 {
  color: #fff;
}
.under_wj_sec2 .wj_sec2_content .wj_sec2_point {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  margin: 20px auto;
}
.under_wj_sec2 .wj_sec2_content .wj_sec2_point img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
}
.under_wj_sec2 .wj_sec2_content .wj_sec2_point span {
  font-size: 2.7rem;
}
.under_wj_sec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/wj_sec2_under.png);
  width: 1070px;
  height: 81px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under_wj_sec2 .wj_sec2_content .wj_sec2_point {
    width: 880px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_wj_sec2 .wj_sec2_content .wj_sec2_point span {
    font-size: 2.6rem;
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_tit .mv {
    display: none
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_tit img {
    height: 17px;
  }
  .under_wj_sec2::after {
        height: 77px;
  }
  .under_wj_sec2::after,
  .under_wj_sec3::after,
  .under_wj_sec4::after,
  .under_wj_sec5::after,
  .under_wj_sec6::after {
    width: calc(100% - 40px)!important;
    background-size: contain!important;
    /* margin: 0 15px; */
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under_wj_sec2 {
    padding: 40px 0;
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_tit {
    margin-bottom: 40px;
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_point {
    font-size: 3.2vw;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    display: flex;
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_point span {
    font-size: 3.2vw;
    letter-spacing: 2px;
    display: contents;
  }
  .under_wj_sec2 .wj_sec2_content .wj_sec2_point img {
    height: 32px;
    padding-top: 3px;
  }
  .under_wj_sec2::after {
    /* background: url(../images/wj_sec2_under_mv.png); */
    background-size: contain;
    height: 27px;
    /* left: 20px; */
    /* transform: none; */
    background-repeat: no-repeat;
    width: calc(100% - 20px);
  }
}
.under_wj_sec3 {
  background: #fff;
  padding: 100px 0 40px;
  position: relative;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_tit {
  text-align: center;
  margin-bottom: 80px;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_tit h2 {
  color: #005EAE;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text {
  font-size: 1.4rem;
  font-weight: 400;
  margin: auto;
  line-height: 30px;
  color: #000;
  letter-spacing: 0
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text h3 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
  background: #005EAE;
  color: #fff;
  margin: 30px 0;
  padding: 10px;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #005EAE;
  margin: 15px 0;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text ol{
  counter-reset: item;
  list-style-type: none;
  margin-left: 5px;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text ol li:before {
  counter-increment: item;
  content: counter(item)'.';
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_text span {
  margin-left: 24px;
  display: block;
}
.under_wj_sec3 .wj_sec3_content .wj_sec3_blue {
  margin: 60px auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #005EAE
}
.under_wj_sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/wj_sec3_under.png);
  width: 1020px;
  height: 53px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under_wj_sec3 .wj_sec3_content .wj_sec3_text,
  .under_wj_sec3 .wj_sec3_content .wj_sec3_blue {
    width: 900px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_wj_sec3 .wj_sec3_content .wj_sec3_tit .mv {
    display: none
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  /* .under_wj_sec3 .wj_sec3_content .wj_sec3_text,
  .under_wj_sec3 .wj_sec3_content .wj_sec3_blue {
    font-size: 3.2vw;
    line-height: 25px;
  } */
  .under_wj_sec3 {
    padding: 40px 0 10px;
  }
  .under_wj_sec3 .wj_sec3_content .wj_sec3_text h4 {
    font-size: 4.2vw;
    line-height: 28px;
    margin: 8px 0;
  }
  .under_wj_sec3 .wj_sec3_content .wj_sec3_tit {
    margin-bottom: 25px;
  }
  .under_wj_sec3 .wj_sec3_content .wj_sec3_text h3 {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .under_wj_sec3 .wj_sec3_content .wj_sec3_text {
    font-size: 1.15rem;
  }
  .under_wj_sec3 .wj_sec3_content .wj_sec3_blue {
    margin: 30px auto;
    font-size: 1.15rem;
  }
  .under_wj_sec3::after {
    /* background: url(../images/wj_sec3_under_mv.png); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 18px;
    /* left: 20px;
    transform: none; */
    width: calc(100% - 40px);
  }

}
.under_wj_sec4 {
  background: #E6E6E6;
  padding: 95px 0 50px;
  position: relative;
}
.under_wj_sec4 .wj_sec4_tit {
  text-align: center;
}
.under_wj_sec4 .wj_sec4_tit h2 {
  color: #005EAE
}
.under_wj_sec4 .wj_sec4_imgcontents {
  margin-top: 80px;
}
.under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent {
  background: #fff;
  padding: 33px 20px 23px 20px;
  color: #666;
  line-height: 26px;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  text-align: justify;
}
.under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent h3 {
  font-size: 1.8rem;
  color: #005EAE;
  text-align: center;
  padding-bottom: 20px;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  letter-spacing: 1px;
}
.under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent img {
  position: absolute;
  bottom: 23px;
  left: 20px;
}
.under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent:last-child {
  background: #FFF100;
}
.under_wj_sec4 .wj_sec4_text {
  margin-bottom: 50px;
}
.under_wj_sec4 .wj_sec4_text h3 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 1.9rem;
  color: #005EAE
}
.under_wj_sec4 .wj_sec4_text p {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 15px;
  line-height: 28px;
  letter-spacing: 0;
}
.under_wj_sec4 .wj_sec4_text table {
  display: inline-block;
  border-collapse: collapse;
  font-size: 1.15rem;
}
.under_wj_sec4 .wj_sec4_text table tr {
}
.under_wj_sec4 .wj_sec4_text table tr td {
  border: 1px solid;
  vertical-align: initial;
  padding: 5px;
  text-align: center;
}
.under_wj_sec4 .wj_sec4_text table .left {
  text-align: left!important;
}
.under_wj_sec4 .wj_sec4_text table .yellow {
  background: #FFF100
}
.under_wj_sec4::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/wj_sec4_under.png);
  width: 1000px;
  height: 74px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
@media (min-width: 767px) and (max-width: 1450px) { /*// 小さい画面 / ipad //*/
  /* .under_wj_sec4 .wj_sec4_text p, .under_wj_sec4 .wj_sec4_text table {
    width: calc((100% / 2) - 20px)!important;
  } */
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under_wj_sec4 .wj_sec4_imgcontents {
    display: flex;
    justify-content: space-between;
  }
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent {
    width: calc((100% / 3) - 53px);
    height: 600px;
  }
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent img {
    width: 313px
  }
  .under_wj_sec4 .wj_sec4_text p,
  .under_wj_sec4 .wj_sec4_text table {
    width: calc((100% / 2) - 20px);
  }
  .under_wj_sec4 .wj_sec4_text table tr td {
    width: calc(10%);
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent img {
    width: 268px;
  }
  .under_wj_sec4 .wj_sec4_tit .mv {
    display: none;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under_wj_sec4 {
    padding: 40px 0 10px;
  }
  .under_wj_sec4 .wj_sec4_imgcontents {
    margin-top: 40px;
  }
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent {
    height: 550px;
    font-size: 1.15rem;

  }
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent:nth-child(2) {
    margin: 20px 0;
  }
  .under_wj_sec4 .wj_sec4_text h3 {
    font-size: 4.5vw;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    margin: 30px 0 21px;
  }
  .under_wj_sec4 .wj_sec4_text p {
    margin-bottom: 15px;
    margin-right: 0
  }
  .under_wj_sec4 .wj_sec4_text table tr td {
    width: calc(18%);
  }
  .under_wj_sec4::after {
    /* background: url(../images/wj_sec4_under_mv.png); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    /* left: 20px;
    transform: none; */
    width: calc(100% - 40px);
  }
  .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent img {
    left: 50%!important;
    transform: translateX(-50%);
  }
}

.under_wj_sec5 {
  position: relative;
  padding: 95px 0 70px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_tit {
  text-align: center;
  margin-bottom: 80px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_tit h2 {
  color: #005EAE;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .wj_sec5_unit {
  padding: 15px 17px;
  font-size: 1.15rem;
  line-height: 24px;
  margin-bottom: 30px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit,
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2,
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 {
  background: rgba(0,94,174);
  mix-blend-mode: multiply;
  color: #fff;
  position: relative;
  z-index: 10;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit::after {
  content: "";
  background: url(../images/unit1.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 210px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2::after {
  content: "";
  background: url(../images/unit2.png);
  background-repeat: no-repeat;
  width: 240px;
  height: 210px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3::after {
  content: "";
  background: url(../images/unit3.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 226px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit p {
  color: #FFF100;
  letter-spacing: 0;
  margin: 20px 0;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2 p {
  color: #FFFF00;
  background: rgba(225,255,255,.3);
  letter-spacing: 0;
  margin: 15px auto 15px;
  padding: 15px 20px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content p {
  color: #FFFF00;
  background: rgba(225,255,255,.3);
  padding: 15px 20px;
  margin: 11px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.li_50 {
  line-height: 50px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 {
  background: #E6E6E6;
  color: #000;
  font-size: 1.3rem;
  line-height: 34px;
}
.under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 p {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 20px;
  color: #005EAE;
  letter-spacing: 0
}
.under_wj_sec5::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/wj_sec5_under.png);
  width: 1050px;
  height: 63px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% .9em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255,241,0) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .wj_sec5_unit {
    width: calc((100% / 2) - 50px);
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 {
    width: calc((100% / 2) - 40px)!important;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4::before {
    content: "";
    background: #E6E6E6;
    width: calc(55%);
    height: calc(52%);
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content p {
    width: 175px;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit2 p {
    width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_wj_sec5 .wj_sec5_content .wj_sec5_tit .mv {
    display: none;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content {
        margin: 15px;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content p {
    width: 100%;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 {
    line-height: 31px
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under_wj_sec5 {
    padding: 40px 0;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_tit {
    margin-bottom: 40px;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit3 .unit3_content p {
    width: calc(100%)
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 {
    font-size: 3.9vw;
    line-height: 29px;
  }
  .under_wj_sec5 .wj_sec5_content .wj_sec5_units .unit4 p {
    font-size: 4.2vw;
  }
  .under_wj_sec5::after {
    /* background: url(../images/wj_sec5_under_mv.png); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    /* left: 20px;
    transform: none; */
    width: calc(100% - 40px);
  }

  .unit4 p span {
    margin-left: 0!important
  }
}

.under_wj_sec6 {
  padding: 95px 0 100px 0;
  position: relative;
}
.under_wj_sec6 .wj_sec6_content .wj_sec6_tit {
  text-align: center;
  margin-bottom: 80px;
}
.under_wj_sec6 .wj_sec6_content .wj_sec6_tit h2 {
  color: #005EAE;
}
.under_wj_sec6 .wj_sec6_content .wj_sec6_text p {
  display: inline-block;
  line-height: 35px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1.6rem;
  color: #666;
}
.under_wj_sec6 .wj_sec6_content .wj_sec6_text img {
  vertical-align: top;
}
.under_wj_sec6::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/wj_sec6_under.png);
  width: 1030px;
  height: 49px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .under_wj_sec6 {
    background: url(../images/sec3_bg.jpg);
  }
  .under_wj_sec6 .wj_sec6_content .wj_sec6_text p {
    width: calc(100% - 362px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_wj_sec6 .wj_sec6_content .wj_sec6_tit .mv {
    display: none;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under_wj_sec6 {
    background: url(../images/sec3_bg_mv.jpg);
  }
  .under_wj_sec6 {
    padding: 40px 0;
  }
  .under_wj_sec6 .wj_sec6_content .wj_sec6_tit {
    margin-bottom: 30px;
  }
  .wj_sec6_text {
    position: relative;
    z-index: 2
  }
  .under_wj_sec6 .wj_sec6_content .wj_sec6_text p {
    font-size: 4.3vw;
    line-height: 29px;
    margin-bottom: 20px;
    margin-right: 0
  }
  .under_wj_sec6::after {
    /* background: url(../images/wj_sec6_under_mv.png); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    /* left: 20px;
    transform: none; */
    z-index: 1;
    width: calc(100% - 40px);
  }
}
/************************* ウォータージェット工法 */

.under-middle .example span img {
  height: 10px;
  width: auto!important;
}
.under-middle .example .method_gallery {
  padding: 60px 0;
}
.under-middle .example .method_gallery .wrap {
  max-width: 850px;
  overflow: initial;
}
.example .gallery .gallery-item .gallery-icon a {
  pointer-events: none;
}
.gallery .gallery-item {
  display: inline-block!important;
  float: none!important;
  margin: 0 0 0 1.7rem
}
.example .gallery br {
  display: none;
}
.example .gallery .gallery-item .gallery-icon {
  position: relative;
}
.example .gallery .gallery-item .gallery-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.example .gallery .gallery-item .gallery-icon img {
  border: 0!important;
}
.gallery .gallery-caption {
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 5px;
  text-align: left;
  letter-spacing: 0
}
.gallery-caption br {
  display: inline-block!important;
}

.under-middle .example .method_gallery .post {
  margin-top: 55px;
  text-align: center;
}
.under-middle .example .method_gallery .post span {
  font-size: 1.15rem;
  border-left: 1px solid #005EAE;
}
.under-middle .example .method_gallery .post span:nth-of-type(5),
.under-middle .example .method_gallery .post span:last-child {
  border-right: 1px solid #005EAE
}
.under-middle .example .method_gallery .post a {
  color: #005EAE;
  padding: 0 10px;
  display: inline-block;
  /* margin: 0px 5px; */
  line-height: 36px;
}
.gallery {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.under-middle .example .method_gallery h3 {
  position: relative;
  color: #fff;
  font-family: "FOT-ロダン Pro EB","RodinPro-EB";
  font-size: 1.9rem;
  letter-spacing: 5px;
  padding: 5px 0;
  z-index: 10;
  margin: 70px 0 50px;
  transform: skewX(-20deg);
}
.under-middle .example .method_gallery h3::after {
  content: "";
  background: url(../images/example_h3.png);
  background-size: cover;
  transform: skewX(20deg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}
.under-middle .example .method_gallery .wp-video {
  margin: auto;
}
@media (min-width: 766px) {/*// PC / ipad //*/
  .mejs-container {
    margin-top: 30px;
  }
  .method_gallery {
    background: url(../images/sec3_bg.jpg);
  }
  .under-middle .example .under_h2 {
    margin-bottom: -6px;
  }
  .syouban_video .mejs-video {
    max-height: 512px!important;
  }
  .syouban_video .mejs-video video {
    max-height: 512px!important;
  }
  .mejs-video {
   max-height: 700px!important;
  }
  .mejs-video video {
    max-height: 700px!important;
  }
.gallery  .gallery-item  {
    width: 260px!important;
    margin-top: 30px!important
  }

  .example .gallery .gallery-item .gallery-icon {
    width: 240px!important;
    height: 187px;
  }
  .gallery  .gallery-item img {
    background-color: #ccc;
    object-fit: cover;
    width: 240px;
    height: 187px;
  }
  .nav-home::after {
    content: "\025b6";
    color: #005EAE;
    margin: 0 10px
  }
  .nav-home::before {
    content: "\025c0";
    color: #005EAE;
    margin: 0 10px
  }

  .under-middle .example .method_gallery .wp-video {
    width: 680px!important
  }
  .under-middle .example .method_gallery .syouban_video {
    display: flex;
    justify-content: space-between;
  }
  .under-middle .example .method_gallery .syouban_video .wp-video {
    width: 400px!important
  }

  #fancybox-right:hover span {
    right: -16px!important;
  }
  #fancybox-left:hover span {
    left: -16px!important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under-middle .example .under_h2 .mv {
    display: none;
  }
  .under-middle .example .method_gallery .wrap {
    max-width: inherit;
  }
  .under-middle .example .method_gallery .post.mv {
    display: none;
  }
  .under-middle .example .method_gallery .post a {
    padding: 0
  }
  .under-middle .example .method_gallery h3 {
    padding-right: 30px;
  }
  .under-middle .example .method_gallery h3::after {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under-middle .example .under_h2 .under_tit h2 {
    padding-top: 0
  }
  .under-middle .example .under_tit span {
    margin-top: -10px;
    display: block;
  }

  .under-middle .example .method_gallery {
    padding: 40px 0;
  }
  #gallery-2 .gallery-caption {
    line-height: 18px;
  }
  .under-middle .example .method_gallery h3 {
    margin: 40px 0 20px;
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    line-height: 28px;
    padding: 10px 0px 10px 12px
  }
  .under-middle .example .method_gallery .wrap {
    overflow: hidden;
  }
  #mep_1 {
    margin-top: 15px;
  }
  .example .under_h2 {
    position: relative;
    margin-bottom: -20px;
    padding: 0!important
  }
  .example .under_h2 .under_tit_bg {
    height: 196px;
    object-fit: none;
  }
  .example .under_h2 .under_bg {
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 0;
    right: 0
  }
  .example .under_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
  }

  .method_gallery {
    background: url(../images/sec3_bg_mv.jpg);
  }
  .gallery .gallery-item  {
    width: 150px!important;
    margin-top: 30px!important;
    margin-left: 2.6%;
    margin-right: 2.6%;
  }
  .example .gallery .gallery-item .gallery-icon {
    width: 150px!important;
    height: 117px;
  }
  .gallery  .gallery-caption {
    font-size: 3.7vw;
  }
  .mejs-fullscreen-button {
    display: none;
  }

  .syouban_video .mejs-inner {
    margin: 25px 0;
  }

  .under-middle .example .method_gallery .post {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-right: -6px;
  }
  .under-middle .example .method_gallery .post span {
    font-size: 4vw;
    border: 0;
  }
  .under-middle .example .method_gallery .post span:last-child {
    border: 0
  }

  .under-middle .example .method_gallery h3::after {
    right: -20px;
    background: url(../images/example_h3_mv.png);
  }
  .under-middle .example .method_gallery .post .nav-home::before {
    content: "\03c";
    margin-right: 20px;
    color: #005EAE
  }
  .under-middle .example .method_gallery .post .nav-home::after {
    content: "\03e";
    margin-left: 20px;
    color: #005EAE
  }
}

/************************* 個人情報取り扱いに関する同意書 */

.agreement .under_agreement_content {
  padding: 80px 0;
  overflow: hidden;
}
.agreement .under_agreement_sec1 {
  padding: 40px 0;
  border-bottom: 1px solid #005EAE;
  font-size: 1.15rem;
  font-weight: 500;
  color: #666;
  line-height: 22px;
}
.agreement .under_agreement_sec1 h3 {
  font-size: 1.5rem;
  /* font-family: "FOT-ロダン Pro B","RodinPro-B"; */
  padding-bottom: 30px;
  color: #005EAE;
}
.agreement .under_agreement_sec1:nth-child(3) {
  border-bottom: 0;
}
.under_agreement_sec2 h3 {
  background: #005EAE;
  color: #fff!important;
  margin-bottom: 40px;
  padding: 30px 30px;
}
.agreement .under_agreement_sec1 a {
  color: #005EAE
}
.agreement .under_agreement_sec1.agreement_last {
  border-bottom: 1px solid #005EAE
}
.agreement .under_agreement_content .agreement_btn {
  text-align: center;
  margin-top: 100px;
}
.agreement .under_agreement_content .agreement_btn a {
  position: relative;
  width: 30%;
  margin: 0 5%;
  padding: 5px 0;
  font-size: 1.15rem;
  display: inline-block;
  color: #005EAE;
  border: 1px solid #005EAE;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.agreement .under_agreement_content .agreement_btn a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(0,94,174, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.agreement .under_agreement_content .agreement_btn a:hover::after {
  animation: circle .75s;
}

.privacy .under_agreement_sec1.first {
  border-top: 1px solid #005EAE
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .agreement .under_agreement_content {
    padding: 80px 30px
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .agreement .under_agreement_content {
    padding: 40px 20px;
  }
  .under-middle .agreement .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .agreement .under_agreement_sec1 h3 {
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
  }
  .privacy .under_agreement_sec1 {
    font-size: 1rem;
  }
  .agreement .under_agreement_content .agreement_btn {
    margin-top: 50px;
  }
  .agreement .under_agreement_content .agreement_btn a {
    width: calc((100% / 2) - 28px);
    margin: 5% 10px 0 10px;
  }
}
/************************************ お問合せ */

.under_contact_content {
  padding: 100px 0;
}
.under_contact_content .under_contact_sec1 table {
  display: block;
  white-space: nowrap;
}
.under_contact_content .under_contact_sec1 .inquiry {
  border: solid 1px #e8e8e8;
}
.under_contact_content .under_contact_sec1 .inquiry tr {
  border-bottom: solid 1px #e8e8e8;
}
.under_contact_content .under_contact_sec1 .inquiry tr:last-child {
  border-bottom: solid 0px #e8e8e8;
}
.under_contact_content .under_contact_sec1 .inquiry th {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  width: 35%;
  border: solid 0px #e8e8e8;
  padding: 20px;
}
.under_contact_content .under_contact_sec1 .inquiry td {
  font-size: 16px;
  border: solid 0px #e8e8e8;
  padding: 20px 0px;
  width: calc(100%)
}
.haveto {
  float: right;
  background: #005eae;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px;
  position: relative;
}
.under_contact_content .under_contact_sec1 .inquiry input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
  width: 95%;
  vertical-align: middle;
  height: 28px;
}
.under_contact_content .under_contact_sec1 .inquiry .address span {
  margin-right: 10px;
}
.under_contact_content .under_contact_sec1 .inquiry .address select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
  width: 50%;
  vertical-align: middle;
  height: 38px;
  background-image: url(../images/select_button.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 0px center;
}
.under_contact_content .under_contact_sec1 .inquiry .address p {
  margin-bottom: 10px;
}
.under_contact_content .under_contact_sec1 .inquiry .email .txt {
  margin: 10px 0;
}
.under_contact_content .under_contact_sec1 .inquiry textarea {
  resize: vertical;
  min-width: 97%;
  padding: 0.4em 0.8em;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.under_contact_content .under_contact_sec1 .contact_btns {
  text-align: center;
}
.under_contact_content .under_contact_sec1 .contact_btns .contact_btn {
    width: 30%;
  display: inline-block;
  margin: 100px 50px 0;
  background: #005EAE;
  border: 1px solid #005EAE;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.under_contact_content .under_contact_sec1 .contact_btns .contact_btn input {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0;
  background: none;
  margin: 0;
  color: #fff;
  width: -webkit-fill-available;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.under_contact_content .under_contact_sec1 .contact_btns .contact_btn:hover {
  border: 1px solid #005EAE;
  color: #005EAE;
  background: #fff;
}
.under_contact_content .under_contact_sec1 .contact_btns .contact_btn:hover input {
  color: #005EAE;
}
.wpcf7 .ajax-loader {
  display: none!important;
}
@media (min-width: 767px) {
  .under_contact_content .under_contact_sec1 .inquiry tr {
    width: 992px
  }
  .under_contact_content .under_contact_sec1 .inquiry tr {
    display: flex;
  }
  .under_contact_content .under_contact_sec1 .inquiry .address input {
    width: 50%!important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_contact_content {
    padding: 100px 30px;
  }
  .under_contact_content .under_contact_sec1 .inquiry {
    overflow: hidden;
  }
  .under_contact_content .under_contact_sec1 .inquiry input {
    width: 89%;
  }
  .under_contact_content .under_contact_sec1 .inquiry textarea {
    min-width: 89%
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .under-middle .contact .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin-bottom: 40px;
  }
  .under_contact_content .under_contact_sec1 .inquiry tr {
    display: block;
  }
  .under_contact_content .under_contact_sec1 .inquiry th {
    display: block;
    width: auto;
    padding: 0;
    margin: 10px;
  }
  .under_contact_content .under_contact_sec1 .inquiry td {
    display: block;
    margin: 10px;
    padding: 0;
    width: auto
  }
  .under_contact_content .under_contact_sec1 .inquiry .address input {
        width: calc(43%);
  }
  .under_contact_content .under_contact_sec1 .inquiry input {
    width: calc(90%)
  }
  .under_contact_content .under_contact_sec1 .inquiry textarea {
    width: calc(90%)
  }
  .under_contact_content .under_contact_sec1 .contact_btns {
    margin: 30px 0 40px
  }
  .under_contact_content .under_contact_sec1 .contact_btns .contact_btn {
    width: calc(99%);
    margin-top: 5%;
    margin-left: 0;
  }
}

/************************************ サイトマップ */

.under_site_content {
  padding: 40px 0;
}
.under_site_content ul {
  display: inline-block;
  width: calc((100% / 3) - 30px);
  margin: 20px 10px 0;
  vertical-align: text-top;
}
.under_site_content ul h4 {
  font-size: 1.5rem;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  padding-bottom: 10px;
  border-bottom: 1px solid #4E4D4D;
  transform: skewX(-20deg);
  color: #005EAE
}
.under_site_content ul li {
  font-size: 1.15rem;
  margin: 7px 0;
}
.under_site_content ul li::before {
  content: "-";
  margin: 0 3px;
}
.under_site_content ul li a:hover {
  color: #005EAE
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_site_content {
    padding: 60px 30px;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .site .under_site_content {
    padding: 40px 20px;
  }
  .site .under_site_content:last-child {
    padding-top: 0;
    margin-top: -40px;
  }
  .under-middle .site .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .under_site_content ul {
    width: calc(100%);
    margin: 14px 0 0 7px;
  }
  .under_site_content ul h4 {
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
    font-size: 4.1vw;
    padding-bottom: 5px;
  }
  .under_site_content ul li {
    font-size: 1rem;
  }
}
/************************************ 工事実績 */

.under_construction_content {
  padding: 100px 0;
}
.under_construction_content h4 {
  font-size: 1.7rem;
  font-family: "FOT-ロダンNTLG Pro EB","RodinNTLGPro-EB";
  padding-bottom: 10px;
  transform: skewX(-20deg);
  color: #005EAE;
  text-align: center;
}
.under_construction_content table {
  width: 100%;
  margin-top: 20px;
  font-size: 1.15rem;
  border-collapse: collapse;
  border: 1px solid
}
.under_construction_content td,
.under_construction_content th {
  padding: 5px;
  border: 1px solid;
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .under_construction_content {
    padding: 100px 30px;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .construction .under_construction_content {
    padding: 40px 20px;
  }
  .under-middle .construction .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .under_construction_content h4 {
    font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
  }
  .under_construction_content table {
    font-size: 1rem
  }
}
/************************************ 協力店募集 */

.under_dairiten_content {
  padding: 100px 0;
  background: url(../images/sec3_bg.jpg);
}
.under_dairiten_content .wrap {
  max-width: 840px;
}
.under_dairiten_content .dairiten_contents {
  background: #fff;
  padding: 60px 80px;
  font-size: 1.2rem;
  line-height: 31px;
}
.under_dairiten_content .dairiten_contents h4 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #005EAE;
  margin-bottom: 40px;
}
@media (max-width: 766px){  /*// スマホ //*/
  .dairiten .under_agreement_content {
    padding: 40px 20px;
  }
  .under-middle .dairiten .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .under_dairiten_content {
    padding: 60px 15px;
  }
  .under_dairiten_content .dairiten_contents {
    padding: 20px 15px;
    font-size: 1rem;
    line-height: 21px;
  }
  .under_dairiten_content .dairiten_contents h4 {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/**
/************************************ フッター */

footer {
  background: #fff;
  padding: 35px 0 0;
}
footer .footer {
  margin: auto;
}
footer .footer .f_top_content {
  /* justify-content: space-between; */
  align-items: center;
}
footer .footer .f_top_content .f_recruitment {
  border: 1px solid #005EAE;
  color: #005EAE;
  font-size: 1.5rem;
  font-family: "FOT-ロダンNTLG Pro B","RodinNTLGPro-B";
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .footer .f_top_content .f_recruitment1 svg {
  vertical-align: sub!important;

}
footer .footer .f_top_content .f_recruitment1 svg path {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .footer .f_top_content .f_recruitment:hover {
  background: #005EAE;
}
footer .footer .f_top_content .f_recruitment:hover span {
  color: #ffffff
}
footer .footer .f_top_content .f_recruitment:hover svg path,
footer .footer .f_top_content .f_recruitment:hover svg rect,
footer .footer .f_top_content .f_recruitment:hover svg polyline {
  fill: #fff;
  stroke: #005EAE
}
footer .footer .f_top_content .f_recruitment span {
  transform: skewX(-20deg);
  display: inline-block;
  margin-left: 5px;
  color: #005EAE
}

footer .footer .f_top_content .f_recruitment svg {
  vertical-align: text-bottom;
}
footer .footer .f_top_content ul {
  display: inline-block;
}
footer .footer .f_top_content ul li {
  display: inline-block;
  border-left: 1px solid #4E4D4D;
  padding: 5px 20px;
}
footer .footer .f_top_content ul li:last-child {
  border-right: 1px solid #4E4D4D;
}

footer .footer .f_midle_content {
  position: relative;
  margin-top: 25px;
  margin-bottom: 35px;
}
footer .footer .f_midle_content .f_midle_text {
  display: inline-block;
  margin-left: 10px;
}
.f_midle_content h2 img {
  height: 20px;
}
footer .footer .f_midle_content h2 span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
footer .footer .f_midle_content .access {
  font-size: 1.1rem;
  display: inline-block;
  margin-right: 40px;
}
footer .footer .f_midle_content .jetkun {
  position: absolute;
  right: 0;
  bottom: 0
}

.copy {
  display: table;
width: 100%;
text-align: center;
}
.copy span {
  display: table-cell;
  background: #005EAE;
  color: #fff;
    vertical-align: middle;
    height: 75px;
}
@media (min-width: 767px) {/*// PC //*/
  footer .footer {
    max-width: 1100px;
  }
  footer .footer .f_top_content {
    display: flex;
  }
  footer .footer .f_top_content ul {
    margin-left: 2rem;
  }
  footer .footer .f_top_content .f_recruitment {
    width: 230px;
  }
  footer .footer .f_top_content .f_recruitment1 {
    width: 250px!important;
  }
  footer .footer .f_top_content ul{
    width: calc(100% - 520px);
  }
  /* .f_midle_content h2 {
    margin-bottom: -70px;
  } */
  .f_midle_content .privacy_img {
    position: absolute;
    bottom: 0;
    width: 100px;
    right: 260px;
    margin-left: -20px;
  }
  .f_midle_content .privacy_img2 {
    position: absolute;
    bottom: 0;
    right: 150px;
    width: 90px;
    margin-left: 67px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  footer .footer {
    max-width: 950px;
  }
  .f_midle_content .ipad {
    display: inline-block!important;
  }
  .f_midle_content .mv {
    display: none
  }
  footer .footer .f_midle_content .f_midle_text {
    width: calc(100% - 218px);
    vertical-align: top;
  }
  footer .footer .f_midle_content .f_midle_text img {
    display: block;
  }
  footer .footer .f_midle_content .access {
        padding-bottom: 80px;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  footer {
    padding: 30px 0 0;
  }
  footer .footer {
    padding: 0px 20px;
  }
  footer .footer .f_top_content .f_recruitment {
    font-size: 4.3vw;
  }
  footer .footer .f_top_content .f_recruitment1 {
    margin-bottom: 15px;
  }
  footer .footer .f_top_content ul li {
    font-size: 2.9vw;
    margin-top: 30px;
  }
  footer .footer .f_midle_content .access {
    font-weight: 500
  }
  .f_midle_content .f_logo {
    height: 60px;
  }
  .f_midle_content h2 {
    width: calc(100% - 157px);
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    margin-top: -22px;
  }
  footer .footer .f_midle_content h2 span {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  footer .footer .f_midle_content .f_midle_text {
    margin-left: 0;
    margin-top: -6px;
  }
  footer .footer .f_midle_content .access {
    margin-bottom: 20px;
  }
  footer .footer .privacy_img {
        width: calc(28%);
  }
  footer .footer .privacy_img2 {
        width: calc(22%);
  }
}


/************************************ Single */

.news .news_articles {
  padding: 100px 0;
}
/* .news .news_articles .all {
  display: flex;
  justify-content: space-between;
} */

.news .news_articles .all .n_section .n_contents {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}
.news .news_articles .all .n_section .n_contents:nth-child(even) {
  margin-right: 0
}
.news .news_articles .all .n_section .n_contents:last-child {
  margin-bottom: 0
}
.news .news_articles .all .n_section .n_contents .news-thumb {
  width: 160px;
  display: inline-block;
  overflow: hidden;
  height: 150px;
  text-align: center;
  background: #E6E6E5
}
.news .news_articles .all .n_section .n_contents .news-thumb img {
    width: 137px;
    height: 150px;
}
.news .news_articles .all .n_section .n_contents .news-thumb img {
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news_articles .all .n_section .n_contents .news-thumb div {
	background-color: #E6E6E5;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:0;
  padding-top: 100%;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news_articles .all .n_section .n_contents .news-thumb div {
	background-color: #E6E6E5;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:0;
  padding-top: 100%;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.news .news_articles .all .n_section .n_contents .news_text_content {
  height: 120px;
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  background: #FCFCFC;
}
.news .news_articles .all .n_section .n_contents .n_tit,
.n_single h1 {
  font-size: 1.2rem;
  color: #005EAE;
  margin-bottom: 7px;
  display: block;
}
.news .news_articles .all .n_section .n_contents .date,
.n_single .date {
  display: block;
  font-weight: 300;
  font-size: 1.15rem;
}

.news_cp .news .news_articles .all {
  display: block;
}
.news_cp .n_content {
  width: calc(100%)
}
.news_cp .n_single h1 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_cp .n_single .n_single_text {
  line-height: 24px;
}
.news_cp .n_single .n_single_text img {
  padding-top: 20px;
}
.news_cp .news .news_articles .top_btn {
  display: block;
    text-align: center;
    margin-top: 40px;
}
.news_cp .news .news_articles .btn_more {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: .3em 2.1em;
  letter-spacing: 5px;
  border: 1px solid #005EAE;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.news_cp .news .news_articles .top_btn .btn_more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(0,94,174, .3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.news_cp .news .news_articles .top_btn .btn_more:hover::after {
  animation: circle 1s;
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 767px) {/*// PC //*/
  .news .news_articles .all .n_section {
    display: flex;
    flex-wrap: wrap;
  }
  .news .news_articles .all .n_section .n_contents {
    width: calc((100% / 2) - 10px);
  }
  .news .news-item {
    display: flex;
    justify-content: space-between;
  }
  .news .news_articles .all .n_section .n_contents .news_text_content {
    width: calc(100% - 220px);
  }
  .news .news_articles .all .n_section .n_contents .news-item:hover {
    opacity: .8
  }
  .news .news_articles .all .n_section .n_contents .news-item:hover .news-thumb img,
  .news .news_articles .all .n_section .n_contents .news-item:hover .news-thumb div {
    transform: scale(1.05);
    opacity: 1;
  }
}
@media (min-width: 767px) and (max-width: 1024px) { /*// ipad //*/
  .news .news_articles .all .n_section .n_contents .news_text_content {
    max-height: 156px;
    height: auto;
  }
  .news .news_articles .all .n_section .n_contents .news-thumb {
    height: 185px;
  }
  .news .news_articles .all .n_section .n_contents .news-thumb img {
    height: 185px;
  }
  .news .news_articles .all .n_section .n_contents .news-thumb div {
    padding-top: 185px;
  }
}
@media (max-width: 766px){  /*// スマホ //*/
  .news .news_articles {
    padding: 40px 0px;
  }
  .under-middle .news .under_h2 {
    background: url(../images/setudan_bg_mv.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  .news .news_articles .all .n_section .n_contents .news_text_content {
    width: calc(100% - 140px);
    padding: 15px 20px;
    height: auto;
  }
  .news .news_articles .all .n_section .n_contents {
    display: block;
    margin-right: 0
  }
  .news .news_articles .all .n_section .n_contents .news-thumb div {
    padding-top: 150px;
  }

  .news .news_articles .all .n_section .n_contents .news-thumb {
    width: 130px;
  }
  .news .news_articles .all .n_section .n_contents .news-thumb img {
    width: 105px;
    height: 150px;
  }
  .news .news_articles .all .n_section .n_contents .news-item {
    display: flex;
  }
  .news .news_articles .all .n_section .n_contents .n_tit {
    margin-top: 10px;
    margin-bottom: 0
  }

}

/************************************ ページネーション */

.n_nav {
  text-align: center;
  display: block;
width: calc(100%);
}
.wp-pagenavi {
  display: block;
  text-align: center;
  padding-top: 55px;
}
.wp-pagenavi a {
  color: #858585;
  border: none!important;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.wp-pagenavi a:hover {
  color: #000000;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span {
  margin: 0 10px;
}
.wp-pagenavi span.current {
  border: 0;
  background: #005EAE!important;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}
.wp-pagenavi a {
  background: #E6E6E6!important;
  color: #000!important;
  border: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 2px 5px!important;
  line-height: 2.3;
}
.wpcf7-spinner {
	position: absolute!important;
}

/************************************ 英語の時 */

.translated-ltr .under_nav .header .dropdwn .person::before,
.translated-ltr nav.animate .header .dropdwn .person::before {
  right: 48.6%;
}
.translated-ltr .under_wj_sec4 .wj_sec4_imgcontents .wj_sec4_imgcontent {
    height: 690px;
    letter-spacing: 0;
  }
.translated-ltr footer .footer .f_top_content .f_recruitment {
  font-size: 1.2rem;
}
.translated-ltr footer .footer .f_top_content ul li {
      font-size: 0.9rem;
}
