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


.section-service_h41b {
  color: #00579b;
  font-size: 2.2rem;
  font-weight: 300;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
  margin: 60px 0 0 0;
  padding: 0;
}
/* ボタン共通設定 */
.btn05b {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  transition: all 0.6s ease;
  margin: 20px auto -40px;
}
.btn05b:hover{
  border-color:transparent;
  opacity: 1;
}
/*ボタンの中のテキスト*/
.btn05b span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 300px;
  height: 60px;
  background: #00579b;
  font-size: 2.2rem;
  font-weight: 600;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  transition: all 0.3s ease;
}
/*影の設定*/
.pushright3b:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    background-color: #333;
}
.pushright3b:hover span {
  background-color: #333;
  color: #fff;
  transform: translate(4px, 4px);
}





.section-link {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 40px;
  position:relative;
}
.section-link a {
  text-decoration: none;
  margin: 0 40px;
}
.section-link a img {
  transition:0.3s;
}
.section-link a:before{
  content:"READ MORE";
  display:block;
  color:#383dff;
  line-height:48px;
  width:180px;
  border:solid 1px #383dff;
  border-radius:5px;
  text-align:center;
  position:relative;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.section-link a:hover img{
  filter:blur(5px) grayscale(60%);
}
.section-link a:hover:before{
  opacity:1;
  margin-top:-0.5em;
}


.section-access {
  margin: auto;
  margin-bottom: 140px;
  margin-top: -40px;
  padding-top: 40px;
}
.section-access h2 {
    font-size: 4.6rem;
    color: #484848;
    line-height: 4.6rem;
}
.section-access h3 {
  margin: 60px auto 40px;
    font-size: 3.0rem;
    color: #484848;
    line-height: 3.0rem;
}
.access-main_image {
  display: flex;
  max-width: 900px;
}
.access-main_image iframe {
  width: 350px;
  height: 320px;
}
.section-access_discription {
  margin: auto;
  padding: 40px 30px 20px;
  max-width: 900px;
}
.section-access_discription h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
}
.section-access_discription img {
  width: 550px;
}
.section-access_discription-twoin {
  display: flex;
  justify-content: center;
  padding: 0 40px 0;
}
.section-access_discription-twoin p {
  text-align: left;
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 3.8rem;
  width: 100%;
}
.section-access_discription-1 p span {
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}
.access_br {
  display: none;
}
.access_br2 {
  display: none;
}


@media (max-width: 1260px) {
}
@media (max-width: 1100px) {
  }
@media (max-width: 1000px) {
.section-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
}
.section-link a {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.section-link a:nth-child(1) {
  margin: 0 auto 20px;
}
.section-link a img {
  width: 100%;
  max-width: 500px;
}
}
@media (max-width: 560px) {
.section-access_discription {
  max-width: 100%;
}
.access-main_image iframe {
  width: 100%;
  height: 300px;
}
.section-access_discription {
  max-width: 560px;
  padding: 40px 0 20px;
}
.section-access_discription img {
  width: 100%;
}
}
@media (max-width: 500px) {
}
@media (max-width: 488px) {
}
@media (max-width: 340px) {
}
@media(max-width: 960px) {
.section-access {
  margin-bottom: 140px;
}
.section-access h3 {
  margin: 40px auto 20px;
  line-height: 4.5rem;
}
.access-main_image {
  flex-direction: column;
  max-width: 560px;
}
.access-main_image iframe {
  max-width: 560px;
  width: 100%;
  height: 300px;
}
.section-access_discription {
  max-width: 560px;
}
.section-access_discription img {
  max-width: 560px;
  width: 100%;
}
.section-access_discription-twoin p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 2.7rem;
  width: 100%;
}
.section-access_discription-1 p span {
  font-weight: 400;
  line-height: 26px;
  white-space: wrap;
}
  .access_br {
    display: block;
  }
  .access_yohaku {
    display: none;
  }
}











.section-contact {
  position: relative;
  text-align: center;
  color: #FFF;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  background: linear-gradient(90deg, #265bd4 15%, #00579b 85%);
  background-size: 280% 280%; /*サイズを大きくひきのばす*/
  animation: bggradient 10s ease infinite;
}
.section-contact h2 {
  margin: 0 auto 20px;
  font-size: 4.0rem;
  line-height: 4.0rem;
  font-weight: 600;
  position: relative;
  top: 100px;
  z-index: 100;
}
.section-contact h2 a {
  color: #fff;
}
.section-contact ul {
  position: relative;
  display: block;
  text-align: center;
  margin: 160px auto 60px;
  width: 86%;
  max-width: 960px;
  z-index: 100;
}
.section-contact ul li {
  display: block;
  margin-bottom: 40px;
}
.section-contact ul li h4 {
  font-size: 2.0rem;
  width: 160px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.contact-form input[type="text"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: solid 1px #777;
  border-radius: 6px;
}
.contact-form input[type="date"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: solid 1px #777;
  border-radius: 6px;
}
.contact-form textarea {
  display: block;
  width: 100%;
  height: 300px;
  padding: 10px 10px;
  border: solid 1px #777;
  border-radius: 6px;
}
.contact-form a {
  text-decoration: none;
}



.btbt {
  display: block;
  font-size: 2.0rem;
  font-weight: 400;
  background: linear-gradient(90deg, #00579b 15%, #00a5fa 85%);
  border-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(255 255 255 / 100%);
  box-shadow: 0px 0px 3px 3px rgb(255 255 255 / 100%);
  color: #FFFFFF;
  line-height: 48px;
  width: 300px;
  margin: 60px auto 0;
}
.section-contact_discription {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.section-contact_discription p {
  line-height: 30px;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.section-contact_discription h3 {
  font-size: 1.6rem;
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}
.section-contact_consultation_button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-contact_consultation_button ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 60px 0 0;
}
.section-contact_consultation_button ul li {
  margin-bottom: 0;
}
.section-contact_consultation_button ul li a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.section-contact_consultation_button ul li a img {
  width: 160px;
  margin-right: 16px;
}
.section-contact_consultation_button ul li a p {
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media (min-width: 1900px) {
  .section-contact_background-under {
    display: none;
  }
}
@media (max-width: 1260px) {
.section-contact {
  padding-top: 40px;
}
}
@media (max-width: 1000px) {
.section-contact_consultation_button {
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}
.section-contact_consultation_button ul {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.section-contact_consultation_button ul li a:nth-child(1) {
  margin-bottom: 20px;
}
.section-contact_consultation_button ul li a img {
  width: 120px;
}
.section-contact_consultation_button ul li a p {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
}
@media (max-width: 420px) {
.section-contact_consultation_button ul li a p {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
}
@media (max-width: 960px) {
.section-contact_discription {
  margin: 0 10vw;
  text-align: center;
  display: block;
}
.section-contact_background {
  display: none;
}
.section-contact_background-under {
  display: none;
}
.btbt {
  line-height: 48px;
  width: 240px;
  margin: 60px auto 0;
}
}
@media (max-width: 600px) {
.section-contact_discription h2 {
  font-size: 3.0rem;
}
}
@media (max-width: 450px) {
.section-contact_discription h2 {
  font-size: 2.4rem;
}
}
@media (max-width: 360px) {
.section-contact_discription h2 {
  font-size: 1.6rem;
}
}
@media (max-width: 301px) {
.btbt {
  line-height: 48px;
  width: 100px;
  margin: 0 auto;
}
}