/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.macho{
font-family: macho,sans-serif;
font-weight: 600;
font-style: normal;
}

.eg-title{
font-family: macho,sans-serif;
font-weight: 600;
font-style: normal;
}
@media only screen and (min-width: 768px){
	.eg-title {
		font-size: 3.5rem;
	}
}
@media only screen and (min-width: 0){
	.eg-title {
		font-size: 3rem;
	}
}
.sub-title{
    font-size: 1.2em;font-weight:normal;}



.bg-sky {
    background-image: url(/images/bg/sky.jpg);
    background-size: cover;
}




/* g-calendar */
.g-calendar {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
   
  .g-calendar iframe,
  .g-calendar object,
  .g-calendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  }

@media (max-width: 767px) {
          .g-calendar {
            position: relative;
            padding-bottom: 90%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
            }
             
            .g-calendar iframe,
            .g-calendar object,
            .g-calendar embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
			max-width: 100%;
			height: calc(100vw * 3 / 4);
			max-height: 600px;
            }
          }





/* button */
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  margin-bottom:25px;
}

a.btn-border:hover {
  color: #fff;
  background: #004098;
}
/* //button */



/* table */
dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  margin:0;
}

dt,dd {
  padding: 20px 0;
  margin-left:0;
}

dt {width: 30%;font-weight:bold;}
dd {width: 70%;}

@media only screen and (max-width: 480px) {
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  dt,dd {width: 100%;}
  dd {padding-top: 0;}
}

/* //table */






.font80{font-size:80%;}
.bold{font-weight:bold;}
.blue-text{color:#004098;}

@media screen and (max-width:600px){
	br.smart-wrap{
	display: none;
	}
}


.image-bridge {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}


a.underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.underline::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #458196;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.underline:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.date {
    background: #004098;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    margin-right: 10px;
    vertical-align: 2px;
}

.dotline li {
    padding-bottom: 20px;
    border-bottom: 2px dashed #555;
    line-height: 2;
	margin-bottom: 20px;
}

.main-title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .1rem;
    z-index: 1;
	margin: 0 0 10px;
	letter-spacing: 5px;
	line-height: 1.5;
}

.gothic-title {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: .1rem;
    z-index: 1;
	margin: 0 0 10px;
	letter-spacing: 5px;
	line-height: 1.5;
}
.bold-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .1rem;
    z-index: 1;
	margin: 0 0 10px;
	letter-spacing: 5px;
	line-height: 1.5;
}


.heading,
.heading-white{
	    letter-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 28px;
	    font-weight: 700;
}

.heading::before,
.heading::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #6aa3b7;
}

.heading-white::before,
.heading-white::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #fff;
}

.heading::before,
.heading-white::before{
  margin-right: 30px;
}

.heading::after,
.heading-white::after{
  margin-left: 30px;
}



.linkbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #6aa3b7;
  border-radius: 40px;
}

.linkbtn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #6aa3b7;
  border-radius: 40px;
  width:300px;
  border: none;
}

button::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

button.resetbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  background-color: #ccc;
  border-radius: 40px;
  width:300px;
  border: none;
}

button.resetbtn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


.achievements {
  position: relative;
  padding: 0.25em 2.5em;
	font-size: 28px;
	font-weight: 700;
	border-bottom:#00a0e1 5px solid;
}

.achievements:before {
  content: url('/images/s_mark.png');
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



















.font120
{font-size:120%;}

.bg-sky{
    background-image: url(/images/bg/sky.jpg);    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
}

.bg-blue{
    background-color: #6aa3b7;                /* 画像のサイズ指定 */
}




/* Google map 
iframe{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
iframe:hover{
	transition: filter 0.8s ease;
	-webkit-filter: grayscale(0) saturate(1);
	filter: grayscale(0) saturate(0.75);
}
.google-map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
*/

.pt-005{padding-top:5%}
.pt-0{padding-top:0}
.pt-5{padding-top:5px}
.pt-10{padding-top:10px}
.pt-15{padding-top:15px}
.pt-20{padding-top:20px}
.pt-25{padding-top:25px}
.pt-30{padding-top:30px}
.pt-50{padding-top:50px}
.pt-100{padding-top:100px}
.pt-125{padding-top:125px}
.pt-150{padding-top:150px}
.pb-0{padding-bottom:0}
.pb-5{padding-bottom:5px}
.pb-10{padding-bottom:10px}
.pb-15{padding-bottom:15px}
.pb-20{padding-bottom:20px}
.pb-25{padding-bottom:25px}
.pb-30{padding-bottom:30px}
.pb-50{padding-bottom:50px}
.pb-100{padding-bottom:100px}
.pb-150{padding-bottom:150px}
.mt--10{margin-top:-10px}
.mt-0{margin-top:0}
.mt-5{margin-top:5px}
.mt-10{margin-top:10px}
.mt-15{margin-top:15px}
.mt-20{margin-top:20px}
.mt-25{margin-top:25px}
.mt-30{margin-top:30px}
.mt-35{margin-top:35px}
.mt-50{margin-top:50px}
.mt-100{margin-top:100px}
.mt-150{margin-top:150px}
.mb-0{margin-bottom:0}
.mb-5{margin-bottom:5px}
.mb-10{margin-bottom:10px}
.mb-15{margin-bottom:15px}
.mb-20{margin-bottom:20px}
.mb-25{margin-bottom:25px}
.mb-30{margin-bottom:30px}
.mb-50{margin-bottom:50px}
.mb-75{margin-bottom:75px}
.mb-100{margin-bottom:100px}
.mb-150{margin-bottom:150px}
.mb-200{margin-bottom:200px}
.mr-25{margin-right:25px;}																																														
																																														

p {
  line-height: 2.5rem;
}

.button-collapse {
  color: #00a0e9;
	padding-top:20px
}



@media only screen and (min-width: 961px) {
	.parallax-container {
	min-height: 600px;
	line-height: 0;
	height: auto;
	color: rgba(255,255,255,.9);
	}
}
@media only screen and (max-width: 960px) {
	.parallax-container {
	min-height: 330px;
	line-height: 0;
	height: auto;
	color: rgba(255,255,255,.9);
	}
}
@media only screen and (max-width: 600px) {
	.parallax-container {
	min-height: 180px;
	line-height: 0;
	height: auto;
	color: rgba(255,255,255,.9);
	}
}


  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}



h4.workflow{text-align:left;}
span.workflow{text-align:left;}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px;padding-top:30px; }







.footer-img{
/*
	padding-top:10px!important;
	padding-bottom:10px!important;
	margin-top:40px!important;
	margin-bottom:30px!important;
*/
}
.footer-h5{
	border-bottom:1px solid #333;
}
footer ul li {
    display: inline;
    padding: 0 20px;
    font-size: 15px;
}
footer ul li + li {
    border-top: none;
    border-left: 1px solid #fff;
}
.padding-bottom-15{
	padding-bottom:15px!important;
}
.padding20{
	padding:20px;
}
.padding20{
	padding:20px 0;
}


.margin20-0{
	margin:20px 0;
}
.margin20{
	margin:20px;
}
.margin-bottom-50{
	margin:0 0 50px 0;
}

.mfp_ok{display:none!important;}



.full-width-img{
	position:relative;
}

.full-width-img img {width : 100%; /* 画像を枠の100%の横幅にする */}


a.btn img{  vertical-align: middle;
}

.profile-text{font-size:13px;}
.profileh5{font-size:16px;}




.first-h1 {
    font-family: "Century Gothic",serif;
    font-size: 36px;
    line-height: 170%;
    text-shadow: 0 0 10px #666;
    color: #ffffff;
    text-shadow: 0 0 10px #666666 !important;
}

.test{position:relative;}