@charset "UTF-8";
@media screen and (min-width: 641px) {
  :root {
    --contents-width: 1016px;
  }
  body {
    min-width: 1016px;
    padding-top: 88px;
  }
  /* ------------------------------
  HEADER
  ------------------------------ */
  header {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 100;
  }
  body.logged-in header {
    top: 42px;
  }
  .header__inner {
    width: 1016px;
    margin: 0 auto;
    height: 52px;
    padding: 18px 0;
  }
  .header-logo {
    display: inline-block;
    margin-right: 74px;
    position: relative;
    top:-8px;
  }
  .header__menu {
    border:none;
    position: relative;
    top: -20px;
    right: auto;
    display: inline-block;
    width: auto;
    background-color: transparent;

    /* 初回公開時 display:none */
    display:none;
  }
  .header__menu-item {
    display: inline-block;
    margin-right: 24px;
  }
  .header__menu-item.service, .header__menu-item a {
    border:none;
    display: inline-block;
    line-height: 24px;
    padding: 2px 16px;
    background-color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    color: #404040;
    font-weight: normal;
    margin-top:0;
  }
  .header__menu-item a::after{
    display: none;
  }
  .header__menu-item.service.active, .header__menu-item.service:hover, .header__menu-item a:hover {
    cursor: pointer;
    background-color: #707070;
    color: #fff;
  }
  .header__menu-item.service:hover::after,
  .header__menu-item.service::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-image: url(../img/arrow_down.svg);
    background-size: 7px;
    position: relative;
    top: -3px;
    margin-left: 20px;
    margin-right: -12px;
    transform: scale(1, 1) !important;
  }

  .header__menu-item.service.active::after, .header__menu-item.service:hover::after {
    background-image: url("../img/arrow_down_wh.svg");
  }
  .header__menu-aco {
    display: none;
    position: absolute;
    left: 242px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    padding: 8px;
  }
  .header__menu-acoItem a {
    color: #2962A3;
    text-decoration: none;
    margin-top: 10px;
    line-height: 1.0;
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 0;
  }
  .header__menu-acoItem a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow_right.svg");
    background-size: 12px;
    display: inline-block;
    margin-left: 20px;
  }
  .header__menu-acoItem a:hover::after {
    background-image: url("../img/arrow_right_gr.svg");
  }
  .header__menu-acoItem a:hover {
    color: #ccc;
  }
  .header__menu-acoItem:nth-of-type(1) a {
    margin-top: 0;
  }
  .spMenu__close, .spMenu__btn {
    display: none;
  }

  /* ------------------------------
  FOOTER
  ------------------------------ */
  .footer__inner {
    width: 1016px;
    margin: 0 auto;
    padding: 40px 0 52px;
  }
  .footer__left {
    width: 390px;
    float: left;
  }
  .footer__left-logo a {
    height: 56px;
    width: auto;
    display: block;
  }
  .footer__left-addr {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .footer__right {
    width: 600px;
    float: right;
  }
  .footer__link {
    display: block;
    text-align: left;
    margin-top: 32px;
  }
  .footer__link:nth-of-type(1) {
    margin-top: 0;
  }
  .footer__link-item {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    line-height: 2.0;
  }
  .footer__link-item.service::before {
    content: "事業内容";
    display: block;
    color: #6D6D6D;
  }
  .footer__left-copyright {
    position: static;
  }
  .footer__right {
    margin: 0;
  }
  /* ------------------------------
  CONTENTS
  ------------------------------ */
  .contents__inner {
    width: 1016px;
    margin: 0 auto;
  }
  /* ------------------------------
  TOP
  ------------------------------ */
  body.home{
    position: relative;
  }
  body.home .header__inner::before {
    content: "";
    width: 171px;
    height: 1108px;
    background-size: 171px 1108px;
    background-image: url(../img/bg_txt_top.png);
    position: absolute;
    left: -160px;
    top: 4px;
    z-index: 1;
  }

  .contents.fv {
    margin-top: -88px;
    position: relative;
    min-height: 600px;
    overflow-x: hidden;
  }
  .contents.fv .contents__inner::before {
    content: "";
    width: 1112px;
    height: 580px;
    background-image: url(../img/top_mv_img.png);
    background-size: cover;
    display: block;
    position: absolute;
    top: 100px;
    left: calc(200px + 1%);
    top: 16px;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
  }
  .fv__copy {
    font-size: 6.4rem;
    line-height: 1.2;
    font-family: "ShipporiMincho";
    position: absolute;
    top: 184px;
    left: 17px;
    z-index: 10;
    color: #404040;
    letter-spacing: 0.7rem;
  }
  .fv .contents__inner {
    position: relative;
  }
  .fv__txt {
    width: 260px;
    position: absolute;
    top: 456px;
    left: 19px;
    line-height: 1.7;
    font-size: 1.4rem;
    z-index: 10;
    background-color: rgba(255,255,255,0.5);
    padding: 8px;
  }
  .contents.aboutus {
    margin-top: 64px;
  }
  .contents.aboutus .contents__inner {
    position: relative;
    z-index: 100;
  }
  .contents.aboutus .contents__inner::before{
    display: none;
  }
  .contents.aboutus .contents__inner .contents__inner-ttl{
    mix-blend-mode: multiply;
  }
  .contents.aboutus .contents__inner::after {
    position: absolute;
    content: "";
    width: 648px;
    height: 460px;
    background-image: url("../img/top_aboutus_bg.png");
    background-size: 648px 460px;
    top: -68px;
    left: 200px;
    z-index: 1;
  }
  .contents__inner-ttl {
    font-family: 'BioRhyme';
    font-size: 6.4rem;
    position: relative;
    z-index: 100;
  }
  .contents__inner-ttl small {
    color: #2962A3;
    font-family: 'Noto Sans JP';
    font-size: 2.0rem;
    margin-left: 24px;
    position: relative;
    top: -16px;
  }
  .aboutus .contents__inner-ttl::after {
    display: none;
  }
  .aboutus__copy {
    margin-top: 40px;
    position: relative;
    left: 210px;
    width: 600px;
    font-family: "ShipporiMincho";
    font-size: 3.2rem;
    line-height: 1.2;
    color: #2962A3;
    position: relative;
    z-index: 10;
  }
  .aboutus__copy::before {
    content: "";
    width: 384px;
    height: 237px;
    background-size: 384px 237px;
    background-image: url(../img/top_aboutus_img01.png);
    position: absolute;
    top: -117px;
    left: -414px;
    z-index: 1;
  }
  .aboutus__desc {
    margin-top: 24px;
    position: relative;
    left: 210px;
    width: 600px;
    line-height: 1.5;
    position: relative;
    z-index: 100;
  }
  .aboutus__desc::after {
    content: "";
    width: 384px;
    height: 237px;
    background-size: 384px 237px;
    background-image: url(../img/top_aboutus_img02.png);
    position: absolute;
    bottom: -140px;
    right: -400px;
    z-index: 1;
  }
  .aboutus__link a {
    width: 240px;
    background-color: #2962A3;
    color: #fff;
    padding: 0px 24px;
    margin-top: 40px;
    box-sizing: border-box;
    position: relative;
    left: 210px;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    z-index: 10;
  }
  .aboutus__link a:hover {
    opacity: 0.6;
  }
  .service .contents__inner {
    margin: 120px auto 0;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 40px 104px 93px;
  }
  .serviceBox {
    margin-top: 40px;
  }
  .serviceBox__img {
    width: 288px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }
  .serviceBox__img img {
    width: 100%;
    vertical-align: text-bottom;
  }
  .serviceBox__txt {
    display: inline-block;
    width: calc(100% - 340px);
    margin-left: 24px;
    vertical-align: top;
  }
  .serviceBox__txt-ttl {
    font-size: 2.4rem;
    color: #2962A3;
    font-family: "ShipporiMincho";
  }
  .serviceBox__txt-txt {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .serviceBox__txt-link a {
    width: 240px;
    background-color: #2962A3;
    color: #fff;
    padding: 0px 24px;
    margin-top: 24px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    position: relative;
  }
  .serviceBox__txt-link a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .contents.works {
    position: relative;
  }
  .contents.works::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .works .contents__inner {
    margin-top: 120px;
    background-color: #F5F5F5;
    padding: 40px 104px 57px;
    position: relative;
    z-index: 10;
  }
  .works__link a {
    width: 240px;
    background-color: #2962A3;
    color: #fff;
    padding: 0px 24px;
    margin: 40px auto;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    position: relative;
  }
  .works__link a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .worksSlider {
    overflow-x: hidden;
}
	
.worksSlider::-webkit-scrollbar{
  display: none;
}
  .worksSlider__head {}
  .worksSlider__head-left {
    font-size: 2.0rem;
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
  .worksSlider__head-right {
    font-size: 1.8rem;
    font-weight: bold;
    width: 30%;
    text-align: right;
    display: inline-block;
    font-family: 'BioRhyme';
  }
  .worksSlider__head-paging {
    width: 15%;
    text-align: right;
    display: inline-block;
  }
  .worksSlider__head-paging .prev {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../img/slider_arrow.svg");
    text-indent: -9999px;
    margin-left: 24px;
    transform: scale(-1, 1);
    position: relative;
    top: 17px;
  }
  .worksSlider__head-paging .next {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../img/slider_arrow.svg");
    text-indent: -9999px;
    margin-left: 24px;
    position: relative;
    top: 17px;
  }
  .worksSlider__head-paging .prev:hover, .worksSlider__head-paging .next:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .works__list {
    width: 600px;
    margin: 40px auto 0;
  }
  .works__head-txt{
    width: 600px;
    margin: 24px auto 0;
    line-height: 1.7;
    font-size: 1.6rem;
  }

  .works .works__list{
    width: 1016px;
  }  
  .works__list-item a {
    background-color: #fff;
    line-height: 49px;
    overflow: hidden;
    display: block;
    margin: 16px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    font-weight: normal;
  }
  .works__list-item a:hover {
    opacity: 0.6;
  }
  .contents.advantage {
    margin-top: 120px;
    position: relative;
  }
  .contents.advantage .contents__inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 682.5px;
    height: 364px;
    background-size: 682.5px 364px;
    background-image: url(../img/top_advantage_bg.png);
    top: -122px;
    left: 90px;
  }
  .contents.advantage .contents__inner {
    position: relative;
    z-index: 100;
  }
  .advantage__copy {
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: 8px;
  }
  .advantage__txt {
    margin-top: 22px;
    width: 600px;
    line-height: 1.7;
  }
  .advantage__img {
    width: 100%;
    margin-top: 32px;
  }
  .advantage__link a {
    width: 240px;
    background-color: #2962A3;
    color: #fff;
    padding: 0px 24px;
    margin: 40px auto;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    position: relative;
  }
  .contents.news {
    position: relative;
  }
  .contents.news::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .news .contents__inner {
    margin-top: 120px;
    background-color: #F5F5F5;
    padding: 40px 104px 57px;
    padding-bottom:80px;
    position: relative;
    z-index: 10;
  }
  .category.news__list,
  .news__list {
    margin: 40px auto 0;
    width: 600px;
    border-top: 1px solid #ccc;
  }
  .news__list-item a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    padding-left: 175px;
    text-decoration: none;
  }
  .news__list-item a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .news__list-item a .news__list-itemDate {
    font-family: 'BioRhyme';
    font-weight: bold;
    color: #36414B;
    margin-right: 84px;
  }
  .news__list-itemTtl {
    color: #2962A3;
    font-weight: normal;
  }
  .news__link a {
    width: 240px;
    background-color: #2962A3;
    color: #fff;
    padding: 0px 24px;
    margin: 40px auto;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    position: relative;
  }

  .service__content .mess__txt{
    min-height: 140px;
  }

  /* ------------------------------
  会社概要　ABOUT
  ------------------------------ */
  #parent_id_8_page .header__inner::before {
    content: "";
    width: 186px;
    height: 560px;
    background-size: 186px 560px;
    background-image: url(../img/bg_txt_about.png);
    position: absolute;
    left: -160px;
    top: -10px;
    z-index: 1;
  }
  /*
  body#parent_id_8_page{
    position: relative;
  }
  body#parent_id_8_page::before{
    content: "";
    width: 186px;
    height: 560px;
    background-size: 186px 560px;
    background-image: url(../img/bg_txt_about.png);
    position: absolute;
    left: 214px;
    top: 16px;
  }
  */
  body.page .contents{
    /* overflow-x: hidden; */
  }

  .contents__unit {
    position: relative;
  }

  .contents__h1 {
    margin: 40px auto 0;
    font-size: 2.4rem;
    color: #2962A3;
    text-align: center;
    border-bottom: #CCCCCC 1px solid;
    padding: 0 0 40px;
  }

  .greeting {
    margin: 64px auto 0
  }

  .contents__unit-ttl {
    margin-top: 40px;
    font-family: "ShipporiMincho";
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
    color: #2962A3;
  }

  .greeting__contents {
    width: 1016px;
    margin: 63px auto;
  }

  .greeting__img {
    width: 325px;
    float: left;
    margin-top: 20px;
    text-align: right;
  }

  .greeting__img img{
    width: 256px;
  }

  .greeting__txt {
    width: 640px;
    float: right
  }

  .greeting__txt-name {
    margin-top: 48px;
    text-align: right;
    font-family: "ShipporiMincho";
    font-size: 1.8rem;
  }

  .greeting__txt-name small {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', Noto Sans JP, sans-serif;
    margin-right: 16px
  }

  .greeting__txt-txt p:nth-of-type(1) {
    margin-top: 0
  }

  .philosophy {
    margin: 32px -100px 0;
    background-color: #F5F5F5;
    padding: 40px 104px 57px;
    position: relative;
    z-index: 10;
  }

  .philosophy::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 1;
  }

  .philosophy__copy {
    margin-top: 64px;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.2;
    color: #2962A3;
    font-family: "ShipporiMincho";
  }

  .philosophy__txt {
    width: 600px;
    margin: 42px auto 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .philosophy__list{
    margin-left: 13px;
  }  
  .philosophy__list-item {
      padding-top: 30px;
      font-size: 2.0rem;
  }
  .philosophy__list-item:nth-of-type(3) {
      padding-top: 30px;
  }
  .philosophy__list-item:nth-of-type(1) {
    padding-top: 13px;
  }

  .history {
    margin: 120px -100px 0;
    background-color: #F5F5F5;
    padding: 40px 204px 57px;
    position: relative;
    z-index: 10;
  }

  .history::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 1;
  }

  .history__table {
    width: 600px;
    margin: 40px auto 0;
    border-top: 1px solid #ccc;
  }

  .history__table th, .history__table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
  }

  .history__table th {
    min-width: 110px;
    font-weight: normal;
    text-align: left;
    font-family: 'BioRhyme';
    font-weight: bold;
  }

  .profile{
    margin:80px auto 0;
  }

  .profile__table {
    width: 1016px;
    margin: 40px auto 0;
    border-top: 1px solid #ccc;
  }

  .profile__table th, .profile__table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }

  .profile__table th {
    min-width: 110px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }

  .profile__map {
    width: 600px;
    margin: 40px auto 0
  }

  .profile__table-list{
    display:inline-block;
    width:48%;
    vertical-align:top;
    margin-right:1%;
    margin-bottom:0;
  }


  /* ------------------------------
  CONTACT
  ------------------------------ */
  main.contact form table{
    width:100%;
    margin:34px auto 0;
    font-size: 1.6rem;
  }

  .contact__check-txt {
    margin-top: 40px;
    text-align: center;
  }

  .contact__thx-mess{
    width:500px;
  }

  .contact__form-mess{
    width: 600px;
  }

  main.contact form table{
    width: 600px;
  }

  .check__item{
    padding-left:200px;
  }
  /* ------------------------------
    WORKS
  ------------------------------ */
  .workListNoimg{
    margin:65px auto 0;
    width: 600px;
  }

  .workListNoimg__list-itemTag{
    font-size: 11px;
    background-color: #fff;
    color: #6D6D6D;
    border: 1px solid #6D6D6D;
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
    line-height: 25px;
    padding: 0 8px;
  }

  /* ------------------------------
  WORKS DETAIL
  ------------------------------ */
  .singleWork__img{
    width: 808px;
  }
  .singleWork__img-thumbnail .swiper-slide{
    width: 184px !important;
    height: 114px !important;
    gap:24px;
  }
  .workDetail{
    padding: 40px 104px;
    box-sizing: border-box;
    margin:48px auto 0;   
  }
  .workDetail__table th,
  .workDetail__table td{
    font-size:1.6rem;
  }
  .workDetail__table th{
    vertical-align: text-top;
    min-width: 169px;
    padding: 16px 0;
    color: #6D6D6D;
  }
  /* ------------------------------
  SERVICE
  ------------------------------ */
  #parent_id_11_page .header__inner::before,
  #parent_id_13_page .header__inner::before,
  #parent_id_105_page .header__inner::before{
      content: "";
      width: 186px;
      height: 469px;
      background-size: 186px 469px;
      background-image: url(../img/bg_txt_service.png);
      position: absolute;
      left: -160px;
      top: -10px;
      z-index: 1;
  }

  #parent_id_11_page .service__head-img::after {
      content: "";
      width: 124px;
      height: 1343px;
      background-size: 124px 1343px;
      background-image: url(../img/bg_txt_service01.png);
      position: absolute;
      right: -110px;
      top: 0;
      z-index: 5;
  }
  #parent_id_13_page .service__head-img::after {
      content: "";
      width: 124px;
      height: 1034px;
      background-size: 124px 1034px;
      background-image: url(../img/bg_txt_service02.png);
      position: absolute;
      right: -110px;
      top: 0;
      z-index: 5;
  }
  #parent_id_105_page .service__head-img::after {
    content: "";
    width: 124px;
    height: 1265px;
    background-size: 124px 1265px;
    background-image: url(../img/bg_txt_service03.png);
    position: absolute;
    right: -110px;
    top: 0;
    z-index: 5;
  }
  .service__head{
    width: 914px;
  }
  .service__head-title{
    font-size: 3.2rem;
    margin: 24px auto 0;
  }
  .service__head-num{
    position: absolute;
    font-family: 'BioRhyme';
    font-size: 19.5rem;
    right: -100px;
    bottom: -100px;
    color: #2962A3;
    z-index: 30;
  }
  .service__content{
    width: 914px;
  }
  .service__content h2{
    font-size: 2.4rem;
  }
  .service__related{
    width: 914px;
  }
  /* ------------------------------
    ADVANTAGE
  ------------------------------ */
  .advantage__head-txt{
    width: 600px;
    margin: 24px auto 0;
    line-height: 1.7;
    font-size: 1.6rem;
  }
  .advantage__head-copy{
    font-size: 2.4rem;
  }
  .adavantage__box-ttl{
    width: 510px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--main-color);
    vertical-align: middle;
    background-color: #fff;
    border:none;
  }
  .adavantage__box-txt{
    width: 40%;
    vertical-align:middle;
    border:none;
  }
  .adavantage__box-txt ul li{
    font-size: 1.8rem;
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .service__content .adavantage__box .adavantage__box-ttl::before{
    content:"";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: 80px;
    position: relative;
    top: 32px;
    right: 24px;
  }
  .service__content .adavantage__box:nth-child(1) th,
  .service__content .adavantage__box:nth-child(1) td{
    min-height: 150px;
  }
  .service__content .adavantage__box:nth-child(1) th{
    line-height: 150px;
  }
  .service__content .adavantage__box:nth-child(2) th,
  .service__content .adavantage__box:nth-child(2) td{
    min-height: 186px;
  }
  .service__content .adavantage__box:nth-child(2) th,
  .service__content .adavantage__box:nth-child(3) th,
  .service__content .adavantage__box:nth-child(4) th{
    line-height: 186px;
  }
  .service__content .adavantage__box:nth-child(3) th,
  .service__content .adavantage__box:nth-child(3) td{
    min-height: 186px;
  }
  .service__content .adavantage__box:nth-child(4) th,
  .service__content .adavantage__box:nth-child(4) td{
    min-height: 186px;
  }

  .service__content .adavantage__box:nth-child(5) th{
    line-height: 144px;
  }
  .service__content .adavantage__box:nth-child(5) th,
  .service__content .adavantage__box:nth-child(5) td{
    min-height: 144px;
  }
  /* ------------------------------
  404 NOTFOUND
  ------------------------------ */
  .notfound__content-txt{
    width: 560px;
    margin: 40px auto 0;
    line-height: 1.7;
  }
  .notfound__content-link{
    margin:80px auto 0;
    text-align: center;
    width: 600px;
  }
  .notfound__content-linkItem{
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
  /* ------------------------------
  一覧　アーカイブ　カテゴリー
  ------------------------------ */
  /* ------------------------------
  投稿・固定ページ
  ------------------------------ */
  /* ------------------------------
  TOP SLIDER 20221227
  ------------------------------ */
  .slider {
    width: 1112px;
    height: 580px;
    margin: 0 auto;
    position: relative;
    left: 200px;
    z-index: 1;
    border-radius: 16px;
    position: absolute;
    top: 100px;
    left: calc(200px + 1%);
    top: 16px;
  }
  #parent_id_143_page .header__inner::before {
    content: "";
    width: 171px;
    height: 1108px;
    background-size: 171px 1108px;
    background-image: url(../img/bg_txt_top.png);
    position: absolute;
    left: -160px;
    top: 4px;
    z-index: 1;
  }
  .contents.fv.top_slider .fv__copy {
    font-size: 6.4rem;
    line-height: 1.2;
    font-family: "ShipporiMincho";
    position: absolute;
    top: 184px;
    left: 17px;
    z-index: 10;
    color: #404040;
    letter-spacing: 0.7rem;
    text-shadow: 1px 1px 10px #fff;
  }
  .contents.fv.top_slider .fv__txt {
    width: 260px;
    position: absolute;
    top: 456px;
    left: 19px;
    line-height: 1.7;
    font-size: 1.4rem;
    z-index: 10;
    background-color: rgba(255,255,255,0.5);
    padding: 8px;
  }
}