@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a {
    text-decoration: none;
    color: inherit;
}
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

img{
    /* max-width: 100%; */
    vertical-align: bottom;
}
img {width: 100%; height: auto;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    font-feature-settings: 'palt' ;
}


a:hover {
    text-decoration:none;
}

picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ここまでリセットcss */


/*フォント 指定*/

body{
    font-family: "Noto Sans JP", sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #333333;
}
.en{
    font-family: "Inter", sans-serif;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6,p,a{
    letter-spacing: 2px;
}

.red{
    color: #C7312D;
}
/*ここまでフォント 指定*/

main{
    margin-top: 70px;
}

/* btn */
.btn01 {
  min-width: 250px;
  position: relative;
  color: #fff;
  background-color: #C7312D;
  padding: 20px 0px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  letter-spacing: 0.3rem;
  font-weight: 400;
  height: 100%;
}
.btn01::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}
.btn01:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.btn02{
    min-width: 250px;
    position: relative;
    color: #fff;
    background-color: #C7312D;
    border: solid 1px #FFF;
    padding: 20px 0;
    line-height: 1;
  font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 400;
}
.btn02::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn02:hover::after {
    transform: translateY(-50%) translateX(5px);
}

.btn03{
    min-width: 250px;
    position: relative;
    color: #fff;
    background-color: #000;
    padding: 20px 0;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 600;
}
.btn03::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn03:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.btn04{
    position: relative;
    color: #FFF;
    background-color: #C7312D;
    padding: 20px 100px;
    line-height: 1;
    font-size: 21px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 600;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 1);
}
.btn04::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn04:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.btn05{
    position: relative;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 100px;
    line-height: 1;
    font-size: 21px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 600;
}
.btn05::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn05:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.btn06{
    position: relative;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 100px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 400;
    min-width: 380px;
}
.btn06::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/arrow03.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn06:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.btn07{
    position: relative;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 20px 100px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    letter-spacing: 0.3rem;
    font-weight: 400;
    min-width: 380px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn07::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}
.btn07:hover::after {
    transform: translateY(-50%) translateX(5px);
}
.btn08{
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #000;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.3rem;
    font-weight: 400;
    height: 100%;
}
.btn08::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    background-image: url(../images/common/arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.3s ease;
}


/* header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
}
header.is-hide {
  transform: translateY(-100%);
}
header .pc{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header .sp{
    display: none!important;
}
.logo{
    width: 200px;
    margin: 10px 15px;
}
.header_con{
    display: flex;
    width: fit-content;
    text-align: right;
    font-size: 16px;
    align-items: center;
}
.header_con li a {
    display: block;
    line-height: 1;
    padding: 30px 22px;
}
.header_con li .contact{
    color: #fff;
    background-color: #000;
}
.header_con li {
  position: relative;
  display: inline-block;
}
.header_con li:last-child::before{
    height: 0;
    width: 0;
}
.header_con li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #C7312D;
  transition: width 0.3s ease;
}
.header_con li:hover::after {
  width: 60%;
}
.header_con li:first-child{
  border-left: 0px solid #000;
}
.header_con li:last-child{
  border-left: 0px solid #000;
}
.header_con li:last-child:hover::after{
  width: 0;
}
.header_con li.has-megamenu .megamenu {
    display: none;
    position: fixed;
    text-align: left;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    width: 1360px;
    background: #f2f2f2;
    padding: 0;
    z-index: 999;
}
.header_con li.has-megamenu .megamenu div{
    display: flex;
}
.header_con li.has-megamenu .megamenu img{
    width: 275px;
    height: 100%;
}
.header_con li.has-megamenu .megamenu ul {
    display: flex;
    width: 770px;
    padding: 30px 0 0 10px;
    flex-direction: column;
}
.header_con li.has-megamenu .megamenu li {
    border-left: none;
}
.header_con li.has-megamenu:hover .megamenu {
    display: block;
}
.megamenu li::after{
    height: 0;
}
.megamenu li {
    display: block;
    width: fit-content;
}
.megamenu li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 8px;
    height: 10px;
    background: url(../images/common/arrow02.png) no-repeat center / contain;
}
.megamenu .title {
    width: 275px;
    margin: 10px auto;
    font-size: 20px;
    position: relative;
    border-right: 1px solid #000;
}
.megamenu .title .title01{
    color: #C7312D;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.megamenu .title .title02{
    margin-bottom: 30px;
}
.megamenu .title img{
    width: 24px!important;
    height: 24px!important;
}
.megamenu li a{
    padding: 0;
    margin: 0 15px 0 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    width: fit-content;
}
.megamenu li a:hover{
    transition: 0.3s;
    color: #C7322C;
}
.megamenu li:not(:first-child)::before{
    height: 0;
    width: 0;
}

/* /header */


/* footer */
footer{
    z-index: 100;
    position: relative;
}
.fotter_contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    height: 150px;
    background-color: #C7322C;
}
.fotter_contact_inner{
    width: 1130px;
    margin: 0 auto;
}
.fotter_contact div{
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
}
.fotter_contact h2{
    font-size: 60px;
    font-weight: bold;
    margin-right: 20px;
}
.fotter_contact p{
    font-size: 20px;
}
.fotter_contact_inner a{
    position: relative;
    display: flex;
    width: 320px;
    height: 60px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.fotter_con{
    width: 1118px;
    margin: 60px auto 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
    display: flex;
    justify-content: space-between;
}
.footer_adress{
    width: 340px;
}
.footer_logo{
    width: 320px;
    height: auto;
    margin-bottom: 45px;
}
.fotter_adress .title{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.fotter_adress .adress{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}
.fotter_link{
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}
.fotter_link ul{
    width: 23%;
    margin-bottom: 30px;
}
.fotter_link ul li:first-child{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.fotter_link ul li{
    font-size: 11px;
    margin-bottom: 10px;
    transition: 0.3s;
    opacity: 1;
}
.fotter_link ul li:hover{
    transition: 0.3s;
    color: #C7322C;
}
.fotter_link ul li a:hover{
    transition: 0.3s;
    color: #C7322C;
}
.fotter_other{
    display: flex;
    width: 1118px;
    margin: 0 auto 30px;
    align-items: center;
    justify-content: space-between;
}
.fotter_other_left{
    display: flex;
    font-size: 14px;
    gap: 5px;
    flex-direction: column;
}
.fotter_other_left div{
    display: flex;
    gap: 20px;
}

.fotter_other_right{
    width: 470px;
}

.fotter_quality{
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.fotter_quality li{
    width: 80px;
    text-align: center;
    margin: 0 auto;
}
.fotter_quality li div{
    width: 80px;
    height: 70px;
}
.fotter_quality li img{
    width: 60%;
    height: auto;
}
.fotter_quality li:first-child img{
    width: 100%;
    height: auto;
}
.fotter_quality li p{
    font-size: 10px;
    white-space: nowrap;
    height: 50px;
}
.fotter_copy{
    width: 100%;
    background-color: #000;
    color: #FFF;
    padding: 15px;
}
.fotter_copy_con{
    display: flex;
    width: 1055px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.fotter_copy ul{
    display: flex;
    font-size: 14px;
    font-weight: 200;
}
.fotter_copy ul li{
    margin-right: 30px;
}
.copyright{
    font-size: 10px;
    margin-right: 10px;
    font-weight: 200;
}


footer .btn02 {
    overflow: hidden;
}

footer .btn02::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s ease;
    z-index: 0;
}

footer .btn02:hover::before {
    left: 0;
}

footer .btn02 {
    color: #fff;
}

footer .btn02:hover {
    color: #C7312D;
}

footer .btn02 span {
    position: relative;
    z-index: 2;
}

footer .btn02::after {
    z-index: 2;
}
footer .btn02:hover::after {
    background-image: url(../images/common/arrow02.png);
}
footer .btn02:hover::after {
    transform: translateY(-50%) translateX(0);
}


/* /footer */

/*==================================================
スライダーのためのcss
===================================*/

.slider {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}

 .slider img {
    width: 392px;/*スライダー内の画像を横幅100%に*/
     height:auto;
 }

.slider p{
    width: 350px; 
    font-size: 16px;
    padding-top: 15px;
    margin: 0 auto;
}
 
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
.slider .slick-slide {
  width: 797px !important;
  height: 300px;
  opacity: 0.5;
  transition: 0.3s;
}

.slider .slick-center {
  opacity: 1;
}
.slick-track {
  display: flex !important;
}

 /*矢印の設定*/
 
 /*戻る、次へ矢印の位置*/
 .slick-prev,
 .slick-next {
     position: absolute;/*絶対配置にする*/
     top: 35%;
     cursor: pointer;/*マウスカーソルを指マークに*/
     outline: none;/*クリックをしたら出てくる枠線を消す*/
     border-top: 0px solid #666;/*矢印の色*/
     border-right: 0px solid #666;/*矢印の色*/
     height: 15px;
     width: 15px;
 }
 
 .slick-prev {/*戻る矢印の位置と形状*/
    background-image: url("../images/common/slick-prev.png");
    background-size: cover;
    top: 130px;
    left: 190px;
    width: 16px;
    height: 33px;
    transition: 0.5s;

 }
/* 
.slick-prev:hover {
    transition: 0.5s;
    right: 100px;
} */

 .slick-next {/*次へ矢印の位置と形状*/
    background-image: url("../images/common/slick-next.png");
    background-size: cover;
    top: 130px;
    right: 190px;
    width: 16px;
    height: 33px;
    transition: 0.5s;
 }

/* .slick-next:hover {
    transition: 0.5s;
    right: 20px
} */

 /*ドットナビゲーションの設定*/
 .slick-dots {
    display: none;
    text-align:center;
    margin:0;
}

.slick-dots li {
    display: none;
    display:inline-block;
    margin:0 010px;
}

.slick-dots button {
    background-image: url("../images/common/slick-next.png");
    background-size: cover;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#000c17;/*ドットボタンの色*/
    border: none;
}

.slick-dots .slick-active button{
    display: none;
    background:#20374A;/*ドットボタンの現在地表示の色*/
}


.slick-track{
    display: flex!important;
}






/*==================================================
スライダーのためのcss
===================================*/
.slider_bussinesscontent {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 1060px;
     margin:0 -40px 150px;
 }
 .slider_bussinesscontent img {
    width: 332px;/*スライダー内の画像を横幅100%に*/
     height:auto;
 }
.slider_bussinesscontent p{
    width: 350px;
    font-size: 16px;
    padding-top: 15px;
    margin: 0 auto;
}
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 .slider_bussinesscontent .slick-slide {
     width: 332px!important;
     height: auto;
     margin-right: 24px;
}
 /*矢印の設定*/
 .slider_bussinesscontent .slick-prev {/*戻る矢印の位置と形状*/
    position: absolute;
    background-image: url(../images/bussinesscontent/arrow_prev.png);
    background-size: cover;
    top: auto;
    bottom: -50px;
    right: 0;
    left: 380px;
    width: 17px;
    height: 25px;
    transition: 0.5s;
    z-index: 2;
}
.slider_bussinesscontent .slick-next {/*次へ矢印の位置と形状*/
    position: absolute;
    background-image: url("../images/bussinesscontent/arrow_next.png");
    background-size: cover;
    top: auto;
    bottom: -50px;
    right: 380px;
    width: 17px;
    height: 25px;
    transition: 0.5s;
    z-index: 2;
}
/*ドットナビゲーションの設定*/
.slider_bussinesscontent .slick-dots {
    display: block;
    text-align: center;
    margin: 0;
    position: relative;
    top: 55px;
}
.slider_bussinesscontent .slick-dots li {
    display: none;
    display:inline-block;
    margin:0 10px;
    border: solid 0px #000000;
}
.slider_bussinesscontent .slick-dots button {
    display: block;
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#A69F9A;/*ドットボタンの色*/
    border: none;
}
.slider_bussinesscontent .slick-dots .slick-active button{
    display: block;
    background:#C7322C;/*ドットボタンの現在地表示の色*/
}
.slider_bussinesscontent .slick-track{
    display: flex!important;
}

/*==================================================
スライダーのためのcss
===================================*/
.office_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 1360px;
     margin:0 -40px 150px;
 }
 .office_slider img {
    width: 470px;/*スライダー内の画像を横幅100%に*/
     height:auto;
 }
.office_slider p{
    width: 350px;
    font-size: 16px;
    padding-top: 15px;
    margin: 0 auto;
}
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 .office_slider .slick-slide {
     width: 470px!important;
     height: auto;
     margin-right: 24px;
}
 /*矢印の設定*/
 .office_slider .slick-prev {/*戻る矢印の位置と形状*/
    position: absolute;
    background-image: url(../images/bussinesscontent/arrow_prev.png);
    background-size: cover;
    top: auto;
    bottom: -50px;
    right: 0;
    left: 480px;
    width: 17px;
    height: 25px;
    transition: 0.5s;
    z-index: 2;
}
.office_slider .slick-next {/*次へ矢印の位置と形状*/
    position: absolute;
    background-image: url("../images/bussinesscontent/arrow_next.png");
    background-size: cover;
    top: auto;
    bottom: -50px;
    right: 480px;
    width: 17px;
    height: 25px;
    transition: 0.5s;
    z-index: 2;
}
/*ドットナビゲーションの設定*/
.office_slider .slick-dots {
    display: block;
    text-align: center;
    margin: 0;
    position: relative;
    top: 55px;
}
.office_slider .slick-dots li {
    display: none;
    display:inline-block;
    margin:0 10px;
    border: solid 0px #000000;
}
.office_slider .slick-dots button {
    display: block;
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#A69F9A;/*ドットボタンの色*/
    border: none;
}
.office_slider .slick-dots .slick-active button{
    display: block;
    background:#C7322C;/*ドットボタンの現在地表示の色*/
}
.office_slider .slick-track{
    display: flex!important;
}



/* 下層ページ */
.lower_title{
    position: relative;
    width: 100vw;
    height: 25vw;
}
.lower_title picture{
    position: absolute;
    top: 4vw;
    right: 3vw;
    display: block;
    width: 45vw;
    height: 27vw;
    overflow: hidden;
    z-index: 1;
}
.lower_title picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lower_title .main_copy{
    width: 85vw;
    height: 27vw;
    background-color: #C7312D;
    position: relative;
}
.lower_title .main_copycon{
    width: 43vw;
    padding: 4vw 0 0 17vw;
}
.lower_title .main_copyconin{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: #FFF;
}
.lower_title .main_copy h1{
    position: relative;
    font-size: 2.6vw;
    padding-left: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 500;
}
.lower_title .main_copy h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.35vw;
  height: 100%;
  background-color: #fff;
}
.main_copyconin .en{
    font-style: normal;
}
.lower_title .main_copy p{
    font-size: 1vw;
    letter-spacing: 0.08vw;
}

/* 下層ページ縮小 */
.lower_title_low{
    position: relative;
    width: 100vw;
    height: 25vw;
}
.lower_title_low .main_copy{
    width: 100vw;
    height: 20vw;
    background-color: #C7312D;
    position: relative;
}
.lower_title_low .main_copycon{
    position: absolute;
    top: 50%;
    padding: 0 0 0 17vw;
    transform: translateY(-50%);
    line-height: 1;
    color: #FFF;
}
.lower_title_low .main_copy h1{
    position: relative;
    font-size: 2.6vw;
    padding-left: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 500;
}
.lower_title_low .main_copy h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.35vw;
  height: 100%;
  background-color: #fff;
}
.lower_title_low .main_copy .en{
    font-style: normal;
}
.lower_title_low .main_copy p{
    font-size: 1vw;
    letter-spacing: 0.08vw;
}
.lower_title_low .main_copy .pan{
    width: 1060px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -3.4vw;
    color: #000;
    font-size: 16px;
}
.lower_title_low .main_copy .pan a{
    color: #00118F;
}

/* 下層ページ縮小写真付き */
.lower_title_lowp{
    position: relative;
    width: 100vw;
    height: 15vw;
}
.lower_title_lowp picture{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45vw;
    height: 15vw;
    overflow: hidden;
    z-index: 1;
}
.lower_title_lowp picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lower_title_lowp .main_copy{
    width: 100vw;
    height: 15vw;
    background-color: #C7312D;
    position: relative;
}
.lower_title_lowp .main_copycon{
    position: absolute;
    top: 50%;
    padding: 0 0 0 17vw;
    transform: translateY(-50%);
    line-height: 1;
    color: #FFF;
}
.lower_title_lowp .main_copy h1{
    position: relative;
    font-size: 2.6vw;
    padding-left: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 500;
}
.lower_title_lowp .main_copy h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.35vw;
  height: 100%;
  background-color: #fff;
}
.lower_title_lowp .main_copy .en{
    font-style: normal;
}
.lower_title_lowp .main_copy p{
    font-size: 1vw;
    letter-spacing: 0.08vw;
}
.lower_title_lowp .main_copy .pan{
    width: 1060px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: -3.4vw;
    color: #000;
    font-size: 16px;
}
.lower_title_lowp .main_copy .pan a{
    color: #00118F;
}
/* 下層ページ縮小パンクズのみ */
.lower_title_pan{
    position: relative;
    width: 100vw;
    height: 10vw;
    border-top: solid 20px #C7322C;
}
.lower_title_pan{
    width: 100vw;
    position: relative;
}
.lower_title_pan .pan{
    width: 1060px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    top: 1vw;
    color: #000;
}

/* 下層ページコピー付き */
.lower_title_copy{
    position: relative;
    width: 100vw;
    height: 38vw;
}
.lower_title_copy picture{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 58vw;
    height: 38vw;
    overflow: hidden;
    z-index: 1;
}
.lower_title_copy picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lower_title_copy .main_copy{
    width: 85vw;
    height: 38vw;
    background-color: #C7312D;
    position: relative;
}
.lower_title_copy .main_copycon{
    width: 43vw;
    padding: 1vw 0 0 8vw;
}
.lower_title_copy .main_copyconin{
    position: absolute;
    width: 40vw;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: #FFF;
}
.lower_title_copy .main_copy h1{
    width: 30vw;
    position: relative;
    font-size: 2.6vw;
    padding-left: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 500;
}
.lower_title_copy .main_copy h1::before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.35vw;
    height: 100%;
    background-color: #fff;
}
.main_copyconin .en{
    font-style: normal;
}
.lower_title_copy .main_copy p{
    width: 26vw;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 0.5vw;
}







/* パンクズ */
.pan{
    font-size: 12px;
    font-weight: 300;
    margin: 0 auto;
    display: flex;
    color: #FFF;
}
.pan li{
    margin-right: 10px;
}
.pan a{
    text-decoration: underline;
}



.fadein_top {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadein_top.active {
  opacity: 1;
  transform: translateY(0);
}


.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}



#slider1 .slide,
#slider2 .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 5s ease;
}

#slider1 .slide.active,
#slider2 .slide.active {
  opacity: 1;
}


#wpadminbar{
    display: none;
}