@charset "UTF-8";
/* CSS Document */
.section-solution {
  position: relative;
  margin-bottom: 140px;
  z-index: 100;
  background: linear-gradient(90deg, #00579b 15%, #265bd4 85%);
  padding-top: 100px;
}
.section-solution h1 {
  font-size: 4.2rem;
  line-height: 4.2rem;
  color: #fff;
}
.section-solution a {
  text-decoration: none;
}
.section-solution h3 {
  color: #fff;
  margin: 40px auto 0;
  font-size: 2.0rem;
  font-weight: 300;
  text-align: right;
  width: 80%;
  max-width: 1200px;
}
.section-solution ul {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}
.section-solution ul li {
  width: 25%;
  margin-bottom: 60px;
  text-align: left;
  display: inline-block;
  background: #fff;
  margin: 0 30px 40px;
}
.section-solution ul li img {
  max-width: 100%;
}
.section-solution ul li a {
  background-color: #fff;
}
.section-solution ul li a:hover {
  opacity: 0.4;
}
.section-solution ul li a img {
  text-decoration: none;
  width: 100%;
}
.section-solution ul li a h2 {
  font-size: 2.0rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  line-height: 3.0rem;
  text-decoration: none;
  color: #1D1D1D;
  padding: 28px 30px 18px;
}
.section-solution ul li a p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.6rem;
  padding: 0 30px 40px;
}
.section-solution ul li a p {
  text-decoration: none;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  border-radius: 4px;
  color: #fff;
  width: 134px;
  background: rgba( 0, 165, 255, 0.6);
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.6rem;
  padding: 8px 16px;
  margin: 0 30px 40px;
}



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







@media (max-width: 980px) {
.section-solution ul {
  display: inline-block;
}
.section-solution ul li {
  width: 90%;
  margin: 0 auto 40px;
}
}





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










.section-access {
  margin: auto;
  margin-bottom: 120px;
  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) {
.section-solution {
  padding-top: 140px;
}
.section-solution {
  margin-bottom: 120px;
}
.section-top {
  padding-top: 160px;
}
}
@media (max-width: 1100px) {
  }
@media (max-width: 1000px) {
.top-description h1 {
  color: #fff;
  font-size: 4.6rem;
  line-height: 6.0rem;
  margin: 0 40px 50px auto;
}
}
@media (max-width: 560px) {
.section-solution h1 br {
  display: block;
}
.section-solution h1 {
  line-height: 6.0rem;
}
.section-solution h3 {
  margin: 0 auto 0;
  font-size: 1.6rem;
  }
.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) {
.top-description p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
}
@media (max-width: 340px) {
}
@media(max-width: 960px) {
.section-access {
  margin-bottom: 80px;
  margin-top: -60px;
  padding-top: 60px;
}
.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: 240px;
  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: 3.0rem;
  line-height: 3.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;
  padding: 0;
  margin: 80px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-contact_consultation_button ul li {
  margin-bottom: 0;
}
.section-contact_consultation_button ul li a:nth-child(1) {
  margin-bottom: 20px;
}
.section-contact_consultation_button ul li a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #333;
}
.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: 1000px) {
.section-contact_consultation_button {
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}
.section-contact_consultation_button ul {
}
.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 {
  padding-bottom: 160px;
  }
.section-contact h2 {
  font-size: 4.0rem;
}
.section-contact_discription {
  margin: 0 10%;
  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;
}
.section-contact_consultation_button ul li a img {
  width: 100px;
}
}
@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;
}
}
.section-philosophy_h41 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
}
.button01c {
}
/* ボタン共通設定 */
.btn05c {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  transition: all 0.6s ease;
  margin: 20px auto -40px;
}
.btn05c:hover{
  border-color:transparent; 
  opacity: 1;
}
/*ボタンの中のテキスト*/
.btn05c span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 300px;
  height: 60px;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #333;
  transition: all 0.3s ease;
}
/*影の設定*/
.pushright3c:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    background-color: #333;
}
.pushright3c:hover span {
  background-color: #00579b;
  color: #fff;
  transform: translate(4px, 4px);
}

.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);
}



