@charset "utf-8";
.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid orange;
  border-radius: 50%;
  border-right: 1px solid rgba(255, 165, 0, 0.2);
  border-top: 1px solid rgba(255, 165, 0, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------------------------------------------

　   リセット

--------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  border: none;
  image-rendering: -webkit-optimize-contrast;
}
picture {
  display: block;
}
/*　キラッ　*/

.shine span.mask{
  position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
  position: absolute;
  content:"";
  width: 50%;/*キラッの横幅*/
  height: 100%;/*キラッの縦幅*/
  top: 0;/*.shine span.maskのトップ0を基点*/
  left: -75%;/*画面の見えていない左から右へ移動するスタート地点*/
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.shine span.mask:hover::before {/*hoverした時の変化*/
  animation: shine 0.7s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
  100% {
    left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
/* ---------------------------------------------------------------------------------------------

　   設定をしなおす

--------------------------------------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  color: #020202;
  letter-spacing: .4px;
}
a {
  outline: none;
  color: #2e2e2e;
}
a:hover {
  text-decoration: none;
}
a, a:hover, a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}
img {
  max-width: 100%;
  height: auto;
}
.header {
  background-color: #001652;
  color: #FFFFFF;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmain   {
	background-color: #000000;
}

.main .sec1 {
  background-color: #000000;
  padding: 150px 50px;
  display: flex;
  justify-content: center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 背景画像の見えている高さ */
.parallax {
  height: 500px;
}

/* 背景画像 */
.background {
    background-image: url(../img/imdex/pa.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    flex-direction: column;
}
.background p:nth-child(1) {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.background p  {
    line-height: 1.6rem;
}
.sec35   {
	padding: 150px 20px;
    background: linear-gradient(45deg, #2af598 0%, #009efd 100%);
}
.sec35 img {
	margin-bottom: 20px;
}

.sec35 li {
	list-style: disc;
	padding-left: 10px;
	margin-left: 20px;
}

.sec35 h2  {
	text-align: center;
	margin-bottom: 50px;
	font-size: 30px;
}

.sec35 div {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.sec4 {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
}
.sec4 > p {
    text-align: center;
    margin-bottom: 50px;
}
.sec4 > div {
    padding-left: 0px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 850px;
    margin-bottom: 50px;
}
div div p:nth-child(1) {
    font-weight: bold;
}
.sec4 div div.sec4img  {
    width: 20%;
    margin-right: 36px;
}
.sec4 div div.sec4img img {
    border-radius: 50%;
}

.sec4 div div {
    display: flex;
    flex-direction: column;
    width: auto;
}



.sec4a {
    margin-top: auto;

}

.sec4a a {
    display: block;
    background-color: #ACA494;
    text-align: center;
    width: 150px;
    margin-left: auto;
    font-size: 0.8rem;
    padding: 5px;
    color: #FFF8E8;
}


.footer {
    background-color: #000000;
    padding: 100px 20px;
    color: #DDDDDD;
}
.footer .footer-cont div.bana2  {
}

.footer .footer-cont .nav    {
    display: flex;

}
.footer .footer-cont .bana {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.footer .footer-cont .nav > li {
    margin-left: 10px;
    margin-right: 10px;
}
.footer .sub-menu li a  {
    margin-left: 0px;
}

.footer .footer-cont .nav > li a {
    text-decoration: underline;
    font-size: 0.8rem;
}
.footer .footer-cont .nav li.menu-item-has-children > a {
    pointer-events: none;
    text-decoration: none
}
.footer .footer-cont .f-bana div {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;

}
.footer .footer-cont .f-bana {
    display: flex;
    align-items: center;
}
.footer .footer-cont .f-bana img {
    border-radius: 50%;
}





.footer .footer-cont {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.footer a {
    color: #F0F0F0;
}
.sub-menu li a {
    margin-left: 15px;
}


.sec2 {
  background-image: url(../img/imdex/bk-sec2.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #dcdcdc47;
  background-size: auto 100%;
}
.sec2 .flex {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 19px;
  width: 90%;
}
.flex div img {
  margin-bottom: 15px;
}
.sec2 .flex div {
  width: 30%;
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sec2 .flex div p:nth-child(2) {
  font-weight: bold;
  font-size: 1em;
}
.sec2 .flex div p:nth-child(3) {
  font-size: 14px;
  padding: 10px;
  line-height: 1.6;
  opacity: 0.8;
}
.sec2 > p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.75rem;
}
div .go a {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  font-size: 0.8rem;
  padding: 15px;
  background-color: #3B89D1;
  border-radius: 50px;
  color: #FFFFFF;
}
.contact  {
	background-color: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.contact p:nth-child(1) {
	color: #391E88;
	font-size: 2rem;
	font-weight: bold;
}
.contact p:nth-child(2) {
	color: #391E88;
	margin-bottom: 40px;
}
.contact p:nth-child(3) {
	margin-bottom: 20px;
}
.contact p:nth-child(4) {
}
.contact p a {
	display: block;
	background: linear-gradient(to right, #7633A4, #250D65);
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
}






@media only screen and (max-width : 767px) {
  body {
    margin-top: 70px
  }
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(255, 255, 255, .7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all .5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  
}
@media print, screen and (min-width : 768px) {
  body {
    margin-top: 64px
  }
  
  .os {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER / FOOTER

--------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  background: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header #logo a {
  display: block;
}
footer {
  padding: 20px;
  text-align: center;
  background: #000;
}
footer a {
  color: #ddd;
  letter-spacing: 0.15em;
}
@media only screen and (max-width : 767px) {
  header {
    padding: 0 20px;
    height: 70px;
  }
  header #logo {
    width: 150px;
  }
  .op {
    display: none;
  }
  .sec2 .flex {
    display: block;
  }
  .sec2 .flex div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .main .sec1 {
    padding-left: 10px;
    padding-right: 10px;
  }
.sec4 > div {
    padding-left: 0px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 850px;
    margin-bottom: 50px;
}
.sec4 div div.sec4img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.sec4a a {
    display: block;
    background-color: #ACA494;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    padding: 15px;
    color: #FFF8E8;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
}
.footer .footer-cont {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer .footer-cont .nav {
    display: block;
    margin-bottom: 30px;

}
.footer-cont  div:nth-child(1)  {
    margin-bottom: 30px;
}







}
@media print, screen and (min-width : 768px) {
  header {
    padding: 0 50px;
  }
  header #logo {
    width: 200px;
  }
  .flex div .go {
    margin-top: auto;
  }
}
@media print, screen and (min-width : 1200px) {
  body {
    margin-top: 0px
  }
  header.menu2 {
    display: none
  }
  .content {
    display: flex;
  }
  .right-menu {
    width: 350px;
    border-left: 1px solid #B7B7B7;
  }
  .right-menu > div {
    position: sticky;
    top: 0px;
    margin-bottom: 20px;
  }
  .main {
    flex: 1;
  }
  
  .bana {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .bana-left {
    margin-top: 20px;
  }
  .banafotter {
    display: none;
  }
  .left-img {
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  .left-img p {
    font-size: 0.8rem;
  }
}
@media print, screen and (max-width : 1199px) {
  .right-menu {
    display: none;
  }
  .banafotter {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .banafotter a {
    margin: 10px 5px;
  }
}
