@charset "utf-8";
/*1.共通設定
======================================*/
:root {
  --primary-font-family: "Helvetica Neue", HelveticaNeue, YuGothic, "TazuganeGothicStdN-Light", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --strong-font-family: "Helvetica Neue", HelveticaNeue, YuGothic, "TazuganeGothicStdN-Medium","Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --input-font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-family01: "DINNextLTPro-Medium", "TazuganeGothicStdN-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --font-family02: "DINNextLTPro-Regular", "TazuganeGothicStdN-Light", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --font-family03: "DINNextLTPro-UltraLight", "TazuganeGothicStdN-Light", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --font-family04: 'Heebo', "TazuganeGothicStdN-Light", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --gradient : linear-gradient(60deg, rgba(35,169,202,1) 0%, rgba(42,140,221,1) 100%);
  --gradient02 : linear-gradient(90deg, rgba(35,169,202,1) 60%, rgba(42,140,221,1) 100%);
}
* {
  color: #333333;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: var(--primary-font-family);
  font-feature-settings : "palt";
  letter-spacing: 0.15em;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-display: swap;
  line-height: 1.8;
  position: relative;
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #2a8cdd;
}
@media screen and (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  a:hover > img {
    opacity: 1;
  }
}
b, strong {
  font-family: var(--strong-font-family);
}

/*2.レイアウト
======================================*/
/* ====================================
Layout
====================================== */
/* CSS animation */
/*--
.-fadein {
  opacity: 0;  
}
.-translete {
  opacity: 0;  
  transform : translate(0, -20px);
}
.-blur {
  opacity: 0;  
}
.fv-fadein {  
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out 1.5s forwards;
}
.fv-translete {  
  opacity: 0;
  animation: translete 0.8s ease-in-out 1.5s forwards;
}
.fv-blur {  
  opacity: 0;
  animation: blur 0.8s ease-in-out 1.5s forwards;
}
.js-effect__fade {
  animation: fadeIn 1s ease-in-out 0.5s forwards;
}
.effect-group div:nth-of-type(2).js-effect__fade,
.effect-group > div:nth-of-type(2) .js-effect__fade{
  animation: fadeIn 1s ease-in-out 1.0s forwards;
}
.effect-group div:nth-of-type(3).js-effect__fade,
.effect-group > div:nth-of-type(3) .js-effect__fade {
  animation: fadeIn 1s ease-in-out 1.5s forwards;
}
.effect-group div:nth-of-type(4).js-effect__fade,
.effect-group > div:nth-of-type(4) .js-effect__fade {
  animation: fadeIn 1s ease-in-out 2.0s forwards;
}
.effect-group div:nth-of-type(5).js-effect__fade,
.effect-group > div:nth-of-type(5) .js-effect__fade {
  animation: fadeIn 1s ease-in-out 2.5s forwards;
}
.effect-group div:nth-of-type(6).js-effect__fade,
.effect-group > div:nth-of-type(6) .js-effect__fade {
  animation: fadeIn 1s ease-in-out 3.0s forwards;
}
.js-effect__translete {
  animation: translete 1s ease-in-out 0.5s forwards;
}
.effect-group div:nth-of-type(2).js-effect__translete,
.effect-group > div:nth-of-type(2) .js-effect__translete {
  animation: translete 1s ease-in-out 1.0s forwards;
}
.effect-group div:nth-of-type(3).js-effect__translete,
.effect-group > div:nth-of-type(3) .js-effect__translete {
  animation: translete 1s ease-in-out 1.5s forwards;
}
.effect-group div:nth-of-type(4).js-effect__translete,
.effect-group > div:nth-of-type(4) .js-effect__translete {
  animation: translete 1s ease-in-out 2.0s forwards;
}
.effect-group div:nth-of-type(5).js-effect__translete,
.effect-group > div:nth-of-type(5) .js-effect__translete {
  animation: translete 1s ease-in-out 2.5s forwards;
}
.effect-group div:nth-of-type(6).js-effect__translete,
.effect-group > div:nth-of-type(6) .js-effect__translete {
  animation: translete 1s ease-in-out 3.5s forwards;
}
.effect-group div:nth-of-type(7).js-effect__translete,
.effect-group > div:nth-of-type(7) .js-effect__translete {
  animation: translete 1s ease-in-out 4.0s forwards;
}
.effect-group div:nth-of-type(8).js-effect__translete,
.effect-group > div:nth-of-type(8) .js-effect__translete {
  animation: translete 1s ease-in-out 4.5s forwards;
}
.effect-group div:nth-of-type(9).js-effect__translete,
.effect-group > div:nth-of-type(9) .js-effect__translete {
  animation: translete 1s ease-in-out 5.0s forwards;
}
.js-effect__blur {
  animation: blur 1s ease-in-out 0.5s forwards;
}
.effect-group div:nth-of-type(2).js-effect__blur,
.effect-group > div:nth-of-type(2) .js-effect__blur {
  animation: blur 1s ease-in-out 1.0s forwards;
}
.effect-group div:nth-of-type(3).js-effect__blur,
.effect-group > div:nth-of-type(3) .js-effect__blur {
  animation: blur 1s ease-in-out 1.5s forwards;
}
.effect-group div:nth-of-type(4).js-effect__blur,
.effect-group > div:nth-of-type(4) .js-effect__blur {
  animation: blur 1s ease-in-out 2.0s forwards;
}
.effect-group div:nth-of-type(5).js-effect__blur,
.effect-group > div:nth-of-type(5) .js-effect__blur {
  animation: blur 1s ease-in-out 2.5s forwards;
}
.effect-group div:nth-of-type(6).js-effect__blur,
.effect-group > div:nth-of-type(6) .js-effect__blur {
  animation: blur 1s ease-in-out 3.0s forwards;
}
.effect-group div:nth-of-type(7).js-effect__blur,
.effect-group > div:nth-of-type(7) .js-effect__blur {
  animation: blur 1s ease-in-out 3.5s forwards;
}
.effect-group div:nth-of-type(8).js-effect__blur,
.effect-group > div:nth-of-type(8) .js-effect__blur {
  animation: blur 1s ease-in-out 4.0s forwards;
}
.effect-group div:nth-of-type(9).js-effect__blur,
.effect-group > div:nth-of-type(9) .js-effect__blur {
  animation: blur 1s ease-in-out 4.5s forwards;
}
--*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translete {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform : translate(0, 0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur02 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 0.4;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
/* mv-catch */
@keyframes mv-catch-obj {
  0% { 
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translate( -20% , 0 );
  }
  30% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , 0 );
  }
  70% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , 0 );
  }
  100% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , 0 );
  }
}
@keyframes mv-catch-obj-other {
  0% { 
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv-news-chara {
  0% { 
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translate( 0 , -120px );
  }
  70% { 
    opacity: 0.3;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -174px );
  }
  100% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -154px );
  }  
}
@keyframes mv-news-chara02 {
  0% { 
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translate( 0 , -134px );
  }
  70% { 
    opacity: 0.3;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -154px );
  }
  100% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -121px );
  }  
}
@keyframes mv-news-chara03 {
  0% { 
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translate( 0 , -104px );
  }
  70% { 
    opacity: 0.3;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -124px );
  }
  100% { 
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
    transform: translate( 0 , -91px );
  }   
}

/*Layout*/
#l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* openning */
.p-start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
  background: #333;
}
.p-start .p-start__inner {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 100000;
  width: 50%;
	max-width: 500px;
}
.p-start .p-start__img {
	width: 500px;
	height: auto;
}
.p-start-svg {
  width: 100%;
}
.p-start-svg__obg01,
.p-start-svg__obg02,
.p-start-svg__obg03 {    
	stroke: #fff;
	fill: #fff;
	fill-opacity: 0;
	stroke-width: 1;
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
}
.p-start-svg__obg01 {
	-webkit-animation: svg-line01 2s ease-in 0s forwards;
	animation: svg-line01 2s ease-in 0s forwards;
}
.p-start-svg__obg02 {
	-webkit-animation: svg-line01 2s ease-in 0s forwards;
	animation: svg-line01 2s ease-in 0s forwards;
}
.p-start-svg__obg03 {
	-webkit-animation: svg-line02 2s ease-in 0s forwards;
	animation: svg-line02 2s ease-in 0s forwards;
}

/* header */
.l-header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  animation: blur 1.0s ease-in-out 0.5s forwards;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-header.-show {
  animation: blur 0.8s ease-in-out 5.1s forwards;
}
#sub .l-header {
  animation: blur 1.0s ease-in-out 1.0s forwards;
}
.l-header-logo {
  position: absolute;
  width: 130px;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.-transform .l-header-logo {
  width: 100px;
  height: inherit;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.l-header-logo_img {
  width: 100%;
  height: auto;
  display: block;
}
.l-header-info {
  position: absolute;
  top: 35px;
  right: 35px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.-transform .l-header-info {
  top: 20px;
  right: 20px;
}
.l-header-menu {
  width: 50px;
  height: 50px;
}
.l-header-menu a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family01);
  line-height: 1.0;
  padding: 2px 0 0 1px;
  letter-spacing: 0.1em;
}
.-black .l-header-menu a {
  border: 1px solid #2a8cdd;
  color: #2a8cdd;
}
.l-header-menu a:hover {
  background: #fff;
  color: #2a8cdd;
}
.-black .l-header-menu a:hover {
  background: #2a8cdd;
  color: #fff;
}
.l-header-contact {
  width: 200px;
  margin-right: 10px;
}
.l-header-contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  height: 50px;
  background: rgb(35,169,202);
  background: var(--gradient);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  padding-left: 70px;
  position: relative;
  text-decoration: none;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 10px rgba(00,00,00,0.1));
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-header-contact a:hover {
  padding-left: 75px;
  filter: drop-shadow(0px 0px 15px rgba(00,00,00,0.2));
}
.l-header-contact a:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #95dbef;
  top: 50%;
  left: 20px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-header-contact a:hover:before {
  width: 40px;
}
.l-header-nav {
  margin-right: 35px;
}
.l-header-nav__ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;  
}
.l-header-nav__li {
  margin: 0 15px;
}
.l-header-nav__li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 20px;
  position: relative;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-family: var(--strong-font-family);
}
.-black .l-header-nav__li a {
  color: #2a8cdd;
}
.l-header-nav__li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 50%;
  bottom: 0;
  background: #fff;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.-black .l-header-nav__li a:before {
  background: #2a8cdd;
}
.l-header-nav__li a:hover:before {
  height: 20px;
  bottom: -10px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    margin-right: 10px;
  }
  .l-header-nav__li {
    margin: 0 10px;
  }
  .l-header-nav__li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header-logo {
    width: 110px;
  }
  .l-header-logo_img {
    width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .l-header-logo {
    width: 90px;
    top: 20px;
    left: 20px;
  }
  .-transform .l-header-logo {
    width: 90px;
  }
  .l-header-info {
    top: 15px;
    right: 15px;
  }
  .-transform .l-header-info {
    top: 15px;
    right: 15px;
  }
  .l-header-menu a {
    font-size: 1.1rem;
  }
}

/* footer */
.l-footer {
  background: linear-gradient( 125deg, rgba(48,201,246,1) 0%, rgba(10,125,220,1) 100% ) ;
  position: relative;
}
.l-footer:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 900px;
  height: 482px;
  background: url("../images/logo-w.svg") no-repeat 0 0;
  background-size: cover;
  opacity: 0.1;
}
.l-footer:after {
  position: absolute;
  content: "";
  right: 50px;
  top: 50px;
  width: 718px;
  height: 383px;
  background: url("../images/l-footer-txt.png") no-repeat 0 0;
  z-index: -1;
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 100px 0;
  height: 600px;
}
.l-footer-info {
  width: 37%;
}
.l-footer-logo {
  width: 130px;
}
.l-footer-logo img {
  width: 100%;
  height: auto;
}
.l-footer-company {
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-footer-company__name {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.l-footer-company__add {
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2px;  
}
.l-footer-company__map {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 2px 12px 2px 27px;
  background: url("../images/icon-map-w.svg") no-repeat 10px center;
  background-size: 11px auto;
  font-size: 1.2rem;
  text-decoration: none;
  margin-left: 10px;
  color: #fff;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  letter-spacing: 0.15em;
}
.l-footer-company__map:hover {
  background: url("../images/icon-map-b.svg") no-repeat 10px center #fff;
  background-size: 11px auto;
  color: #2a8cdd;
}
.l-footer-company__tel {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family02);
}
.l-footer-company__tel span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family02);
  display: inline-block;
  margin-right: 5px;
}
.l-footer-company__tel span:last-child {
  margin-left: 5px;
}
.l-footer-link {
  width: 63%;
  display: flex;
  justify-content: flex-end;
}
.l-footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
}
.l-footer-nav__ul {
  margin-top: 20px;
}
.l-footer-nav__ul:first-child {
  width: 150px;
}
.l-footer-nav__ul:nth-child(2) {
  width: 250px;
}
.l-footer-nav__li {
  margin-bottom: 30px;
}
.l-footer-nav__li a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 1.2;
}
.l-footer-nav__li a:hover {
  padding: 0 0 0 30px;
}
.l-footer-nav__li a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 17px;
  top: calc( 50% - 8 );
  left: 0;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-footer-nav__li a:hover:before {
  left: 5px;
}
.l-footer-nav__li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  transform: skew( 35deg, 0 );
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: 7px;
  left: 5px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-footer-nav__li a:hover:after {
  left: 10px;
}
.l-footer-nav__contact {
  width: 100%;
  max-width: 210px;
}
.l-footer-nav__contact a {
  display: flex;
  align-items: center;
  padding: 0 0 0 70px;
  color: #fff;
  font-weight: 700;
  font-family: var(--strong-font-family);
  width: 100%;
  height: 50px;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-footer-nav__contact a:hover {
  padding: 0 0 0 75px;
  color: #2a8cdd;
  background: #fff;
}
.l-footer-nav__contact a:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 20px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.l-footer-nav__contact a:hover:before {
  background: #2a8cdd;
  width: 40px;
}
.l-footer-copy {
  position: absolute;
  right: 0;
  bottom: 100px;
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
}
@media screen and (max-width: 1620px) {
  .l-footer-company__map {
    margin: 5px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer:before {
    width: calc( 900 / 1200 * 100vw );
    height: calc( 482 / 1200 * 100vw );
  }
  .l-footer:after {
    width: calc( 718 / 1200 * 100vw );
    height: calc( 383 / 1200 * 100vw );/*1.87*/
    background: url("../images/l-footer-txt.png") no-repeat 0 0;
    background-size: cover;
  }
  .l-footer__wrap {
    padding: 50px 0;
    height: 500px;
  }
  .l-footer-info {
    width: 30%;
  }
  .l-footer-company__name {
    font-size: 1.6rem;
  }
  .l-footer-company__tel {
    font-size: 1.8rem;
  }
  .l-footer-company__tel span {
    font-size: 1.2rem;
  }
  .l-footer-company__tel span:last-child {
    margin-left: 0;
  }
  .l-footer-link {
    width: 70%;
  }
  .l-footer-nav {
    max-width: 550px;
  }
  .l-footer-nav__ul:first-child {
    width: 100px;
  }
  .l-footer-nav__ul:nth-child(2) {
    width: 220px;
  }
  .l-footer-nav__li {
    margin-bottom: 20px;
  }
  .l-footer-nav__li a {
    font-size: 1.5rem;
  }
  .l-footer-nav__contact {
    max-width: 200px;
  }
  .l-footer-nav__contact a {
    font-size: 1.4rem;
  }
  .l-footer-copy {
    bottom: 55px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-copy {
    font-size: 1.3rem;
  }
  .l-footer__wrap {
    display: block;
    padding: 50px 0 30px;
    height: inherit;
  }
  .l-footer-info {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer-logo {
    width: 100px;
    margin: 0 auto 30px;
  }
  .l-footer-company {
    position: static;
    text-align: center;
  }
  .l-footer-company__name {
    font-size: 1.5rem;
  }
  .l-footer-company__add {
    font-size: 1.3rem;
  }
  .l-footer-company__map {
    font-size: 1.1rem;
    margin: 20px 0;
  }
  .l-footer-link {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .l-footer-company__tel span {
    margin-right: 0;
  }
  .l-footer-nav {
    max-width: inherit;
  }
  .l-footer-nav__ul {
    width: 48.5%;
  }
  .l-footer-nav__contact {
    margin: 0 0 0 auto;
  }
  .l-footer-copy {
    position: static;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .l-footer:after {
    right: calc( 50 / 769 * 100vw );
    top: calc( 50 / 769 * 100vw );
    width: calc( 600 / 769 * 100vw );
    height: calc( 320 / 769 * 100vw );/*1.87*/
  }
  .l-footer-nav {
    display: inline-block;
  }
  .l-footer-nav__ul:first-child {
    width: inherit;
  }
  .l-footer-nav__ul:nth-child(2) {
    width: inherit;
    margin-bottom: 40px;
  }
  .l-footer-nav__contact {
    margin: 20px auto;
  }
}

/* ====================================
Component
====================================== */
/*--wrap--*/
.c-cont__f {
  margin: 0 20px;
}
.c-cont__ll {
  margin: 0 100px;
}
.c-cont__l {
  max-width: 1620px;
  margin: 0 auto;
}
.c-cont__m {
  max-width: 1200px;
  margin: 0 auto;
}
.c-cont {
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1720px) {
  .c-cont__ll,
  .c-cont__l {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1300px) {
  .c-cont__m {
    margin: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-cont__ll,
  .c-cont__l,
  .c-cont__m {
    margin: 0 30px;
  }
  .c-cont {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 769px) {
  .c-cont__ll,
  .c-cont__l,
  .c-cont__m {
    margin: 0 20px;
  }
  .c-cont__f .c-cont__ll,
  .c-cont__f .c-cont__l,
  .c-cont__f .c-cont__m{
    margin: 0;    
  }
  .c-cont {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.c-line:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 0;
  width: calc( 100% - 40px );
  height: 1px;
  background: #dbd9d9;
}

/*--c-page-ttl--*/
.c-page-ttl {
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 50px;
  /*opacity: 0;
  animation: blur 1.0s ease-in-out 0s forwards;*/
}
.about .c-page-ttl {
  background: url("../images/about-img.jpg") no-repeat center center;
  background-size: cover;
}
.company .c-page-ttl {
  background: url("../images/company-img.jpg") no-repeat center center;
  background-size: cover;
}
.service .c-page-ttl {
  background: url("../images/service-img.jpg") no-repeat center center;
  background-size: cover;
}
.contact .c-page-ttl {
  background: url("../images/contact-img.jpg") no-repeat center center;
  background-size: cover;
}
.works .c-page-ttl {
  background: url("../images/works-img.jpg") no-repeat center center;
  background-size: cover;
}
.news .c-page-ttl {
  background: url("../images/news-img.jpg") no-repeat center center;
  background-size: cover;
}
.c-page-ttl__en {
  font-size: 7.0rem;
  font-family: var(--font-family01);
  color: #fff;
  line-height: 1.0;
  /*opacity: 0;
  animation: blur 1.0s ease-in-out 1.5s forwards;*/
}
.c-page-ttl__jp {
  font-size: 2.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
  /*opacity: 0;
  animation: blur 1.0s ease-in-out 1.5s forwards;*/
}
@media screen and (max-width: 1200px) {
  .c-page-ttl {
    height: 400px;
  }
  .c-page-ttl__en {
    font-size: 6.0rem;
  }
  .c-page-ttl__jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .c-page-ttl {
    height: 350px;
  }
  .c-page-ttl__en {
    font-size: 5.0rem;
  }
  .c-page-ttl__jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 769px) {
  .c-page-ttl {
    height: 250px;
    padding-top: 30px; 
  }
  .c-page-ttl__en {
    font-size: 3.5rem;
  }
  .c-page-ttl__jp {
    font-size: 1.4rem;
  }
}

/*--pankuzu--*/
.c-breadcrumb {
  position: absolute;
  left: 100px;
  bottom: 30px;
  /*opacity: 0;
  animation: blur 1.0s ease-in-out 2.2s forwards;*/
}
.c-breadcrumb-ul {
}
.c-breadcrumb-ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
}
.c-breadcrumb-ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  width: 10px;
  height: 1px;
  background: #fff;
}
.c-breadcrumb-ul li:first-child {
  margin: 0 20px 0 0;
  padding-top: 3px;
}
.c-breadcrumb-ul li:first-child a {
  text-decoration: none;
  letter-spacing: 0.01em;
}
.c-breadcrumb-ul li:first-child img {
  width: 13px;
  height: auto;
  display: block;
}
.c-breadcrumb-ul li:last-child {
	margin: 0;
}
.c-breadcrumb-ul li:last-child:before {
	display: none;
}
.c-breadcrumb-ul li span {
	display: block;
	font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
}
.c-breadcrumb-ul li span a {
	display: block;
	font-size: 1.4rem;
  line-height: 1.0;
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 1720px) {
  .c-breadcrumb {
    left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-breadcrumb {
    left: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .c-breadcrumb {
    left: 20px;
    bottom: 10px;
  }
  .c-breadcrumb-ul li:before {
    top: calc( 50% + 4px );
  }
  .c-breadcrumb-ul li:first-child {
    padding-top: 8px;
  }
  .c-breadcrumb-ul li span {
    font-size: 1.2rem;
  }
  .c-breadcrumb-ul li span a {
    font-size: 1.2rem;
  }
}

/*--Btn--*/
.c-btn-area {
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  margin: 0 auto;
}
.c-btn__l {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.c-btn__m {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .c-btn-area {
    display: block;
    max-width: 610px;
    margin: 0 auto;
  }
  .c-btn__l {
    max-width: 300px;
    margin: 0 auto;
  }
  .c-btn__m {
    max-width: 250px;
    margin: 0 auto;
  }
  .c-btn-area p:first-child {
    margin-bottom: 10px;
  }
}

.c-btn a {
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
  letter-spacing: 0.2em;
  border-radius: 50px;
  background: var(--gradient);
  filter: drop-shadow(0px 0px 10px rgba(00,00,00,0.1));
  line-height: 1.4;
}
.c-btn a:hover {
  filter: drop-shadow(0px 0px 15px rgba(00,00,00,0.3));
}
.c-btn a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 17px;
  top: calc( 50% - 8 );
  right: 20px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-btn a:hover:before {
  right: 15px;
}
.c-btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  transform: skew( 35deg, 0 );
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: calc( 50% - 2px );
  right: 26px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-btn a:hover:after {
  right: 21px;
}

@media screen and (max-width: 769px) {
  .c-btn a {
    height: 50px;
    font-size: 1.3rem;
  }
  .c-btn a:before {
    right: 15px;
  }
  .c-btn a:after {
    right: 21px;
  }
}

.c-btn-w a {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
.c-btn-w a:hover {
  color: #2a8cdd;
  background: #fff;
}
.c-btn-w a:before {
  border: 1px solid #fff;
}
.c-btn-w a:hover:before {
  border: 1px solid #2a8cdd;
}
.c-btn-w a:after {
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
}
.c-btn-w a:hover:after {
  border: 1px solid #2a8cdd;
  border-left: none;
  border-top: none;
}

.c-btn-w a {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
.c-btn-w a:hover {
  color: #2a8cdd;
  background: #fff;
}
.c-btn-w a:before {
  border: 1px solid #fff;
}
.c-btn-w a:hover:before {
  border: 1px solid #2a8cdd;
}
.c-btn-w a:after {
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
}
.c-btn-w a:hover:after {
  border: 1px solid #2a8cdd;
  border-left: none;
  border-top: none;
}
.c-btn-g a {
  color: #fff;
  background: url("../images/icon-out-w.png") no-repeat right 20px center #445461;
}
.c-btn-g a:hover {
  background: url("../images/icon-out-w.png") no-repeat right 20px center #2b3b48;
}
.c-btn-g a:before,
.c-btn-g a:after{
  display: none;
}


/* c-page-link */
.c-page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.c-page-link__btn {
  width: 50%;
  height: 300px;
  border-right: 1px solid #fff;
  background: #2a8cdd;
}
.c-page-link__btn a {
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-page-link__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}
.c-page-link__inner:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  border: 1px solid #fff;
  top: calc( 50% - 2px );
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transform-origin: center center; 
}
.c-page-link__btn:first-child .c-page-link__inner:before {
  transform: skew( -60deg, 0 );
  left: 60px;
  border-right: none;
  border-top: none;
}
.c-page-link__btn:last-child .c-page-link__inner:before {
  transform: skew( 60deg, 0 );
  right: 60px;
  border-left: none;
  border-top: none;
}
.c-page-link__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  z-index: -1;
  transition: all 1s;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0.3;
}
.c-page-link__inner:hover:after {
  transform: scale(1.05);
  opacity: 0.6;
}
.-about .c-page-link__inner.lazyloaded:after {
  background: url("../images/underlink-about.jpg") no-repeat center center;
  background-size: cover;
}
.-works .c-page-link__inner.lazyloaded:after {
  background: url("../images/underlink-works.jpg") no-repeat center center;
  background-size: cover;
}
.-service .c-page-link__inner.lazyloaded:after {
  background: url("../images/underlink-service.jpg") no-repeat center center;
  background-size: cover;
}
.c-page-link__txt {
  text-align: center;
  padding-top: 10px;
}
.c-page-link__en {
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--font-family01);
}
.c-page-link__jp {
  color: #fff;
  font-size: 3.0rem;
  font-family: var(--strong-font-family);
}
@media screen and (max-width: 1200px) {
  .c-page-link__btn {
    height: 250px;
  }
  .c-page-link__inner {
    height: 250px;
  }
  .c-page-link__inner:before {
    width: 40px;
    height: 6px;
  }
  .c-page-link__btn:first-child .c-page-link__inner:before {
    left: 40px;
  }
  .c-page-link__btn:last-child .c-page-link__inner:before {
    right: 40px;
  }
  .c-page-link__en {
    font-size: 1.1rem;
  }
  .c-page-link__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 769px) {
  .c-page-link {
    margin-bottom: 50px;
  }
  .c-page-link__btn {
    height: 180px;
    background: #2a8cdd;
    overflow: hidden;
  }
  .c-page-link__inner {
    height: 180px;
  }
  .c-page-link__inner:before {
    width: 30px;
    height: 4px;
  }
  .c-page-link__btn:first-child .c-page-link__inner:before {
    left: 20px;
  }
  .c-page-link__btn:last-child .c-page-link__inner:before {
    right: 20px;
  }
  .c-page-link__inner:after {
    height: 180px;
  }
  .c-page-link__jp {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 550px) {
  .c-page-link {
    display: block;
  }
  .c-page-link__btn {
    width: 100%;
    height: 120px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .c-page-link__inner {
    height: 120px;
  }
  .c-page-link__inner:after {
    height: 120px;
  }
}


/*--c-menu--*/
.c-menu-trigger,
.c-menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
}
.c-menu-trigger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #fff;
  font-family: var(--font-family02);
  line-height: 1.0;
  padding: 2px 0 0 1px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.c-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-menu-trigger span:nth-of-type(1) {
  top: 25px;
  left: 10px;
  width: 30px;
  -webkit-transform: translateY(0) rotate(-20deg);
  transform: translateY(0) rotate(-20deg);
}
.c-menu-trigger span:nth-of-type(2) {
  display: none;
}
.c-menu-trigger span:nth-of-type(3) {
  top: 25px;
  left: 10px;
  width: 30px;
  -webkit-transform: translateY(-0) rotate(20deg);
  transform: translateY(-0) rotate(20deg);
}
.c-menu-trigger.active span:nth-of-type(1), .dl-close .c-menu-trigger span:nth-of-type(1) {
  top: 25px;
  left: 10px;
  width: 30px;
  -webkit-transform: translateY(0) rotate(-20deg);
  transform: translateY(0) rotate(-20deg);
}
.c-menu-trigger.active span:nth-of-type(2), .dl-close .c-menu-trigger span:nth-of-type(2) {
  display: none;
}
.c-menu-trigger.active span:nth-of-type(3), .dl-close .c-menu-trigger span:nth-of-type(3) {
  top: 25px;
  left: 10px;
  width: 30px;
  -webkit-transform: translateY(-0) rotate(20deg);
  transform: translateY(-0) rotate(20deg);
}

/*--c-dl-menu--*/
.c-dl-menu {
	display:none;
	width: 100vw;
	position:fixed;
	top: 0;
	right: 0;
	z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
  background: url("../images/dl-img.jpg") no-repeat center center;
  background-size: cover;
	overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}
.c-dl-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
.c-dl-close a:hover {
  background: #fff;
}
.c-dl-close a:hover span {
  background: #2a8cdd;
}
.c-dl-menu__wrap {
  max-width: 600px;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(42, 140, 221, 0.95);
  margin-left: auto;
  padding: 50px 100px;
}
.c-dl-menu__logo {
  width: 180px;
  margin-bottom: 100px;
}
.c-dl-menu__logo img {
  width: 100%;
  height: auto;
}
.c-dl-menu__name {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.c-dl-menu__add {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 15px;  
}
.c-dl-menu-btn__tel {
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-bottom: 10px;
}
.c-dl-menu-btn__tel a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
  font-family: var(--font-family01);
}
.c-dl-menu-btn__tel span {
  color: #fff;
  font-size: 1.2rem;
}
.c-dl-menu__nav {
  margin-bottom: 70px;
}
.c-dl-menu__li {
  margin-bottom: 30px;
}
.c-dl-menu__li a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var( --strong-font-family);
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 1.2;
}
.c-dl-menu__li a:hover {
  padding: 0 0 0 30px;
}
.c-dl-menu__li a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 17px;
  top: calc( 50% - 9px );
  left: 0;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-dl-menu__li a:hover:before {
  left: 5px;
}
.c-dl-menu__li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  transform: skew( 35deg, 0 );
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: calc( 50% - 2px );
  left: 5px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-dl-menu__li a:hover:after {
  left: 10px;
}
@media screen and (max-width: 1200px) {
  .c-dl-menu__wrap {
    width: 50%;
    padding: 50px 70px;
  }
  .c-dl-menu__logo {
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .c-dl-menu__wrap {
    width: 60%;
  }
  .c-dl-menu__logo {
    margin-bottom: 70px;
  }
  .c-dl-menu__nav {
    margin-bottom: 50px;
  }
  .c-dl-menu__li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .c-dl-menu {
    right: inherit;
  }
  .c-dl-close {
    top: 15px;
    right: 15px;
  }
  .c-dl-menu__wrap {
    max-width: 360px;
    width: 100%;
    display: block;
    padding: 50px 30px;
  }
  .c-dl-menu__logo {
    width: 120px;
    margin-bottom: 60px;
  }
  .c-dl-menu__name {
    font-size: 1.5rem;
  }
  .c-dl-menu__add {
    font-size: 1.3rem; 
  }
  .c-dl-menu-btn__tel a {
    display: flex;
    text-decoration: none;
  }
  .c-dl-menu-btn__tel span {
    display: inline-block;
    padding: 3px 0 0 20px;
    background: url("../images/icon-tel-w.svg") no-repeat 0 center;
    background-size: 10px auto;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
    transition: all .5s;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .c-dl-menu-btn__tel a:hover span {
    background: url("../images/icon-tel-b.svg") no-repeat 0 center;
    background-size: 10px auto;
    color: #2a8cdd;
  }
  .c-dl-menu__nav {
    margin-bottom: 40px;
  }
  .c-dl-menu__li a {
    font-size: 1.4rem;
  }
  .c-dl-menu-btn__tel,
  .c-dl-menu-btn__contact {
    max-width: 300px;
  }
}

/*--c-entry__date--*/
.c-entry__date {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: var(--font-family01);
}
@media screen and (max-width: 960px) {
  .c-entry__date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .c-entry__date {
    font-size: 1.2rem;
  }
}


/*--Title--*/
.c-sec-ttl01 {
  font-size: 4.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.c-sec-ttl01:before {
  position: absolute;
  color: #2a8cdd;
  font-size: 18.5rem;
  top: -80px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150px;
  font-weight: 100;
  font-family: var(--font-family04);
  line-height: 1.0;
  opacity: 0.1;
  text-transform: uppercase;
}
.c-sec-ttl01:after {
  position: absolute;
  content: "";
  background: #2a8cdd;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 1px;
}
.p-tp-service-ttl:before {
  content: "service";
}
.p-tp-works-ttl:before {
  content: "works";
}
.c-sec-ttl02 {
  font-size: 4.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.c-sec-ttl02:before {
  position: absolute;
  color: #2a8cdd;
  font-size: 28rem;
  top: -100px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 260px;
  font-weight: 100;
  font-family: var(--font-family04);
  line-height: 1.0;
  opacity: 0.1;
  text-transform: uppercase;
  text-align: right;
  overflow: hidden;
}
.c-sec-ttl02:after {
  position: absolute;
  content: "";
  background: #2dc3f4;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 1px;
}
.p-about-strength-ttl:before {
  content: "strength";
}
.p-about-faq-ttl:before {
  content: "faq";
}
.c-sec-ttl-en {
  color: #2dc3f4;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-family01);
  margin-bottom: 10px;
}
.c-sec-ttl03 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}
.c-sec-ttl03__ttl {
  font-size: 3.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  margin-right: 20px;
}
.c-sec-ttl03__en {
  color: #2dc3f4;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--font-family01);
  margin-bottom: 5px;
}
.c-sec-ttl04 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.c-sec-ttl04:before {
  position: absolute;
  content: "WORKS";
  font-family: var( --font-family04 );
  top: -80px;
  right: -150px;
  width: 100%;
  height: 350px;
  color: #2a8cdd;
  opacity: 0.1;
  font-size: 29rem;
  text-align: right;
  line-height: 1.0;
  z-index: -1;
}
.c-sec-ttl04__en {
  font-size: 1.3rem;
  font-family: var( --font-family01 );
  margin-bottom: 5px;
  color: #2a8cdd;
}
.c-sec-ttl04__ttl {  
  font-size: 4.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
@media screen and (max-width: 1200px) {
  .c-sec-ttl01 {
    font-size: 3.5rem;
  }
  .c-sec-ttl01:before {
    font-size: calc( 185 / 1200 * 100vw );
    top: calc( -80 / 1200 * 100vw );
    height: calc( 150 / 1200 * 100vw );
  }
  .c-sec-ttl02 {
    font-size: 3.5rem;
  }
  .c-sec-ttl02:before {
    font-size: calc( 200 / 1200 * 100vw );
    top: calc( -85 / 1200 * 100vw );
    height: calc( 190 / 1200 * 100vw );
  }
  .c-sec-ttl-en {
    font-size: 1.5rem;
  }
  .c-sec-ttl03 {
    margin-bottom: 40px;
  }
  .c-sec-ttl03__ttl {
    font-size: 2.8rem;
  }
  .c-sec-ttl03__en {
    font-size: 1.2rem;
  }
  .c-sec-ttl04 {
    margin-bottom: 50px;
  }
  .c-sec-ttl04:before {
    top: calc( -80 / 1200 * 100vw );
    right: calc( -150 / 1200 * 100vw );
    width: 100%;
    height: calc( 350 / 1200 * 100vw );
    font-size: calc( 290 / 1200 * 100vw );
  }
  .c-sec-ttl04__en {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .c-sec-ttl04__ttl {  
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-sec-ttl01 {
    font-size: 3.0rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .c-sec-ttl02 {
    font-size: 3.0rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .c-sec-ttl02:before {
    top: calc( -70 / 1200 * 100vw );
  }
  .c-sec-ttl-en {
    font-size: 1.4rem;
  }
  .c-sec-ttl03 {
    margin-bottom: 30px;
  }
  .c-sec-ttl03__ttl {
    font-size: 2.5rem;
  }
  .c-sec-ttl03__en {
    font-size: 1.2rem;
  }
  .c-sec-ttl04 {
    margin-bottom: 30px;
  }
  .c-sec-ttl04:before {
    top: calc( -80 / 1200 * 100vw );
    right: calc( -150 / 1200 * 100vw );
    width: 100%;
    height: calc( 350 / 1200 * 100vw );
    font-size: calc( 290 / 1200 * 100vw );
  }
  .c-sec-ttl04__en {
    font-size: 1.3rem;
  }
  .c-sec-ttl04__ttl {  
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 769px) {
  .c-sec-ttl01 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .c-sec-ttl02 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .c-sec-ttl02:before {
    font-size: calc( 140 / 769 * 100vw );
    top: calc( -55 / 769 * 100vw );
    height: calc( 140 / 769 * 100vw );
  }
  .c-sec-ttl-en {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .c-sec-ttl03 {
    margin-bottom: 20px;
    display: block;
  }
  .c-sec-ttl03__ttl {
    font-size: 2.0rem;
  }
  .c-sec-ttl03__en {
    font-size: 1.1rem;
  }
  .c-sec-ttl04 {
    margin-bottom: 20px;
  }
  .c-sec-ttl04:before {
    top: calc( -20 / 769 * 100vw );
    right: calc( -50 / 769 * 100vw );
    height: calc( 150 / 769 * 100vw );
    font-size: calc( 150 / 769 * 100vw );
  }
  .c-sec-ttl04__en {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .c-sec-ttl04__ttl {  
    font-size: 2.0rem;
  }
}



/*--c-lead--*/
.c-lead01 {
  margin-bottom: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .c-lead01 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
/*--Table--*/
.c-table {
	width: 100%;
	border-bottom: 1px solid #dbe3ec;
  margin-bottom: 50px;
}
.c-table th,.c-table td {
	border-top: 1px solid #dbe3ec;
	padding: 40px;
  line-height: 1.4;
}
.c-table th {
	width: 26%;
	max-width: 320px;
	padding: 40px;
  font-weight: 400;
}
.c-table td a {
  color: #046ea4;
}
@media screen and (max-width: 769px) {
  .c-table {
    margin-bottom: 20px;
  }
	.c-table th,.c-table td {
		font-size: 1.4rem;
		width: 100%;
    max-width: inherit;
    display: block;
	}
  .c-table th {
		padding: 20px 10px 5px;
  }
  .c-table tr:last-child th {
    border-bottom: none;
  }
  .c-table td {
    border-top: none;
		padding: 5px 10px 20px;
  }
}

/* c-page-top */
.c-page-top {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
.c-page-top a {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.c-page-top a:hover {
  margin-top: -10px;
}
.c-page-top a:before,
.c-page-top a:after {
  position: absolute;
  content: "";
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;  
}
.c-page-top a:before {
  width: 8px;
  height: 8px;
  transform: rotate( 225deg ) skew( 15deg, 15deg );
  border: 1px solid #2a8cdd;
  border-left: none;
  border-top: none;
  top: calc( 50% - 10px );
  left: 21px;
}
.c-page-top a:after {
  width: 1px;
  height: 25px;
  background: #2a8cdd;
  top: 13px;
  left: 50%;
}
@media screen and (max-width: 769px) {
  .c-page-top {
    right: 15px;
    bottom: 15px;
  }
}

/*--リスト--*/
.c-list__img {
  margin-bottom: 15px;
  overflow: hidden;
}
.c-list__img img {
  width: 100%;
  height: auto;
	transition: all 1.0s;
	-webkit-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;  
}
.c-list__img a:hover img {
  transform: scale(1.05);
}
.c-list__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  margin-bottom: 10px;
}
.c-list__ttl a {
  text-decoration: none;
  font-family: var(--strong-font-family);
	transition: all 0.5s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
  color: #333333;
}
.c-list__ttl a:hover {
  letter-spacing: 0.13em;
  color: #2a8cdd;
}
.c-list__cat {
  margin-bottom: 5px;
}
.c-list__cat a,
.c-list__cat span {
  font-size: 1.2rem;
  color: #2a8cdd;
  padding: 2px 15px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #2a8cdd;
  border-radius: 20px;
  font-weight: 700;
  font-family: var(--strong-font-family);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .c-list__ttl {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 960px) {
  .c-list__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 769px) {
  .c-list__box {
    margin-bottom: 30px;
  }
  .c-list__img {
    margin-bottom: 10px;
  }
  .c-list__ttl {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .c-list__cat {
    margin-left: 0;
  }
  .c-list__cat a,
  .c-list__cat span {
    font-size: 1.1rem;
    padding: 3px 10px 2px 12px;
  }
}
@media screen and (max-width: 500px) {
  .c-list__box {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*--お問い合わせ--*/
.c-contact {
  background: url("../images/cmn-contact-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
}
.c-contact__inner {
  padding: 100px 0 70px;
}
.c-contact-ttl {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  font-family: var( --strong-font-family );
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}
.c-contact-block {
  display: flex;
  justify-content: space-between;
}
.c-contact-box {
  width: 48.3%;
  background: #fff;
  text-align: center;
  padding: 65px 0;
}
.c-contact-box__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
  position: relative;
  margin-bottom: 40px;
}
.c-contact-box__ttl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 7.0rem;
  line-height: 1.0;
  color: #2a8cdd;
  top: -20px;
  left: 0;
  z-index: -1;
  font-family: var(--font-family02);
  opacity: 0.2;
  letter-spacing: 0.15em;
}
.c-contact-box__ttl.-tel:before {
  content: "TEL";
}
.c-contact-box__ttl.-contact:before {
  content: "MAIL";
}
.c-contact-box__tel {
  margin-bottom: 10px;
}
.c-contact-box__tel a {
  font-size: 5.5rem;
  font-family: var(--font-family01);
  display: inline-block;
  padding: 0 0 0 25px;
  background: url("../images/icon-tel-b.svg") no-repeat left 0 bottom 13px;
  background-size: 20px auto;
  color: #2a8cdd;
  text-decoration: none;
  line-height: 1.0;
  letter-spacing: 0.03em;
}
.c-contact-box__txt {
  font-size: 1.4rem;
}
@media screen and (max-width:1200px) {
  .c-contact {
    margin-bottom: 70px;
  }
  .c-contact-ttl {
    font-size: 2.5rem;
  }
  .c-contact-box__tel a {
    font-size: 4.5rem;
    background: url("../images/icon-tel-b.svg") no-repeat left 0 bottom 10px;
    background-size: 20px auto;
  }
}
@media screen and (max-width:960px) {
  .c-contact__inner {
    padding: 70px 0 50px;
  }
  .c-contact-ttl {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
  .c-contact-block {
    display: block;
  }
  .c-contact-box {
    width: 100%;
    max-width: 500px;
    padding: 40px 30px 30px;
    margin: 0 auto 20px;
  }
  .c-contact-box__ttl {
    margin-bottom: 20px;
  }
  .c-contact-box__ttl:before {
    font-size: 5.0rem;
    top: -10px;
  }
  .c-contact-box__tel a {
    font-size: 4.0rem;
  }
  .c-contact-box__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .c-contact {
    margin-bottom: 20px;
  }
  .c-contact__inner {
    padding: 30px 20px 10px;
  }
  .c-contact-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .c-contact-box {
    padding: 20px;
    margin: 0 auto 10px;
  }
  .c-contact-box__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-contact-box__ttl:before {
    font-size: 4.0rem;
    top: -5px;
  }
  .c-contact-box__tel-sp {
    margin-bottom: 10px;
  }
  .c-contact-box__tel-sp {
    transition: all .5s;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 10px;
  }
  .c-contact-box__tel-sp a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 3.5rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
    display: flex;
    text-decoration: none;
  }
  .c-contact-box__tel-sp span {
    display: inline-block;
    padding: 3px 0 0 20px;
    background: url("../images/icon-tel-w.svg") no-repeat 0 center;
    background-size: 10px auto;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
    transition: all .5s;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .c-contact-box__txt {
    line-height: 1.4;
  }
}


/* ====================================
Project
====================================== */
/*--INDEX--*/
/*--MV--*/
.p-mv {
  width: 100%;
  height: 100vh; 
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background: #333;
  overflow: hidden;
  z-index: 1;
}
.p-mv:before {
  position: absolute;
  content: "";
  width: 844px;
  height: 603px;
  left: 0;
  bottom: -50px;
  z-index: 1;
  background: url("../images/mv-catch-bg.svg") no-repeat 0 0;
  background-size: cover;
  opacity: 0;
  animation: blur02 1.0s ease-in-out 0.5s forwards;
}
.p-mv-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  opacity: 0;
  animation: blur 1.0s ease-in-out 0s forwards;
}
.-show .p-mv-slider {
  animation: blur 1.0s ease-in-out 0s forwards;
}
.p-mv-slider .p-mv-slider__img {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 0;
}
.p-mv-slider__img img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1400px) {
  .p-mv:before {
    width: calc( 844 / 1400 * 100vw );
    height: calc( 603 / 1400 * 100vw );
    bottom: calc( -50 / 1400 * 100vw );
  }  
}
@media screen and (max-width: 769px) {
  .p-mv:before {
    width: 80vw;
    height: 57.5vw;
    bottom: calc( 50% - 35vw );
  }  
}

/*--mv-catch--*/
.p-mv-catch {
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: 520px;
  z-index: 2;
}
.p-mv-catch:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 260px;
  left: 0;
  top: -300px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  animation: blur 1.0s ease-in-out 0.5s forwards;
}
.p-mv-catch__main {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
}
.p-mv-catch__main p {
  position: absolute;  
  opacity: 0;
}
.p-mv-catch img {
  width: 100%;
  height: auto;
}
.p-mv-catch__obj01 {
  width: 34.6%;
  top: 0;
  left: 0;
}
.p-mv-catch__obj02 {
  width: 15.4%;
  top: 0;
  left: 34.6%;
}
.p-mv-catch__obj03 {
  width: 34.6%;
  top: 0;
  left: 50%;
}
.p-mv-catch__obj04 {
  width: 15.4%;
  top: 0;
  left: 84.6%;
}
.p-mv-catch__obj05 {
  width: 17.3%;
  bottom: 0;
  left: 0;  
}
.p-mv-catch__obj06 {
  width: 13.8%;
  bottom: 0;
  left: 17.3%;  
}
.p-mv-catch__obj07 {
  width: 17.3%;
  bottom: 0;
  left: 31.1%;  
}
.p-mv-catch__obj08 {
  width: 17.3%;
  bottom: 0;
  left: 48.4%;  
}
.p-mv-catch__obj09 {
  width: 16.9%;
  bottom: 0;
  left: 65.3%;  
}
.p-mv-catch__obj10 {
  width: 17.3%;
  bottom: 0;
  left: 82.6%;  
}
.p-mv-catch__txt {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family01);
  line-height: 2.2;
  letter-spacing: 0.16em;
  opacity: 0;
}
.-show .p-mv-catch__obj01 {
  animation: mv-catch-obj 2s ease-in-out 0.5s forwards;
}
.-show .p-mv-catch__obj02 {
  animation: mv-catch-obj-other 0.8s ease-in-out 1.0s forwards;
}
.-show .p-mv-catch__obj03 {
  animation: mv-catch-obj 2s ease-in-out 1.5s forwards;
}
.-show .p-mv-catch__obj04 {
  animation: mv-catch-obj-other 0.8s ease-in-out 2.0s forwards;
}
.-show .p-mv-catch__obj05 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__obj06 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__obj07 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__obj08 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__obj09 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__obj10 {
  animation: mv-catch-obj 2.0s ease-in-out 2.5s forwards;
}
.-show .p-mv-catch__txt {
  animation: mv-catch-obj-other 1.0s ease-in-out 3.0s forwards;
}
@media screen and (max-width: 1400px) {
  .p-mv-catch {
    bottom: 70px;
    left: 70px;
    width: calc( 520 / 1400 * 100vw );
  }
  .p-mv-catch:after {
    height: calc( 260 / 1400 * 100vw );
    top: calc( -300 / 1400 * 100vw );
  }
  .p-mv-catch__main {
    height: calc( 180 / 1400 * 100vw );
  }
  .p-mv-catch__txt {
    font-size: calc( 17 / 1400 * 100vw );
  }
}
@media screen and (max-width: 1200px) {
  .p-mv-catch {
    bottom: 50px;
    left: 50px;
    width: calc( 520 / 1200 * 100vw );
  }
  .p-mv-catch:after {
    height: calc( 260 / 1200 * 100vw );
    top: calc( -300 / 1200 * 100vw );
  }
  .p-mv-catch__main {
    height: calc( 180 / 1200 * 100vw );
  }
  .p-mv-catch__txt {
    font-size: calc( 17 / 1200 * 100vw );
  }
}
@media screen and (max-width: 960px) {
  .p-mv-catch {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-mv-catch {
    top: calc( 50% - ( 90 / 1200 * 100vw ));
    bottom: inherit;
    left: 20px;
    width: calc( 520 / 960 * 100vw );
  }
  .p-mv-catch:after {
    height: calc( 200 / 960 * 100vw );
    top: calc( -240 / 960 * 100vw );
  }
  .p-mv-catch__main {
    height: calc( 180 / 960 * 100vw );
    margin-bottom: 20px;
  }
  .p-mv-catch__txt {
    font-size: calc( 17 / 960 * 100vw );
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .p-mv-catch {
    top: calc( 50% - ( 90 / 769 * 100vw ));
    left: 20px;
    width: calc( 520 / 769 * 100vw );
  }
  .p-mv-catch:after {
    height: calc( 180 / 769 * 100vw );
    top: calc( -220 / 769 * 100vw );
  }
  .p-mv-catch__main {
    height: calc( 180 / 769 * 100vw );
  }
  .p-mv-catch__txt {
    font-size: calc( 17 / 769 * 100vw );
  }
}

/*--mv-news--*/
.p-mv-news {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 500px;
  opacity: 0;
  animation: blur 1.0s ease-in-out 4.0s forwards;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 1;
}
.p-mv-news__close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  filter: drop-shadow(0px 0px 10px rgba(00 ,00 ,00 ,0.3 ));
  top: -15px;
  right: 10px;
  z-index: 1;
}
.p-mv-news__close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  top: calc( 50% - 5px );
  left: calc( 50% - 1px );
  background: #136ab2;
  transform: rotate( 45deg );
}
.p-mv-news__close:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  top: calc( 50% - 5px );
  left: calc( 50% - 1px );
  background: #136ab2;
  transform: rotate( -45deg );
}
.p-mv-news__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: var(--gradient);
  text-decoration: none;
  filter: drop-shadow(0px 0px 10px rgba(00 ,00 ,00 ,0.3 ));
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-mv-news__inner:before {
  position: absolute;
  content: "";
  width: 254px;
  height: 154px;
  top: 0;
  left: calc( 50% - 127px );
  background: url("../images/mv-news-chara.png") no-repeat 0 0;
  opacity: 0;
  animation: mv-news-chara 0.7s ease-in-out 4.5s forwards;
}
.p-mv-news__inner:hover {
  filter: drop-shadow(0px 0px 15px rgba(00 ,00 ,00 ,0.6 ));
}
.p-mv-news-img {
  width: 110px;
  margin-right: 15px;
}
.p-mv-news-img img {
  width: 100%;
  height: auto;
}
.p-mv-news-info {
  width: calc( 100% - 120px );
}
.p-mv-news-info__date {
  color: #fff;
  font-size: 1.3rem;
  font-family: var(--font-family02);
}
.p-mv-news-info__ttl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-mv-news {
    width: 400px;
  }
  .p-mv-news__inner:before {
    width: 200px;
    height: 121px;
    left: calc( 50% - 100px );
    background: url("../images/mv-news-chara.png") no-repeat 0 0;
    background-size: cover;
    animation: mv-news-chara02 0.7s ease-in-out 4.5s forwards;
  }
  .p-mv-news-img {
    width: 90px;
  }
  .p-mv-news-info__date {
    font-size: 1.2rem;
  }
  .p-mv-news-info__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-mv-news {
    width: 300px;
  }
  .p-mv-news-img {
    width: 80px;
  }
  .p-mv-news-info {
    width: calc( 100% - 90px );
  }
  .p-mv-news-info__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .p-mv-news {
    left: calc( (100% - 400px) / 2 );
    bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
  .p-mv-news__inner:before {
    width: 150px;
    height: 91px;
    left: calc( 50% - 75px );
    animation: mv-news-chara03 0.7s ease-in-out 4.5s forwards;
  }
  .p-mv-news__inner:hover {
    filter: drop-shadow(0px 0px 15px rgba(00 ,00 ,00 ,0.6 ));
  }
  .p-mv-news-img {
    width: 70px;
  }
  .p-mv-news-info {
    width: calc( 100% - 80px );
  }
  .p-mv-news-info__date {
    font-size: 1.1rem;
  }
  .p-mv-news-info__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 440px) {
  .p-mv-news {
    left: 20px;
    width: calc( 100% - 40px );
  }
}


/*--TOP Concept--*/
.p-tp-concept {
  opacity: 0;
  animation: blur 0.8s ease-in-out 2.0s forwards;
  position: relative;
  background: rgb(48,201,246);
  background: linear-gradient( 125deg, rgba(48,201,246,1) 0%, rgba(10,125,220,1) 100% ) ;
}
.p-tp-concept__inner.lazyloaded {
  background: url("../images/tp-concept-img.png") no-repeat right 0 ,url("../images/tp-concept-logo.png") no-repeat left 50px bottom 50px;
  background-size: auto 100% ,auto 60%;
}
.p-tp-concept__block {
  position: relative;
  padding: 220px 0;
  display: flex;
  justify-content: space-between;
}
.p-tp-concept-ttl {
  width: 40%;
  position: relative;
}
.p-tp-concept-catch {
  font-size: 4.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.15em;
}
.p-tp-concept-catch span {
  font-size: 5.7rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
}
.p-tp-concept-catch__en {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-family02);
  line-height: 1.8;
  margin-bottom: 50px;
  color: #fff;
  letter-spacing: 0.25em;
}
.p-tp-concept-info {
  width: 55%;
}
.p-tp-concept-info p {
  color: #fff;
  line-height: 2.0;
}
.p-tp-concept-btn {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .p-tp-concept-catch {
    font-size: 3.6rem;
  }
  .p-tp-concept-catch span {
    font-size: 4.8rem;
  }
  .p-tp-concept-catch__en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-tp-concept-catch {
    font-size: 2.6rem;
  }
  .p-tp-concept-catch span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-concept__inner.lazyloaded {
    background: url("../images/tp-concept-img.png") no-repeat right 0 ,url("../images/tp-concept-logo.png") no-repeat left 30px bottom 30px;
    background-size: auto 100% ,80% auto;
  }
  .p-tp-concept__block {
    padding: 150px 0;
    display: block;
  }
  .p-tp-concept-ttl {
    width: 100%;
  }
  .p-tp-concept-catch {
    font-size: 3.0rem;
  }
  .p-tp-concept-catch span {
    font-size: 4.4rem;
  }
  .p-tp-concept-catch__en {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .p-tp-concept-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-tp-concept__block {
    padding: 100px 0;
  }
  .p-tp-concept-catch {
    font-size: 2.4rem;
  }
  .p-tp-concept-catch span {
    font-size: 3.4rem;
  }
  .p-tp-concept-btn {
    margin: 0 auto;
  }
}

/*--TOP Service--*/
.p-tp-service {
  position: relative;
  z-index: 1;
  padding: 200px 0 150px 100px;
}
.p-tp-service:before {
  position: absolute;
  content: "";
  top: -85px;
  right: 0;
  width: 979px;
  height: 520px;
  z-index: -1;
}
.p-tp-service.lazyloaded:before {
  background: url("../images/tp-service-bg.png") no-repeat right bottom;
  background-size: cover;
}
.p-tp-service-lead {
  padding-right: 20px;
}
.p-tp-service__block {
  margin-bottom: 40px;
}
.p-tp-service-box {
  margin-bottom: 10px;
}
.p-tp-service-box__link {
  width: 100%;
  min-height: 460px;
  padding: 70px 0 70px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #1471be;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-service-box__link:hover {
  padding: 70px 0 70px 110px;
}
.p-tp-service-box__link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-service-box:first-child .p-tp-service-box__link.lazyloaded:before {
  background:url("../images/tp-service-grade.png") repeat-y 0 0,url("../images/tp-service01-img.png") no-repeat right center;
}
.p-tp-service-box:last-child .p-tp-service-box__link.lazyloaded:before {
  background:url("../images/tp-service-grade.png") repeat-y 0 0,url("../images/tp-service02-img.png") no-repeat right center;
}
.p-tp-service-box__link:hover:before {
  transform: scale(1.05);
}
.p-tp-service-box__inner {
  position: relative;
  width: 100%;
}
.p-tp-service-box__inner:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 100px;
  top: calc( 50% - 50px );
  right: 50px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a:hover .p-tp-service-box__inner:before {
  right: 35px;
}
.p-tp-service-box__inner:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  transform: skew( 60deg, 0 );
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: calc( 50% - 2px );
  right: 92px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a:hover .p-tp-service-box__inner:after {
  right: 77px;
}
.p-tp-service-box__en {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-family02);
}
.p-tp-service-box__ttl {
  position: relative;  
  margin-bottom: 15px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-tp-service-box__ttl:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -110px;
  width: 60px;
  height: 1px;
  background: #fff;
}
.p-tp-service-box__txt {
  color: #fff;  
}
@media screen and (max-width: 1720px) {
  .p-tp-service {
    padding: 150px 0 150px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .p-tp-service {
    padding: 150px 0 150px 50px;
  }
  .p-tp-service__block {
    margin-bottom: 30px;
  }
  .p-tp-service-box__link {
    min-height: 400px;
    padding: 50px 0 50px 100px;
  }
  .p-tp-service-box__link:hover {
    padding: 50px 0 50px 110px;
  }
  .p-tp-service-box__inner:before {
    width: 80px;
    height: 80px;
    top: calc( 50% - 40px );
    right: 40px;
  }
  .p-tp-service-box:first-child .p-tp-service-box__link.lazyloaded:before {
    background:url("../images/tp-service-grade.png") repeat-y 0 0,url("../images/tp-service01-img.png") no-repeat right center;
    background-size: 200% auto, auto 100%;
  }
  .p-tp-service-box:last-child .p-tp-service-box__link.lazyloaded:before {
    background:url("../images/tp-service-grade.png") repeat-y 0 0,url("../images/tp-service02-img.png") no-repeat right center;
    background-size: 200% auto, auto 100%;
  }
  .p-tp-service-box__inner:after {
    right: 72px;
  }
  a:hover .p-tp-service-box__inner:after {
    right: 67px;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-service {
    padding: 100px 0 100px 30px;
  }
  .p-tp-service-box__link {
    min-height: 350px;
    padding: 30px 0 30px 70px;
  }
  .p-tp-service-box__link:hover {
    padding: 30px 0 30px 80px;
  }
  .p-tp-service-box__inner:before {
    width: 60px;
    height: 60px;
    top: calc( 50% - 30px );
  }
  .p-tp-service-box__inner:after {
    right: 64px;
  }
  a:hover .p-tp-service-box__inner:after {
    right: 59px;
  }
  .p-tp-service-box__en {
    font-size: 1.4rem;
  }
  .p-tp-service-box__ttl {
    font-size: 3.0rem;
  }
  .p-tp-service-box__ttl:after {
    left: -80px;
    width: 50px;
  }
}
@media screen and (max-width: 769px) {
  .p-tp-service {
    padding: 70px 0 100px 20px;
  }
  .p-tp-service:before {
    position: absolute;
    content: "";
    top: -40px;
    right: 0;
    width: 490px;
    height: 260px;
    z-index: -1;
  }
  .p-tp-service-box__link {
    min-height: 250px;
    padding: 30px 0 30px 30px;
  }
  .p-tp-service-box__link:hover {
    padding: 30px 0 30px 30px;
  }
  .p-tp-service-box__link:hover:before {
    transform: scale(1.0);
  }
  .p-tp-service-box__inner:before {
    width: 30px;
    height: 30px;
    top: calc( 50% - 15px );
    right: 10px;
  }
  a:hover .p-tp-service-box__inner:before {
    right: 10px;
  }
  .p-tp-service-box__inner:after {
    width: 10px;
    height: 2px;
    top: calc( 50% - 1px );
    right: 22px;
  }
  a:hover .p-tp-service-box__inner:after {
    right: 22px;
  }
  .p-tp-service-box__en {
    font-size: 1.3rem;
  }
  .p-tp-service-box__ttl {
    font-size: 2.0rem;
  }
  .p-tp-service-box__ttl:after {
    left: -40px;
    width: 30px;
  }
  .p-tp-service-box__txt {
    padding-right: 50px;
    font-size: 1.3rem;
  }
}

/*--TOP Works--*/
.p-tp-works {
  position: relative;
  padding: 0 0 150px;
}
.p-tp-works:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 60%;
  background: #f1f6fc;
  top: -40px;
  left: -20px;
  z-index: -1;
}
.p-tp-works-lead {
  padding-right: 200px;
  margin-bottom: 40px;
}
.p-tp-works-slide {
  margin: 0 10px 30px;
  position: relative;
}
.p-tp-works-slide__inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
.p-tp-works-slide__box {
  padding: 0 10px;
  position: relative;
}
.p-tp-works-slide__img {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-tp-works-slide__img img {
  width: 100%;
  height: auto;
	transition: all 1.0s;
	-webkit-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;  
}
.p-tp-works-slide__img a:hover img {  
  transform: scale(1.05);
}
.p-tp-works-slide__ttl {
  margin-left: 20px;
}
.p-tp-works-slide__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin: 0 20px;
}
.p-tp-works-slide__date {
	width: 150px;
	font-size: 1.3rem;
	text-align: right;
	display: inline-block;
	color: #2a8cdd;
}
.p-tp-works__arrow {
	position: absolute;
	width: 180px;
  height: 82px;
	top: -120px;
  right: 80px;
}
.p-tp-works__arrow-prev {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 80px;
	height: 80px;
  border: 1px solid #2a8cdd;
  border-radius: 80px;
	transition: all 0.5s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.p-tp-works__arrow-prev:hover {
  border: 1px solid #b7b7b7;
}
.p-tp-works__arrow-prev:before,
.p-tp-works__arrow-prev:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #2a8cdd;
	left: 30px;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;  
}
.p-tp-works__arrow-prev:hover:before,
.p-tp-works__arrow-prev:hover:after {
	background: #b7b7b7;
	left: 27px;
}
.p-tp-works__arrow-prev:before {
	-webkit-transform: translateY(8px) rotate(-30deg);
	transform: translateY(8px) rotate(-30deg);
	top: 27px;
}
.p-tp-works__arrow-prev:after {
	-webkit-transform: translateY(8px) rotate(30deg);
	transform: translateY(8px) rotate(30deg);
	top: 34px;
}
.p-tp-works__arrow-next {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 80px;
	height: 80px;
  border: 1px solid #2a8cdd;
  border-radius: 80px;
	transition: all 0.5s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.p-tp-works__arrow-next:hover {
  border: 1px solid #b7b7b7;
}
.p-tp-works__arrow-next:before,
.p-tp-works__arrow-next:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #2a8cdd;
	right: 30px;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;  
}
.p-tp-works__arrow-next:hover:before,
.p-tp-works__arrow-next:hover:after {
	background: #b7b7b7;
	right: 27px;
}
.p-tp-works__arrow-next:before {
	-webkit-transform: translateY(8px) rotate(30deg);
	transform: translateY(8px) rotate(30deg);
	top: 27px;
}
.p-tp-works__arrow-next:after {
	-webkit-transform: translateY(8px) rotate(-30deg);
	transform: translateY(8px) rotate(-30deg);
	top: 34px;
}
.p-tp-works .slick-dots li, 
.p-tp-works .slick-dots li button {
	width: 12px;
	height: 12px;
	transition: all 0.5s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.p-tp-works .slick-dots li button {
	padding: 5px;
  border: 1px solid #2dc3f4;
  background: none;
}
.p-tp-works .slick-dots li.slick-active button,
.p-tp-works .slick-dots li button:hover{
	padding: 3px;
  border: 3px solid #2dc3f4;
  background: none;
}
@media screen and (max-width: 1720px) {
  .p-tp-works__arrow {
    width: 180px;
    height: 82px;
    top: -120px;
    right: 30px;
  }  
}
@media screen and (max-width: 1200px) {
  .p-tp-works-lead {
    padding-right: 130px;
    margin-bottom: 30px;
  }
  .p-tp-works-slide__ttl {
    font-size: 2.0rem;
    margin-left: 10px;
  }
	.p-tp-works-slide__info {
	  margin: 0 10px;
	}
  .p-tp-works__arrow {
    width: 130px;
    top: -90px;
    right: 30px;
  }
  .p-tp-works__arrow-prev {
    width: 60px;
    height: 60px;
  }
  .p-tp-works__arrow-prev:before,
  .p-tp-works__arrow-prev:after {
    left: 20px;
  }
  .p-tp-works__arrow-prev:hover:before,
  .p-tp-works__arrow-prev:hover:after {
    left: 15px;
  }
  .p-tp-works__arrow-prev:before {
    top: 17px;
  }
  .p-tp-works__arrow-prev:after {
    top: 24px;
  }
  .p-tp-works__arrow-next {
    width: 60px;
    height: 60px;
  }
  .p-tp-works__arrow-next:before,
  .p-tp-works__arrow-next:after {
    right: 20px;
  }
  .p-tp-works__arrow-next:hover:before,
  .p-tp-works__arrow-next:hover:after {
    right: 15px;
  }
  .p-tp-works__arrow-next:before {
    top: 17px;
  }
  .p-tp-works__arrow-next:after {
    top: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-works-lead {
    padding: 0;
    margin-bottom: 90px;
  }
  .p-tp-works-slide__img {
    margin-bottom: 10px;
  }
  .p-tp-works-slide__ttl {
    font-size: 1.8rem;
  }
  .p-tp-works__arrow {
    width: 110px;
    height: 50px;
    top: -70px;
    right: 20px;
  }
  .p-tp-works__arrow-prev {
    width: 50px;
    height: 50px;
  }
  .p-tp-works__arrow-prev:before,
  .p-tp-works__arrow-prev:after {
    width: 10px;
    left: 18px;
  }
  .p-tp-works__arrow-prev:before {
    top: 14px;
  }
  .p-tp-works__arrow-prev:after {
    top: 19px;
  }
  .p-tp-works__arrow-next {
    width: 50px;
    height: 50px;
  }
  .p-tp-works__arrow-next:before,
  .p-tp-works__arrow-next:after {
    width: 10px;
    right: 18px;  
  }
  .p-tp-works__arrow-next:before {
    top: 14px;
  }
  .p-tp-works__arrow-next:after {
    top: 19px;
  }
}
@media screen and (max-width: 769px) {
  .p-tp-works {
    padding: 0 0 70px;
  }
  .p-tp-works-lead {
    margin-bottom: 60px;
  }
  .p-tp-works-slide__inner {
    padding-bottom: 40px;
  }
  .p-tp-works-slide__ttl {
    font-size: 1.5rem;
    margin-left: 0;
  }
	.p-tp-works-slide__info {
	  margin: 0;
	}
	.p-tp-works-slide__date {
		font-size: 1.2rem;
	}
  .p-tp-works__arrow {
    width: 85px;
    height: 40px;
    top: -50px;
    right: 10px;
  }
  .p-tp-works__arrow-prev {
    width: 40px;
    height: 40px;
  }
  .p-tp-works__arrow-prev:before,
  .p-tp-works__arrow-prev:after {
    left: 13px;
  }
  .p-tp-works__arrow-prev:hover:before,
  .p-tp-works__arrow-prev:hover:after {
    left: 13px;
  }
  .p-tp-works__arrow-prev:before {
    top: 9px;
  }
  .p-tp-works__arrow-prev:after {
    top: 14px;
  }
  .p-tp-works__arrow-next {
    width: 40px;
    height: 40px;
  }
  .p-tp-works__arrow-next:before,
  .p-tp-works__arrow-next:after {
    right: 13px; 
  }
  .p-tp-works__arrow-next:hover:before,
  .p-tp-works__arrow-next:hover:after {
    right: 13px;
  }
  .p-tp-works__arrow-next:before {
    top: 9px;
  }
  .p-tp-works__arrow-next:after {
    top: 14px;
  }
}

/*--TOP News--*/
.p-tp-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 0;
}
.p-tp-news-ttlarea {
  width: 230px;
  padding: 0;
}
.p-tp-news-ttl__en {
  font-family: var(--font-family04);
  color: #2a8cdd;
  font-size: 5.5rem;
  margin-bottom: 15px;
  line-height: 1.0;
}
.p-tp-news-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  position: relative;
  margin-bottom: 70px;
}
.p-tp-news-btn a {
  display: block;
  padding: 0 0 0 40px;
  position: relative;
  text-decoration: none;
  font-family: var(--font-family01);
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-news-btn a:hover {
  display: block;
  padding: 0 0 0 45px;
  position: relative;
  text-decoration: none;
  font-family: var(--font-family01);
}
.p-tp-news-btn a:before {
  position: absolute;
  content: "";
  top: calc( 50% - 2px );
  left: 0;
  width: 30px;
  height: 1px;
  background: #2a8cdd;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-news-btn a:hover:before {
  width: 35px;
}
.p-tp-news-block {
  width: 100%;
  max-width: calc( 100% - 280px );
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-tp-news-block:before {
  content: "";
  display: block;
  width: calc( 25% - 20px );
  height: 0;
  order: 1;
}
.p-tp-news-block:after {
  content: "";
  display: block;
  width: calc( 25% - 20px );
  height: 0;
  order: 1;
}
.p-tp-news-box {
  margin-left: 20px;
  width: calc( 25% - 20px );
}
.p-tp-news-box__inner {
  position: relative;
  text-decoration: none;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-news-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-tp-news-img img {
  width: 100%;
  height: auto;
  transition: all 1.0s;
  -webkit-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}
a:hover .p-tp-news-img img {
  transform: scale(1.1);
}
.p-tp-news-info__date {
  font-size: 1.4rem;
  color: #867c78;
  margin-bottom: 2px;
}
.p-tp-news-info__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2a8cdd;
  font-weight: 700;
  font-family: var( --strong-font-family );
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .p-tp-news-ttlarea {
    width: 150px;
  }
  .p-tp-news-ttl__en {
    font-size: 4.5rem;
    margin-bottom: 10px;
  }
  .p-tp-news-ttl {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .p-tp-news-btn a {
    font-size: 1.4rem;
  }
  .p-tp-news-block {
    max-width: calc( 100% - 180px );
  }
  .p-tp-news-info__date {
    font-size: 1.3rem;
  }
  .p-tp-news-info__ttl {
    font-size: 1.6rem;
  }
  .p-tp-news-info__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-news__inner {
    padding: 70px 0;
  }
  .p-tp-news-ttlarea {
    width: 120px;
  }
  .p-tp-news-ttl__en {
    font-size: 3.5rem;
  }
  .p-tp-news-ttl {
    font-size: 1.3rem;
  }
  .p-tp-news-btn a {
    padding: 0 0 0 30px;
    font-size: 1.2rem;
  }
  .p-tp-news-btn a:hover {
    padding: 0 0 0 35px;
  }
  .p-tp-news-btn a:before {
    width: 20px;
  }
  .p-tp-news-btn a:hover:before {
    width: 20px;
  }
  .p-tp-news-block {
    max-width: calc( 100% - 150px );
  }
  .p-tp-news-box {
    margin-left: 10px;
    width: calc( 25% - 10px );
  }
  .p-tp-news-img {
    margin-bottom: 10px;
  }
  .p-tp-news-info__date {
    font-size: 1.2rem;
  }
  .p-tp-news-info__ttl {
    font-size: 1.5rem;
  }
  .p-tp-news-info__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .p-tp-news__inner {
    display: block;
    padding: 50px 0;
  }
  .p-tp-news-ttlarea {
    width: inherit;
  }
  .p-tp-news-ttl__en {
    font-size: 3.0rem;
    margin-bottom: 5px;
  }
  .p-tp-news-ttl {
    margin-bottom: 30px;
  }
  .p-tp-news-btn a ,
  .p-tp-news-btn a:hover{
    padding: 0 0 0 30px;
    font-size: 1.2rem;
  }
  .p-tp-news-btn a:before ,
  .p-tp-news-btn a:hover:before{
    width: 20px;
  }
  .p-tp-news-block {
    max-width: inherit;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .p-tp-news-box {
    margin-left: 0;
    margin-bottom: 20px;
    width: 48.5%;
  }
  .p-tp-news-info__ttl {
    font-size: 1.4rem;
  }
  .p-tp-news-info__txt {
    font-size: 1.2rem;
  }
}

/*--TOP LINK--*/
.p-tp-link__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 100px;
}
.p-tp-link__box {
  width: 25%;
  height: calc( (( 100vw - 200px ) / 4) * 1.14 );
  position: relative;
  overflow: hidden;
  background: #000;
  z-index: 1;
  border-right: 1px solid #fff;
}
.p-tp-link__box a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc( (( 100vw - 200px ) / 4) * 1.14 );
  color: #fff;
  padding: 0 0 0 50px;
  position: relative;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-link__box a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #b3b3b3;
  border-radius: 50px;
  bottom: 20px;
  right: 20px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-link__box a:hover:before {
  border: 1px solid #fff;
}
.p-tp-link__box a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate( -45deg ) skew( 15deg, 15deg );
  border: 1px solid #b3b3b3;
  border-left: none;
  border-top: none;
  bottom: 42px;
  right: 45px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-tp-link__box a:hover:after {
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
}
.p-tp-link__en {
  color: #fff;
  font-size: 1.4rem;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-family: var(--font-family02);
}
a:hover .p-tp-link__en {
  letter-spacing: 0.25em;
}
.p-tp-link__jp {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a:hover .p-tp-link__jp {
  letter-spacing: 0.25em;
}
.p-tp-link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1.0s;
  -webkit-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
  z-index: -1;
}
.p-tp-link__img img {
  width: 100%;
  height: auto;
}
a:hover .p-tp-link__img {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 1720px) {
  .p-tp-link__box {
    height: calc( (( 100vw - 100px ) / 4) * 1.14 );
  }
  .p-tp-link__box a {
    height: calc( (( 100vw - 100px ) / 4) * 1.14 );
  }
}
@media screen and (max-width: 1200px) {
  .p-tp-link__box a {
    padding: 0 0 0 30px;
  }
  .p-tp-link__en {
    font-size: 1.3rem;
  }
  .p-tp-link__jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-link__box {
    height: calc( (( 100vw - 60px ) / 4) * 1.12 );
  }
  .p-tp-link__box a {
    height: calc( (( 100vw - 60px ) / 4) * 1.12 );
  }
}
@media screen and (max-width: 769px) {
  .p-tp-link__inner {
    flex-wrap: wrap;
    padding: 0 0 50px;
  }
  .p-tp-link__box {
    width: 50%;
    height: calc( 50vw - 20px );
    border-bottom: 1px solid #fff;
  }
  .p-tp-link__box a {
    height: calc( 50vw - 20px );
    padding: 0 0 0 20px;
  }
  .p-tp-link__box a:before {
    width: 40px;
    height: 40px;
  }
  .p-tp-link__box a:after {
    width: 6px;
    height: 6px;
    bottom: 37px;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-tp-link__box {
    width: 100%;
    height: calc( 35vw - 20px );
  }
  .p-tp-link__box a {
    height: calc( 35vw - 20px );
  }
  .p-tp-link__box a:before {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  .p-tp-link__box a:after {
    bottom: 23px;
    right: 25px;
  }
  .p-tp-link__en {
    font-size: 1.1rem;
  }
  .p-tp-link__jp {
    font-size: 1.6rem;
  }
}


/*--SUB--*/
/*--ABOUT--*/
/*--p-about-concept--*/
.p-about-concept {
  /*opacity: 0;
  animation: blur 0.8s ease-in-out 2.0s forwards;*/
  position: relative;
  background: rgb(48,201,246);
  background: linear-gradient( 125deg, rgba(48,201,246,1) 0%, rgba(10,125,220,1) 100% ) ;
}
.p-about-concept__inner {
  position: relative;
  padding: 145px 0;
  display: flex;
  justify-content: space-between;
}
.p-about-concept__info {
  width: 48.5%;
  position: relative;
}
.p-about-concept-catch {
  font-size: 4.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.15em;
}
.p-about-concept-catch span {
  font-size: 5.7rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
}
.p-about-concept-catch__en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--font-family01);
  line-height: 1.8;
  margin-bottom: 70px;
  color: #fff;
  letter-spacing: 0.25em;
}
.p-about-concept-txt {
  color: #fff;  
}
.p-about-concept-slide {
  width: 48.5%;
}
.p-about-concept-slide__inner {
  max-width: 678px;
  position: relative;
  margin: 0 auto;
}
.p-about-concept-slide__inner:before {
  position: absolute;
  content: "";
  width: 290px;
  height: 276px;
  background: url("../images/about-concept-chara.png") no-repeat right top;
  background-size: cover;
  top: -20px;
  right: 0;
}
.p-about-concept-slide img {
  width: 100%;
  height: auto;
}
.p-about-concept-slide .slick-dots {
  bottom: -40px;
  text-align: left;
}
.p-about-concept-slide .slick-dots li, 
.p-about-concept-slide .slick-dots li button {
	width: 100px;
	height: 2px;
	transition: all 0.5s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
  border-radius: 0;
  padding: 0;
  margin: 0 10px 0 0;
}
.p-about-concept-slide .slick-dots li button {
  background: #47aaf0;
}
.p-about-concept-slide .slick-dots li.slick-active button,
.p-about-concept-slide .slick-dots li button:hover{
  background: #fff;
}
@media screen and (max-width: 1500px) {
  .p-about-concept-slide__inner:before {
    width: calc( 290 / 1500 * 100vw );
    height: calc( 276 / 1500 * 100vw );
    top: -20px;
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .p-about-concept-catch {
    font-size: 3.6rem;
  }
  .p-about-concept-catch span {
    font-size: 4.8rem;
  }
  .p-about-concept-catch__en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-about-concept__inner {
    padding: 120px 0;
  }
  .p-about-concept-catch {
    font-size: 2.6rem;
  }
  .p-about-concept-catch span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about-concept__inner {
    padding: 100px 0;
    display: block;
  }
  .p-about-concept__info {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-about-concept-catch {
    font-size: 3.0rem;
  }
  .p-about-concept-catch span {
    font-size: 4.4rem;
  }
  .p-about-concept-catch__en {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .p-about-concept-slide {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-about-concept-slide__inner:before {
    width: 290px;
    height: 276px;
    background: url("../images/about-concept-chara.png") no-repeat right top;
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .p-about-concept__inner {
    padding: 70px 0;
  }
  .p-about-concept-catch {
    font-size: 2.4rem;
  }
  .p-about-concept-catch span {
    font-size: 3.4rem;
  }
  .p-about-concept-btn {
    margin: 0 auto;
  }
  .p-about-concept-slide__inner:before {
    width: calc( 290 / 720 * 100vw );
    height: calc( 276 / 720 * 100vw );
    top: -20px;
    right: 0;
  }
  .p-about-concept-slide .slick-dots {
    bottom: -20px;
  }
  .p-about-concept-slide .slick-dots li, 
  .p-about-concept-slide .slick-dots li button {
    width: 50px;
  }
}

/*--p-about-strength--*/
.p-about-strength-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-about-strength-box {
  width: 31%;
}
.p-about-strength-box__num {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background: var(--gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto -65px;
  z-index: 1;
  position: relative;
  padding-top: 13px;
}
.p-about-strength-box__num p {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.1;
  font-family: var(--font-family01);
  letter-spacing: 0.15em;
}
.p-about-strength-box__num p span {
  color: #fff;
  font-size: 4.0rem;
  font-family: var(--font-family01);
}
.p-about-strength-box__img {
  margin-bottom: 30px;
}
.p-about-strength-box__img img {
  width: 100%;
  height: auto;
}
.p-about-strength-box__ttl {
  text-align: center;
  font-size: 2.6rem;
  color: #136ab2;
  font-weight: 700;
  font-family: var(--strong-font-family);
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .p-about-strength-box__num {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: 0 auto -55px;
  }
  .p-about-strength-box__num p {
    font-size: 0.8rem;
  }
  .p-about-strength-box__num p span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-about-strength-box__num {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin: 0 auto -45px;
  }
  .p-about-strength-box__img {
    margin-bottom: 20px;
  }
  .p-about-strength-box__ttl {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-about-strength-box__num {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0 auto -40px;
  }
  .p-about-strength-box__num p span {
    font-size: 3.0rem;
  }
  .p-about-strength-box__img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .p-about-strength-block {
    margin-bottom: 50px;
  }
  .p-about-strength-box__num {
    padding-top: 10px;
  }
  .p-about-strength-box__num p {
    font-size: 0.8rem;
  }
  .p-about-strength-box__img {
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .p-about-strength-box__ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 650px) {
  .p-about-strength-block {
    display: block;
    margin-bottom: 30px;
  }
  .p-about-strength-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-about-strength-box__img {
    margin: 0 auto 15px;
  }
  .p-about-strength-box__ttl {
    margin-bottom: 10px;
  }
}

/*--p-about-faq--*/
.p-about-faq {
  padding-top: 0;
}
.p-about-faq-box {
  cursor:pointer;
  position: relative;
  margin-bottom: 40px;
}
.p-about-faq-box__ttl {
  font-size: 2.4rem;
  color: #136ab2;
  padding: 0 70px 0 100px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--strong-font-family);
  min-height: 80px;
  margin-bottom: 10px;
}
.p-about-faq-box__ttl:before {
  position: absolute;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  left: 0;
  top: 0;
  width: 80px;
  height: 75px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: var(--font-family01);
  background: var(--gradient);
}
.p-about-faq-box__txt {
  padding: 0 70px 0 100px;
  margin: 0 0 5px;
  position: relative;
}
div.selected div.p-faqCont {
  display: block;
}
.p-about-faq-box__btn {
  position: absolute;
  width: 52px;
  height: 15px;
  right: 0;
  top: 30px;
}
.p-about-faq-box__btn:before{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #2dc3f4;
  left: calc( 50% - 13px);
  top: 50%;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transform: rotate( 30deg );
}
.p-about-faq-box__btn:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #2dc3f4;
  left: calc( 50% + 13px);
  top: 50%;
  display: block;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transform: rotate( -30deg );
}
.p-about-faq-box__btn.active:before{
  transform: rotate( -30deg );
}
.p-about-faq-box__btn.active:after{
  transform: rotate( 30deg );
}
@media screen and (max-width: 1200px) {
  .p-about-faq-box {
    margin-bottom: 30px;
  }
  .p-about-faq-box__ttl {
    font-size: 2.0rem;
    padding: 0 70px 0 90px;
    min-height: 70px;
  }
  .p-about-faq-box__ttl:before {
    width: 70px;
    height: 65px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    font-size: 2.0rem;
  }
  .p-about-faq-box__txt {
    padding: 0 70px 0 90px;
  }
  .p-about-faq-box__btn {
    top: 25px;
  }
}
@media screen and (max-width: 769px) {
  .p-about-faq-box {
    margin-bottom: 20px;
  }
  .p-about-faq-box__ttl {
    font-size: 1.5rem;
    padding: 0 35px 0 60px;
    min-height: 50px;
  }
  .p-about-faq-box__ttl:before {
    width: 50px;
    height: 47px;
    padding-top: 3px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 1.5rem;
  }
  .p-about-faq-box__txt {
    padding: 0 35px 0 60px;
  }
  .p-about-faq-box__btn {
    width: 30px;
    top: 15px;
  }
  .p-about-faq-box__btn:before{
    width: 15px;
    left: calc( 50% - 16px );
  }
  .p-about-faq-box__btn:after {
    width: 15px;
    left: calc( 50% - 4px );
  }
}


/*--COMPANY--*/
/*--p-company-message--*/
.p-company-greeting__en {
  text-align: center;
  color: #2dc3f4;
  font-family: var(--font-family01);
  margin-bottom: 10;
}
.p-company-greeting__catch {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  margin-bottom: 30px;
  line-height: 1.6;
}
.p-company-greeting-main img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-company-greeting__catch {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-company-greeting__catch {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-company-greeting__en {
    font-size: 1.2rem;
  }
  .p-company-greeting__catch {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

/*--p-company-info--*/
.p-company-info__block {
  display: flex;
  justify-content: space-between;
}
.p-company-info__box {
  width: 48.5%;
}
.p-company-info-table {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
}
.p-company-info-table__ttl {
  width: 30%;
  box-sizing: border-box;
  border-top: 1px solid #2dc3f4;
  padding: 35px 15px;
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-company-info-table__ttl:last-of-type {
  border-bottom: 1px solid #2dc3f4;
}
.p-company-info-table__txt {
  padding: 10px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  border-top: 1px solid #dbe3ec;
  padding: 35px 15px;
}
.p-company-info-table__txt:last-of-type {
  border-bottom: 1px solid #dbe3ec;
}
@media screen and (max-width: 960px) {
  .p-company-info-table__ttl {
    padding: 25px 10px;
  }
  .p-company-info-table__txt {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-company-info__block {
    display: block;
  }
  .p-company-info__box {
    width: 100%;
  }
  .p-company-info-table__ttl {
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .p-company-info-table__txt {
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .p-company-info-table__txt:last-of-type {
    border-bottom: 1px solid #dbe3ec;
  }
  .p-company-info__box .p-company-info-table__ttl:last-of-type {
    border-bottom: none;
  }
  .p-company-info__box .p-company-info-table__txt:last-of-type {
    border-bottom: none;
  }
  .p-company-info__box:last-of-type .p-company-info-table__ttl:last-of-type {
    border-bottom: 1px solid #2dc3f4;
  }
  .p-company-info__box:last-of-type .p-company-info-table__txt:last-of-type {
    border-bottom: 1px solid #dbe3ec;
  }
}

/*--p-company-info--*/
.p-company-licence__block {
  display: flex;
  justify-content: space-between;
}
.p-company-licence-ul {
  width: 33.333%;
}
.p-company-licence-li {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  padding: 0 0 10px 15px;
  position: relative;
}
.p-company-licence-li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #2a8cdd;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-company-licence-li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .p-company-licence__block {
    display: block;
  }
  .p-company-licence-ul {
    width: 100%;
  }
  .p-company-licence-li {
    font-size: 1.3rem;
  }
  .p-company-licence-li:before {
    top: 8px;
  }
}

/*--p-company-access--*/
.p-company-access__btn {
  margin: -40px 50px 0 auto;
}
@media screen and (max-width: 769px) {
  .p-company-access__map iframe {
    height: 400px;
  }
  .p-company-access__btn {
    margin: -35px 10px 0 auto;
  }
}

/*--SERVICE--*/
/*--p-service-intro--*/
.p-service-intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.p-service-intro:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 50px;
  left: -25%;
  transform: skew( 45deg, 0 );
  background: #f3f7fa;
  z-index: -1;
}
.p-service-intro__catch-s {
  color: #2a8cdd;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
  margin-bottom: 5px;
  text-align: center;
}
.p-service-intro__catch {
  color: #2a8cdd;
  font-size: 4.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  /*margin-bottom: 30px;*/
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-service-intro__catch-s {
    font-size: 1.8rem;
  }
  .p-service-intro__catch {
    font-size: 3.5rem;
    /*margin-bottom: 25px;*/
  }
}
@media screen and (max-width: 960px) {
	.p-service-intro {
	  padding-bottom: 100px;
	}
  .p-service-intro__catch-s {
    font-size: 1.6rem;
  }
  .p-service-intro__catch {
    font-size: 3.0rem;
    /*margin-bottom: 20px;*/
  }
}
@media screen and (max-width: 769px) {
	.p-service-intro {
	  padding-bottom: 70px;
	}
  .p-service-intro:before {
    width: 120%;
    left: inherit;
    right: 20%;
  }
  .p-service-intro__catch-s {
    font-size: 1.2rem;
  }
  .p-service-intro__catch {
    font-size: 2.0rem;
  }
}


/*--p-service-introduction--*/
.p-service-introduction {
  padding-bottom: 150px;
}
.p-service-introduction__inner {
  padding-bottom: 1px;
}
.p-service-introduction__main {
  width: 100%;
  position: relative;
}
.p-service-introduction__main:before {
  position: absolute;
  width: 100%;
  height: 150px;
  top: -70px;
  right: 0;
  text-align: right;
  font-family: var(--font-family04);
  font-size: 12rem;
  color: #47aaf0;
  opacity: 0.3;
  line-height: 1.0;
}
.-construction .p-service-introduction__main:before {
  content: "Construction";
}
.-maintenance .p-service-introduction__main:before {
  content: "Repair and Maintenance";
}
.p-service-introduction__main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: var(--gradient02);  
}
.p-service-introduction__main img {
  width: 100%;
  height: auto;
}
.p-service-introduction-ttl {
  height: 150px;
  margin-top: -150px;
  margin-bottom: 80px;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  background: #fff;
  padding: 0 100px 0 0;
  line-height: 1.4;
}
.p-service-introduction-ttl__num {
  color: #2a8cdd;
  width: 115px;
  margin-right: 30px;
  padding: 13px 0 0;
  font-size: 9.0rem;
  font-weight: 700;
  font-family: var(--font-family01);
  line-height: 0.8;
  border-right: 1px solid #dbd9d9;
}
.p-service-introduction-ttl:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 300px;
  height: 150px;
  top: 0;
  left: -300px;
}
.p-service-introduction-ttl:after {
  position: absolute;
  content: "";
  top: 0;
  right: -150px;
  border-right: 150px solid transparent;
  border-bottom: 150px solid #fff;
}
.p-service-introduction-ttl__jp {
  font-size: 4.4rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-service-introduction-ttl__en {
  font-size: 1.5rem;
  color: #2a8cdd;
  font-weight: 700;
  font-family: var(--font-family01);  
}
.p-service-introduction-ttl__inner {
  padding: 0 0 5px;
}
.p-service-introduction-info {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-service-introduction-info__txt {
  width: calc( 100% - 350px );
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-service-introduction-area {
  border: 2px solid #2a8cdd;
  border-radius: 4px;
  background: #2a8cdd;
  display: flex;
  width: fit-content;
  height: 42px;
}
.p-service-introduction-area__ttl {
  width: 125px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-introduction-area__txt {
  width: 175px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
  background: #fff;
  color: #2a8cdd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.p-service-introduction-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-service-introduction-box__ttl {
  width: 200px;
  border-top: 1px solid #2a8cdd;
  padding: 45px 0 0;
}
.p-service-introduction-box-ttl__jp {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-service-introduction-box-ttl__en {
  font-size: 1.2rem;
  color: #2a8cdd;
  font-weight: 700;
  font-family: var(--font-family01);    
}
.p-service-introduction-box-info {
  width: calc( 100% - 270px );
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 50px;
  background: #f1f6fc;
  border-radius: 10px;
}
.p-service-introduction-box-info__txt {
  width: 55%;  
}
.p-service-introduction-box-info__lead {
  margin-bottom: 40px;
}
.p-service-introduction-point {
  background: #fff;
  border-radius: 10px;
  padding: 1px 30px 15px;
}
.p-service-introduction-point__ttl {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  background: #2a8cdd;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-family01); 
  border-radius: 50px;
  margin-top: -18px;
  margin-left: -10px;
  margin-bottom: 15px;
}
.p-service-introduction-point__li {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  padding: 0 0 10px 15px;
  position: relative;
}
.p-service-introduction-point__li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #2a8cdd;
  top: 10px;
  left: 0;
}
.p-service-introduction-box-info__img {
  width: 40%;
  max-width: 450px;
}
.p-service-introduction-box-info__img img {
  width: 100%;
  height: auto;
}
.p-service-introduction-mentenance__img {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1520px) {
  .p-service-introduction__main:before {
    height: calc( 150 / 1520 * 100vw );
    top: calc( -70 / 1520 * 100vw );
    font-size: calc( 120 / 1520 * 100vw );
  }
}
@media screen and (max-width: 1200px) {
  .p-service-introduction-ttl {
    height: 130px;
    margin-top: -130px;
    margin-bottom: 60px;
    padding: 0 50px 0 0;
  }
  .p-service-introduction-ttl__num {
    width: 105px;
    font-size: 7.0rem;
  }
  .p-service-introduction-ttl:before {
    height: 130px;
  }
  .p-service-introduction-ttl__jp {
    font-size: 3.8rem;
  }
  .p-service-introduction-ttl__en {
    font-size: 1.3rem;
  }
  .p-service-introduction-info {
    margin-bottom: 60px;
  }
  .p-service-introduction-area {
    height: 40px;
  }
  .p-service-introduction-area__ttl {
    width: 100px;
  }
  .p-service-introduction-area__txt {
    width: 155px;
    font-size: 1.5rem;
  }
  .p-service-introduction-box__ttl {
    width: 160px;
  }
  .p-service-introduction-box-ttl__jp {
    font-size: 2.6rem;
  }
  .p-service-introduction-box-info {
    width: calc( 100% - 190px );
    padding: 30px;
  }
  .p-service-introduction-point {
    padding: 1px 20px 15px;
  }
  .p-service-introduction-point__ttl {
    padding: 3px 15px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .p-service-introduction-point__li {
    font-size: 1.4rem;
    padding: 0 0 5px 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-service-introduction-info__txt {
    width: calc( 100% - 320px );
  }
  .p-service-introduction-box-info {
    display: block;
  }
  .p-service-introduction-box-info__txt {
    width: 100%;  
  }
  .p-service-introduction-box-info__img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-service-introduction {
    padding-bottom: 70px;
  }
  .p-service-introduction__main:before {
    height: calc( 100 / 769 * 100vw );
    top: calc( -45 / 769 * 100vw );
    font-size: calc( 80 / 769 * 100vw );
  }
  .p-service-introduction-ttl {
    height: 70px;
    margin-top: -70px;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
  }
  .p-service-introduction-ttl__num {
    width: 55px;
    margin-right: 15px;
    font-size: 3.6rem;
    line-height: 1.2;
    padding: 10px 0 0;
  }
  .p-service-introduction-ttl:before {
    height: 70px;
  }
  .p-service-introduction-ttl:after {
    right: -70px;
    border-right: 70px solid transparent;
    border-bottom: 70px solid #fff;
  }
  .p-service-introduction-ttl__jp {
    font-size: 2.2rem;
  }
  .p-service-introduction-ttl__en {
    font-size: 1.1rem;
  }
  .p-service-introduction-info {
    margin-bottom: 40px;
    display: block;
  }
  .p-service-introduction-info__txt {
    width: 100%;
  }
  .p-service-introduction-area {
    height: 35px;
    margin-bottom: 20px;
  }
  .p-service-introduction-area__ttl {
    font-size: 1.2rem;
  }
  .p-service-introduction-area__txt {
    font-size: 1.3rem;
  }
  .p-service-introduction-box {
    display: block;
  }
  .p-service-introduction-box-info {
    width: 100%;
    padding: 20px;
  }
  .p-service-introduction-box__ttl {
    padding: 25px 0;
  }
  .p-service-introduction-box-ttl__jp {
    font-size: 1.8rem;
  }
  .p-service-introduction-box-ttl__en {
    font-size: 1.0rem;   
  }
  .p-service-introduction-box-info__img {
    margin: 0 auto 20px;
  }
  .p-service-introduction-point__ttl {
    padding: 7px 15px 3px;
  }
  .p-service-introduction-point__li:before {
    top: 8px;
  }
  .p-service-introduction-mentenance__img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-service-introduction-ttl__num {
    font-size: 3.4rem;
  }
  .p-service-introduction-ttl__jp {
    font-size: 1.8rem;
  }
  .p-service-introduction-info {
    margin-bottom: 30px
  }
  .p-service-introduction-area__ttl {
    width: 80px;
    font-size: 1.1rem;
  }
  .p-service-introduction-area__txt {
    width: 120px;
    font-size: 1.2rem;
  }
  .p-service-introduction-box {
    margin-bottom: 30px;
  }
  .p-service-introduction-box-info {
    padding: 15px;
  }
  .p-service-introduction-point {
    padding: 1px 15px 15px;
  }
  .p-service-introduction-point__ttl {
    font-size: 1.3rem;
    margin-top: -15px;
  }
  .p-service-introduction-point__li {
    font-size: 1.3rem;
  }
  .p-service-introduction-mentenance__img {
    margin-bottom: 30px;
  }
}


/*--WORKS--*/
/*--p-works-innerlink--*/
.p-works-innerlink {
  border-radius: 15px;
  background: #f1f6fc;
  padding: 50px;
  margin-bottom: 80px;
}
.p-works-detail .p-works-innerlink {
  margin-bottom: 0;
}
.p-works-innerlink__txt {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var( --strong-font-family );
  margin-bottom: 30px;
  text-align: center;
}
.p-works-innerlink__ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-works-innerlink__li {
  width: 100%;
  max-width: 300px;
  margin: 0 20px 10px;
}
.p-works-innerlink__li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 55px;
  color: #fff;
  background: var( --gradient );
  font-weight: 700;
  font-family: var( --strong-font-family );
  text-decoration: none;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  position: relative;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  filter: drop-shadow(0px 0px 10px rgba(00,00,00,0.1));
}
.p-works-innerlink__li a:hover {
  padding: 0 0 0 60px;
  filter: drop-shadow(0px 0px 15px rgba(00,00,00,0.3));
}
.p-works-innerlink__li a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 17px;
  top: calc( 50% - 8 );
  left: 30px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-works-innerlink__li a:hover:before {
  left: 35px;
}
.p-works-innerlink__li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  transform: skew( 35deg, 0 );
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  top: calc( 50% - 2px );
  left: 35px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-works-innerlink__li a:hover:after {
  left: 40px;
}
@media screen and (max-width: 1200px) {
  .p-works-innerlink__li {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-works-innerlink {
    padding: 30px;
  }
  .p-works-innerlink__txt {
    font-size: 1.6rem;
  }
  .p-works-innerlink__li a {
    padding: 0 0 0 40px;
    height: 60px;
    font-size: 1.5rem;
  }
  .p-works-innerlink__li a:hover {
    padding: 0 0 0 45px;
  }
  .p-works-innerlink__li a:before {
    left: 15px;
  }
  .p-works-innerlink__li a:hover:before {
    left: 20px;
  }
  .p-works-innerlink__li a:after {
    left: 20px;
  }
  .p-works-innerlink__li a:hover:after {
    left: 25px;
  }
}
@media screen and (max-width: 769px) {
  .p-works-innerlink {
    padding: 20px 15px 15px;
    margin-bottom: 50px;
  }
	.p-works-detail .p-works-innerlink {
	  margin-bottom: 0;
	}
  .p-works-innerlink__txt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .p-works-innerlink__li {
    margin: 0 5px 10px;
  }
  .p-works-innerlink__li a {
    padding: 0 0 0 35px;
    height: 50px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .p-works-innerlink__li a:hover {
    padding: 0 0 0 35px;
    filter: drop-shadow(0px 0px 10px rgba(00,00,00,0.1));
  }
  .p-works-innerlink__li a:before {
    left: 10px;
  }
  .p-works-innerlink__li a:hover:before {
    left: 10px;
  }
  .p-works-innerlink__li a:after {
    left: 15px;
  }
  .p-works-innerlink__li a:hover:after {
    left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-works-innerlink {
    margin-bottom: 30px;
  }  
	.p-works-detail .p-works-innerlink {
	  margin-bottom: 0;
	}
  .p-works-innerlink__txt {
    font-size: 1.3rem;
  }
  .p-works-innerlink__ul {
    display: block;
  }
  .p-works-innerlink__li {
    margin: 0 auto 10px;
  }
  .p-works-innerlink__li a {
    height: 45px;
  }
}

/*--p-works-head--*/
.p-works-head {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-right: 170px;
}
.p-works-head:before {
  position: absolute;
  content: "WORKS";
  font-family: var( --font-family04 );
  top: -80px;
  right: -150px;
  width: 100%;
  height: 350px;
  color: #2a8cdd;
  opacity: 0.1;
  font-size: 29rem;
  text-align: right;
  line-height: 1.0;
  z-index: -1;
}
.p-works-head__ttl-en {
  font-size: 1.3rem;
  font-family: var( --font-family01 );
  margin-bottom: 5px;
  color: #2a8cdd;
}
.p-works-head__cat {
  margin-bottom: 10px;
}
.p-works-head__name {  
  font-size: 2.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-works-head__ttl {  
  font-size: 4.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
}
.p-works-head__date {
	font-size: 1.3rem;
	color: #2a8cdd;
	padding-top: 20px;
}
.p-works-head__detail {  
  font-size: 4.5rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-works-head {
    margin-bottom: 50px;
  }
  .p-works-head:before {
    top: calc( -80 / 1200 * 100vw );
    right: calc( -150 / 1200 * 100vw );
    width: 100%;
    height: calc( 350 / 1200 * 100vw );
    font-size: calc( 290 / 1200 * 100vw );
  }
  .p-works-head__ttl-en {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .p-works-head__name {  
    font-size: 1.8rem;
  }
  .p-works-head__ttl {  
    font-size: 3.5rem;
  }
  .p-works-head__detail {  
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works-head {
    margin-bottom: 30px;
  }
  .p-works-head:before {
    top: calc( -80 / 1200 * 100vw );
    right: calc( -150 / 1200 * 100vw );
    width: 100%;
    height: calc( 350 / 1200 * 100vw );
    font-size: calc( 290 / 1200 * 100vw );
  }
  .p-works-head__ttl-en {
    font-size: 1.3rem;
  }
  .p-works-head__name {  
    font-size: 1.6rem;
  }
  .p-works-head__ttl {  
    font-size: 3.0rem;
  }
  .p-works-head__detail { 
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 769px) {
  .p-works-head {
    margin-bottom: 30px;
    padding: 0;
  }
  .p-works-head:before {
    top: calc( -20 / 769 * 100vw );
    right: calc( -50 / 769 * 100vw );
    height: calc( 150 / 769 * 100vw );
    font-size: calc( 150 / 769 * 100vw );
  }
  .p-works-head__ttl-en {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .p-works-head__name {  
    font-size: 1.3rem;
  }
  .p-works-head__ttl {  
    font-size: 2.0rem;
  }
	.p-works-head__date {
		font-size: 1.2rem;
		padding-top: 0;
		padding-bottom: 20px;
	}
  .p-works-head__detail {  
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

/*--p-p-works-detail-sns--*/
.p-circle-group.p-works-detail-sns {
  padding: 15px 20px;
  border: 2px solid #2dc3f4;
  border-radius: 10px;
  width: 160px;
  justify-content: center;
  position: absolute;
  margin: 0 0 5px;
  bottom: 30px;
  right: 0;  
}
.p-circle-group.p-works-detail-sns:before {
  position: absolute;
  content: "SHARE";
  display: inline-block;
  background: #fff;
  color: #2dc3f4;
  padding: 0 10px;
  top: -15px;
  font-size: 1.5rem;
  font-family: var( --font-family01 );
}
@media screen and (max-width: 769px) {
  .p-circle-group.p-works-detail-sns {
    padding: 10px;
    width: 140px;
    position: relative;
	  bottom: inherit;
  }
  .p-circle-group.p-works-detail-sns:before {
    padding: 0 10px;
    top: -12px;
    font-size: 1.3rem;
  }
}

/*--p-works-list__block--*/
.p-works-list__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-works-list__block:after{
  content:"";
  display: block;
  width: calc( 33.333% - 13px );
}
.p-works-list__box {
  width: calc( 33.333% - 13px );
  margin-bottom: 50px;
}
.p-works-list__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin: 0;
}
.p-works-list__cat {
	width: calc( 100% - 150px );
}
.p-works-list__date {
	width: 150px;
	font-size: 1.3rem;
	text-align: right;
	display: inline-block;
	color: #2a8cdd;
}
.p-works-list__ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .p-works-list__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works-list__block:after{
    width: 48.5%;
  }
  .p-works-list__box {
    width: 48.5%;
  }
  .p-works-list__ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 769px) {
  .p-works-list__ttl {
    font-size: 1.5rem;
  }
	.p-works-list__date {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 500px) {
  .p-works-list__block:after{
    width: 100%;
  }
  .p-works-list__box {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*--WORKS DETAIL--*/
.p-works-detail-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.p-works-detail-main__img {
  width: calc( 50% - 10px );
  margin-bottom: 20px;
}
.p-works-detail-main__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-works-detail-main {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 769px) {
  .p-works-detail-main {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-works-detail-main {
    margin-bottom: 20px;
  }
  .p-works-detail-main__img {
    width: 100%;
    margin-bottom: 20px;
  }
}


/*--CONTACT--*/
.p-contact01__txt {
  margin-bottom: 100px;
}
.p-contact01-block {
  background: #f1f6fc;
  padding: 40px 70px;
  border-radius: 15px;
}
.p-contact01-number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}
.p-contact01-number p {
  display: inline-block;
  margin: 0 20px 0 0;
}
.p-contact01-number__tel span {
  font-size: 5.5rem;
  color: #2a8cdd;
  font-family: var(--font-family01);
  padding-left: 30px;
  background: url("../images/icon-tel-b.svg") no-repeat left bottom 13px;
}
.p-contact01-number__fax {
  font-size: 1.5rem;
  color: #2a8cdd;
  font-family: var(--font-family01);
}
.p-contact01-number__fax span {
  font-size: 3.5rem;
  color: #2a8cdd;
  font-family: var(--font-family01);
}
.p-contact01-add {
  display: flex;
  justify-content: flex-start;
  align-items: center;  
}
.p-contact01-add p {
  display: inline-block;
  margin: 0 10px 0 0;
}
.p-contact01-add__btn a {
  display: inline-block;
  border: 1px solid #2a8cdd;
  border-radius: 100px;
  padding: 2px 12px 2px 27px;
  background: url("../images/icon-map-w.svg") no-repeat 10px center #2a8cdd;
  background-size: 11px auto;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  letter-spacing: 0.15em;
}
.p-contact01-add__btn a:hover {
  background: url("../images/icon-map-b.svg") no-repeat 10px center #fff;
  background-size: 11px auto;
  color: #2a8cdd;
}
@media screen and (max-width: 1200px) {
  .p-contact01-block {
    padding: 40px;
  }
  .p-contact01-number p {
    margin: 0 10px 0 0;
  }
  .p-contact01-number__tel span {
    font-size: 4.5rem;
    background: url("../images/icon-tel-b.svg") no-repeat left bottom 10px;
    background-size: 10px auto;
    padding-left: 15px;
  }
  .p-contact01-number__fax {
    font-size: 1.5rem;
  }
  .p-contact01-number__fax span {
    font-size: 3.0rem;
  }
  .p-contact01-add__btn a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-contact01__txt {
    margin-bottom: 70px;
  }
  .p-contact01-block {
    padding: 40px;
  }
  .p-contact01-number__tel {
  }
  .p-contact01-number__tel span {
    font-size: 3.5rem;
  }
  .p-contact01-number__fax {
    font-size: 1.5rem;
  }
  .p-contact01-number__fax span {
    font-size: 2.5rem;
  }
  .p-contact01-add__btn a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 769px) {
  .p-contact01__txt {
    margin-bottom: 50px;
  }
  .p-contact01-block {
    text-align: center;
    padding: 40px 20px;
  }
  .p-contact01-number p {
    display: block;
    margin: 0 auto 10px;
    max-width: 350px;
  }
  .p-contact01-number__tel a {
    color: #fff;
    text-decoration: none;
    font-size: 3.5rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
  }
  .p-contact01-number__tel span {
    display: inline-block;
    padding: 3px 0 0 20px;
    color: #fff;
    background: url(../images/icon-tel-w.svg) no-repeat 0 center;
    background-size: 10px auto;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
    transition: all .5s;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .p-contact01-number__tel a:hover span {
    display: inline-block;
    padding: 3px 0 0 20px;
    color: #fff;
    background: url(../images/icon-tel-w.svg) no-repeat 0 center;
    background-size: 10px auto;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
    transition: all .5s;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .p-contact01-number__fax {
    font-size: 1.1rem;
    font-family: var(--font-family01);
  }
  .p-contact01-number__fax span {
    font-size: 1.6rem;
    font-family: var(--font-family01);
  }
  .p-contact01-add {
    display: block;  
  }
  .p-contact01-add p {
    display: block;
    margin: 0;
  }
  .p-contact01-add__txt {
    padding-bottom: 10px;
  }
  .p-contact01-add__btn {
    margin: 20px 0;
  }
}

.p-contact02__inner {
  padding-top: 0;
}
.p-contact02-block {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.p-contact__flow {
	width: 300px;
}
.p-contact__flow p {
  display: flex;
  align-items: center;
  padding: 0 0 0 45px;
  height: 70px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.0;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #f1f6fc;
}
.p-contact__flow p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: calc( 50% - 5px );
  left: 25px;
  background: var(--gradient);
}
.p-contact__flow p:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #d7d7d7;
  bottom: -30px;
  left: 30px;
  z-index: -1;
}
.p-contact__flow p:last-child:after {
  display: none;
}
#form01 .p-contact__flow .form01,
#form02 .p-contact__flow .form02,
#form03 .p-contact__flow .form03 {
  background: var(--gradient);
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
}
#form01 .p-contact__flow .form01 span,
#form02 .p-contact__flow .form02 span,
#form03 .p-contact__flow .form03 span {
  color: #fff;
}
#form01 .p-contact__flow .form01:before,
#form02 .p-contact__flow .form02:before,
#form03 .p-contact__flow .form03:before{
  background: #fff;
}
.p-contact__form {
  width: calc( 100% - 400px );
}
@media screen and (max-width: 1500px) {
  .p-contact02__inner {
    padding-top: 0;
  }
  .p-contact02-block {
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  .p-contact__flow {
    width: 200px;
  }
  .p-contact__flow p {
    display: flex;
    align-items: center;
    padding: 0 0 0 45px;
    height: 70px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.0;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #f1f6fc;
  }
  .p-contact__flow p:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: calc( 50% - 5px );
    left: 25px;
    background: var(--gradient);
  }
  .p-contact__flow p:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #d7d7d7;
    bottom: -30px;
    left: 30px;
    z-index: -1;
  }
  .p-contact__flow p:last-child:after {
    display: none;
  }
  #form01 .p-contact__flow .form01,
  #form02 .p-contact__flow .form02,
  #form03 .p-contact__flow .form03 {
    background: var(--gradient);
    font-weight: 700;
    font-family: var(--strong-font-family);
    color: #fff;
  }
  #form01 .p-contact__flow .form01 span,
  #form02 .p-contact__flow .form02 span,
  #form03 .p-contact__flow .form03 span {
    color: #fff;
  }
  #form01 .p-contact__flow .form01:before,
  #form02 .p-contact__flow .form02:before,
  #form03 .p-contact__flow .form03:before{
    background: #fff;
  }
  .p-contact__form {
    width: calc( 100% - 300px );
  }
}
@media screen and (max-width: 1200px) {
  .p-contact02-block {
    display: block;
    z-index: 1;
  }
  .p-contact__flow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact__flow p {
    padding: 0 0 0 32px;
    width: 180px;
    height: 55px;
    font-size: 1.5rem;
    margin-right: 20px;
  }
  .p-contact__flow p:before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: calc( 50% - 4px );
    left: 15px;
  }
  .p-contact__flow p:after {
    width: 20px;
    height: 1px;
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: -20px;
  }
  .p-contact__flow p:last-child {
    margin-right: 0;
  }
  .p-contact__form {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-contact__flow p {
    padding: 0 0 0 25px;
    width: 110px;
    height: 45px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .p-contact__flow p span {
    display: none;
  }
  .p-contact__flow p:before {
    left: 10px;
  }
  .p-contact__flow p:after {
    width: 10px;
    right: -10px;
  }
}



/* 必須 */
.p-rec-icon {
	color: #fff;
  background: var(--gradient);
	padding: 7px 15px 8px;
	margin: 0 5px 0 0;
	font-size: 1.3rem;
	line-height: 1.0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* フォームテーブル */
.p-form-table {
	width:100%;
	margin: 0 0 50px;
	border-bottom: 1px solid #dbe3ec;
}
.p-form-table th,
.p-form-table td {
  padding: 35px 25px;
  font-size: 1.6rem;
	vertical-align: middle;
	border-top: 1px solid #dbe3ec;
  line-height: 1.6;
}
.p-form-table th {
  width: 350px;
  font-weight: 700;
  font-family: var(--strong-font-family);
  padding: 30px 25px 30px 50px;
}
#form02 .p-form-table th {
  width: 350px;
}
#form02 .p-form-table td {
  font-size: 1.5rem;
}
.p-form-txt__inner {
  font-size: 1.4rem;
}
.p-col-l {
  width:inherit;
	clear: both;
}	
.p-form-table td.p-col-s {
  width: 100px;
	font-size: 1.5rem;
  border-top: 1px solid #dbe3ec;
  padding: 30px 0;
}	
#form02 .p-form-table td.p-col-s {
  display: none;
}	
/* フォーム */	
.p-form-table input,
.p-form-table select {
  margin: 0 10px 0 0;
  padding: 15px 30px 15px 20px;
	color:#000;
	font-size: 1.5rem;
	background: #fff;
  border: 1px solid #dbe3ec;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 400;
  font-family: var(--input-font-family);
}
.p-form-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin-bottom: 5px;
	border: 1px solid #e9e6e6;
	padding: 15px 30px 15px 20px;
  background:#fff url(../images/select_down.png) no-repeat;
  background-size: 8px 8px;
  background-position: 93% center;
}
@-moz-document url-prefix() { 
  /* for firefox */
  .p-form-table select {
    border: none;
    background: #fff;
    border: 1px solid #dbe3ec;
  }
}
.p-form-table textarea {
  padding: 10px 20px;
  font-family: var(--input-font-family);
	font-size: 1.5rem;
	height: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 400;
	background: #fff;
  border: 1px solid #dbe3ec;
}	
.p-form-s input {
  width: 100px;
}	
.p-form-m input {
  width: 100%;
  max-width:350px;
}
/* 郵便番号など */
.p-form-ms input {
  width: 130px;
  /*margin-left: 5px;*/
}
.p-form-ms select {
  width: inherit;
  max-width: 250px;
}
/* ラジオボタン */
.p-form-table .p-form-r span input{
	margin-right: 0;
	width: inherit;
}
.p-form-table .p-form-r span {
  margin-right: 10px;
}
/* 住所など */
.p-form-l input,
.p-form-l textarea {
  width: 100%;
  max-width:700px;
}
/* プラポリ */
.p-contact__pp {
	width: 100%;
	height: 300px;
	border: 1px solid #dee0e2;
	overflow: auto;
	margin: 0 0 50px;
  padding: 40px;
  font-size: 1.4rem;
}
.p-contact__pp-check {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

/*注意書き*/
#form01 .p-form-table .p-col-l .note {
	display: block;
	font-weight: 900;
	font-size: 1.4rem;
}
#form02 .p-form-table .p-col-l .note {
	display: none;
}
#form01 .p-form-table .p-col-l span {
	display: inline-block;
}
#form02 .p-form-table .p-col-l span {
	display: inline-block;
}
.p-contact-caution01,
.p-contact-caution02 {
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
  border-radius: 10px;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-contact-caution01 {
	border: 2px solid #2a8cdd;
	color: #2a8cdd;
}
.p-contact-caution02 {
	border: 2px solid #ff0000;
	color: #ff0000;
}
/*エラー*/
.p-form-table .error {
	display: block;
}
/*分岐*/
.cont__ttl01 .form01,
.cont__ttl01 .form02,
.cont__ttl01 .form03 {
	display: none;
}
#form01 .cont__ttl01 .form01,
#form02 .cont__ttl01 .form02,
#form03 .cont__ttl01 .form03 {
	display: block;
}
#form01 .p-contact-caution01 {
	display: none;	
}
@media screen and (max-width: 1200px) {
	.p-rec-icon {
		font-size: 1.3rem;
	}	
	/* フォームテーブル */
	.p-form-table th,
	.p-form-table td {
		padding: 25px 15px;
		font-size: 1.4rem;
	}
	.p-form-table th {
		width: 250px;
		font-size: 1.5rem;
	}
	#form02 .p-form-table th {
		width: 250px;
	}
	#form02 .p-form-table td {
		font-size: 1.4rem;
	}
	.p-col-l {
		width:inherit;
	}	
	.p-form-table td.p-col-s {
		width: 80px;
		padding: 30px 0;
	}	
	/* フォーム */	
	.p-form-table input,
	.p-form-table select {
		margin: 0 10px 0 0;
		padding: 15px 20px;
	}	
  .p-form-table select {
    padding: 15px 30px 15px 15px;
		margin: 0 0 10px;
  }
	.p-form-table textarea {
		padding: 10px 20px;
	}	
	.p-form-s input {
		width: 100px;
	}	
	.p-form-m input {
		width: 100%;
		max-width: 450px;
	}
	/* 住所など */
	.p-form-l input,
	.p-form-l textarea {
		width: 100%;
		max-width:700px;
	}			
	/* プラポリ */
	.p-contact__pp {
		margin: 0 0 50px;
		padding: 40px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 960px) {
	.p-rec-icon {
		font-size: 1.3rem;
	}	
	/* フォームテーブル */
	.p-form-table th,
	.p-form-table td {
		padding: 25px 0;
		font-size: 1.4rem;
	}
	.p-form-table th {
		width: 220px;
		font-size: 1.4rem;
	}
	#form02 .p-form-table th {
		width: 220px;
	}
	#form02 .p-form-table td {
		font-size: 1.4rem;
	}
	.p-col-l {
		width:inherit;
	}	
	.p-form-table td.p-col-s {
		width: 80px;
		padding: 30px 0;
	}	
	/* フォーム */	
	.p-form-table input,
	.p-form-table select {
		margin: 0 10px 0 0;
		padding: 15px 20px;
	}	
  .p-form-table select {
    padding: 15px 30px 15px 15px;
		margin: 0 0 10px;
  }
	.p-form-table textarea {
		padding: 10px 20px;
	}	
	.p-form-s input {
		width: 100px;
	}	
	.p-form-m input {
		width: 100%;
		max-width: 450px;
	}
	/* 住所など */
	.p-form-l input,
	.p-form-l textarea {
		width: 100%;
		max-width:700px;
	}			
	/* プラポリ */
	.p-contact__pp {
		margin: 0 0 50px;
		padding: 40px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 769px) {
  .p-rec-icon {
    font-size: 1.2rem;
    padding: 5px 10px 7px;
    margin: 0;
  }
  .p-form-table th,
  .p-form-table td {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    font-size: 1.3rem;
  }
  .p-form-table th {
    font-size: 1.4rem;
    width: calc( 100% - 80px );
    float: left;
  }
  .p-form-table tr:last-child th {
    border-bottom: none;
  }
  .p-form-txt__inner {
    font-size: 1.2rem;
  }
	#form02 .p-form-table th {
		width: 100%;
    float: inherit;
	}
  #form02 .p-form-table td {
    font-size: 1.4rem;
    clear: both;
  }
  .p-col-l {
    width:100%;
  }	
  .p-form-table td.p-col-s {
    width: 80px;
    float: right;
    padding: 15px 0;
    text-align: right;
  }	
  /* フォーム */	
  .p-form-table input,
  .p-form-table selec {
    padding: 10px;
    margin: 5px 0;
  }
  .p-form-table select {
    padding: 10px 30px 10px 10px;
    margin: 5px 0;
  }
  .p-form-l textarea {
    height: 150px;
		padding: 8px;
  }	
  /* プラポリ */
  .p-contact__pp {
    padding: 20px;
    font-size: 1.3rem;
    height: 200px;
  }
  .p-contact__pp-check {
    font-size: 1.2rem;
  }
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

/* ボタン */
#form01 .p-btn-area {
  width: 100%;
  max-width: 440px;
	margin: 0 auto 100px;
}
#form02 .p-btn-area {
  width: 700px;
  max-width: 700px;
	margin: 0 auto 100px;
  text-align: center;
}
#form02 .p-btn-area p{
  display: inline-block;
  margin: 0 5px;
  width: calc( 50% - 10px );
  max-width: 250px;
}

/* 送信 */
#form01 p.p-btn-submit {
  position: relative;
}
#form01 p.p-btn-submit input,
#form01 p.p-btn-submit button,
#form01 p.p-btn-submit a {
	cursor: pointer;
  display: block;
  width: 100%;
  height: 100px;
	border: none;
	color: #fff;
  border-radius: 100px;
  background: var(--gradient);
	margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  padding: 0;
	text-align: center;
	vertical-align: center;
	line-height: 1.4;
	letter-spacing: 0.15em;
  position: relative;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#form01 p.p-btn-submit a {
	text-decoration:none;
}
#form01 p.p-btn-submit a:hover,
#form01 p.p-btn-submit input:hover,
#form01 p.p-btn-submit button:hover {
  filter: drop-shadow(0px 0px 15px rgba(00,00,00,0.3));
}

#form02 p.p-btn-submit {
  position: relative;
}
#form02 p.p-btn-submit a,
#form02 p.p-btn-submit input,
#form02 p.p-btn-submit button {
	cursor: pointer;
	display: block;
  width: 100%;
  height: 60px;
	max-width: 340px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  margin: 0;
  padding: 2px 0 0;
  border: none;
  border-radius: 50px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  background: var(--gradient);
  color: #fff;
  position: relative;
}
#form02 p.p-btn-submit a:hover,
#form02 p.p-btn-submit input:hover,
#form02 p.p-btn-submit button:hover {
  filter: drop-shadow(0px 0px 15px rgba(00,00,00,0.3));
}
/* 戻る */
#form02 p.p-btn-return a,
#form02 p.p-btn-return input,
#form02 p.p-btn-return button {
	cursor: pointer;
  display: block;
	margin:0 auto;
  width: 100%;
	max-width: 340px;
  height: 60px;
  border-radius: 100px;
  font-size: 1.6rem;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	color:#a0a0a0;
	border: 1px solid #a0a0a0;
  background: #fff;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
#form02 p.p-btn-return a:hover,
#form02 p.p-btn-return input:hover,
#form02 p.p-btn-return button:hover {
	color: #fff;
	background: #a0a0a0;
}
.p-btn-top {
  position: relative;
}
@media screen and ( max-width: 960px) {
  /* ボタン */
  #form01 .p-btn-area {
    max-width: 350px;
    margin: 0 auto 30px;
  }
  #form02 .p-btn-area {
    width: 500px;
    max-width: 500px;
  }
  #form02 .p-btn-area p{
    max-width: 200px;
  }
  /* 送信 */
  #form01 p.p-btn-submit input,
  #form01 p.p-btn-submit button,
  #form01 p.p-btn-submit a {
    font-size: 1.8rem;
  }
  #form02 p.p-btn-submit a,
  #form02 p.p-btn-submit input,
  #form02 p.p-btn-submit button{
    font-size: 1.5rem;
  }
  #form02 p.p-btn-submit a:hover,
  #form02 p.p-btn-submit input:hover,
  #form02 p.p-btn-submit button:hover {
    letter-spacing: 0.25em;
  }
  /* 戻る */
  #form02 p.p-btn-return a,
  #form02 p.p-btn-return input,
  #form02 p.p-btn-return button {
    font-size: 1.5rem;
  }
}
@media screen and ( max-width: 769px) {
  #form01 .p-btn-area {
    width: 90%;
    max-width: 340px;
  }
  #form02 .p-btn-area {
    width: 90%;
  }
  #form02 .p-btn-area p{
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }
  /* 送信 */
  #form01 p.p-btn-submit input,
  #form01 p.p-btn-submit button,
  #form01 p.p-btn-submit a {
    width: 100%;
    max-width: 340px;
    height: 70px;
    font-size: 1.4rem;
  }
  #form01 p.p-btn-submit:after {
    right: 20px;
  }
  #form01 p.p-btn-submit:hover:after {
    right: 20px;
  }
  
  #form02 p.p-btn-submit {
    margin-bottom: 15px;
  }
  #form02 p.p-btn-submit a,
  #form02 p.p-btn-submit input,
  #form02 p.p-btn-submit button {
    height: 60px;
  }
  #form02 p.p-btn-submit:after {
    width: 12px;
    height: 12px;
    top: calc( 50% - 6px );
  }
  #form02 p.p-btn-submit:hover:after {
    right: 20px;
  }
  #form02 p.p-btn-return a,
  #form02 p.p-btn-return input,
  #form02 p.p-btn-return button {
    height: 50px;
  }
}
#form01 .p-form-table .p-col-l span.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-list-item-label {
	margin-left: 5px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	padding: 20px;
	margin: 0 0 40px;
	border: 1px solid #ff0000;
	color: #ff0000;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #ff0000;
	color: #ff0000;
}
#form01 .p-form-table .p-col-l span.wpcf7-not-valid-tip {
	display: block;
	font-size: 1.3rem;
	margin-top: 3px;
}
.wpcf7-list-item {
	margin-left: 0;
	margin-right: 5px;
}

/*--NEWS--*/
.p-news-lead {
  padding: 0 0 50px;
	border-bottom: 1px solid #e5dee1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news-lead__txt {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-news-archive {
  width: 760px;
  background: var( --gradient );
  border-radius: 10px;
  padding: 30px 20px 20px 30px;
}
.p-news-archive__inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-news-archive__inner span{
	display: inline-block;
}
.p-news-archive__inner .p-na-ttl{
	font-size: 1.6rem;
	padding: 0 0 10px 0;
	letter-spacing: 0.2em;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #fff;
}
.p-news-archive__inner .p-na-select{
	font-size: 1.6rem;
	padding: 0 0 10px 10px;
}
.p-news-archive__inner .p-na-select select {
	border: 1px solid #e5e5e5;
	padding: 15px 45px 15px 15px;
	margin-right: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  vertical-align: middle;
  margin-bottom: 5px;
  background: #fff url(../images/select_down.png) no-repeat;
  background-size: 8px 8px;
  background-position: 95% center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@-moz-document url-prefix() { /* for firefox */
  .p-news-archive__inner .p-na-select select {
      background:none;
      background-color: #FFF;
  }
}
@media screen and (max-width: 1400px) {
  .p-news-lead__txt {
    font-size: 1.6rem;
    padding: 0 20px 0 0;
  }
  .p-news-archive {
    width: 700px;
    padding: 20px 0 5px 20px;
  }
  .p-news-archive__inner .p-na-ttl{
    font-size: 1.4rem;
  }
  .p-news-archive__inner .p-na-select{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-news-lead {
    display: block;
    padding: 0 0 50px;
  }
  .p-news-lead__txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .p-news-archive {
    width: 100%;
  }
  .p-news-archive__inner {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    text-align: left;
  }
  .p-news-archive__inner .p-na-ttl{
    font-size: 1.3rem;
  }
  .p-news-archive__inner .p-na-select{
    font-size: 1.4rem;
  }
  .p-news-archive__inner .p-na-select select {
    padding: 15px 30px 15px 15px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-lead {
    padding: 0 0 20px;
  }
  .p-news-lead__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding: 0;
  }
  .p-news-archive {
    padding: 20px 0 10px 20px;
  }
  .p-news-archive__inner .p-na-ttl{
    font-size: 1.2rem;
  }
  .p-news-archive__inner .p-na-select {
    font-size: 1.3rem;
  }
  .p-news-archive__inner .p-na-select {
    padding: 0 0 5px 5px;
  }
  .p-news-archive__inner .p-na-select select {
    padding: 10px 20px 10px 10px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-news-archive__inner {
    display: block;
  }
  .p-news-archive__inner .p-na-select select {
    margin-right: 10px;
  }
}

.p-news-list__block {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.p-news-article {
	border-bottom: 1px solid #e5dee1;
	position: relative;
}
.p-news-article a {
	text-decoration: none;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 40px 70px 40px 30px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news-article a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  transform: rotate( -45deg );
  border: 1px solid #039eec;
  border-left: none;
  border-top: none;
  top: calc( 50% - 15px );
  right: 30px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-news-article a:hover:before {
  right: 20px;
}
.p-news-article__img {
  width: 270px;
  overflow: hidden;
}
.p-news-article__img img {
  width: 100%;
  height: auto;
	transition: all 1.0s;
	-webkit-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;  
}
 a:hover .p-news-article__img img {
  transform: scale(1.05);
}
.p-news-article-cont {
  width: calc( 100% - 320px );
}
.p-news-article__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.p-news-article__date {
  padding-right: 10px;
  padding-bottom: 3px;
  margin-right: 10px;
  position: relative;
  color: #867c78;
  font-family: var( --font-family01 );
}
.p-news-article__ttl {
	font-size: 3.0rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  color: #2a8cdd;
  margin-bottom: 10px;
	line-height: 1.4;
}
.p-news-article__txt {
	font-size: 1.6rem;  
}
@media screen and (max-width: 1200px) {
  .p-news-article a {
    padding: 40px 60px 40px 0;
  }
  .p-news-article a:before {
    right: 10px;
  }
  .p-news-article a:after {
    right: 35px;
  }
  .p-news-article a:hover:after {
    right: 25px;
  }
  .p-news-article__img {
    width: 300px;
  }
  .p-news-article-cont {
    width: calc( 100% - 350px );
  }
  .p-news-article__ttl {
    font-size: 2.2rem;
  }
  .p-news-article__txt {
    font-size: 1.5rem;  
  }
}
@media screen and (max-width: 960px) {
  .p-news-article a {
    padding: 30px 60px 30px 0;
  }
  .p-news-article__img {
    width: 250px;
  }
  .p-news-article-cont {
    width: calc( 100% - 280px );
  }
  .p-news-article__info {
    margin-bottom: 10px;
  }
  .p-news-article__ttl {
    font-size: 2.0rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-article a {
    align-items: flex-start;
    padding: 30px 0;
    letter-spacing: 0.2em;
  }
  .p-news-article a:before {
    display: none;
  }
  .p-news-article a:after {
    display: none;
  }
  .p-news-article a:hover:after {
    right: 20px;
  }
  .p-news-article__img {
    width: 35%;
  }
  .p-news-article-cont {
    width: 60%;
  }
  .p-news-article__info {
    display: block;
    margin-bottom: 5px;
  }
  .p-news-article__cat {
    margin: 0 0 7px;
  }
  .p-news-article__date:before {
    display: none;
  }
  .p-news-article__ttl {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .p-news-article__txt {
    font-size: 1.3rem;  
  }
}
@media screen and (max-width: 500px) {
  .p-news-article a {
    display: block;
  }
  .p-news-article__img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .p-news-article-cont {
    width: 100%;
  }
  .p-news-article__ttl {
    font-size: 1.6rem;
  }
}

/*--p-works-head--*/
.p-news-head {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-right: 170px;
  padding: 50px 170px 50px 40px;
  border-bottom: 1px solid #e5dee1;
}
.p-news-detail__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.p-news-detail__date {
  padding-right: 10px;
  padding-bottom: 3px;
  margin-right: 10px;
  position: relative;
  color: #867c78;
  font-family: var( --font-family01 );
}
.p-news-head__cat {
  margin-bottom: 10px;
}
.p-news-head__detail {  
  font-size: 3.4rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
  line-height: 1.4;
}
.p-news-detail__entry {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .p-news-head {
    margin-bottom: 50px;
    padding: 50px 170px 50px 0;
  }
  .p-news-head__detail {  
    font-size: 3.5rem;
  }
  .p-news-detail__entry {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-news-head {
    margin-bottom: 30px;
  }
  .p-news-head__detail { 
    font-size: 3.0rem;
  }
  .p-news-detail__info {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-head {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .p-news-head__detail {  
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-news-detail__info {
    display: block;
    margin-bottom: 10px;
  }
  .p-news-detail__date {
    margin-bottom: 5px;
  }
}

/*--p-p-works-detail-sns--*/
.p-circle-group.p-news-detail-sns {
  padding: 15px 20px;
  border: 2px solid #2dc3f4;
  border-radius: 10px;
  width: 160px;
  justify-content: center;
  position: absolute;
  margin: 0 0 5px;
  bottom: 50px;
  right: 40px;  
}
.p-circle-group.p-news-detail-sns:before {
  position: absolute;
  content: "SHARE";
  display: inline-block;
  background: #fff;
  color: #2dc3f4;
  padding: 0 10px;
  top: -15px;
  font-size: 1.5rem;
  font-family: var( --font-family01 );
}
@media screen and (max-width: 1200px) {
  .p-circle-group.p-news-detail-sns {
    right: 0;
  }
  .p-circle-group.p-news-detail-sns:before {
    padding: 0 10px;
    top: -12px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .p-circle-group.p-news-detail-sns {
    padding: 10px;
    width: 140px;
    position: relative;
    bottom: inherit;
    right: inherit;  
  }
  .p-circle-group.p-news-detail-sns:before {
    padding: 0 10px;
    top: -12px;
    font-size: 1.3rem;
  }
}

/*--News Detail--*/
.p-news-entry {
  margin-bottom: 100px;
}
.p-news-entry h2 {
	font-size: 22px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-news-entry h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 30px;
	background: var( --gradient );
}
.p-news-entry h3 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-news-entry h3::before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 12px;
	width: 2px;
	height: 2px;
	background: var( --gradient );
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.p-news-entry h4 {
	font-size: 16px;
	margin-bottom: 10px;
  font-weight: 700;
  font-family: var( --strong-font-family );
}
.p-news-entry img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-news-entry img.alignright {
  margin: 0 0 0 10px;
  display: inline;
}	 
.p-news-entry img.alignleft {
  margin: 0 10px 0 0;
  display: inline;
}			 
.p-news-entry table {
  margin-bottom: 50px;
  width: 100%;
  border-bottom: 1px solid #e5dee1;
}				 
.p-news-entry table th ,.p-news-entry table td {
  padding: 30px 20px;
  border-top: 1px solid #e5dee1;
}				 
.p-news-entry table th {
  width: 20%;
}	 
.p-news-entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}  
.p-news-entry .alignright {
  float: right;
} 
.p-news-entry .alignleft {
  float: left;
}
.p-news-entry p {
	margin-bottom: 20px;
	font-size: 15px;
}
.p-news-entry img {
	margin-bottom: 10px;
}
.p-news-entry a {
	color: #2a8cdd;
}
@media screen and (max-width: 1200px) {
  .p-news-entry {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-entry {
    margin-bottom: 50px;
  }			 
  .p-news-entry table {
    margin-bottom: 50px;
    width: 100%;
    border-bottom: 1px solid #e5dee1;
  }				 
  .p-news-entry table th ,.p-news-entry table td {
    padding: 25px 0;
    border-top: 1px solid #e5dee1;
  }				 
  .p-news-entry table th {
    width: 40%;
  }	 
  .p-news-entry img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news-entry img.alignright {
    margin: 0 auto;
    display: block;
  }	 
  .p-news-entry img.alignleft {
    margin: 0 auto;
    display: block;
  }		 
  .p-news-entry .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }  
  .p-news-entry .alignright {
    float: none;
  } 
  .p-news-entry .alignleft {
    float: none;
  }
  .p-news-entry p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p-news-entry {
    padding: 0;
  }
  .p-news-entry p{
    font-size: 15px;
  }
}


/*--p-detail-recent--*/
.p-detail-recent__ttl {
	font-size: 2.6rem;
	padding: 0 40px 40px;
	border-bottom: 1px solid #e5dee1;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-detail-recent__ttl span {
	font-size: 1.5rem;
	margin: 0 20px;
  display: inline-block;
  font-weight: 400;
}
.p-detail-recent__article {
	border-bottom: 1px solid #e5dee1;
	position: relative;
	margin: 0 0 5px;
}
.p-detail-recent__article a {
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 30px 40px;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-detail-recent__article a:hover {
	padding: 30px 30px 30px 50px;
}
.p-detail-recent__article a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #039eec;
  border-left: none;
  border-top: none;
  transform: rotate( -45deg );
  top: calc( 50% - 12px );
  right: 20px;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-detail-recent__article a:hover:before{
  right: 10px;
  border-left: none;
  border-top: none;
}
.p-detail-recent__info {
  width: 240px;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-detail-recent__date {
  width: 110px;
  margin-right: 10px;
}
.p-detail-recent__ttl-s{
	font-size: 1.6rem;
	line-height: 1.4;
	display: inline-block;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
@media screen and (max-width: 1200px) {
  .p-detail-recent__ttl {
    padding: 0 0 40px;
  }
  .p-detail-recent__article a {
    padding: 30px 30px 30px 0;
  }
  .p-detail-recent__article a:hover {
    padding: 30px 20px 30px 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-detail-recent__ttl {
    font-size: 1.8rem;
    padding: 0 0 20px;
  }
  .p-detail-recent__ttl span {
    font-size: 1.2rem;
    margin: 0 0 0 15px;
  }
  .p-detail-recent__article a {
    padding: 20px 20px 25px 0;
    display: block;
  }
  .p-detail-recent__article a:hover {
    padding: 20px 20px 25px 0;
  }
  .p-detail-recent__article a:before {
    width: 10px;
    height: 10px;
    top: calc( 50% - 5px );
    right: 5px;
  }
  .p-detail-recent__article a:hover:before{
    right: 5px;
  }
  .p-detail-recent__info {
    width: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-detail-recent__date {
    width: 90px;
    margin: 0;
  }
  .p-detail-recent__ttl-s{
    font-size: 1.4rem;
  }
}

/*--Pager--*/
.p-pager {
	margin: 50px 0 ;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-pager span,
.p-pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	line-height: 1.0;
  font-weight: 700;
	border: 1px solid #2dc3f4;
	font-size: 1.6rem;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 0.05em;
  padding: 2px 0 0;
  font-family: var(--font-family01);
}
.p-pager a {
	color: #2dc3f4;
	text-decoration:none;
	background: none;
}
.p-pager span,
.p-pager a:hover {
	background: #2dc3f4;
	color: #fff;
	border: 1px solid #2dc3f4;
	text-decoration:none;
}
.p-pager a.next , .p-pager a.prev {
	font-size: 1.4rem; 
  padding: 2px 0 0;
}
@media screen and (max-width: 769px) {
  .p-pager {
    margin: 20px 0 ;
  }
  .p-pager span,
  .p-pager a {
    margin: 0 5px 0 0;
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
  }
  .p-pager a.next , .p-pager a.prev {
    font-size: 1.2rem;
  }
}

/*--p-detail-pager--*/
.p-detail-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 150px;
}
.p-detail-pager__list {
  width: 230px;
  margin: 20px auto;
}
.p-detail-pager__list a {
  display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	color: #2a8cdd;
  height: 50px;
	position: relative;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  border-bottom: 1px solid #dbe3ec;
  font-weight: 700;
  font-family: var(--strong-font-family);
}
.p-detail-pager div {
  width: 180px;
	position: relative;
}
.p-detail-pager div a {
	display: block;
	width: 100%;
  height: 50px;
	position: relative;
	font-size: 1.6rem;
	color: #2a8cdd;
	text-decoration: none;
  border-bottom: 1px solid #dbe3ec;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.p-detail-pager a span {
	display: block;
	width: 100%;
	position: relative;
	color: #2a8cdd;
	font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--strong-font-family);
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.p-detail-pager__list a span {
	color: #2a8cdd;
	display: inline;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.p-detail-pager div a:hover span {
	color: #2a8cdd;
  letter-spacing: 0.3em;
}
.p-detail-pager__prev a {
	text-align: right;
}
.p-detail-pager__prev span:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2a8cdd;
  border-right: none;
  border-bottom: none;
	-webkit-transform: translateY(8px) rotate(-45deg) skew( 15deg, 15deg );
	transform: translateY(8px) rotate(-45deg) skew( 15deg, 15deg );
	top: calc(50% - 13px);
	left: 5px;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.p-detail-pager__prev a:hover span:before {
	left: 0;
}
.p-detail-pager__next a {
	text-align: left;
}
.p-detail-pager__next span:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2a8cdd;
  border-left: none;
  border-bottom: none;
	-webkit-transform: translateY(8px) rotate(45deg) skew( -15deg, -15deg );
	transform: translateY(8px) rotate(45deg) skew( -15deg, -15deg );
	top: calc(50% - 13px);
	right: 5px;
	transition: all .5s;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.p-detail-pager__next a:hover span:before {
	right: 0;
}
@media only screen and (max-width: 960px) {
  .p-detail-pager {
    margin: 0 auto 100px;
  }
  .p-detail-pager__list {
    width: 200px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 769px) {
  .p-detail-pager {
    margin: 0 auto 50px;
  }
  .p-detail-pager__list {
    width: 30%;
    margin: 20px auto;
  }
  .p-detail-pager__list a {
    font-size: 1.2rem;
    height: 40px;
    margin: 0;
  }
  .p-detail-pager__list a span {
    display: none;
  }
  .p-detail-pager div {
    width: 30%;
  }
  .p-detail-pager div a {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
  }
  .p-detail-pager div a span {
    font-size: 1.2rem;
  }
  .p-detail-pager__prev span:before {
    width: 7px;
    height: 7px;
    left: 5px;
  }
  .p-detail-pager__next span:before {
    width: 7px;
    height: 7px;
    right: 5px;
  }
}

/* サークルのスタイル */
.p-circle-group {
	margin-bottom: 40px;
	margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.p-sns_circle{
	position:relative;
	width: 30px;
	height: 30px;
	margin:0 3px 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	list-style: none;
}

/* Webフォントに関する指定 */
.p-sns_circle span{
	position: absolute;
	font-size: 1.5rem;
	color: #FFF;
}
.p-sns_circle span i{
	color: #fff;
}
/* Webフォントに関する指定(Twitter) */
.p-sns_circle.twitter.p-sns_circle span{
	position: absolute;
	padding: 3px 0 0 8px;
}
/* Webフォントに関する指定(Facebook) */
.p-sns_circle.facebook.p-sns_circle span{
	position: absolute;
	padding: 3px 0 0 11px;
}
/* Webフォントに関する指定(Google+) */
.p-sns_circle.googleplus.p-sns_circle span{
	position: absolute;
	padding: 2px 0 0 7px;
	font-size: 1.5rem;
}
/* Webフォントに関する指定(LINE) */
.p-sns_circle.line.p-sns_circle span{
	position: absolute;
	padding: 6px 0 0 3px;
	letter-spacing: 0;
	font-size: 1.1rem;
}
/* リンク領域をブロック全体に */
.p-sns_circle a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;

	border-radius: 50%;
	text-indent:-999px;
	color:#FFF;
  transition: all .5s;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
/* マウスオーバー時のスタイル */
.p-sns_circle a:hover{
	background-color:#FFF;
	opacity: 0.5;
}
/* Font Awesome LINE（手作り） */
.fa-line:before {
	content: "LINE";
	font-family: 'Meiryo',sans-serif;
	font-weight: bold;
}
/* アイコン毎の配色と配置 */
.p-sns_circle.hatebu{
	background-color: #006fbb;
}
.p-sns_circle.twitter{
	background-color: #00acec;
}
.p-sns_circle.facebook{
	background-color: #265a96;
}
.p-sns_circle.googleplus{
	background-color: #dd4b39;
}
.p-sns_circle.line{
	background-color: #2cbf13;
}
@media only screen and (max-width: 769px) {
  .p-circle-group {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}

/*editor*/
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*キャプション崩れ*/
.wp-caption {
	max-width: 100% !important;
}

/* ====================================
Utility
====================================== */
.u-font-s {
  font-size: 1.5rem;
}
@media screen and (max-width:769px) {
  .u-font-s {
    font-size: 1.2rem;
  }
}
.u-left {
  text-align: left !important;
}
.u-right {
  text-align: right;
}
.u-center {
  text-align: center;
}
.u-mb15 { margin-bottom: 15px; }
/*----クリア----*/
.clear { clear: both; }
/*--clearfix--*/
.cf, main {
  *zoom: 1;
}
.cf:before, .cf:after, main:before, main:after {
  content: " ";
  display: table;
}
.cf:after, main:after, .p-news-entry:after {
  clear: both;
}
/*--show/hide--*/
.u-cont-sll { display: none; }
.u-cont-sl { display: none; }
.u-cont-sm { display: none; }
.u-cont-sn { display: none; }
.u-cont-st  { display: none; }
.u-cont-s { display: none; }
.u-cont-pll { display: block; }
.u-cont-pl { display: block; }
.u-cont-pm { display: block; }
.u-cont-pn { display: block; }
.u-cont-pt  { display: block; }
.u-cont-p { display: block; }
@media screen and (max-width:1620px) {
	.u-cont-sll { display: block; }
	.u-cont-pll { display: none; }
}
@media screen and (max-width:1400px) {
	.u-cont-sl { display: block; }
	.u-cont-pl { display: none; }
}
@media screen and (max-width:1200px) {
	.u-cont-sm { display: block; }
	.u-cont-pm { display: none; }
}
@media screen and (max-width:960px){
	.u-cont-sn { display: block; }
	.u-cont-pn { display: none; }
}
@media screen and (max-width:769px) {
	.u-cont-st  { display: block; }
	.u-cont-pt  { display: none; }
}
@media screen and (max-width:600px) {
	.u-cont-s  { display: block; }
	.u-cont-p  { display: none; }
}
