@charset "utf-8";
/* CSS Document */

#hero {
  background-image: url("../img/bg_head.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size:cover;
  padding-top:40px;
}
#hero h2 {
  text-align:center;
  margin-bottom:10px;
}

/* btn */
#ancher {
  margin-top:40px;
  margin-bottom:40px;
}
.ancherbox ul {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ancherbox li {
  background: transparent;
  text-decoration: none;
  border: 0;
  transition: all 200ms ease-in;
  display: inline-block;
}
.ancherbox li {
  background-color:#25AED6;
  color:#fff;
  font-weight: 600;
  margin:0 10px;
}
.ancherbox li.active, .ancherbox li:hover {
  background-color:#1d94b7;
}
.ancherbox li {
  transform: skew(-10deg);
}
.ancherbox li > a {
  color:#fff;
  transform: skew(10deg);
  display: block;
  padding: 12px 28px;
}

@media screen and (max-width:780px) {
.ancherbox ul {
  display: block;
}
.ancherbox li {
  width:90%;
  display: block;
  margin:0 auto 10px;
}
}

/***** Index tltle *****/
.titleBox {
  margin:50px auto;
}

/***** link *****/
#link1 {
  margin-top:80px;
  margin-bottom:80px;
}

.txt-c {
  text-align:center;
  margin-bottom:40px;
}

/* link photo
----------------------- */

.link-block {
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
  color: #3b320f;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  border:1px solid #b6d5de;
}
.link-block-img {
  max-width:300px;
  overflow: hidden;
  float: right;
  background-color: #fff;
}
.link-block-img img {
  max-width:100%;
  margin:0;
  vertical-align: bottom;
}

.link-block-txt {
  overflow: hidden;
  float: left;
  margin:30px 10px 20px 10%;
}
.link-block h4 {
  margin-bottom:20px;
  color: #004B61;
  font-size: 24px;
  line-height:100%;
  font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
  font-weight: 600;
  letter-spacing: 3px;
}
.link-block p {
  margin-bottom:6px;
  vertical-align: middle;
}
.link-block .link-ico {
  float: left;
  margin: 0 20px 0 0;
  background-color:#004B61;
  border-radius:50px;
  clear:left;
}
.link-block .link-ex {
  float: left;
  clear:left;
}
.link-block p a {
  padding: 8px 0;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 2px;
}

@media only screen and (max-width:800px) {
.link-block-txt {
  width:340px;
  margin:15px;
}
.link-block h4 {
  font-size:20px;
  letter-spacing: 0;
}
.link-block .link-ico {
  margin: 0 10px 0 0;
}
.link-block .link-ex {
  font-size:14px;
}
.link-block p a {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0;
}
}

@media only screen and (max-width:480px) {
#link1 {
  margin-top:40px;
  margin-bottom:40px;
}
.txt-c {
  text-align:left;
  margin-bottom:30px;
}
  
.link-block {
  margin-bottom: 20px;
}
.link-block-img {
  float: none;
  clear:both;
}
.link-block-img img {
  width:100%;
  margin:0 auto;
  vertical-align: top;
}
.link-block-txt {
  width : calc(100% - 30px) ;
  margin:15px;
  float:none;
  dicplay:block;
}
.link-block h4 {
  margin-bottom:20px;
  font-size: 16px;
  clear:both;
}
.link-block p a {
  font-size: 14px;
  letter-spacing: 0;
}
}

/* link text
----------------------- */

.link-block-t {
  overflow: hidden;
  position:relative;
  margin-bottom: 40px;
  color: #3b320f;
  text-decoration: none;
  background-color: rgba(202, 235, 252, 0.2);
    -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  border:1px solid #b6d5de;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link-block-t .ttlBox {
  width:180px;
  height:100%;
  float: left;
  position:absolute;
  background-color:#004B61;
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.link-block-t .ttlBox h4 {
  margin:20px auto;
  font-size: 18px;
  line-height:100%;
  text-align:center;
  color:#fff;
  font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
  font-weight: 600;
  letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
.link-block-t .linkarea {
  height:100%;
  margin:10px 10px 10px 200px;
  text-align:left;
}
.link-block-t p {
  text-align:left;
  vertical-align: middle;
  margin:10px auto;
  clear:both;
  transition: all 0.3s ease 0s;
}
.link-block-t .link-bana {
  margin-top:10px;
  clear:both;
}
.link-block-t .link-ico {
  margin: 0 10px -10px 0;
  background-color:#004B61;
  border-radius:50px;
  clear:left;
}
.link-block-t p a {
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 1px;
  word-break: break-all;
}

.l-blu {
  background-color:#004B61;
}
.l-sky {
  background-color:#1f98bb;
}


@media only screen and (max-width:800px) {
.link-block-t .linkarea {
  margin:10px 10px 10px 190px;
}
.link-block-t p a {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
}

@media only screen and (max-width:480px) {
.link-block-t {
  margin-bottom: 30px;
  display: block;
}
.link-block-t .ttlBox {
  width:100%;
  top:0;
  height:auto;
  float: none;
  position:static;
  display: block;
}
.link-block-t .ttlBox h4 {
  margin:auto;
  font-size: 18px;
  padding:10px;
  display: block;
}
.link-block-t .linkarea {
  width:96%;
  height:100%;
  margin:10px auto;
  text-align:left;
}
.link-block-t p {
  text-align:left;
  vertical-align: middle;
  margin:10px auto;
  clear:both;
  transition: all 0.3s ease 0s;
}
.link-block-t .link-bana {
  margin-top:10px;
  clear:both;
}
.link-block-t .link-ico {
  margin: 0 10px -10px 0;
  background-color:#004B61;
  border-radius:50px;
  clear:left;
}
.link-block-t p a {
  font-size: 15px;
  line-height: 2.4;
}
}