@charset "utf-8";

/*==========================================
 base.css 上書き
===========================================*/
footer {
  margin: 0;
}
@media only screen and (max-width: 910px) {
  footer {
    margin: 0;
  }
}

#mainContents .topVisual .slick-dots {
  bottom: 40px;
}
#mainContents .topVisual .slick-dots li {
  margin: 0;
}
#mainContents .topVisual .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0;
  color: #FFF;
  background-color: #FFF;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainContents .topVisual .slick-dots li.slick-active button:before {
  background-color: #005793;
}

/*==========================================
 language CSS
===========================================*/
header #headerNavi_lang {
  position: absolute;
  right: 270px;
  top: 35px;
}
header #headerNavi_lang nav ul {
  width: 500px;
  display: flex;
  justify-content: space-between;
}
header #headerNavi_lang nav ul li a {
  display: block;
  padding: 5px 20px 7px;
  background-color: #FFF;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
header #headerNavi_lang nav ul li:nth-child(3) a,
header #headerNavi_lang nav ul li:nth-child(4) a {
  padding: 5px 10px 7px 20px;
}
header #headerNavi_lang nav ul li.active a {
  background-color: #333;
  color: #FFF;
}
header #headerNavi_lang nav ul li a:hover {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
}
@media only screen and (max-width: 1010px) {
  header #headerNavi_lang {
    display: none;
  }
}


#mainContents .langLayout01 {
  width: 100%;
  margin: 60px 0 0;
}
#mainContents .langLayout01.bk_Blue {
  padding: 50px 0;
  background-color: #E8F3F9;
}
#mainContents .langLayout01.bk_Grey {
  padding: 50px 0;
  background-color: #EDEDED;
}
#mainContents .langLayout01 .langLayout01_box {
  width: 800px;
  margin: 0 auto;
}
#mainContents .langLayout01 h2 {
  padding: 0 0 20px;
  font-size: 4.4rem;
  font-weight: 700;
  color: #005793;
  line-height: 1.2;
}
#mainContents .langLayout01 h3 {
  position: relative;
  margin: 0 0 55px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#mainContents .langLayout01 h3::before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 208px;
  height: 13px;
  margin: 0 0 0 -104px;
  background-image: url("../img/title_bk01.svg");
  background-size: cover;
  content: "";
}
#mainContents .langLayout01 h3 span {
  display: block;
  font-size: 2.0rem;
  font-weight: 400;
}
#mainContents .langLayout01 p.text01 {
  padding: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0;
  /* text-align: justify; */
}
#mainContents .langLayout01 p.text02 {
  padding: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  /* text-align: justify; */
}
#mainContents .langLayout01 img {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
}
#mainContents .langLayout01 p a {
  color: #005793;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .langLayout01 p a:hover {
  opacity: 0.7;
}
#mainContents .langLayout01 table {
  width: 100%;
  margin: 30px 0 20px;
  border-top: 1px solid #CCCCCC;
}
#mainContents .langLayout01 table tr {
  border-bottom: 1px solid #CCCCCC;
}
#mainContents .langLayout01 table tr th {
  width: 140px;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  color: #005793;
}
#mainContents .langLayout01 table tr td {
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
#mainContents .langLayout01 table tr td a {
  color: #005793;
  text-decoration: underline;
}
#mainContents .langLayout01 table tr td a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 {
    margin: 40px 0 0;
  }
  #mainContents .langLayout01.bk_Blue,
  #mainContents .langLayout01.bk_Grey {
    padding: 40px 0 20px;
  }
  #mainContents .langLayout01 .langLayout01_box {
    width: calc(100% - 40px);
  }
  #mainContents .langLayout01 h2 {
    padding: 0 0 20px;
    font-size: 2.8rem;
  }
  #mainContents .langLayout01 h3 {
    margin: 0 0 35px;
    font-size: 2.0rem;
  }
  #mainContents .langLayout01 h3::before {
    bottom: -25px;
    width: 162px;
    height: 10px;
    margin: 0 0 0 -81px;
  }
  #mainContents .langLayout01 h3 span {
    font-size: 1.6rem;
  }
  #mainContents .langLayout01 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .langLayout01 p.text02 {
    padding: 0 0 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #mainContents .langLayout01 img {
    padding: 0 0 10px;
  }
  #mainContents .langLayout01 table {
    margin: 20px 0 20px;
  }
  #mainContents .langLayout01 table tr th {
    width: 90px;
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #mainContents .langLayout01 table tr td {
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#mainContents .langLayout01 .link01 {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
#mainContents .langLayout01 .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #005793;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .langLayout01 .link01 a::after {
  position: absolute;
  right: 150px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -8px 0 0;
  background-image: url("../img/icon03.svg");
  background-size: cover;
  content: "";
}
#mainContents .langLayout01 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 .link01 {
    width: 335px;
    padding: 10px 0 20px;
  }
  #mainContents .langLayout01 .link01 a {
    height: 50px;
    padding: 16px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .langLayout01 .link01 a::after {
    right: 70px;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
  }
}

#mainContents .langLayout01 .slideArea {
  width: 100%;
  padding: 30px 0;
}
#mainContents .langLayout01 .slideMv {
  opacity: 0;
}
#mainContents .langLayout01 .slideMv .column {
  width: 800px;
  margin: 0 32px;
}
#mainContents .langLayout01 .slideMv .column img {
  width: 800px;
  height: auto;
  padding: 0;
}
#mainContents .langLayout01 .slideMv .column h4 {
  padding: 15px 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#mainContents .langLayout01 .slideMv .column p {
  padding: 15px 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
#mainContents .langLayout01 .slideMv .slick-arrow:before {
	content:""!important;
}
#mainContents .langLayout01 .slideMv .slide-arrow {
  position: absolute;
  z-index: 100;
  top: 280px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#mainContents .langLayout01 .slideMv .prev-arrow {
  left: 30px;
}
#mainContents .langLayout01 .slideMv .next-arrow {
  right: 30px;
}
#mainContents .langLayout01 .slideMv .slide-arrow:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 .slideArea {
    padding: 20px 0;
  }
  #mainContents .langLayout01 .slideMv .column {
    width: 260px;
    margin: 0 10px;
  }
  #mainContents .langLayout01 .slideMv .column img {
    width: 260px;
  }
  #mainContents .langLayout01 .slideMv .column h4 {
    padding: 10px 0 0;
    font-size: 1.5rem;
  }
  #mainContents .langLayout01 .slideMv .column p {
    padding: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #mainContents .langLayout01 .slideMv .slide-arrow {
    top: 84px;
    width: 30px;
    height: 30px;
  }
  #mainContents .langLayout01 .slideMv .prev-arrow {
    left: 10px;
  }
  #mainContents .langLayout01 .slideMv .next-arrow {
    right: 10px;
  }
}


#mainContents .langLayout01 .link02 {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#mainContents .langLayout01 .link02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 16px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #005793;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .langLayout01 .link02 a::after {
  position: absolute;
  right: 97px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -5px 0 0;
  background-image: url("../img/icon03.svg");
  background-size: cover;
  content: "";
}
#mainContents .langLayout01 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 .link02 {
    width: 200px;
    padding: 15px 0 0;
  }
  #mainContents .langLayout01 .link02 a {
    height: 30px;
    padding: 7px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .langLayout01 .link02 a::after {
    right: 63px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
  }
}

#mainContents .langLayout01 iframe {
  width: 800px;
  height: 600px;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 iframe {
    width: 100%;
    height: 600px;
    padding: 20px 0;
  }
}

#mainContents .langLayout01 .scrollArea {
  width: 100%;
  padding: 30px 0;
}
#mainContents .langLayout01 .scrollArea .scrollMv {
  opacity: 0;
}
#mainContents .langLayout01 .scrollArea .scrollMv img {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  #mainContents .langLayout01 .scrollArea {
    padding: 20px 0;
  }
  #mainContents .langLayout01 .scrollArea .scrollMv img {
    width: 200px;
    height: 200px;
  }
}