@charset "utf-8";
/* ******************************************************************
 *	File name		: style_top-pc.css
 * ******************************************************************
 */
.wrap {
  height: 100%;
}
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
/*#video-area {
  position: absolute;
  width: 100%;
  height: 100%;
  
  z-index: 0;
}
#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}*/
video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
/*@media screen and (max-width: 1400px) {#video-area {
  position: absolute;
  width: 100%;
  height: 800px;
  overflow: hidden;
  z-index: 0;
}}*/
/*.movie {
	background: url(../bgv.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
	position: relative;
	overflow: hidden;
}*/
.movie__video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sp-only {
  display: none;
}
.main {
  background: #FFFFFF;
  width: 98%;
}
.side {
  width: 90px;
  background: #00421d;
  position: fixed;
  /*z-index: 8;*/
  right: 0;
  z-index: 99;
}
.side {
  height: 100vh;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
}
.main {
  margin: 0;
}
.main .logo {
  width: 480px;
  padding-top: 50px;
  position: relative;
  z-index: 5;
}
.main .logo img {
  width: 100%;
  height: auto;
}
.main-visual_wrap {
  width: 90%;
  margin: 0 auto;
}
.main-visual {
  min-height: 1100px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main-visual_inner {
  padding-top: 100px;
}
.main-visual_001 {
  width: 770px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.main-visual_002 {
  width: 770px;
  position: absolute;
  right: 10%;
  z-index: 0;
}
.main-visual_001 img, .main-visual_002 img {
  width: 100%;
  height: auto;
}
.catch {
  position: absolute;
  padding-top: 350px;
  z-index: 5;
}
.catch_001, .catch_002, .catch_003 {
  font-size: 9rem;
  font-weight: 500;
}
.catch_004 {
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .main .logo {
    width: 480px;
    padding-top: 50px;
  }
  .main .logo img {
    width: 100%;
    height: auto;
  }
  .main-visual_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .main-visual {
    min-height: 800px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .main-visual_inner {
    padding-top: 100px;
  }
  .main-visual_001 {
    width: 500px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .main-visual_002 {
    width: 500px;
    position: absolute;
    right: 10%;
    z-index: 0;
  }
  .main-visual_001 img, .main-visual_002 img {
    width: 100%;
    height: auto;
  }
  .catch {
    position: absolute;
    padding-top: 250px;
    z-index: 5;
  }
  .catch_001, .catch_002, .catch_003 {
    font-size: 6rem;
    font-weight: 500;
  }
  .catch_004 {
    font-size: 2rem;
  }
}
.about {
  width: 100%;
  margin: 80px auto 0 auto;
}
.about__main {
	width: 90%;
	margin: 0 auto;
}
.about__main_bg {position: relative;z-index: 5;
	width: 100%;
	background-image: url(../images/logo_text_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 90% center;
}
.about__main h2 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.about__main-sgl_logo {
  width: 865px;
}
.about__main-sgl_logo img {
  width: 100%;
  height: auto;
}
.about__main .detail {
  width: 90%;
  font-size: 2rem;
  line-height: 3.4rem;
  margin: 50px 0;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .about {
    width: 100%;
    margin: 80px auto 0 auto;
  }
  .about__main {
    width: 95%;
    margin: 0 auto;
  }
  .about__main h2 {
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 50px
  }
  .about__main-sgl_logo {
    width: 460px;
  }
  .about__main-sgl_logo img {
    width: 100%;
    height: auto;
  }
  .about__main .detail {
    width: 90%;
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin: 50px 0;
    z-index: 5;
    position: relative;
  }
}
.news {
  width: 100%;
  margin: 0px auto 0px auto;
}
.news__main {
  width: 90%;
  margin: 0 auto;
}
.news__main h2 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 30px
}
.news__main .detail {
  font-size: 1.8rem;
  line-height: 3.4rem;
}
.news__list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news__list ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 50px;
  list-style-type: none;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  font-family: "Space Grotesk", sans-serif;
  background-color: #FFF;
}
.news__list .item {}
.news__list ul li .thumb {
  width: 100%;
}
.news__list ul li .thumb img {
  width: 100%;
  height: auto;
}
.news__list ul li .title {
  font-size: 1.8rem;
  width: 90%;
  margin: 15px auto;
  font-weight: 600;
}
.news__list ul li .day {
  font-size: 1.6rem;
  width: 90%;
  margin: 15px auto;
}
.news__list ul li .detail {
  font-size: 1.6rem;
  width: 90%;
  margin: 15px auto;
  line-height: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .news {
    width: 100%;
    margin: 80px auto 0px auto;
  }
  .news__main {
    width: 95%;
    margin: 0 auto;
  }
  .news__main h2 {
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 30px
  }
  .news__main .detail {
    width: 92%;
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin: 0px auto;
  }
  .news__list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news__list ul li {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 50px;
    list-style-type: none;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    font-family: "Space Grotesk", sans-serif;
  }
  .news__list .item {}
  .news__list ul li .thumb {
    width: 100%;
  }
  .news__list ul li .thumb img {
    width: 100%;
    height: auto;
  }
  .news__list ul li .title {
    font-size: 1.8rem;
    width: 90%;
    margin: 15px auto;
    font-weight: 600;
  }
  .news__list ul li .day {
    font-size: 1.6rem;
    width: 90%;
    margin: 15px auto;
  }
  .news__list ul li .detail {
    font-size: 1.6rem;
    width: 90%;
    margin: 15px auto;
    line-height: 2.4rem;
  }
}
.news__list .read_more {
  width: 150px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  margin: 5% 0 10% 5%;
  background-color: #fff;
  border-color: #444;
  color: #444;
}
.news__list .read_more {
  /*背景色と同じ枠色を追加*/
  border: 2px solid #444;
}
.news__list .read_more:hover {
  color: #FFF;
  background: #444;
}
.news__list .btn {
  width: 209px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #444;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.news__list .btn:hover {
  background-color: #b7dbab;
}
/*support_menu*/
.support_menu {
  /*background-color: #00421d;*/
  padding: 80px 5%;
  width: 100%;
  margin: 80px auto 0 auto;
  background-image: url(../images/bg-support_menu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 5;
}
.support_menu__main {
  width: 100%;
  margin: 0 auto;
}
.support_menu__main .title {
  padding-top: 15%;
  float: left;
}
.support_menu__main .title h2 {
  color: #FFF;
  font-size: 8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.support_menu__main .title p {
  color: #FFF;
  font-size: 2rem;
}
.support_menu__main .fig {
  width: 50%;
  float: right;
}
.support_menu__main .fig img {
  width: 100%;
  height: auto;
}
.support_menu__main:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 1400px) {
  .support_menu {
    background-color: #00421d;
    padding: 80px 5%;
    width: 100%;
    margin: 80px auto 0 auto;
    position: relative;
    z-index: 5;
  }
  .support_menu__main {
    width: 100%;
    margin: 0 auto;
  }
  .support_menu__main .title {
    padding-top: 0;
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }
  .support_menu__main .title h2 {
    color: #FFF;
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .support_menu__main .title p {
    color: #FFF;
    font-size: 2rem;
  }
  .support_menu__main .fig {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
  .support_menu__main .fig img {
    width: 100%;
    height: auto;
  }
}
.support_menu__list {
  width: 100%;
  position: relative;
  left: -8%;
  background: rgba(240, 255, 230, 0.8);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 8%;
  margin: 50px 0;
  display: block;
}
.support_menu__list .title {
  padding: 50px;
  float: left;
  width: 30%;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .title_02 {
  padding: 50px 30px 0 0;
  float: none;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .title h3 {
  font-size: 6rem;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .title_02 h3 {
  font-size: 6rem;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .sb-title {
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .detail {
  float: left;
  width: 70%;
  position: relative;
  font-size: 1.8rem;
  padding: 70px 30px 0 0;
  display: block;
  z-index: 3;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .detail_02 {
  float: none;
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  padding: 30px 30px 30px 0;
  display: block;
  z-index: 3;
  font-family: "Space Grotesk", sans-serif;
}
@media screen and (max-width: 1400px) {
  .support_menu__list {
    width: 100%;
    position: relative;
    left: -8%;
    background: rgba(240, 255, 230, 0.8);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 8%;
    margin: 50px 0;
    display: block;
  }
  .support_menu__list .title {
    padding: 30px 0 0 0;
    float: none;
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .title_02 {
    padding: 30px 20px 0 0;
    float: none;
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .title h3 {
    font-size: 4rem;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .title_02 h3 {
    font-size: 4rem;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .sb-title {
    font-size: 1.6rem;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .detail {
    float: none;
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    padding: 30px 20px 0 0;
    display: block;
    z-index: 3;
    font-family: "Space Grotesk", sans-serif;
  }
  .support_menu__list .detail_02 {
    float: none;
    width: 100%;
    position: relative;
    font-size: 1.6rem;
    padding: 30px 20px 30px 0;
    display: block;
    z-index: 3;
    font-family: "Space Grotesk", sans-serif;
  }
}
.support_menu__list:after {
  content: "";
  clear: both;
  display: block;
}
.support_menu__list .detail .links {
  padding: 14px 20px 16px 20px;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #040000;
  background: #fff;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  margin: 50px 0;
}
.support_menu__list .detail .links {}
.support_menu__list .detail .links:hover {
  color: #040000;
  background: #B7DBAB;
}
.support_menu__list .detail .links:hover {
  border-radius: 50px;
  border: 1px solid #040000;
}
.support_menu__list .detail_02 .links {
  padding: 14px 20px 16px 20px;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #040000;
  background: #fff;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  margin: 50px 0;
}
.support_menu__list .detail_02 .links {}
.support_menu__list .detail_02 .links:hover {
  color: #040000;
  background: #B7DBAB;
}
.support_menu__list .detail_02 .links:hover {
  border-radius: 50px;
  border: 1px solid #040000;
}
.links_inner {
  display: flex;
  float: right;
}
.btn-links {
  margin-right: 20px;
  font-family: "Space Grotesk", sans-serif;
}
.bg-support_001 {
  background-image: url(../images/bg-support_001.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
}
.bg-support_002 {
  background-image: url(../images/bg-support_002.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
}
.slide {
  background-color: #198d84;
  width: 100%;
  padding: 150px 0 200px 0;
  position: relative;
  z-index: 6;
}
.slide__main {
  width: 70%;
  margin: 0 auto;
  display: flex;
}
.slide__main .logo-sss {
  width: 450px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.slide__main .logo-sss img {
  width: 100%;
  height: auto;
}
.slide__main .detail {
  width: 40%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 4.4rem;
  color: #FFF;
}
.slide__main .detail .links {
  width: 409px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #040000;
  background: #fff;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  margin: 50px 0;
}
.slide__main .detail .links:hover {
  background-color: #b7dbab;
}
@media screen and (max-width: 1400px) {
  .slide {
    background-color: #198d84;
    width: 100%;
    padding: 50px 0 150px 0;
    position: relative;
    z-index: 6;
  }
  .slide__main {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .slide__main .logo {
    display: block;
    width: 350px;
    margin: 0 auto;
  }
  .slide__main .logo img {
    width: 100%;
    height: auto;
  }
  .slide__main .detail {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 3.4rem;
    color: #FFF;
    text-align: center;
  }
  .slide__main .detail .links {
    width: 80%;
    padding: 14px 0 16px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #040000;
    background: #fff;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
    margin: 50px auto;
  }
  .slide__main .detail .links:hover {
    background-color: #b7dbab;
  }
}
.slider {
  position: relative;
  top: -2%;
  z-index: 7;
}
.bnr_slide {}
.bnr_slide .bnr_box {
  margin: 0 40px;
}
.bnr_box img {
  width: 100%;
  height: auto;
}
.bnr_slide_02 {
  width: 80%;
  margin: 0 auto 0 8%;
  padding-bottom: 50px;
}
.bnr_box_02 {
  width: 450px;
  margin-right: 30px;
}
.bnr_box_02 .title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
}
.bnr_box_02 .title:after {
  content: "";
  clear: both;
  display: block;
}
.bnr_box_02 .cont:after {
  content: "";
  clear: both;
  display: block;
}
.bnr_box_02 .cont {
  display: flex;
}
.bnr_box_02 .day span {
  /*white-space: pre;*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /*display: inline-block;*/
  font-size: 1.6rem;
  font-family: "Space Grotesk", sans-serif;
}
_::-webkit-full-page-media, _:future, :root .bnr_box_02 .day {
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  font-family: "Space Grotesk", sans-serif;
}
.bnr_box_02 .photo {
  width: 90%;
}
.bnr_box_02 .photo img {
  width: 100%;
  height: auto;
}
.interview {
  margin-bottom: 50px;
}
.interview a {color: #454545;}
.interview__main {
  width: 85%;
  margin: 0 auto 30px auto;
  /*border-bottom: 1px solid #040000;*/
  position: relative;
  left: -3%;
}
.interview__main h2 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.interview .btn {
  width: 209px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto 50px auto;
  color: #fff;
  background: #444;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.interview .btn:hover {
  background-color: #b7dbab;
}
@media screen and (max-width: 1400px) {
  .bnr_slide_02 {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .bnr_box_02 .cont {
    display: flex;
  }
  .bnr_box_02 .day span {
    /*white-space: pre;*/
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    /*display: inline-block;*/
    font-size: 1.6rem;
    font-family: "Space Grotesk", sans-serif;
  }
  _::-webkit-full-page-media, _:future, :root .bnr_box_02 .day {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-family: "Space Grotesk", sans-serif;
  }
  .bnr_box_02 .photo {
    width: 90%;
  }
  .bnr_box_02 .photo img {
    width: 100%;
    height: auto;
  }
  .interview {
    margin-bottom: 50px;
  }
  .interview__main {
    width: 89%;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #040000;
    position: relative;
    left: -2%;
  }
  .interview__main h2 {
    font-size: 7rem;
    font-weight: 500;
    margin-bottom: 20px
  }
  .interview .btn {
    width: 209px;
    padding: 14px 0 16px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto 50px auto;
    color: #fff;
    background: #444;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
  }
  .interview .btn:hover {
    background-color: #b7dbab;
  }
}
.line, .slack {
  margin-bottom: 50px;
}
.line__main, .slack__main {
  width: 85%;
  margin: 0 auto 30px auto;
  position: relative;
  left: -2%;
}
.line__main h2, .slack__main h2 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px
}
.line__main h3, .slack__main h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px
}
.line__main .detail, .slack__main .detail {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px
}
.link {
  position: relative;
  padding-right: 40px;
}
.arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  width: 30px;
  margin: auto 0;
  line-height: 1;
}
.arrow:before, .arrow:after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.arrow:after {
  transform: translateX(-100%);
}
.link:hover .arrow:before {
  animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}
.link:hover .arrow:after {
  animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.line__main .left, .slack__main .left {
  float: left;
  width: 80%;
}
.line__main .right {
  float: left;
  width: 100px;
  position: relative;
  top: 50px;
}
.slack__main .right {
  float: left;
  width: 100px;
  position: relative;
  top: 10px;
}
.border-radius {
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  border: 1px solid #000000;
}
.line-link a, .slack-link a {
  text-decoration: none;
  font-size: 40px;
  color: #000;
}
.line__main:after, .slack__main:after {
  content: "";
  clear: both;
  display: block;
}
.line__main ol {
  width: 90%;
  margin: 0 auto;
}
.line__main ol li {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
/*.gtranslate_wrapper {
  width: 120px;
}
.gtranslate_wrapper img {
  width: 100%;
  height: auto;
}*/
.txt {
  display: flex;
  padding: 0px 0;
}
.txt2 {
  display: flex;
  padding: 20px 0;
}
.txt3 {
  display: flex;
  padding: 20px 0;
}
.txt p {
  font-family: "Century Gothic", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: center;
}
.txt2 p {
  font-family: "Century Gothic", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: center;
}
.fade-in-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: calc(var(--delay) * 0.2s);
  padding-bottom: 24px;
}
.fade-in-text.visible {
  opacity: 1;
  transform: translateY(0);
}
.border {
  border-left: 8px solid #000000;
  padding-left: 50px;
}
.support_menu__list_02 ul {
  display: flex;
  justify-content: space-between;
}
.support_menu__list_02 ul li {
  width: 32%;
  list-style: none;
  height: 530px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .support_menu__list_02 ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support_menu__list_02 ul li {
    width: 48%;
    list-style: none;
    height: 690px;
    position: relative;
    margin-bottom: 15px;
  }
}
.bl_serviceLineUp_block_1 {
  background-color: #737373;
  border-radius: 20px;
  padding: 30px 30px 60px 30px;
}
.bl_serviceLineUp_block_1:hover {
  cursor: pointer;
  background-image: linear-gradient(135deg, #8b5cf6, #44348c);
}
.bl_serviceLineUp_block_1:hover .el_btn_main a {
  background-color: #fff;
  cursor: pointer;
  color: #000;
  width: 200px;
  border-radius: 30px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
.el_btn_main a {
  background-color: #979797;
  cursor: pointer;
  color: #FFFFFF;
  width: 200px;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
.bl_serviceLineUp_block_1 .title {
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 4.4rem;
}
.bl_serviceLineUp_block_1 .sb-title {
  font-size: 2rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.bl_serviceLineUp_block_1 .detail {
  font-size: 1.4rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.margin_a {
  position: absolute;
  bottom: 50px;
}
.margin_b {
  position: absolute;
  bottom: 50px;
}
.margin_c {
  position: absolute;
  bottom: 50px;
}
.margin_d {
  position: absolute;
  bottom: 120px;
}
.bl_serviceLineUp_block_1 .el_btn_main {
  margin-top: 50px;
}
.bl_serviceLineUp_block_2 {
  background-color: #737373;
  border-radius: 20px;
  padding: 30px 30px 60px 30px;
}
.bl_serviceLineUp_block_2:hover {
  cursor: pointer;
  background-image: linear-gradient(135deg, #69bdb6, #198d84);
}
.bl_serviceLineUp_block_2 .el_btn_main {
  margin-top: 50px;
}
.bl_serviceLineUp_block_2:hover .el_btn_main a {
  background-color: #fff;
  cursor: pointer;
  color: #000;
  width: 200px;
  border-radius: 30px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
.bl_serviceLineUp_block_2 .title {
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 4.4rem;
}
.bl_serviceLineUp_block_2 .sb-title {
  font-size: 2rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.bl_serviceLineUp_block_2 .detail {
  font-size: 1.4rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.bl_serviceLineUp_block_3 {
  background-color: #737373;
  border-radius: 20px;
  padding: 30px 30px 60px 30px;
}
.bl_serviceLineUp_block_3:hover {
  cursor: pointer;
  background-image: linear-gradient(135deg, #8cc773, #474399);
}
.bl_serviceLineUp_block_3 .el_btn_main {
  margin-top: 50px;
}
.bl_serviceLineUp_block_3:hover .el_btn_main a {
  background-color: #fff;
  cursor: pointer;
  color: #000;
  width: 200px;
  border-radius: 30px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
.bl_serviceLineUp_block_3 .title {
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 4.4rem;
}
.bl_serviceLineUp_block_3 .sb-title {
  font-size: 2rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.bl_serviceLineUp_block_3 .detail {
  font-size: 1.4rem;
  padding: 20px 0 0 0;
  color: #FFFFFF;
}
.sns_contact {
  background-color: #111111;
  padding: 50px 0;
  position: relative;
  z-index: 8;
}
.sns_contact h2 {
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  color: #FFF;
}
.sns_contact ul {
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
	text-align: center;  /*display: flex;
  justify-content: space-between;align-items: stretch;
  */
}
.sns_contact ul li {
  width: 40%;
  /*width: 30%;
  display: flex;align-items: stretch;
  justify-content: center;*/
  display: inline-block;vertical-align: top;
}
.sns_contact ul li a {
  display: block;
  background-color: #333333;
  border-radius: 20px;
  border: 1px solid #888888;
  padding: 40px;
  text-decoration: none;height: 150px;margin: 0 15px;
}
/*.sns_contact ul li a:hover {
  background-color: #414141;
}*/
.sns_contact .box_01 a:hover {
  background-color: #4dc764;
}
.sns_contact .box_02 a:hover {
  background-color: #e01e5a;
}
.sns_contact .box_03 a:hover {
  background-color: #ecb22d;
}
.sns_contact ul li .title {
  color: #FFF;
  font-size: 2.4rem;
}
.sns_contact ul li .detail {
  color: #FFF;
  font-size: 1.4rem;
  padding: 30px 0;
}