@charset "utf-8";
/*
Theme Name:  StandardFP株式会社
Description: StandardFP株式会社のホームページのテーマです。
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* ------------------------------------------------------------------------------
   Typography
-------------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333333;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;

}

a:hover {
  opacity: 0.8;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  position: relative;
  letter-spacing: 1px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

.pc {display: none!important;}
.sp {display: block!important;}
@media screen and (min-width: 769px) {
  .pc {display: block!important;}
  .sp {display: none!important;}
}

/* ------------------------------------------------------------------------------
   Loading
-------------------------------------------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #B4E7FA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ------------------------------------------------------------------------------
   Header
-------------------------------------------------------------------------------*/
#header {
  border-top: 1px solid #000000;
  background-image: url(images/bg_visual.jpg);
  background-size: cover;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  #header {}
}

#header_under {}
@media screen and (min-width: 1024px) {
  #header_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.header_colmun__wrap {}
@media screen and (min-width: 769px) {
  .header_colmun__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.header_left__wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header_left__wrap {
    background-color:rgba(255,255,255,0.6);
    width: 160px;
    height: 100vh;
  }
}

.header_logo__wrap {
  display: none;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .header_logo__wrap {
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
}

.header_logo_sp__wrap {
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .header_logo_sp__wrap {
    display: none;
    padding: 15px;
  }
}

.header_logo_under__wrap {
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .header_logo_under__wrap {
    width: 25%;
  }
}

.header_logo__img {
  max-width: 180px;
}
@media screen and (min-width: 769px) {
  .header_logo__img {
    max-width: 100%;
  }
}

.header__scroll {
  display: none;
}
@media screen and (min-width: 769px) {
  .header__scroll {
    display: block;
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: center;
  }
}

.header__scroll {
  animation-name: scroll_animation;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.0s;
}

@keyframes scroll_animation {
    0% {
        bottom: 55px;
    }
    100% {
        bottom: 60px;
    }
}

.header_right__wrap {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .header_right__wrap {
    width: calc(100% - 160px);
  }
}

.header_visual__wrap {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  .header_visual__wrap {
    top: 40%;
    padding: 0 15px;
  }
}

.header_visual_pc__tit {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .header_visual_pc__tit {
    display: block;
  }
}

.header_visual_sp__tit {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .header_visual_sp__tit {
    display: none;
  }
}

.header_news__wrap {
  background-image: url(images/bg_news.png);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header_news__wrap {
    width: auto;
  }
}

.header_news_bg__wrap {
  background-image: url(images/btn_news@2x.png);
  background-size: 30px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .header_news_bg__wrap {
    background-size: 40px;
    padding: 30px 80px 30px 20px;
  }
}

.header_news_cat__tit {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .header_news_cat__tit {}
}

.header_news__border {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .header_news__border {}
}

.header_news__date {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .header_news__date {}
}

.header_news__tit {
  width: 100%;
  margin-top: 5px;
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  .header_news__tit {
    width: auto;
    margin-top: 0;
    padding-right: 0;
  }
}

/* ------------------------------------------------------------------------------
   header_navigation
-------------------------------------------------------------------------------*/
.header_menu__wrap {}
@media screen and (min-width: 769px) {
  .header_menu__wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 5px;
  }
}

.header_menu_under__wrap {}
@media screen and (min-width: 769px) {
  .header_menu_under__wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 5px;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .header_menu_under__wrap {
    padding: 20px 5px;
    width: 75%;
  }
}

.header_navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.header_navigation {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header_navigation {
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    margin-top: 0;
  }
}

.header_navigation ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_navigation ul li {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .header_navigation ul li {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
}

.header_navigation a {
  color: #000000;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.4;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header_navigation a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header_navigation a {
    color: #ffffff;
    padding: 0;
    display: block;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
  }
}

.header_menu__en {
  color: #1a4d92;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .header_menu__en {
    font-size: 15px;
  }
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  top: 10px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle:before, .nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  background-color: #1a4d92;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-toggle:after {
  background-color: #1a4d92;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .header_navigation .primary-nav {
    display: block;
    position: relative;
    top: 45%;
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
  }
}

/* ------------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------------*/
.footer_bg__wrap {
  background-color: #B4E7FA;
}
@media screen and (min-width: 769px) {
  .footer_bg__wrap {
    
  }
}

.footer__wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    padding: 20px 15px;
  }
}

.footer__logo {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.footer__logo__img {
  max-width: 180px;
}
@media screen and (min-width: 769px) {
  .footer__logo__img {
    max-width: 265px;
  }
}

.footer__txt {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .footer__txt {
    font-size: 16px;
  }
}

.footer_bg_under__wrap {
  background-image: url(images/bg_contact.png);
  background-size: cover;
  height: 15px;
}
@media screen and (min-width: 769px) {
  .footer_bg_under__wrap {}
}

.footer_contact__wrap {
  max-width: 360px;
  margin: 30px auto 0;
  padding: 30px 15px;
}
@media screen and (min-width: 769px) {
  .footer_contact__wrap {
    margin: 0 auto;
    max-width: 680px;
    padding: 90px 15px;
  }
}

.footer_contact_img__wrap {
  background-image: url(images/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_contact_img__wrap {
    padding: 45px 15px;
  }
}

.footer_contact__img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -5px;
}
@media screen and (min-width: 769px) {
  .footer_contact__img {}
}

#page-top {
  position: fixed;
  bottom: 45px;
  right: 20px;
}
@media screen and (max-width:768px) {
  #page-top {
    bottom: 70px;
    right: 10px;
  }
}

#page-top a {
  display: block;
  width: 59px;
}
@media screen and (max-width:768px) {
  #page-top a {
    width: 40px;
  }
}

.side__flex {
  background-image: url(images/bg_side.png);
  background-size: cover;
  text-align: center;
  width: 120px;
  position: fixed;
  top: 30%;
  right: 0;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .side__flex {
    display: none!important;
  }
}

.side__img {
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .side__img {
    margin-bottom: 10px;
  }
}

.side__txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .side__txt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.side_bottom__txt {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .side_bottom__txt {}
}

.side__qr {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .side__qr {}
}

/* ------------------------------------------------------------------------------
   共通
-------------------------------------------------------------------------------*/
.wrapper {
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.flex__wrap {}
@media screen and (min-width: 769px) {
  .flex__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.flex__left {}
@media screen and (min-width: 769px) {
  .flex__left {
    width: 49%;
  }
}

.flex__right {}
@media screen and (min-width: 769px) {
  .flex__right {
    width: 49%;
  }
}

.main__tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .main__tit {
    margin-bottom: 40px;
  }
}

.main_en__tit {
  color: #7fbcd9;
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .main_en__tit {
    font-size: 28px;
  }
}

.main_jp__tit {
  font-size: 16px;
  margin-bottom: -5px;
}
@media screen and (min-width: 769px) {
  .main_jp__tit {
    font-size: 20px;
    letter-spacing: 6px;
  }
}

/* ------------------------------------------------------------------------------
   About Us
-------------------------------------------------------------------------------*/
#about {
  background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #about {
    padding: 120px 0 90px;
  }
}

.about__tit {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .about__tit {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 60px;
    letter-spacing: 12px;
  }
}

.about_link__wrap {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_link__wrap {
    text-align: left;
    margin-bottom: 0;
  }
}

.about__txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify
}
@media screen and (min-width: 769px) {
  .about__txt {
    font-size: 16px;
    line-height: 2.5;
  }
}

/* ------------------------------------------------------------------------------
   Service
-------------------------------------------------------------------------------*/
#service {
  background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #service {
    padding: 80px 0 90px;
  }
}

.service_list__wrap {}
@media screen and (min-width: 769px) {
  .service_list__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.service__list {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service__list {
    width: 32%;
    margin-bottom: 0;
  }
}

.service_list__img {}
@media screen and (min-width: 769px) {
  .service_list__img {
    margin-bottom: 10px;
  }
}

.service_list__img img {
  width: 100%;
}

.service_list__tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .service_list__tit {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
}

.service_list__txt {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .service_list__txt {
    padding: 0;
  }
}

.service_link__wrap {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .service_link__wrap {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------------------------
   Price
-------------------------------------------------------------------------------*/
#price {
  background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #price {
    padding: 70px 0 170px;
  }
}

.card__wrap {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .card__wrap {
    margin-bottom: 0;
  }
}

.card_img__wrap {}
@media screen and (min-width: 769px) {
  .card_img__wrap {}
}

.card_txt__wrap {
  box-shadow: 0 4px 8px #ccc;
  background-color: #fff;
  position: absolute;
  padding: 25px 30px;
  right: 0;
  bottom: -10px;
}
@media screen and (min-width: 769px) {
  .card_txt__wrap {
    bottom: 33px;
    padding: 25px 40px;
  }
}

.card__tit {
  color: #7fbcd9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .card__tit {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.card_sub__tit {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .card_sub__tit {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.card_link__wrap {}
@media screen and (min-width: 769px) {
  .card_link__wrap {}
}

/* ------------------------------------------------------------------------------
   Map
-------------------------------------------------------------------------------*/
#map {
  /*background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: left top;*/
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #map {
    padding: 50px 0 170px;
  }
}

.map__wrap {}
@media screen and (min-width: 769px) {
  .map__wrap {}
}

#map iframe {
 box-shadow: 0 4px 8px #ccc;
}

/* ------------------------------------------------------------------------------
   News
-------------------------------------------------------------------------------*/
#news {
  background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #news {
    padding: 50px 0 170px;
  }
}

.news__wrap {
  
}
@media screen and (min-width: 769px) {
  .news__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.news__list {
  padding: 15px;
  box-shadow: 0 4px 8px #ccc;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .news__list {
    padding: 30px 45px;
    width: 32%;
    margin-bottom: 0px;
  }
}

.news_list__date {
  border-bottom: 2px solid #7fbcd9;
  color: #7fbcd9;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .news_list__date {
    
  }
}

.news_list__tit {}
@media screen and (min-width: 769px) {
  .news_list__tit {}
}

/* ------------------------------------------------------------------------------
   Sns
-------------------------------------------------------------------------------*/
#sns {
  background-image: url(images/bg_gray.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #sns {
    padding: 0 0 70px;
  }
}

.sns__wrap {}
@media screen and (min-width: 769px) {
  .sns__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.sns__list {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sns__list {
    width: 32%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .sns__list .main__tit {
    margin-bottom: 10px;
  }
}

.sns_list__wrap {
  box-shadow: 0 4px 8px #ccc;
  background-color: #F4F4F4;
  height: 500px;
  width: 336px;
	overflow-y:scroll;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sns_list__wrap {
    height: 500px;
  }
}

/*.twitter-timeline {
  height: 400px!important;
  min-height: 400px!important;
}
@media screen and (min-width: 769px) {
  .twitter-timeline {
    height: 500px!important;
    min-height: 500px!important;
  }
}*/

/* ------------------------------------------------------------------------------
   Youtube
-------------------------------------------------------------------------------*/
#youtube {
  background-color: #F9FAFC;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  #youtube {
    padding: 35px 0 30px;
  }
}

.youtube__wrap {}
@media screen and (min-width: 769px) {
  .youtube__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.youtube__list {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .youtube__list {
    width: 32%;
    margin-bottom: 0;
  }
}

.youtube__img {
  box-shadow: 0 4px 8px #ccc;
  background-position: center;
  background-size: cover;
  height: 200px;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .youtube__img {
    margin-bottom: 10px;
  }
}

.youtube__tit {
  color: #333333;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .youtube__tit {
    
  }
}

.link_sp__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
}
@media screen and (min-width: 769px) {
  .link_sp__wrap {
    display: none;
  }
}

.link_sp__link {
  width: 50%;
  text-align: center;
}

.link_sp_link_01,
.link_sp_link_02 {
  background-color: #009CE1;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 20px 15px;
}

.link_sp_link_02 {
  background-color: #30B1B6;
}

.link_sp_link__img {
  display: inline-block;
  margin-right: 10px;
}