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


/*=========================================================
PC版
==========================================================*/
main.info_main {
  background-color: #f6f6f6;
  padding-bottom: 16px;
}
.info_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.info_kumo2-bg{
  padding: 16px 0 0;
}
img.info_kumo2 {
  display: block;
  position: relative;
}
img.info_balloon-mono {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}
.info_h1 {
  color:  rgba(53, 144, 188, 0.2);
  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Sans', "游明朝", YuGothic, 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 9.0rem;
  margin: 16px auto 40px;
  text-align: left;
}
.info_h2 {
  color: #002c5a;
  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Sans', "游明朝", YuGothic, 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 2.4rem;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.info_h-wrapper {
  padding: 20px 0 0;
}
.info_txt-wrapper {
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  display: flex;
  padding: 20px;
  align-items: center;
  margin: 0 auto 16px;
}
.info_h3-box {
  display: flex;
  margin-bottom: 12px;
}
.info_txt {
  margin: 0 auto 0 40px;
}
h3.info_h3 {
  font-size: 2rem;
  color: #0088C6;
  font-weight: 400;
}
p.date {
  font-size: 1.4rem;
  color: #7B7B7B;
  margin-left: 30px;
}
img.imfo_img {
  display: block;
}
img.info_img {
  width: 80px;
  object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 1/1;
}
img.info_ico-arrow {
  display: block;
  margin-left: 24px;
}
p.excerpt {
  text-align: left;
  color: #002c5a;
}
/*フッタースライドイラストの背景色*/
div#slick-slide-footer {
  background-color: #f6f6f6;
}

/*：：：：：：：：：：information_post 投稿ページ：：：：：：：：：：*/
.info-post_txt-wrapper {
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  display: block;
  padding: 32px;
  align-items: center;
  margin: 0 auto 60px;
  text-align: left;
}
.info-post_h3-box {
  display: flex;
  margin-bottom: 24px;
}
h3.info-post_h3 {
  font-size: 2.4rem;
  color: #0088C6;
  font-weight: 400;}
img.info-post_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}
.info-post_txt {
  margin: 24px auto 0;
}
img.alignnone.size-medium.wp-image-70 {
  width: 100%;
}
.top_btn-padding {
  padding-top: 60px; 
}

.info-post_txt-wrapper img {
  width: 100%;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  border-radius: 1em;
}
/*=========================================================
スマホ版
==========================================================*/
@media (max-width: 768px) {

  .info_h1 {
    font-size: 4rem;
    margin: 0 auto 16px;
  }
  h2.info_h2 {
    font-size: 1.8rem;
  }
  .info_h3-box {
    display: block;
  }
  .info_txt {
    margin-left: 16px;
  }
  h3.info_h3 {
    font-size: 1.8rem;
    text-align: left;
}
  p.date {
    text-align: left;
    margin-left: 0;
  }
/*：：：：：：：：：：information_post 投稿ページ：：：：：：：：：：*/
  .info-post_txt-wrapper {
    padding: 20px;
    align-items: center;
    margin: 0 auto 60px;
  }
  .info-post_h3-box {
    display: block;
    margin-bottom: 0;
    text-align: left;
  }
  h3.info-post_h3 {
    font-size: 2rem;
    color: #0088C6;
    font-weight: 400;}
  img.info-post_img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1rem;
  }
  .info-post_txt {
    margin: 16px auto 0;
  }
}