@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 20px;
    -webkit-text-size-adjust: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

h1 {}

/* Header内で設定 */
h2 {}

h3 {}

h4 {}

a {
    color: #589CD1;
}

a:hover,
a:active {
    color: #589CD1;
}

a:visited {}

ul {}

li {}

dl {}

dt {}

dd {}

table {
    width: 100%
}

th,
td {}

th {}

td {}

p {
    margin: 0 0 1.5em;
}

p,
dd,
td,
th,
li {
    line-height: 1.6em;
}

.section {
    padding: 0 0 60px 0;
}

.section .section {
    padding: 0 0 30px;
}

.image_l {
    float: left;
    margin: 0 16px 8px 0;
}

.image_r {
    float: right;
    margin: 0 0 8px 16px;
}

#toTop {
    border: none;
    bottom: 50px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    margin: 0;
}
#toTop img{
	width: 70px;
}
* {
    box-sizing: border-box;
}
.center{
	text-align: center;
}


/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
    background: none;
}

body {
    font-weight: 500;
    color: #313131;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;*/
    font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 1400px;
    margin: 0 auto;
}

.under #content {
    text-align: left;
}



/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#index #wrapper {}

.header_sp {}

#index #header {
   /*  background: url(../images/bg_main01.jpg) center top no-repeat; */
    background-size: cover;
    height: 800px;

    position: relative;
}

#header .inner {
    /* position: relative; */
}


.main_visual_txt{
         text-align: center;
        position: absolute;
        z-index: 50;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
}
h1#main_visual{ 
background: url(../images/bg_text_shadow.png) center center no-repeat;
padding: 60px 10px;
background-size: 709px auto;    

        color: #20201c;
         font-size: 38px;
        font-weight: bold;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        transition: 0.2s all;

   
     
        /* text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8); */
}
h1#main_visual .msmal{
    font-size: 22px;
    z-index: 2;
    position: relative;
}
h1#main_visual .mslig{
    color: #d83c38;
}
#header a {
    text-decoration: none;
}

#header_info {
    height: 100%;
 }
 #slider_main_sp{
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
 }
  #slider_main_sp .img_sp{
    display: none;
  }
#logo {
    position: absolute;
    margin: 0;
    top: 20px;
    right: 50px;
    z-index: 3;
}


#logo a {
    text-decoration: none;
}

#logo img {
    width: 175px;
}

.header_contact {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
}
#header_menu {
    right: 315px;
    top: 0;
    z-index: 9999;
}


#sticky_header{
    display: none;
    width: 100%;
    position: fixed;
     background: rgba(0, 0, 0, 0.8);
     z-index: 999;
    
 
}
#sticky_header.fixed{

}
    #sticky_header ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sticky_header ul li {
        margin: 0 8px;
        text-align: center;
    }

    #sticky_header ul li a {
       
        width: 100%;
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0 0 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 0.2em;
        transition: 0.2s all;
        padding: 0 10px;

    }

    #sticky_header ul li a:hover {
        background: rgba(195, 13, 35, 1);
    }

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
    clear: both;
}



.footer_info {
	padding: 70px 0;
}

.slg {}

.txt_slg {
    padding: 38px 0;
    text-align: center;
    color: #313131;
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 1.7em;
    font-weight: bold;
    position: relative;
    margin-bottom: 130px;
}

.txt_slg:before,
.txt_slg:after {
    content: "";
    background: #888;
    position: absolute;
    width: 150px;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
}

.txt_slg:before {
    top: 0;

}

.txt_slg:after {
    bottom: 0;
}

.txt_slg span {
    color: #d83c38;
}

.list_bxfct {
	display: flex;
	justify-content: center;
	margin-bottom: 90px;
}

.list_bxfct_list {
	width: 310px;	
	height: 295px;
	background:url(../images/icon_bg06.png) center center no-repeat;
	background-size: 100% 100%;
	 text-align: center;
	 margin: 0 26px 0 26px;
}

.list_bxfct_title {
    color: #313131;
    font-size:24px;
    padding: 45px 0 0;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 15px;
}

.list_bxfct_ct {}

.list_bxfct_des { color: #313131;
    font-size:16px;
    margin-bottom:10px;
    line-height: 1.5em;
    font-weight: bold;

}
.btn_ct01{
margin-bottom: 20px;
}
.btn_ct01 a { 
	text-decoration: none;
	background: #313131;
	color: #fff;
    font-size:17px;
    margin-bottom:10px;
    line-height: 1.7em;
    font-weight: bold;
     position: relative;
     max-width: 230px;
     line-height: 50px;
     display: block;
     margin: 0 auto 0;
     transition: 0.2s all;
}
.btn_ct01 a:hover{
	background: #C30D23;
	color: #fff;
}


.btn_ct01 a:hover:before{
	    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}
.btn_ct01 a:before {
	  transition: 0.2s all;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #D83C38;
    border-left: 7px solid transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.tel_number { color: #313131;
    font-size:28px;
    margin-bottom:20px;
    line-height: 1.7em;
    font-weight: bold;}

.footer_bt {
    background: #313131;
    color: #fff;

}

.footer_logo {
    float: left;
    padding-left: 100px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.9em;
    letter-spacing: 0.1em;


}
.footer_logo span{
    font-size: 25px;
    display: block;
}
.footer_logo a{
    color: #fff;
    text-decoration: none;
      font-weight: normal;
}

.footer_logo img {
    width: 160px;
}

.footer_link {
    display: flex;
    float: right;


}
.footer_link li {
    position: relative;
}

.footer_link li:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer_link li:last-child:after {
    display: none;
}

.footer_link li a {
    padding: 0 11px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.footer_link li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100%);
    transition: all 0.2s;
    transform: scaleX(0);
}


.footer_link li a:hover:before {
    transform: scaleX(1);
}



.footer_link li a:hover {

   /*  text-decoration: underline; */
}
.footer_link li:last-child a{
	padding-right: 0;
}
.f_btr{
	float: right;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	padding-right: 30px;

}
.footer_bt {
	padding: 25px 0;
}

address {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    float: right;
    padding:  14px 0 0 0;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
ul.list01 li {
    margin: 0 0 7px 0;
    position: relative;
    padding-left: 15px;
}

ul.list01 li:last-child {
    margin-bottom: 0;
}

ul.list01 li:before {
    content: "";
    background: #589CD1;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* index_box01
------------------------------------------------------------------------*/
#index_box01 {
    padding: 70px 0 75px 0;
}


h3.s01 {
    text-align: center;
    color: #313131;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 2.3em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

h3.s01 .ch301 {
    color: #d83c38;
}

h3.s01 .th301 {
    font-size: 40px;
    display: block;
}

.list_bx01 {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;

}

.list_bx01_list {
    width: 300px;
    box-sizing: border-box;
    position: relative;
}

.list_bx01_img {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.list_bx01_img:before {
    content: "";
    background: none;
    width: 0;
    height: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
    z-index: 1;
}

.list_bx01_img img{
	transition: all 0.3s;
}
.list_bx01_img img:hover {   
	/* -ms-transform: scale(1.05); 
  -webkit-transform: scale(1.05);
  transform: scale(1.05); 
  opacity: 0.8; */
}

.list_bx01_title {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65em;
    margin: 0;
    padding-top: 18px;
    font-weight: bold;
    position: relative;
}

/* index_box02
------------------------------------------------------------------------*/
#index_box02 {
    padding: 70px 0 0 0;
    background: url(../images/bg_bx02.jpg) center center;
    background-size: cover;

}

.list_bx02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 0;

}

.list_bx02_list {
    width: 300px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 80px;
    transition: all 0.2s;
}
.list_bx02_list:hover{
    opacity: 0.8;
    cursor: pointer;
}
.list_bx02_list:hover .list_bx02_img img{
   -ms-transform: scale(1.04); /* IE 9 */
  -webkit-transform: scale(1.04); /* Safari */
  transform: scale(1.04);
}


.list_bx02_list:nth-child(1) {
    width: 28%
}

.list_bx02_list:nth-child(2) {
    width: 28%
}

.list_bx02_list:nth-child(3) {
    width: 35%
}

.list_bx02_list:nth-child(4) {
    width: 50%
}

.list_bx02_list:nth-child(5) {
    width: 45%
}

.list_bx02_list:nth-child(1) img {
    margin-top: -30px;

}

.list_bx02_list:nth-child(2) img {
    margin-top: 30px;

}

.list_bx02_list:nth-child(3) img {
    margin-top: 50px;

}

.list_bx02_list:nth-child(4) img {
    margin-top: 0;

}

.list_bx02_list:nth-child(5) img {
    margin-top: -50px;

}

.list_bx02_img {
    margin-bottom: 0;
    float: left;
}

.list_bx02_img img {
    transition: all 0.2s;
}


.list_bx02_des {
    font-size: 16px;
    margin-left: 15px;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-weight: bold;
    float: left;
    line-height: 2em;
    height: max-content;
    letter-spacing: 0.1em;
}

.list_bx02_title {

    width: 50px;
    letter-spacing: 0.4em;
    float: left;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    position: relative;

    margin-left: 10px;
    -ms-writing-mode: vertical-lr;
    -webkit-writing-mode:vertical-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

    .list_bx02_list {
        display: flex;
        flex-wrap: wrap;
    }

   
    .list_bx02_title {
        order: 3;
    }

    .list_bx02_list .list_bx02_des {
        order: 2;
    }

    .list_bx02_list .list_bx02_img {
        order: 1;
}


/* index_box03
------------------------------------------------------------------------*/
#index_box03 {
    padding: 80px 0 90px 0;
}

h3.s02 {
    color: #313131;
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 40px;
    margin-bottom: 118px;
}

h3.s02:before {
    content: "";
    background: #858585;
    width: 56px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -35px;
}

.list_bx03 {
    display: flex;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto 55px;

}

.list_bx03_list {
    width: 203px;
    box-sizing: border-box;
    position: relative;
    margin-right: 35px;
}
.list_bx03_list:last-child{
	margin-right: 20px;
}

.list_bx03_list:nth-child(2n+2) {
    margin-top: 30px;
}

.list_bx03_img {
    margin-bottom: 0;
    overflow: hidden;
}


.list_bx03_img img{
	transition: all 0.3s;

}
.list_bx03_img img:hover {   
	-ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
  opacity: 0.8;
}



.list_bx03_title {
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    font-weight: bold;
    position: absolute;
    background: rgba(49, 49, 49, 0.8);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    right: -20px;
    top: -30px;
    padding: 15px 0;

}



.btns01 {
    text-align: center;
}

.btns01 a {
    display: inline-block;
    color: #313131;
    font-size: 17px;
    line-height: 48px;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: none;
    border: 1px solid #303030;
    margin: 0 auto;
    min-width: 230px;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s all;
}

.btns01 a:hover{
	background: #313131;
	color: #fff;
}

.btns01 a:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #D83C38;
    border-left: 7px solid transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

/* index_box04
------------------------------------------------------------------------*/
#index_box04 {
    padding: 80px 0 60px 0;
    background: url(../images/bg_bx04.jpg) center center;
    background-size: cover;
    position: relative;
}
#index_box04:before,#index_box04:after{
	position: absolute;
	content:"";
	width: 210px;
	height: 475px;
	
}
#index_box04:before{
	background: url('../images/icon_bg01.png') 0 0 no-repeat;
	background-size: 100% auto;
	top: 0;
	right: 50%;
	transform: translateX(670px);
}
#index_box04:after{
	background: url('../images/icon_bg02.png') 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-730px);
}
#index_box04_inner{
	position: relative;
}
#index_box04_inner:before{
	position: absolute;
	content:"";
	width: 125px;
	height: 85px;
	background: url('../images/icon_bg03.png') center center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	right: 50%;
	transform: translateX(660px);
	
}
.list_bx04 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;

}

.list_bx04_list {
    width: 315px;
    box-sizing: border-box;
    position: relative;
    margin-right: 15px;
    
}
.list_bx04_list:last-child{
	margin-right: 0;
}
.list_bx04_list:hover{
    cursor: pointer;
}
.list_bx04_list:hover .cp_info,.list_bx04_list:hover .list_bx04_title{
    opacity: 0.7;
}

.list_bx04_title {
    transition: all 0.2s;
    text-align: center;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0;
    font-weight: bold;
    margin-bottom: 35px;


}
.list_bx04_title a{
    color: #313131;
    text-decoration: none;
}

.list_bx04_title span {
    font-size: 28px;
    display: block;
}

.list_bx04_img {
    margin-bottom: 0;
}

.list_bx04_img img {}

.bmap {
    transition: all 0.2s;
    margin-bottom: 35px;

}

.cp_info {padding:0 15px;}

.cp_info dl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;

}

.cp_info dt,
.cp_info dd {
    font-size: 16px;
    font-weight: bold;


}

.cp_info dt {
    padding-right: 15px;
    width: 60px;
    border-right: 2px solid #fff;

}

.cp_info dd {
    padding-left: 15px;
    width: calc(100% - 60px);

}

/* index_box05
------------------------------------------------------------------------*/
#index_box05 {
    padding: 165px 0 65px 0;
    position: relative;
}

#index_box05:before,#index_box05:after{
	position: absolute;
	content:"";
	z-index: -1;
}
#index_box05:before{
	width: 75px;
	height: 200px;
	background: url('../images/icon_bg04.png') center center no-repeat;
	background-size: 100% auto;
	top: 50px;
	right: 50%;
	transform: translateX(630px);
}
#index_box05:after{
	width: 180px;
	height: 270px;
	background: url('../images/icon_bg05.png') center center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-680px);
}



.box_lis05 {
    max-width: 980px;
    margin: 0 auto;
}

h3.s03 {
    width: 130px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    color: #c1c1c1;
    line-height: 2em;
    border: 1px solid #414141;
    border-left: none;
    border-right: none;
    padding: 38px 0 38px 15px;
    float: left;
    height: max-content;
    margin: 0 30px 0 0;

}

h3.s03 span {
    display: block;
    font-size: 46px;
    color: #313131;

}

.text_des01 p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.5em;
}

.ct_dir {
    padding: 35px 0 0 0;
    float: right;
    width: calc(100% - 160px);
}

.text_des01 {}

.dir_img {
    float: right;
    margin: 0 0 20px 20px;
}

.dir_img img {
    width: 300px;
}

.square-spin>div {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
}
.bLoading {
    display: none !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 999999999999999;
}
.bLoading-body {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    color: #fff;
    font-size: 30px;
}

/* gallery */

.list_gl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.list_gl:last-of-type{
    margin-bottom: 0;
}

.list_gl_ct {
    width: calc((100% - 60px) / 4);
    max-width: 305px;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}

.list_gl_ct:nth-child(4n+4) {
    margin-right: 0;
}


.list_gl_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_gl_btop {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* .list_gl_btop:before {
    position: absolute;
    content: "";
    border: 3px solid #B40C0C;
    border-bottom: none;
    width: 100%;
    height: 100%;
    z-index: 4;
    box-sizing: border-box;
   opacity: 0;
    transition: all 0.2s;
} */
.list_gl_ct:hover .list_gl_btop:before{
    opacity: 1;
}

.list_gl_ct .txt_caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    margin: 0;
    opacity: 0;
}
.list_gl_ct .txt_caption span{
    transform: translateY(10px);
    transition: 0.2s all;
}
.list_gl_ct .txt_caption{
    transition-delay: 0.05s;
     transition: 0.2s all;
}
.list_gl_ct:hover .txt_caption{
    opacity: 1;
}
.list_gl_ct:hover .txt_caption span{
   transform: translateY(0px);
}

.list_teams_btop ul li span {
    line-height: 1.5em;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 4px 15px;
}


.list_gl_img {

    margin: 0;
    overflow: hidden;
}

.list_gl_img img {
    transition: all 0.3s;
}

.list_gl_ct:hover .list_gl_img img {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
}

h1.ttl01{
    font-size: 44px;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

h1.ttl01:before {
    content: "";
    background: #858585;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 50%;

    bottom: -35px;
    transform: translateX(-50%);

}