@charset "utf-8";
/* ******************************************************************
 *	File name		: style_top-pc.css
 * ******************************************************************
 */
/*#video-area-sp {
  position: absolute;
  width: 100%;
  height: 1100px;
  overflow: hidden;
  z-index: 1;
}
#video-sp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}*/
.wrap {
  height: 100%;
}
#video-sp {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
/*#video-area-sp {
  position: absolute;
  width: 100%;
  height: 800px;
  max-height: 900px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 500px) {#video-area-sp {
  position: absolute;
  width: 100%;
  height: 800px;
  overflow: hidden;
  z-index: 0;
}}

@media screen and (min-width: 700px) {#video-area-sp {
  position: absolute;
  width: 100%;
  height: 800px;
  overflow: hidden;
  z-index: 0;
}}


#video-sp {
  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;
}*/
.pc-only {
  display: none;
}
.main {
  background: #FFFFFF;
  width: 100%;
  overflow-x: hidden;
}
.side {
  width: 100%;
  position: fixed;
  z-index: 999;
  right: 0;
  /*border-bottom-left-radius: 30px;*/
}
.bg-side {
  background-color: rgba(239, 236, 231, 0.8);
  position: fixed;
  z-index: 99;
  height: 80px;
  width: 100%;
}
.side {
  /*height: 100vh;*/
  height: 90px;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
}
.main {
  margin: 0;
}
.main .logo {
  width: 50%;
  position: fixed;
  top: 10px;
  left: 25%;
  z-index: 991;
}
@media screen and (max-width: 765px) {
  .main .logo {
    width: 62%;
    position: fixed;
    top: 20px;
    left: 15%;
    z-index: 991;
  }
}
.main .logo img {
  width: 100%;
  height: auto;
}
.main-visual_wrap {
  width: 95%;
  margin: 0 auto;
}
.main-visual {
  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: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
}
.main-visual_002 {
  width: 100%;
  position: absolute;
  right: 10%;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .main-visual_001 {
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .main-visual_002 {
    width: 50%;
    position: absolute;
    right: 10%;
    z-index: 0;
  }
}
.main-visual_001 img, .main-visual_002 img {
  width: 100%;
  height: auto;
}
.catch {
  position: absolute;
  padding-top: 150px;
  z-index: 5;
}
.catch_001, .catch_002, .catch_003 {
  font-size: 5rem;
  width: 90%;
  font-weight: 500;
  color: #FFF;
}
.catch_004 {
  width: 90%;
  font-size: 2rem;
  color: #FFF;
}
@media screen and (min-width: 600px) {
  .catch_001, .catch_002, .catch_003 {
    font-size: 4rem;
    width: 90%;
    font-weight: 500;
    color: #000;
  }
  .catch_004 {
    width: 90%;
    font-size: 2rem;
    color: #000;
  }
}
@media screen and (max-width: 450px) {
  .catch_001, .catch_002, .catch_003 {
    font-size: 4rem;
    width: 70%;
    font-weight: 500;
    color: #FFF;
  }
  .catch_004 {
    width: 70%;
    font-size: 1.6rem;
    color: #FFF;
  }
}
.about {
  width: 100%;
  margin: 0px auto 0 auto;
}
@media screen and (max-width: 450px) {
  .about {
    width: 100%;
    margin: 50px 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: 80%;
}
.about__main-sgl_logo img {
  width: 100%;
  height: auto;
}
.about__main .detail {
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin: 30px 0;
  position: relative;
  z-index: 5;
}
.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: 98% center;
}
.page {
  margin: 130px 0 0 0;
}
.news {
  width: 100%;
  margin: 0px auto 0px auto;
}
.news__main {
  width: 95%;
  margin: 0 auto;
  position: relative;
  top: 0px;
}
.news__main h2 {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
.news__main .detail {
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin-bottom: 30px;
}
.news__list ul {
  display: block;
  width: 100%;
	margin-top: 30px;
}
.news__list ul li {
  width: 80%;
  padding-bottom: 30px;
  /*margin-left: 2%;
  margin-bottom: 50px;*/
  margin: 0px auto 30px auto;
  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;
  line-height: 2.4rem;
  width: 90%;
  margin: 15px auto;
}
.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;*/
  background-image: url(../images/bg-support_menu_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 30px 0;
  width: 100%;
  margin: 50px 0 0 0;
  position: relative;
  z-index: 5;
}
.support_menu__main {
  width: 90%;
  margin: 0 auto;
}
.support_menu__main .title {
  padding-top: 0;
  float: none;
  text-align: left;
  margin-bottom: 50px;
}
.support_menu__main .title h2 {
  color: #FFF;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.support_menu__main .title p {
  color: #FFF;
  font-size: 2rem;
}
.support_menu__main .fig {
  width: 80%;
  float: none;
  margin: 0 0 0 5%;
}
.support_menu__main .fig img {
  width: 100%;
  height: auto;
}
.support_menu__list {
  width: 85%;
  position: relative;
  left: -4%;
  background: rgba(240, 255, 230, 0.8);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 6%;
  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: 3rem;
  font-family: "Space Grotesk", sans-serif;
}
.support_menu__list .title_02 h3 {
  font-size: 3rem;
  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: 0px 0 150px 0;
  position: relative;
  z-index: 6;
}
.slide__main {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.slide__main .logo-sss {
  display: block;
  width: 60%;
  margin: 0px auto;
  padding: 30px 0 15px 0;
}
.slide__main .logo-sss img {
  width: 100%;
  height: auto;
}
.slide__main .detail {
  display: block;
  width: 80%;
  margin: 0 0 0 10%;
  font-size: 2rem;
  line-height: 3.4rem;
  color: #FFF;
  text-align: left;
}
.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: -1%;
  z-index: 7;
}
.bnr_slide {}
.bnr_slide .bnr_box {
  margin: 0 40px;
}
.bnr_box img {
  width: 100%;
  height: auto;
}
.bnr_slide_02 {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.interview a {
  color: #454545;
}
.bnr_box_02 .title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.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__main {
  width: 100%;
  margin: 0 0 30px 0;
  /*border-bottom: 1px solid #040000;*/
  position: relative;
  left: 0;
}
.interview__main h2 {
  font-size: 5rem;
  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;
  color: #fff;
  background: #444;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.interview .btn:hover {
  background-color: #b7dbab;
}
.interview__list ul {
  display: block;
  width: 100%;
}
.interview__list ul li {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 50px;
  list-style-type: none;
  font-family: "Space Grotesk", sans-serif;
}
.interview__list ul a {
  color: #454545;
}
.line, .slack {
  margin-bottom: 50px;
}
.line__main, .slack__main {
  width: 89%;
  margin: 0 auto 30px auto;
  position: relative;
  left: -2%;
}
.line__main h2, .slack__main h2 {
  font-size: 5rem;
  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: none;
  width: 80%;
}
.line__main .right {
  float: none;
  width: 100px;
  position: relative;
  top: 0px;
}
.slack__main .right {
  float: none;
  width: 100px;
  position: relative;
  top: 0px;
}
.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;
}
.txt {
  display: flex;
  padding: 0;
}
.txt2 {
  display: flex;
  padding: 0;
}
.txt3 {
  display: flex;
  padding: 0;
}
.txt p {
  font-family: "Century Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: center;
}
.txt2 p {
  font-family: "Century Gothic", sans-serif;
  font-size: 4rem;
  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: 30px;
  padding-top: 15px;
}
.support_menu__list_02 ul {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.support_menu__list_02 ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
.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 .el_btn_main {
  margin-top: 50px;
}
.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;
}
.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;
  margin-top: 200px;
}
.sns_contact h2 {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  color: #FFF;
}
.sns_contact ul {
  width: 90%;
  margin: 30px auto;
  display: block;
}
.sns_contact ul li {
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
}
.sns_contact ul li a {
  display: block;
  background-color: #333333;
  border-radius: 20px;
  border: 1px solid #888888;
  padding: 40px;
  text-decoration: none;
}
/*.sns_contact ul li a:hover {background-color: #414141;}*/
.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;
}
.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;
}
.news__detail {
  width: 95%;
  margin: 30px auto;
}
.news__detail .title {
  font-size: 3rem;
  text-align: center;
  line-height: 3.2rem;
  margin-bottom: 30px;
}
.news__detail .day {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 30px;
}
.news__detail img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.news__detail h3 {
  font-size: 2rem;
  padding: 15px 0;
}
.news__detail p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.breadcrumb__wrap {
  padding-bottom: 0px;
  width: 95%;
  margin: 100px auto 0 auto;
}
.breadcrumb__wrap:after {
  content: "";
  clear: both;
  display: block;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li a {
  color: #2580AC;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumb li {
  font-size: 1.2rem;
  list-style: none;
}
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00421d;
}
.wp-pagenavi a {
  color: #00421d;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: .3s;
}
.wp-pagenavi span.current {
  border: none;
  background: #00421d;
  color: #fff;
}
.wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover {
  background: #00421d;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.line-wrap {
  width: 100%;
}
.line-inner {
  width: 100%;
}
.line-img {
  width: 65%;
  margin: 0 auto;
}
.line-img img {
  width: 100%;
  height: auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}