@charset "UTF-8";

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color:#444;
  font-style: normal;
}

.container-fluid{
  max-width:1480px;
}

img{
  width:100%;
}

.ban-overflow{
  overflow: hidden;
}


h1{
  width: 20%;
}

h2{
  font-size: 2.5em;
  font-weight:bold;
  color:#555;
  padding: 8px 20px 10px 20px;

}

h2 span{
  font-size: 0.7em;
}

h2.page-title{
  position: absolute;
  bottom: 10%;
  left:5%;
  color: #fff;
  font-size: 3.3em;
  line-height: 1.0;
  text-shadow: 1px 1px 5px #333;
  margin:0;
  padding: 0;
}

h2.page-title::before {
  content: '-';
  display: inline-block;
  text-indent: 0;
  margin-right: 4px;
}

h2.page-title::after {
  content: '-';
  display: inline-block;
  text-indent: 0;
  margin-left: 4px;
}

h2.general-title{
}

.page-title2{
  position: absolute;
  top: 12%;
  left:5%;
  color: #fff;
  font-size: 5.5em;
  line-height: 1.0;
  text-shadow: 1px 1px 5px #333;
  font-weight: 700;
  font-style: normal;
}

.page-title-opt1{
  bottom: 25%!important;
}

.fm-yokohama {
  position: absolute;
  bottom: 8%;
  right: 2%;
  z-index: 4;
  width: 380px;
}

h3.post-title{
  font-size: 1.2em;
  margin: 25px 0 15px 0;
}

h3.sub-title2{
  border-left: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
  font-weight: bold;
  font-size: 2.0em;
  line-height: 1.2;
  margin: 0px 0 25px 0;
  display: inline-block;
  padding: 1rem 1rem;
}

h3.sub-title3{
  font-weight: bold;
  font-size: 2.0em;
  text-align: center;
}



.sub-opt{
  display: block!important;
}



h3.sub-title2 span{
  font-size: 0.8em;
}



.merit h4{
  font-weight: bold;
  position: relative;
  padding-left: 70px;
  font-size: 1.3em;
}

.merit h4::before {
  content: attr(data-number);
  position: absolute;
  top: 75%;
  left: 0;
  transform: translateY(-75%);
  color: rgba(63,193,201,0.8);
  font-size: 50px;
}

.m-opt1::before {
  color: #ff0000!important;
}

.m-opt1::after {
  background-color: #ff0000!important;
}


.merit h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: rgba(63,193,201,1);
}


.merit p{
  font-size: 1.0em;
  margin: 15px 0 25px 0;
}








.row-opt1 h4 {
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 10px 0;
}

.top-title {
  font-size: 1.7em;
  font-weight: bold;
}

.main-title{
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 1px 1px 5px #333;
}

.main-title1{
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2;
}

.main-title1 span{
  font-size: 0.7em;
}

.mt-opt1{
  display: inline-block;
  background-color: #004ea2;
  padding: 15px 35px;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 2px 2px 5px #333;
}


.main-title2{
  background-image:url(../img/drone2-1.png);
  background-repeat:no-repeat;
  background-position: center top;
  text-align:center;
  padding-top: 50px;
  color: #004ea2;
}

.main-title3{
  text-align:center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px 0;
}

.main-title4{
  text-align:center;
  font-weight: bold;
  font-size: 1.7em;
  margin: 1.5em 0;
  position: relative;
  padding: 10px 0;
}

.main-title4:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #00adef;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.main-title5{
  font-weight: bold;
  font-size: 1.7em;
  margin: 20px 0 10px 0;
}


.sub-tiitle{
  font-weight:bold;
  font-size: 1.2em;
}

.sub-title1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.sub-title1:before, .sub-title1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.sub-title1:before {
  left:0;
}

.sub-title1:after {
  right: 0;
}

.opt1{
  color: #004ea2;
}

.opt2{
  color: #fff;
}


p{
  line-height:1.5;
}

p span{
  font-weight:bold;
  color:#444;
}

.attention01{
  color:#ff0000;
}

.attention02{
  font-weight: bold;
}

.attention03{
  font-weight: bold;
  font-size: 1.1em;
}

.attention04{
  color:#ff0000;
  font-weight: bold;
  font-size: 0.9em;
}


.size-opt1{
  font-size: 1.8em;
}

.size-opt2{
  font-size: 1.2em;
  color: #555;
  font-weight: bold;
}

.pcmob-disp1{
  text-align:center;
}

.marker_yellow {
  background: linear-gradient(transparent 60%,#ffff66 60%);
  display: inline;
  padding: 0 2px 4px;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  display:block;
}


.bread-back1 {
  background: #f5f5f5;
  position: relative;
  padding: 7px 0;
}

span.current-item {
  font-weight: bold;
}


/* グローバルナビ */
.navbar {
  border-radius: 0px;
  padding: 0 1rem;
  box-shadow: 3px 3px 5px rgba(8,8,8,0.2);
  z-index: 5;
  background: #004ea2;
}


.navbar-brand{
  width: 110%;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #111;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 15px;
  overflow-x: visible;
}

.navbar-nav li a{
  color: #004ea2;
  text-decoration: none;
}

.navbar-nav li.current a{
  color: #555;
}


.navbar-nav li a:hover{
  font-weight: bold;
}


/* スライダー設定 */
#topslide{
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-animation: fadein02 2s ease 0s 1 forwards;
  animation: fadein02 2s ease 0s 1 forwards;
}



.icatch {
  overflow-x: hidden;
  margin:0;
  padding:0;
  position: relative;
}

.icatch2,.icatch3 {
  overflow-x: hidden;
  margin:0;
  padding:0;
  position: relative;
}

ul.icatch li{
  position: relative;
}

ul.icatch li .slide-text{
  position: absolute;
  bottom: 15%;
  left: 5%;
  font-weight: bold;
  opacity: 0;
}

ul.icatch li .slide-text2{
  position: absolute;
  bottom: 18%;
  right: 7%;
  color:#fff;
  font-weight: bold;
  opacity: 0;
}

/* トップスライド */
#topslide{
  width:100%;
  margin: 0 auto;
}

#topslide ul{
  width:100%;
  margin: 0;
  padding: 0;
}

/* トップスライドテキスト */
.slide-title{
  font-size: 5.4em;
  font-weight: 800;
  line-height: 1.0;
  margin-bottom:25px;
  text-shadow: 3px 3px 0 #FFF000, 
  -3px -3px 0 #FFF000,
  -3px 3px 0 #FFF000,
  3px -3px 0 #FFF000,
  0 3px 0 #FFF000,
  0 -3px 0 #FFF000,
  -3px 0 0 #FFF000,
  3px 0 0 #FFF000;
}

.slide-text p, .slide-text2 p{
  font-size: 3.5em;
  font-weight: bold;
  text-shadow: 2px 2px 0 #FFF000, 
  -2px -2px 0 #FFF000,
  -2px 2px 0 #FFF000,
  2px -2px 0 #FFF000,
  0 2px 0 #FFF000,
  0 -2px 0 #FFF000,
  -2px 0 0 #FFF000,
  2px 0 0 #FFF000;
  line-height: 1.2;
}

/* その他固定ページヘッダー設定 */
.page-intro{
  position:relative;
  overflow: hidden;
  width: 100%;
  -webkit-animation: fadein02 2s ease 0s 1 forwards;
  animation: fadein02 2s ease 0s 1 forwards;
}

.page-intro-img{
  z-index: 1;
}


.copy{
  margin:0;
  padding:3px 0;
  font-weight:bold;
}

/* イントロボックス設定 */
.l-box1{
  position: relative;
  width: 50%;
}

.l-box1 img{
  z-index: 1;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

.l-box1 h3{
  position: absolute;
  color: #fff;
  bottom:27%;
  left:5%;
  font-weight: bold;
  font-size: 2.8em;
  line-height: 1.1;
  padding:0;
  text-shadow: 1px 1px 8px #333;
}

.l-box1 h3.top-intro{
  left: 3%;
  bottom: 8%;
  font-size: 2.7em;
}

.l-box1 .sub-tiitle{
  position: absolute;
  color: #fff;
  top:8%;
  left:5%;
  font-weight: bold;
  font-size: 4.8em;
  line-height: 1.1;
  text-shadow: 1px 1px 8px #333;
}

.r-box1{
  position: relative;
  width: 50%;
}

.r-box1 .tex-box1{
  padding: 0 70px 0 30px;
}

.r-box1 .tex-box2{
  padding: 0 30px 0 80px;
}

.tex-box1 h4, .tex-box2 h4{
  font-weight: 900;
  font-size: 1.5em;
  padding: 1rem 1rem;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  line-height: 1.1;
  margin-bottom: 20px;
}

.tex-box1 p, .tex-box2 p{
  margin: 22px 0 22px 0;
  line-height: 1.2;
  font-size: 1.0em;
}

.l-box2{
  position: relative;
  width: 35%;
}

.l-box2 img{
  z-index: 1;
}

.l-box2 h3{
  position: absolute;
  color: #fff;
  bottom:10%;
  left:0;
  margin:0;
  padding:0;
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.1;
  width:100%;
}

.r-box2{
  position: relative;
  width: 65%;
}

.r-box2 .tex-box1{
  padding: 25px 20px;
}

/* カードボックス設定 */
.card-body{
  padding: 0.8rem;
  color:#555;
}

.card-title {
  font-size: 1.3em;
  font-weight: bold;
}

.card-body p{
  color:#555;
  line-height: 1.1;
  font-size: 0.9em;
  margin: 20px 0;
}


.price-box{
  background: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.price-content{
  padding: 12px;
}

.price-content .price-inner{
  font-size: 2.2em;
  font-weight: bold;
}

.price-content .price-inner span{
  font-size: 0.7em;
}

.price-content .detail{
  background: #f7f7f7;
  padding: 15px 10px;
}


.price-content .detail span{
  font-weight: bold;
  font-size: 1.1em;
}




.price-title1{
  background: #004EA2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px;
}

.price-title2{
  background: #008000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px;
}

.price-title3{
  background: #fd7e00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px;
}

.price-title1 span{
  font-size: 0.7em;
}



/* Prospect設定 */
.prospect1{
  text-align: center;
  margin-bottom: 30px;
}

.prospect1 img{
  width:320px;
  height:320px;
  object-fit:cover;
  border-radius:50%;
  object-position:0px 0px;
}

.prospect1 h3{
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
}

.course-box1{
  background: rgba(255,255,255,0.8);
  margin-bottom: 30px;
  border: 1px solid #00adef;
}

.box-opt1{
  border: 1px solid #a1a46d;
}

.box-opt2{
  border: 1px solid #1d2088;
}

.course-box1 .course-title1{
  background: #00adef;
  color:#fff;
  font-weight: bold;
  padding: 15px;
  font-size: 1.2em;
  margin-bottom: 0px;
}

.course-box1 .title-opt1{
  background: #a1a46d;
}

.course-box1 .title-opt3{
  background: #1d2088;
}

.inner-box1 {
  padding: 15px;
}

.inner-box1 h5{
  margin: 10px 0;
  font-size: 1.0em;
  font-weight: bold;
}

.inner-box1 p{
  font-size: 1.0em;
  line-height: 1.1;
}

/* リスト */
.list{
  margin: 0px 0px;
}

.list dl{
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  padding: 15px 10px;
}

.list dt{
  font-size:1.2em;
}

.list dd{
  font-size:1.1em;
}


/* 撮影メニュー */
.shot-menu h4{
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.shot-menu p{
  line-height: 1.1;
  margin-bottom: 35px;
}



table.course {
  margin: 10px 0 20px 0;
  background: #fff;
  width: 100%;
  border: 1px solid #777;
}

table.course th {
  padding: 18px 10px;
  background: #eee;
  width: 25%;
  color: #555;
  border-bottom: 1px solid #777;
}

table.course td {
  padding: 10px;
  border: 1px solid #777;
  font-weight: bold;
}


/* エリア */
table.area{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin:10px 0 30px 0;
  background:#fff;
  width:100%;
}

table.area tr{
  border-bottom: 1px solid #ddd;
}

table.area tr:first-child{
  border-top: 1px solid #ddd;
}

table.area th{
  padding:15px;
  width: 28%;
}

table.area td{
  padding:10px;
  width: 72%;
}


/*概要*/
table.profile{
  margin-bottom:30px;
  background:#fff;
  width:100%;
  border: 1px solid #ddd;

}

table.profile tr{
  border-bottom: 1px solid #ddd;
}

table.profile tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

table.profile tr:first-child{
  border-top: 1px solid #ddd;
}

table.profile th{
  padding:15px;
  width: 28%;
}

table.profile td{
  padding:10px;
  width: 72%;
}



table.detail{
  margin-bottom:30px;
  background:#fff;
  width:100%;
  border: 1px solid #888;

}

table.detail tr{
  border-bottom: 1px solid #888;
}

table.detail tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

table.detail tr:first-child{
  border-top: 1px solid #888;
}

table.detail th{
  padding:15px;
  width: 25%;
  border-right: 1px solid #888;
}

table.detail th.t1{
  width: 35%;
}

table.detail th.t2{
  width: 20%;
}

table.detail th.t3{
  width: 45%;
}

table.detail td.d1{
  width: 35%;
  border-right: 1px solid #888;
}

table.detail td.d2{
  width: 20%;
  border-right: 1px solid #888;
}

table.detail td.d3{
  width: 45%;
  border-right: 1px solid #888;
}

table.detail td{
  padding:10px;
  width: 75%;
}





.map{
  margin: 25px 0;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { 
  display: block !important; 
}
.sp { 
  display: none !important; 
}

/*背景設定 */
.wrapper{
  background: #fff;
  padding: 60px 0;
}

.wrapper0{
  background: #fff;
  padding: 60px 0;
}

.wrapper1{
  background: #f8f8f8;
  padding: 60px 0;
}

.wrapper2{
  background: #fff;
  padding: 50px 0;
}

.wrapper3{
  background: url(../img/1093902.png) no-repeat;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper4{
  background: url(../img/drone-scenary5.jpg) no-repeat;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.wrapper4::before {
  content: '';
  position: absolute;
  /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: inherit;
  filter: brightness(1.5);
  z-index: -1;
  overflow: hidden;
}

.wrapper5{
  background: url(../img/1041027.png) no-repeat;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper6{
  background: url(../img/1450771.jpg) no-repeat;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}


.wrapper7{
  background: #f8f4e6;
  padding: 60px 0;
}

.wrapper8{
  background: #f5f5f5;
  padding: 60px 0;
}


.wrapper-flow{
  background: #004ea2;
  padding: 60px 0;
}


.b-wit{
  background: #fff;
  padding: 20px;
  border: 4px solid #004ea2;
}


/* フロー */
ul.flow {
  padding: 0;
  color: #111;
}
.flow li {
  list-style-type: none;
  background: #fff;
}

.flow dd {
  margin-left: 0;
  width: 80%;
}

.flow > li {
  position: relative;
  border-radius: 10px;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 2;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #2778cf;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #004ea2;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
}



/* アクセスinfo ナンバーリスト */
ol.number-list, ol.number-list2 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  
}
 
ol.number-list li {
  margin-bottom: 28px;
  margin-left: 25px;
  padding-left: 30px;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
}

ol.number-list2 li {
  margin-bottom: 28px;
  margin-left: 25px;
  padding-left: 30px;
  position: relative;
  font-size: 1.0em;
  font-weight: bold;
}

ol.number-list li span{
  font-weight: bold;
  color:#ff0000;
  font-size: 1.2em;
}

ol.number-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #566373;
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  margin-left: -50px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-weight: bold;
}

ol.number-list li.opt2:before {
  background-color: rgba(0,100,0,1);
}

ol.number-list li.opt3:before {
  background-color: rgba(0,64,152,1);
}

/* Q&A */
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #004ea2;
}
.qa-list dl:first-child {
  border-top: 1px solid #004ea2;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 3px solid #004ea2;
  border-right: 3px solid #004ea2;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 1.0em;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #004ea2;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #ff0000;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}



/*トップ新着情報・お知らせ設定*/
ul.info, ul{
  margin:0;
  padding:0;
}

ul.info a{
  text-decoration: none;
}

ul.info li{
  margin: 10px 0;
  border-bottom: 1px solid #004ea2;
  position: relative;
  padding: 10px 10px 10px 0em;
  color:#333;
}

.news-date{
  width: 100px;
}
.news-cat{
  width: 100px;
}

.news-cat span{
  border: 1px solid #fff;
  background: #004ea2;
  width: 130px;
  display: block;
  text-align:center;
  color: #fff;
}

.news-subject{
  width:100%;
  text-decoration: none;
}

.news-list{
  width:100%;
  text-decoration: none;
  position: relative;
  padding: 10px 35px 10px 2em;
  color:#333;
  font-weight: bold;
}

.link a:hover{
  text-decoration: none;
}

.news-list:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: 10px;
  width: 0.8em;
  height: 0.8em;
  border-top: #566373 2px solid;
  border-right: #566373 2px solid;
  transform: rotate(45deg);
}


/* 新着情報ページ設定 */
.info-list li{
  background: rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.info-list2 li{
  background: rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.info-list2 li:first-child{
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 30px;
}

.info-list a{
  text-decoration: none!important;
  color: #333;
}

.info-l{
  width: 30%;
  margin-right:10px;
}

.info-r{
  width: 70%;
  margin-left:10px;
}

.info-r h3{
  font-size: 1.1em;
  color: #286aab;
}

.info02-l{
  width: 25%;
  margin-right:10px;
}

.info02-r{
  width: 75%;
  margin-left:10px;
}

.info02-r h3{
  font-size: 1.1em;
}

.news-date2{
  width: 100px;
  border: 1px solid;
  text-align:center;
}

.news-cat2{
  width: 120px;
  margin-left: 10px;
}

.news-cat2 span{
  background: #96a9b3;
  border: 1px solid #96a9b3;
  display: block;
  text-align:center;
}

.news-cat2 span{
  color:#fff;
}

.aside-info-list{
  list-style-type: none;
  margin:0;
  padding:0;
}

.aside-info-list li{
  padding: 5px 0 5px 10px;
  border-bottom: 1px dashed #888;
  font-size: 1.1em;
}

.aside-info-list li > a{
  width: 100%;
  color: #286aab;
}







/* リンクボタン設定 */
a.link-button {
  width: 70%;
  border: 1px solid #777;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  color:#777;
  background:#fff;
}

a.link-button2 {
  width: 100%;
  border: 1px solid #777;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  color:#777;
  background:#fff;
}

a.link-button3 {
  width: 100%;
  border: 1px solid #777;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  color:#fff;
  background: #777;
}

a.link-button4 {
  width: 80%;
  border: 1px solid #004ea2;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  color:#004ea2;
}

a.link-button5 {
  width: 100%;
  border: 2px solid #888;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  color:#555;
}

a.link-button5:hover {
  border: 2px solid #004ea2;
}


.button-area a:hover {
  color: #fff;
  background-color: #004ea2;
}

.button-area2 a:hover,.button-area4 a:hover {
  color: #fff;
  background-color: #777;
}

.button-area3 a:hover {
  color: #777;
  background-color: #fff;
}

.button-area5 a:hover {
  color: #004ea2;
  text-decoration: none;
}

.button-area a, .button-area2 a, .button-area3 a{
  transition: all 300ms linear;
  text-decoration: none;
}





.news-date2{
  width: 120px;
  border: 1px solid;
  text-align:center;
}

.news-cat2{
  width: 140px;
  margin-left: 10px;
}

.news-cat2 span{
  background: #96a9b3;
  border: 1px solid #96a9b3;
  display: block;
  text-align:center;
}

.news-cat2 span a{
  color:#fff;
}

/* サイドフッタータイトル */
.aside-title {
  position: relative;
  padding: 0.5rem .5rem;
  font-size: 1.5rem;
  margin: 25px 0 10px 0;
  border-left: 7px solid #004ea2;
}

.aside-info-list {
  list-style-type: none;
  margin-bottom: 30px;
  padding:5px 0;
}


.aside-info-list li{
  padding: 5px 0 5px 10px;
  border-bottom: 1px dashed #888;
  font-size: 1.1em;
}

.aside-info-list li > a{
  width: 100%;
  color: #286aab;
}



/* 新着情報個別ページ共通設定 */
.post-content{
  margin: 15px 0 30px 0;
}

/* ペイジャー設定 */
.pager{
  text-align:center;
  margin: 15px 0 20px 0;
}

a.page-numbers,
.pager .current{
  background: #fff;
  border:solid 1px #286aab;
  border-radius:50%;
  padding:7px 7px;
  margin:0 2px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.pager .current{
  background: #286aab;
  color:rgba(255,255,255,1);
  font-weight:bold;
}

.pager2{
  text-align:center;
  margin: 15px 0 20px 0;
}

.pager2 > a.page-numbers,
.pager2 > .current{
  background: #fff;
  border:solid 1px #6b493d;
  border-radius:50%;
  padding:7px 7px;
  margin:0 2px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.pager2 .current{
  background: #6b493d;
  color:rgba(255,255,255,1);
  font-weight:bold;
}


/* YouTube */
.movie-box{
  width:33%;
  margin: 15px 10px;
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.5);
}

.movie-cont{
  padding: 10px;
  color:#333;
}

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

.movie-cont h4{
  font-size: 0.9em;
  text-align: center;
}

.movie-cont > .post-date{
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 1.0em;
}


.youtube-box{
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.5);
  position: relative;
  display: block;
  min-height: 320px;
}

.you-cont{
  padding: 10px;
}

.you-cont > .you-date {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 1.0em;
}

.you-cont > .you-title {
  font-size: 1.0em;
  text-align: center;
}



/* マージンの設定 */
.t-mgn1{
  margin-top:20px;
}

.t-mgn2{
  margin-top:30px;
}

.t-mgn3{
  margin-top:50px;
}

.b-mgn1{
  margin-bottom:20px;
}

.b-mgn2{
  margin-bottom:30px;
}

.b-mgn3{
  margin-bottom:50px;
}

.b-mgn4{
  margin-bottom:80px;
}


.tb-mgn1{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tb-mgn2{
  margin-top: 30px;
  margin-bottom: 30px;
}

.tb-mgn3{
  margin-top: 50px;
  margin-bottom: 50px;
}

.tb-mgn4{
  margin-top: 80px;
  margin-bottom: 80px;
}



/* ガター幅調整 */
.gutter > [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter0 > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter0 {
  margin-left: -0px;
  margin-right: -0px;
}

.gutter1 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter1 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter2 > [class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}

.gutter2 {
  margin-left: -7px;
  margin-right: -7px;
}


/* SNSアイコン設定 */
.b-icon{
  margin: 0 20px 15px 20px;
}

.b-icon a{
  font-size: 2.5em;
  color: #fff;
}




/* ドロップシャドウ適用 */
.effect1{
  box-shadow: 0px 7px 7px -7px #777;
  -webkit-box-shadow: 0px 7px 7px -7px #777;
  -moz-box-shadow: 0px 7px 7px -7px #777;
}

/* フッター */
footer{
  background: #eeeeee;
  margin:0px 0 0px 0;
  padding: 35px 0;
  color:#004ea2;
  font-weight: bold;
}

.f-wrapper{
  background: #004ea2;
  color:#fff;
}

.b-nav, .b-info {
  padding: 18px 0;
}

.b-nav{
  border-bottom: 1px solid #fff;
}


.b-menu {
  text-indent: -1em;
  margin-left: 1em;
  margin-right: 25px;
}

.b-menu a{
  color:#fff;
}

.b-address {
  width: 60%;
  font-size: 1.2em;
  text-align: right;
}

.b-address p{
  line-height: 1.2;
}

.b-logo {
  width: 40%;
}

.b-address p{
  line-height: 1.2;
}

.b-address p.tel a{
  color:#fff;
  font-weight: bold;
  font-size:1.3em;
}


/* ページトップボタン */
.pagetop {
  position: fixed;
  bottom: 0px;
  right: -170px;
  z-index: 501;
}

.pagetop a {
  display: block;
  width: 150px;
  height: 125px;
  background:url(../img/top-button1.png) no-repeat;
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 70px;
}

.pagetop span{
  display: none;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:active,
.pagetop a:hover {
  overflow: hidden;
  outline: none;
}


/* フローティングメニュー */
.floatingmenu {
  display: none;
}



/*　クラスを指定した画像のみポインターを設定する */
.hpointer{
  cursor: pointer;
  cursor: hand;
}

/* アニメーション設定 */

.set1{
  -webkit-animation: fadein 1.5s ease 0s 1 forwards;
  animation: fadein 1.5s ease 0s 1 forwards;
  opacity: 0;
}

.set2{
  -webkit-animation: fadein02 1.8s ease 1.0s 1 forwards;
  animation: fadein02 1.8s ease 1.0s 1 forwards;
    opacity: 0;
}

.set3{
  -webkit-animation: fadein 1.5s ease 1.5s 1 forwards;
  animation: fadein 1.5s ease 1.5s 1 forwards;
    opacity: 0;
}

.set4{
  -webkit-animation: fadein 1.5s ease 2s 1 forwards;
  animation: fadein 1.5s ease 2.5s 1 forwards;
    opacity: 0;
}


/* スライドテキスト設定 */
.slick-active .slide-text, .slick-active .slide-text2 {
  animation: FadeAni 2s ease 0.8s 1 normal both;

}

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

@-webkit-keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(80px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes FadeAni {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@-webkit-keyframes FadeAni {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadein02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* data-delighter アニメーションスタイル設定 */
.delighter.parts .parts1 {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }

.delighter.parts .parts1-2 {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }


.delighter.parts .parts2 {
  -webkit-transition: all 0.7s ease-out .5s;
  transition: all 0.7s ease-out .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: hidden;
  opacity: 0; }
.delighter.parts .parts3 {
  -webkit-transition: all 0.7s ease-out .9s;
  transition: all 0.7s ease-out .9s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  visibility: hidden;
  opacity: 0; }
.delighter.parts .parts4 {
  -webkit-transition: all 0.7s ease-out 1.3s;
  transition: all 0.7s ease-out 1.3s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  visibility: hidden;
  opacity: 0; }
.delighter.parts .parts5 {
  -webkit-transition: all 0.8s ease-out 1.7s;
  transition: all 0.8s ease-out 1.7s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: hidden;
  opacity: 0; }






/* スタート時のスタイル */
.delighter.parts.started .parts1,.delighter.parts.started .parts1-2,  .delighter.parts.started .parts2, .delighter.parts.started .parts3, .delighter.parts.started .parts4, .delighter.parts.started .parts5{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.delighter.fade {
  -webkit-transition: all 1.8s 1.8;
  transition: all 1.8s ease-out;
  opacity: 0; }
  .delighter.fade.started {
  opacity: 1;
}

/* data-delighter2 アニメーションスタイル設定 */
.delighter.move .move1 {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  overflow: hidden;
  opacity: 0; }
.delighter.move .move2 {
  -webkit-transition: all 0.7s ease-out .5s;
  transition: all 0.7s ease-out .5s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0; }
.delighter.move .move3 {
  -webkit-transition: all 0.7s ease-out .9s;
  transition: all 0.7s ease-out .9s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0; }
.delighter.move .move4 {
  -webkit-transition: all 0.7s ease-out 1.3s;
  transition: all 0.7s ease-out 1.2s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0; }
.delighter.move .move5 {
  -webkit-transition: all 0.7s ease-out 1.7s;
  transition: all 0.7s ease-out 1.7s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0; }
.delighter.move .move6 {
  -webkit-transition: all 0.7s ease-out 2.0s;
  transition: all 0.7s ease-out 2.0s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0; }



/* スタート時のスタイル */
.delighter.move.started .move1, .delighter.move.started .move2, .delighter.move.started .move3, .delighter.move.started .move4, 
.delighter.move.started .move5, .delighter.move.started .move6{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible; }



/* 基本のスタイル */
.delighter.slide-l {
  -webkit-transition: all 1.0s ease-out .2s;
  transition: all 1.0s ease-out .2s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
 
/* スタート時のスタイル */
.delighter.slide-l.started {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible; 
}


.delighter.slide-r {
  -webkit-transition: all 1.0s ease-out .2s;
  transition: all 1.0s ease-out .2s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
 
/* スタート時のスタイル */
.delighter.slide-r.started {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible; 
}





/* コンタクトフォーム設定 */
span.wpcf7-list-item{
  font-weight: bold;
  margin: 0 0 0 0 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
  margin-bottom:20px;
}

.required-contactform7{
  padding: 5px;
  background: #1d2088;
  color: #fff;
  border-radius: 0px;
  margin-right: 3px;
  margin-left: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 0px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
  font-size: 0.9em;
  margin:20px;
  width: 25%;
}

.table-contactform7 td{
  padding-right: 20px;
}

.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 select{
  max-width: 100% !important;
  margin: 10px 10px 10px 5px;
  padding:5px;
}

.wpcf7 .ajax-loader {
  display: block!important;
  margin: 10px auto!important;
}

#num{
  width: 50%;
}

.numm1 {
  width: 22%;
}

.address-100 input{
 width: 100% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  padding: 5px 15px 10px 5px;
}


.send-button{
  margin-bottom: 50px;
  font-weight: bold;
}

.btn-success ,.btn-success:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 7rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: bold;
}



/* youtube設定 */
.res-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.res-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



@media(min-width:768px) {

  body{
    font-size: 16px;
  }

  .navbar{
    height: 70px;
  }

  .navbar-nav > li{
    margin-top: 17px;
    text-align: center;
    line-height: 1.2;
  }

  .navbar-nav > li span{
    font-size: 0.8em;
  }

  .navbar-nav > li > a {
    padding: 0px 12px;
    font-weight: bold;
    position: relative;
    display: block;
  }

  .navbar-nav > li.tel{
    margin-top: 0px;
  }

  .navbar-nav > li.tel > a {
    background: #004ea2;
    color:#fff;
    font-size: 1.5em;
    padding: 21px 10px 21px 45px;
    margin-left: 15px;
    position: relative;
  }

  .navbar-nav > li.tel > a > span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.0em;/*サイズ*/
  left: 10px;/*アイコンの位置*/
  top: 20px;/*アイコンの位置*/
  color: #fff; /*アイコン色*/
  font-weight: 900;
  }

  .intro-wrapper{
    background: url(../img/intro-back1.jpg) no-repeat;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  
  .intro-wrapper::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: inherit;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    z-index: -1;
    overflow: hidden;
  }

  .intro-tex{
    width: 950px;
    font-size: 1.4em;
    margin: 0 auto;
  }
  
  .intro-tex p{
    margin: 28px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 5px #333;
  }

  .ten-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ten-gutter {
    margin-left: -8px;
    margin-right: -8px;
  }

  .copy{
    font-size:22px;
  }

}

@media(max-width:992px) {


  h2.page-title{
    position: absolute;
    bottom: 25%;
    left:5%;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1;
    text-shadow: 1px 1px 5px #333;
    margin:0;
    padding: 0;
  }

  .page-title2{
    position: absolute;
    top: 5%;
    left:5%;
    color: #fff;
    font-size: 2.6em;
    line-height: 1.1;
    text-shadow: 1px 1px 5px #333;
    font-weight: bold;
  }

  .top-title{
    font-size: 1.3em;
    font-weight: bold;
  }

  .page-title-opt1{
    bottom: 35%!important;
  }

  .fm-yokohama {
    position: absolute;
    bottom: 4%;
    right: 4%;
    width: 170px;
  }

  .baner-opt1{
    bottom: 5%!important;
  }

  .size-opt1{
    font-size: 1.3em;
  }
  
  .size-opt2{
    font-size: 1.0em;
  }

  .intro-tex{
    margin: 0;
    color: #fff;
  }

  a.link-button {
    width: 100%;
  }

  a.link-button4 {
    width: 100%;
  }

  .movie-box{
    width:100%;
    margin:15px 0;
  }

  .intro-tex p{
    text-shadow: 1px 1px 5px #333;
    font-weight: bold;
    margin: 28px 0;
  }

  .info02-l{
    width: 35%;
    margin-right:10px;
  }
  
  .info02-r{
    width: 65%;
    margin-left:10px;
  }
  
  .info02-r h3{
    font-size: 1.0em;
  }

  /* リスト */
  .list{
    margin: 0px 0px;
  }
  
  .list dl{
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    padding: 15px 0px;
  }
  
  .list dt{
    font-size:1.1em;
  }
  
  .list dd{
    font-size:1.0em;
  }

  .b-address {
    width: 100%;
    text-align: center;
  }
  
  .b-logo {
    width: 100%;
    text-align: center;
    padding: 0 22px;
  }

  /* SNSアイコン設定 */
  .b-icon{
    margin: 0 15px 15px 15px;
  }
  
  .b-icon a{
    font-size: 1.8em;
  }


  /* フッターメニュー */

  .b-nav{
    padding: 5px 0;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: none;
  }

  .b-menu{
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0em;
    margin-right: 0px;
    text-indent: 0em;
  }

  .b-menu a{
    padding: 10px 15px;
    width: 100%;
    display: block;
    position: relative;
  }

  .b-menu a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 1.0em;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0.3em;
  }

}


@media(max-width:767px) {

  .navbar-collapse {
    padding-left: 0px;
  }

  h1{
    width: 50%;
  }

  h2{
    font-size: 2.2em;
    padding: 8px 0px;
  }

  h3.page-title {
    bottom: 15%;
  }

  h3.course-title1{
    font-size: 1.1em;
  }

  h3.card-title {
    font-size: 1.0em;
}

  h4.sub-title1 {
    font-size: 1.0em;
  }

  h3.post-title{
    font-size: 1.0em;
    margin: 25px 0 15px 0;
  }

  .inner-box1 h4 {
    font-size: 1.0em;
    margin: 15px 0;
  }

  .main-title {
    font-size: 1.6em;
  }

  .main-title1 {
    font-size: 1.4em;
  }

  .sub-tiitle {
    font-size: 1.0em;
  }

  .bread-back1 {
    font-size: 0.8em;
  }

  .mt-opt1 {
    display: block;
    background-color: #004ea2;
    padding: 15px 10px;
    color: #fff;
    font-size: 1.0em;
  }

  .mt-opt1 span{
    font-size: 0.7em;
  }

  h3.sub-title2 {
    font-size: 1.4em;
    display: block;
    padding: 0.7rem 0.7rem;
  }

  .merit h4 {
    font-size: 1.1em;
  }

  .merit h4::before {
    font-size: 45px;
  }

  .merit h4::after {
    width: 100%;
  }

  .merit p {
    margin: 15px 0 35px 0;
  }


  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-dark .navbar-toggler{
    background-color: #004ea2;
    border: 1px solid #fff;
  }

  .navbar-nav li.nav-item {
    border-bottom: 1px solid #999;
    text-align: center;
  }

  .navbar-nav li.nav-item:nth-last-child(2) {
    border-bottom: none;
  }

  .navbar-nav li.nav-item a{
    padding: 10px 10px;
    display: block;
  }

  .navbar-nav > li span{
    font-size: 0.8em;
    margin-left: 15px;
  }

  .navbar-nav > li.tel{
    display: none;
  }

  .pc { 
    display: none !important; 
  }
  .sp { 
    display: block !important; 
  }


  ul.icatch li .slide-text, ul.icatch li .slide-text2{
  width: 100%;
  top:40%;
  left:0;
  text-align: center;
  }

  /* スライドテキスト設定 */
  .slide-title{
    font-size: 2.5em;
  }


  .slide-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 35px;
    text-shadow: 2px 2px 0 #FFF000, -2px -2px 0 #FFF000, -2px 2px 0 #FFF000, 2px -2px 0 #FFF000, 0 2px 0 #FFF000, 0 -2px 0 #FFF000, -2px 0 0 #FFF000, 2px 0 0 #FFF000;
  }

  .slide-title-opt1{
    font-size: 2.7em;
  }

  .slide-text p, .slide-text2 p{
    font-size: 1.1em;
    margin-top:20px;
  }

  .slide-text p, .slide-text2 p{
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF000, 
    -1px -1px 0 #FFF000,
    -1px 1px 0 #FFF000,
    1px -1px 0 #FFF000,
    0 1px 0 #FFF000,
    0 -1px 0 #FFF000,
    -1px 0 0 #FFF000,
    1px 0 0 #FFF000;
    line-height: 1.2;
  }

  .b-baner {
    width: 250px;
    margin: 0px auto;
  }

  .pcmob-disp1{
    text-align: left;
  }


  .intro-wrapper {
    position: relative;
    overflow: hidden;
    background: url(../img/intro-back1s.jpg) no-repeat;
    background-size: auto;
    background-position: center bottom;
    padding: 40px 0 40px 0;
    color: #fff;
    z-index: 0;
  }

  .intro-wrapper::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: inherit;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    z-index: -1;
    overflow: hidden;
  }


  .wrapper4{
    background: none;
    padding: 40px 0;
    background: #79b0e6; 
  }


/* イントロボックス設定 */
  .l-box1, .l-box2{
    position: relative;
    width: 100%;
    display: block;
  }
  
  .l-box1 img{
    z-index: 1;
  }

  .l-box1 h3{
    position: absolute;
    bottom:17%;
    left:5%;
    margin:0;
    padding:0;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.1;
  }

  .l-box1 h3.top-intro{
    left: 5%;
    bottom: 8%;
    font-size: 1.4em;
  }

  .l-box1 .sub-tiitle {
    position: absolute;
    color: #fff;
    top: 8%;
    left: 5%;
    font-weight: bold;
    font-size: 2.6em;
  }


  .r-box1, .r-box2{
    position: relative;
    width: 100%;
    display: block;
  }

  .r-box1 .tex-box1, .r-box1 .tex-box2{
    padding: 15px;
  }

  .tex-box1 h4, .tex-box2 h4{
    font-size: 1.2em;
  }

  .tex-box1 p{
    margin: 18px 0;
    line-height: 1.2;
  }

  .flow > li dl {
    padding: 10px 15px;
    display: block;
  }

  .flow > li dl dt {
    font-size: 15px;
    width: 100%;
  }

  .flow dd {
  text-align: left;
  width: 100%;
  }


  ol.number-list {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin-left: 0px;
  }

  ol.number-list li {
    margin-bottom: 18px;
    margin-left: 5px;
    font-size: 1.2em;
  }
  
  ol.number-list li:before {
    line-height: 30px;
    margin-left: -40px;
    text-align: center;
    height: 30px;
    width: 30px;
  }

  .b-wit{
    padding: 5px;
  }

  /* 新着情報 */
  .info-l{
    width: 30%;
    margin-right:10px;
  }
  
  .info-r{
    width: 70%;
    margin-left:10px;
  }
  
  .info-r h3{
    font-size: 1.0em;
    color: #286aab;
  }

  .news-date2, .news-cat2{
    font-size: 0.8em;
  }

  /* Q&A */
  .qa-list dl {
    padding: 20px 50px 20px 15px;
  }

  .qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 20px;
  }

  .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 1.0em;
  }

  .qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 0.9em;
  }

  /* contact form7 */
  span.wpcf7-list-item{
    display: block;
    width: 100%;
  }

  .table-contactform7{
    display:block;
  }
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border-bottom: 1px solid #dee2e6;
  }
  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    width: 100%;
    border-top: none !important;
  }

/* ページトップボタン */
  .pagetop {
    position: fixed;
    bottom: 40px;
    right: -170px;
    z-index: 501;
  }

  .pagetop a {
    width: 70px;
    height: 59px;
    display: block;
    background:url(../img/top-button2.png) no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  footer{
    padding-bottom: 95px;
  }

  .floatingmenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 40;
    padding: 0 auto;
    opacity: 0.9;
    color: #fff;
    font-weight: bold;
    border-top: 2px solid #004ea2;
  }

  .floating-tel{
    width: 50%;
    text-align: center;
    margin: 0;
    font-size: 1.3em;
  }

  .floating-tel span{
    font-size: 0.8em;
  }

  .floating-mail{
    width: 50%;
    text-align: center;
    margin: 0;
  }

  .floating-tel a, .floating-mail a{
    text-decoration: none;
  }


}
