@charset "UTF-8";
/*** base ***/
/* base */
/* header */
/* color */
/*** --  bootstrap overwite -- ***/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  padding-left: 0;
  padding-right: 0; }

b, strong {
  font-weight: bold; }

.row {
  margin-left: 0;
  margin-right: 0; }

.gnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.navbar-brand {
  /*
	padding-top: 0px;
    padding-bottom: 0px;
    margin-right:0;
    color:#FE401A;
    font-weight:bold;
*/ }

.navbar-expand-xl {
  padding: 0;
  /*	height:80px;*/ }
  .navbar-expand-xl .navbar-nav .nav-item {
    /*
    		&:after{
				content: "";
				width: 0;
				height: 3px;
				background: #0069b3;
				position: absolute;
				bottom: -5px;
				left: 0;
    		}
    		&:hover{
	    		&:after{
	    			width: 100%;
	    			-webkit-transition: .5s all ease;
	    			-o-transition: .5s all ease;
	    			transition: .5s all ease;
   				}
   			}
*/ }
    .navbar-expand-xl .navbar-nav .nav-item:before {
      content: "";
      position: absolute;
      top: 4px;
      right: 0;
      bottom: 4px;
      border-right: 2px solid #f3f3f3;
      width: 2px; }
    .navbar-expand-xl .navbar-nav .nav-item .nav-link {
      position: relative;
      color: #333; }
    .navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle:after {
      display: inline-block;
      margin-left: auto;
      vertical-align: auto;
      border: none; }
    .navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle i {
      position: absolute;
      top: 40%;
      right: 0; }

.dropdown > .dropdown-menu {
  border: none;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  font-weight: bold;
  font-size: 1.4rem;
  padding: 20px;
  position: fixed !important;
  top: 55px;
  width: 100%; }
  .dropdown > .dropdown-menu a.dropdown-item {
    font-weight: bold;
    padding: 10px; }
    .dropdown > .dropdown-menu a.dropdown-item:before {
      font-family: "Font Awesome 5 Free";
      padding-right: 10px;
      content: "\f105";
      color: #fff;
      font-weight: bold;
      display: inline-block; }
    .dropdown > .dropdown-menu a.dropdown-item:hover {
      text-decoration: underline !important;
      background-color: transparent; }

.border-light {
  border-color: #e7eaec !important; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.01); }

/* Slider */
.carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 50%; }
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 60px;
    letter-spacing: 5px; }

a.carousel-control-prev > i,
a.carousel-control-next > i {
  font-size: 30px;
  background-color: #222;
  color: #fff;
  padding: 20px; }

a.carousel-control-prev {
  left: -30px; }

a.carousel-control-next {
  right: -30px; }

/* Navigation */
.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-toggler {
  border: none;
  background: transparent !important;
  background: #333; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #333;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  margin: 0 auto;
  /*
  margin-top:7px;
  margin-bottom:7px;
*/ }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 9px);
  -ms-transform: rotate(45deg) translate(5px, 9px);
  transform: rotate(45deg) translate(5px, 9px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -9px);
  -ms-transform: rotate(-45deg) translate(4px, -9px);
  transform: rotate(-45deg) translate(4px, -9px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s; }

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0.75em 0; }
  .breadcrumb .breadcrumb-item {
    color: #333;
    font-weight: bold; }
    .breadcrumb .breadcrumb-item a {
      color: #0069b3; }
    .breadcrumb .breadcrumb-item:before {
      color: #333; }

/* Tab */
.nav-tabs .nav-link {
  border-width: 3px; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #008080 #fff; }

.card {
  border: none;
  margin-bottom: 0px;
  border-radius: initial; }
  .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0; }
  .card .card-body {
    text-align: left; }
    .card .card-body.gray {
      background-color: #F8F8F8; }
  .card .card-footer {
    background-color: transparent;
    border: none;
    padding: 0; }

dl dt, dl dd {
  line-height: 28px; }

.mt-6 {
  margin-top: 4rem; }

.mt-7 {
  margin-top: 5rem; }

.form-control {
  font-size: 1.6rem;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-weight: bold; }

@media (max-width: 1200px) {
  .navbar-brand {
    padding: 10px; }
  .navbar-expand-xl .navbar-nav .nav-link:after {
    width: auto;
    height: auto;
    background: none;
    position: static; }
  .navbar-expand-xl .navbar-nav .nav-link:hover:after {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .breadcrumb {
    width: 100%; }
  /* Slider */
  .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 40%; }
    .carousel .carousel-inner .carousel-item .carousel-caption h3 {
      font-size: 36px; }
  .navbar-toggler {
    width: 50px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-toggler .icon-bar {
      width: 100%; }
  .navbar-collapse {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .navbar-collapse .navbar-nav {
      margin-top: 30px;
      /*			max-height:calc(100vh - 80px);*/
      min-height: calc(100vh - 60px);
      height: 100vh;
      background-color: #FF716E; }
      .navbar-collapse .navbar-nav .nav-item {
        position: relative; }
        .navbar-collapse .navbar-nav .nav-item:last-child {
          border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
        .navbar-collapse .navbar-nav .nav-item a {
          padding: 26px 0;
          border-top: 1px solid #dcdcdc; }
          .navbar-collapse .navbar-nav .nav-item a.dropdown-toggle:after {
            position: absolute;
            right: 20px; }
        .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          background-color: transparent;
          margin: 0;
          padding-top: 0;
          position: static !important; }
          .navbar-collapse .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
            padding: 10px 30px;
            border-top: none;
            border-bottom: none; }
            .navbar-collapse .navbar-nav .nav-item .dropdown-menu a.dropdown-item:first-child {
              padding-top: 0px; }
  dl dt, dl dd {
    line-height: 20px; } }

/*** -- reset -- ***/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  -webkit-font-smoothing: antialiased; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  font-size: 62.5%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th,
  table td {
    font-weight: normal;
    padding: 0.5em;
    vertical-align: top; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ul {
  list-style: none; }

ul:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

blockquote,
p {
  line-height: 28px;
  quotes: none; }
  blockquote:before, blockquote:after,
  p:before,
  p:after {
    content: '';
    content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #222; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none;
    border: none;
    text-decoration: none; }

ins {
  background-color: #db630d;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #db630d;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #db630d;
  cursor: help; }

hr {
  visibility: hidden;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*
input, 
select {
	vertical-align:middle;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none;
}
*/
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
  width: 100%;
  font-weight: 300;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/*** -- end reset -- ***/
/*** modules ***/
/*** layouts ***/
/*** Common ***/
.font-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#container {
  width: 100%; }

.block {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center; }

.sub-block {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }

/*
h2.title{
	font-size:26px;
	margin-bottom:50px;
}
*/
h2.title {
  display: block;
  font-weight: bold;
  line-height: 5rem;
  font-size: 4rem; }
  h2.title.blue {
    border-left: 5px solid #0069b3;
    padding-left: 10px; }
  h2.title.pink {
    border-left: 5px solid #FFBBBA;
    padding-left: 10px; }
  h2.title.white {
    border-left: 5px solid #fff;
    padding-left: 10px; }

h3.title {
  display: block;
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.8rem; }
  h3.title.blue {
    border-left: 5px solid #0069b3;
    padding-left: 10px; }
  h3.title.pink {
    border-left: 5px solid #FFBBBA;
    padding-left: 10px; }

p.sub-title {
  font-size: 2.2rem; }

p.date {
  font-size: 1.2rem;
  color: #666666; }

.border-pink-box {
  border: 1px solid #db7093; }

.border-pink {
  border-left: 5px solid #db7093;
  padding-left: 10px; }

/*
.border-blue{
	border-left: 5px solid $blue-color;;
    padding-left: 10px;
}
*/
.border-blue-top {
  border-top: 7px solid #0069b3; }

.border-blue-bottom {
  border-bottom: 1px solid #0069b3; }

.border-pink-top {
  border-top: 1px solid #FFBBBA; }

.border-pink-bottom {
  border-bottom: 1px solid #FFBBBA; }

.border-gray-top {
  border-top: 1px solid #ccc; }

.border-gray-bottom {
  border-bottom: 1px solid #ccc; }

/*
.pc{
	display:block;
}
.sp{
	display:none;
}
*/
/* scroll */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }
  #page-top a {
    background-color: rgba(0, 128, 128, 0.6);
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    display: block; }
    #page-top a:hover {
      text-decoration: none;
      background: #008080; }
    #page-top a > i {
      font-size: 30px; }

/* sub_page common */
.sub_main_title {
  padding: 130px 0;
  background-color: #ccc;
  color: #fff; }
  .sub_main_title .row {
    width: 1000px;
    margin: 0 auto; }
    .sub_main_title .row p {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.3vw; }
      .sub_main_title .row p span {
        font-size: 14px; }

/* breadcrumb common */
.breadcrumb_sec {
  margin: 0 auto;
  margin-top: 50px;
  padding: 5px 0;
  width: 800px; }
  .breadcrumb_sec .row {
    margin: 0 auto; }
    .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item {
      font-size: 12px; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:before {
        content: ">"; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:first-child:before {
        content: ""; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item:last-child {
        font-weight: bold; }
      .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a {
        text-decoration: underline;
        color: #008080; }
        .breadcrumb_sec .row ol.breadcrumb li.breadcrumb-item a:hover {
          text-decoration: none; }

.paginate span.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #008080;
  border: 1px solid #008080; }

.paginate a.page-numbers {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 10px;
  color: #fff;
  background-color: #008080; }

div.description {
  margin-top: 20px; }
  div.description p {
    font-size: 12px;
    text-align: left; }

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  background-color: #D4000F;
  text-align: center;
  border-radius: 0px;
  font-size: 1.4rem;
  font-weight: bold; }
  .btn span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold; }
  .btn i {
    margin-left: 30px;
    font-size: 40px; }
  .btn:hover {
    color: #D4000F;
    border: 1px solid #D4000F;
    background-color: #fff !important; }
    .btn:hover.arrow:after {
      color: #D4000F; }
  .btn.sm-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 30px; }
    .btn.sm-btn span {
      margin-top: 2px;
      font-size: 18px;
      font-weight: bold; }
    .btn.sm-btn i {
      margin-left: 20px;
      font-size: 30px; }
  .btn.arrow:after {
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    content: "\f105";
    color: #fff;
    font-weight: bold;
    display: inline-block; }

#contact-btn a:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/*
.card{
	.btn{
		padding-top:8px;
		padding-bottom:8px;
		padding-left:30px;
		padding-right:10px;
    	border-radius: 30px;
    	span{
    		margin-top:2px;
	    	font-size:18px;
	    	font-weight:bold;
		}
		i{
			margin-left:20px;
			font-size:30px;
		}
    }
}
*/
.bk-none {
  background-color: transparent; }

.bk-white {
  background-color: #fff; }

.bk-red {
  background-color: #D4000F; }

.bk-pink {
  background-color: #FFBBBA; }

.bk-blue {
  background-color: #0069b3; }

.bk-gray {
  background-color: #ecebeb; }

.bk-light-blue {
  background-color: #cbe4f4; }

.bk-dark-pink {
  background-color: #FF716E; }

.bk-light-pink {
  background-color: #ffebee; }

.bk-light-yellow {
  background-color: #f9faf2; }

.bk-light-gray {
  background-color: #f5f5f5; }

.bk-blue-opacity {
  background-color: rgba(0, 105, 179, 0.9); }

.bk-pink-opacity {
  background-color: rgba(0, 105, 179, 0.9); }

.bk-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  /*
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
*/ }

.bk-light-pink-grd {
  background: -moz-linear-gradient(left, #ffb6c1, #ffebee);
  background: -webkit-linear-gradient(left, #ffb6c1, #ffebee);
  background: -webkit-gradient(linear, left top, right top, from(#ffb6c1), to(#ffebee));
  background: -o-linear-gradient(left, #ffb6c1, #ffebee);
  background: linear-gradient(to right, #ffb6c1, #ffebee); }

.bk-light-pink-grd-vertical {
  background: #ffb6c1;
  background: -moz-linear-gradient(top, #ffb6c1 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb6c1), color-stop(48%, #FFFFFF), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #ffb6c1 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #ffb6c1 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -ms-linear-gradient(top, #ffb6c1 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb6c1), color-stop(48%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to bottom, #ffb6c1 0%, #FFFFFF 48%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb6c1', endColorstr='#FFFFFF',GradientType=0 ); }

.bk-light-blue-grd-vertical {
  background: #CFDDE6;
  background: -moz-linear-gradient(top, #CFDDE6 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFDDE6), color-stop(48%, #FFFFFF), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #CFDDE6 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #CFDDE6 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -ms-linear-gradient(top, #CFDDE6 0%, #FFFFFF 48%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#CFDDE6), color-stop(48%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to bottom, #CFDDE6 0%, #FFFFFF 48%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFDDE6', endColorstr='#FFFFFF',GradientType=0 ); }

.bk_icon_point {
  background-image: url(../images/icon_point.svg);
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center; }

.text-white {
  color: #fff; }

.text-green {
  color: #008080; }

.text-pink {
  color: #db7093; }

.text-blue {
  color: #0069b3; }

.icon_newcomer {
  padding: 1px;
  /*	width:50px;*/
  color: #fff;
  font-weight: bold;
  text-align: center; }

.rounded-top {
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important; }

.rounded-bottom {
  border-bottom-left-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/*
section.green{
	background-color:#dbf7ca;
}
*/
#btn-contact {
  position: fixed;
  top: 15%;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.sub-title {
  /*	color:#fff;*/
  font-weight: bold;
  padding: 0 20px; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: ""; }

.stretched-link:hover:after {
  background-color: rgba(0, 0, 0, 0.1); }

.img-animation {
  position: relative;
  overflow: hidden; }
  .img-animation .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 105, 179, 0.9);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 10px; }
    .img-animation .mask .line {
      height: 100%;
      width: 100%;
      border: 1px solid #fff;
      text-align: center; }
      .img-animation .mask .line .caption {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        text-align: center; }
  .img-animation:hover .mask {
    opacity: 1; }

.time {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8c8a8a; }

.red {
  color: #FD0000 !important; }

.alert {
  font-size: 1.4rem;
  padding: 2px 0; }

section#contact-btn .block .box {
  position: relative; }
  section#contact-btn .block .box a.btn {
    position: absolute;
    bottom: 20px;
    right: 50px; }

@media (max-width: 1200px) {
  #container {
    top: 60px; }
  .block {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    /*		margin-top:30px;*/ }
  .sub-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
  /*	
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
*/
  section .blog .card .card-title {
    font-size: 14px;
    line-height: 22px; }
  h2.title {
    line-height: 4rem;
    font-size: 3rem; }
  h3.title {
    line-height: 3rem;
    font-size: 2.4rem; }
  body.sub section#main {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sub_main_title {
    padding: 100px 20px; }
    .sub_main_title .row {
      width: 100%; }
      .sub_main_title .row p {
        font-size: 24px;
        line-height: 28px; }
        .sub_main_title .row p span {
          font-size: 12px; }
  /* breadcrumb common */
  .breadcrumb_sec {
    width: 100%; }
  .parallax-window {
    min-height: 500px; }
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    .btn span {
      font-size: 16px; }
    .btn i {
      margin-left: 10px; }
  section#contact-btn .block .box a.btn {
    width: auto; } }

@media (max-width: 720px) {
  section#contact-btn .block .box a.btn {
    bottom: 20px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto; } }

/*** Top ***/
body#top section#main img {
  width: 100%; }

body#top section#message p {
  font-size: 3rem;
  line-height: 7rem; }
  body#top section#message p a {
    color: #0069b3;
    text-decoration: underline; }
    body#top section#message p a:hover {
      text-decoration: none; }

@media (max-width: 720px) {
  body#top section#message p {
    font-size: 2rem;
    line-height: 4rem; } }
