@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;600;700;900&family=Roboto:ital,wght@0,500;0,900;1,500;1,900&display=swap');
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  /*padding: 10px 10px 0;*/
}
.remodal {
  box-sizing: border-box;
  width: 85%;
  max-width: 1200px;
  min-width: 800px;
  transform: translate3d(0, 0, 0);
  color: #111111;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  opacity:1.0;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: #333f48;
}
.remodal-close::before,
.remodal-close::after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  border-top: 1px solid #fff;
}
 
.remodal-close::before {
  transform: skewY(-45deg);
}
.remodal-close::after {
  transform: skewY(45deg);
}
.remodal-close:hover,
.remodal-close:focus {
  opacity:0.75;
}


/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/*@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 82%;
  }
}*/

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}

/******************************* modalカスタム *******************************/

.remodal{
    background-color: #fff;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.remodal a{ color: #00a7ac;}
.remodal-wrapper {padding: 30px 0 30px 0;}
.remodal .section{
	padding:0 0 80px;
	text-align:center;
	color:#111;
}
.remodal h2, .remodal p{
	margin:0;
	padding:0;
	vertical-align: baseline;
	font-size:100%;
	line-height:1.8;
}
.remodal .intro{
	padding-top: 150px;
	background: url("../images/concept/pht_autoscroll00.jpg") no-repeat center top;
	background-size: 120px;
}
.remodal .intro h2{
	font-weight: 800;
	font-size:36px;
	margin-bottom:20px;
	letter-spacing:1px;
	line-height:1.4;
}
.remodal .intro a{
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 10px 0 0 15px;
	color: #00a7ac;
	text-decoration:underline;
}
.remodal .intro a:before{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00a7ac;
	border-right: solid 2px #00a7ac;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.remodal .intro p{
    line-height: 2.2;
    font-size: 15px;
}
.remodal .intro .bggray{
	position: relative;
}
.remodal .intro .bggray::before{
	position: absolute;
	content: "";
	height: 300px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -150px;
	background-color: #eee;
	z-index: -1;
}
.remodal .intro .bggray img{
	width: auto;
	height: auto;
	padding: 30px 0 40px 0;
}
.remodal .section .sectionInner{
    background-color: #000000;
    margin: 50px 0;
    padding: 40px 5%;
    font-size: 15px;
}
.remodal .section .sectionInner p{margin: 0 auto 40px;}
.remodal .section .sectionInner p:last-of-type{margin: 0 auto;}
.remodal .section .sectionInner .max1000{max-width: 1000px !important;}
.remodal .section .sectionInner .max800{max-width: 800px !important;}
.remodal .section .sectionInner .max700{max-width: 700px !important;}
.remodal .section .sectionInner .max600{max-width: 600px !important;}
.remodal .section .sectionInner .max500{max-width: 500px !important;}
.remodal .section .sectionInner .max400{max-width: 400px !important;}

.remodal .section .sectionInner .floatBox{
    max-width: 1200px;
    margin: 0 auto;
}
.remodal .section .sectionInner .floatBox p{
    float: left;
    margin: 0 3% 0 0;
    width: 48.5%;
}
.remodal .section .sectionInner .floatBox p:last-of-type{margin: 0;}
.remodal .section .sectionInner .caption{
    display: block;
    margin: 10px auto 0;
    font-size: 13px;
    color: #ffffff;
}
.remodal .section .sectionInner .floatBox p img{display: block;}
.remodal .section .sectionInner.modal06Box{color: #ffffff;}
.remodal .section .sectionInner.modal06Box .floatBox p {
    text-align: left;
    width: 55%;
    margin: 0;
    line-height: 2.0;
    color: #00a7ac;
}
.remodal .section .sectionInner.modal06Box .floatBox p:last-of-type {
    width: 40%;
    margin-left: 5%;
}
.remodal .section .sectionInner.modal06Box .floatBox p strong{
    display: block;
    line-height: 1.0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}
.remodal .section .sectionInner.modal06Box .max800{margin: 0 auto;}
.remodal .section .sectionInner.modal06Box h3{
    margin: 60px auto 20px auto;
    text-align: center;
    font-size: 26px;
    line-height: 1.0;
    padding: 18px 0;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;    
}
.remodal .section .sectionInner.modal06Box h3 span{font-size: 16px;}
.remodal .section .sectionInner.modal06Box > p{
    color: #00a7ac;
    margin: 10px auto 0;
}



.remodal .section .contactBox .contactTxt{
	font-size: 125%;
	margin-bottom: 40px;
}
.remodal .section img{
	width:100%;
	height:100%;
    vertical-align: bottom;
}


.remodal .remodal-cancel{
	display:block;
	position: relative;
	color: #ffffff;
	background-color: #333f48;
	width: 360px;
	margin: 0 auto;
	padding: 14px;
	text-decoration:none;
	border-radius: 26px;
	opacity: 1.0;
	transition: opacity .2s;
}
.remodal .remodal-cancel::after {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: "×";
	font-size: 18px;
	font-weight: 200;
	position: absolute;
	right: 16px;
	top: 8px;
}
.remodal .remodal-cancel:hover{
	opacity: 0.8;
}

/* 191112_問い合わせボタン追加 */
.remodal .section{position: relative;}
.remodal .section .btn_contact_pc{
	display: block;
	position: absolute;
	right: 90px;
	top: 32px;
}
.remodal .section .btn_contact_pc a{
	width: 235px;
	display: block;
	opacity: 1.0;
	transition: opacity .1s linear;
}
.remodal .section .btn_contact_pc a:hover{opacity: 0.7;}
.remodal .section .btn_contact_sp{display: none;}


/* YouTube追加 */
.remodal .section #youtubeBox {
	width:100%;
    max-width:800px;
	margin: 40px auto 50px;
}
.remodal .section #youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
.remodal .section #youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}







/****************************** SP調整 ******************************/
@media screen and (max-width: 767px){

.remodal{
	width: 90%;
	margin: 0 auto;
	max-width:inherit;
	min-width:inherit;
}
.remodal-wrapper {
  padding: 20px 0;
}
.remodal .section{
	padding:0 0 50px;
}
.remodal h2, .remodal p{
    text-align: left;
	font-size: 90%;
	line-height:1.6;
	padding:0 5%;
}
.remodal .intro{
	padding: 120px 0 0 0;
	/*background: url(../kgsp/images/logo_kgsp.gif) no-repeat center top;*/
	background-size: 100px;
}
.remodal .intro h2{
	font-weight: 800;
	font-size:24px;
    padding: 0 3%;
    text-align: center;
}
.remodal .intro p:first-of-type{
    text-align: center;
	width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
	margin: 0 auto;
}
.remodal .intro p{line-height: 2.0;}
.remodal .intro a{
	font-size: 90%;
	padding:10px 0 0 15px;
}
.remodal .intro .bggray{
	position: relative;
	margin-bottom: 0px;
}
.remodal .intro .bggray::before{
	position: absolute;
	content: "";
	height: 160px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -80px;
	background-color: #eee;
	z-index: -1;
}
.remodal .intro .bggray img{
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}
.remodal .section h3{
	font-size: 22px;
	font-weight: 800;
	position: relative;
	display: table;
	letter-spacing: 1px;
	margin:0 auto 20px;
	padding:0 60px;;
}
.remodal .section .sectionInner p{
	width: 90%;
	padding: 0 5%;
	text-align: left;
}
.remodal .section .sectionInner .caption{
    font-size: 13px;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    width: 100%;
}


.remodal .section .sectionInner p{margin: 0 auto 40px;}
.remodal .section .sectionInner p:last-of-type{margin: 0 auto;}
.remodal .section .sectionInner .max1000,
.remodal .section .sectionInner .max800,
.remodal .section .sectionInner .max700,
.remodal .section .sectionInner .max600,
.remodal .section .sectionInner .max500,
.remodal .section .sectionInner .max400{
    max-width: inherit!important;
    width: 100%;
    padding: 0;
}

.remodal .section .sectionInner .floatBox{
    max-width: inherit;
    margin: 0 auto;
}
.remodal .section .sectionInner .floatBox p{
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}
/*.remodal .section .sectionInner .floatBox p:last-of-type{margin: 0;}
.remodal .section .sectionInner .caption{
    display: block;
    margin: 10px auto 0;
    font-size: 13px;
    color: #ffffff;
}*/
/*.remodal .section .sectionInner .floatBox p img{display: block;}
.remodal .section .sectionInner.modal06Box{color: #ffffff;}*/
.remodal .section .sectionInner.modal06Box .floatBox p {
    width: 100%;
    margin-bottom: 20px;
    /*text-align: left;
    margin: 0;
    line-height: 2.0;
    color: #00a7ac;*/
}
.remodal .section .sectionInner.modal06Box .floatBox p:last-of-type {
    width: 100%;
    margin: 0;
}
.remodal .section .sectionInner.modal06Box .floatBox p strong{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px
    /*display: block;
    font-weight: 600;*/
}
.remodal .section .sectionInner.modal06Box .max800{margin: 0 auto;}
.remodal .section .sectionInner.modal06Box .max800 p{
    padding: 0;
    width: 100%;
    line-height: 2.0;
    font-size: 15px;
}
.remodal .section .sectionInner.modal06Box .max800 p .caption{
    text-align: left;    
}

.remodal .section .sectionInner.modal06Box h3{
    margin: 40px auto 20px auto;
    text-align: left;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    padding: 16px 0;
    /*color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;*/
}
.remodal .section .sectionInner.modal06Box h3 span{
    display: block;
    font-size: 14px;
}
.remodal .section .sectionInner.modal06Box > p{
    color: #00a7ac;
    margin: 15px 0 0;
    padding: 0;
}




.remodal .section .contactBox .contactTxt{
	font-size: 100%;
	width: 90%;
	padding: 0 5%;
	margin-bottom: 30px;
}

.remodal .section .widthAuto{
	width: 100% !important;
}

.remodal .section img{
	width:100%;
	height:100%;
}

.remodal .remodal-cancel{
	width: 90%;
}

/* 191112_問い合わせボタン追加 */
.remodal .section .btn_contact_pc{display: none;}
.remodal .section .btn_contact_pc a{display: none;}
.remodal .section .btn_contact_sp{
	display: block;
	width: 75%;
	margin: 30px auto 10px;
}


}



