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 {
	padding: 0;
	margin:0;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 ,th{ font-weight:normal;}
body{ 
    background-color:#FFFFFF; 
    color:#333333;
    font-size: 16px;
    line-height: 30px;
}
dd{ display:block;}
ol, ul{
	list-style: none!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
a img{ border:0;}
em{ font-style:normal;}

/********************************************
 * opacity
 ********************************************/
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/********************************************
 * clearfix
 ********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{ clear:both;}
* html .clearfix{ height:1%;}
.clearfix {
	display: block;
	line-height:0;
	height: 0px;
}
a {
	outline: none;
    text-decoration: none!important;
	color:#333333!important;
}
a:link {
    text-decoration: none;
    color:#333333!important;
}
 a:visited {
	text-decoration: none!important;
     color:#333333!important;
 }
 a:hover {
    text-decoration: none;
	color: #eb810d;
 }

 a:active {
	text-decoration: none;
	color: #eb810d;
 }

/********************************************
 * color
 ********************************************/
.txt_bold {
	font-weight: bold;
}
.txt_blue {
    color: #0f74bc!important;
}
a.txt_blue:visited{
    color: #0f74bc!important;
}
.txt_white {
    color: #ffffff!important;
}
.txt_center {
    text-align:center;
}
.txt_left {
     text-align:left;
}
.txt_right {
     text-align:right;
}
/********************************************
 * margin paddin
 ********************************************/

.mgt10{ margin-top:10px;}
.mgt20{ margin-top:20px;}
.mgb10{ margin-bottom:10px;}
.mgb20{ margin-bottom:20px;}

.pdt10{ padding-top:10px;}
.pdt20{ padding-top:20px;}

.pdb10{ padding-bottom:10px;}
.pdb20{ padding-bottom:20px;}


/********************************************
 * 背景
 ********************************************/
.bg_blue{
	background: #0f74bc;
}
.bg_blue2{
	background: #0063a9;
}
.bg_white {
	background: #ffffff;
}
.bg_gray {
	background: #f4f4f4;
}
.bg_square{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/bk.png) repeat center center;
    background-size: 50px;
}
img{ 
    max-width:100%;
    height:auto;
}
/********************************************
 * contents
 ********************************************/

.con1{
	width: 1200px;
    box-sizing: border-box;
	margin:0 auto;
}

.con2{
	width: 1000px;
    box-sizing: border-box;
	margin:0 auto;
}
.con3{
	width: 720px;
    box-sizing: border-box;
	margin:0 auto;
}
.co_p {
	padding-top: 100px;
	padding-bottom: 100px;
}
.co_p2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.co_p3 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.co_t {
	padding-top: 100px;
}
.co_t2 {
	padding-top: 50px;
}
.co_t3 {
	padding-top: 30px;
}
.co_b {
	padding-bottom: 100px;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.re{
    position: relative;
}
.re1{
    position: relative;
    z-index: 2;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}
.menu-trigger {
  display: none;
}
.pc_non,
.non {
  display: none;
}
.sp_non {
  display: block;
}
.overlay {
  display: none;
}


/********************************************
 * nav_header_footer
 ********************************************/

.main{
	position: relative;
}


header{
    z-index: 2;
    width: 90%;
    left: 5%;
    position: absolute;
    bottom: -50px;
    box-sizing: border-box;
    background: #ffffff;
	height: 80px; /* ヘッダーの高さを固定値で指定（JavaScriptと同じ値にしてください） */
	transition: top 0.3s ease; /* ヘッダーのトップ位置をスムーズに変更 */
}

header.smooth-scroll {
	left: 0%;
    position: fixed;
    top: 0;
    bottom: inherit;
    width: 100%;
    top: 0; /* ヘッダーが追従するように設定 */
}
#logo{
    width: 180px;
    padding: 20px 0px 20px 30px;
    float: left;
}
#logo img{
    height: auto;
    width: 100%;
    padding: 0;
    display: block;
    vertical-align: bottom;
}
#gnav {
	padding-left: 200px;
    text-align: right;
}
#gnav li {
    display: inline-block;
    vertical-align: middle;
}
#gnav li a {
	font-weight: bold;
    padding: 20px 20px;
    display: block;
    line-height: 40px;
}
#gnav li.i_contact a{
    background: #0063a9 url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/i-mail.png) no-repeat 10px center;
    background-size: 30px;
    padding: 20px 20px 20px 50px;
    color: #ffffff!important;
}
#gnav li.i_tel a{
    background: #ffffff url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/i-tel.png) no-repeat 10px center;
    background-size: 30px;
    padding: 20px 20px 20px 50px;
    color: #0063a9!important;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    position: relative;
}
#gnav li.i_tel a::after,
.ft_btn li.btn_2 a::after{
	content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#gnav li.i_tel a::after{
  border-left: 50px solid transparent;
  border-bottom: 50px solid #f4f4f4;
}
.ft_btn li.btn_2 a::after{
  border-left: 100px solid transparent;
  border-bottom: 100px solid #f4f4f4;
}
#gnav li.i_tel a span,
.sp_nav li.i_tel a span{
    color: #0063a9;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    display: block;
}

/*メインビジュアル*/
.mainvl{
    position: relative;
}
.mainvl,
.swiper-wrapper,
.swiper-slide{
    width: 100%;
    aspect-ratio: 2/1;
}
.sl1{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/t-slide1.jpg) no-repeat center center;
    background-size: cover;
}
.sl2{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/t-slide2.jpg) no-repeat center center;
    background-size: cover;
}
.sl3{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/t-slide3.jpg) no-repeat center center;
    background-size: cover;
}
.maintxt{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);
    text-align: center;
    z-index: 2;
}
.maintxt img{
    max-width: 100%;
    margin: 0 auto;
}
.maintxt h2{
	font-weight: bold;
    font-size: 25px;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 3px;
    padding-top: 10px;
}
.ttl{
    text-align: center;
    padding-bottom: 30px;
}
.ttl h2{
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #333333;
}
.ttl p{
    font-weight: bold;
    letter-spacing: 2px;
}
.txt_m{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-weight: bold;
}
.txt_n{
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}
.bg_inner1{
    position: relative;
	margin-top: 100px;
}
.bg_inner2{
    padding-bottom: 100px;
}
.ser_box{
     transform: translateY(-100px);
	position: relative!important;
}
.ser_box ul{
    display: table;
	width: 100%;
}
.ser_box li{
    width: 50%;
	display: table-cell;
	vertical-align: top;
    box-sizing: border-box;
    padding: 30px 50px;
	position: relative;
}
.ser_box li img{
    max-width: 100%;
    margin: 0 auto;
}
.ser_box li:first-child::before,
.ser_box li:last-child::before{
    font-size: 130px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    right: 50px;
    bottom: 0px;
    z-index: 1;
}
.ser_box li:first-child::before{
    content: '01';
    color: #0165ab;
}
.ser_box li:last-child::before{
    content: '02';
    color: #0b71b8;
}
.ser_box li h3,
.ser_box li p{
    color: #ffffff;
}
.ser_box li p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
._list1 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
    border-bottom: 3px solid #0f74bc;
    border-right: 3px solid #0f74bc;
}
._list1 li{
    width: 25%;
    padding: 10px 5px;
    box-sizing: border-box;
    border-top: 3px solid #0f74bc;
    border-left: 3px solid #0f74bc;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0f74bc;
}
.bg_1{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/bg1.jpg) no-repeat center center;
    background-size: cover;
}
.bg_2{
    background: url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 200px 0 50px;
}
.clm_tb{
    display: table;
    width: 100%;
}
.clm_l,
.clm_r{
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
._list2{
    display: flex;
    justify-content: center;
}
.c_list{
    padding-right: 30px;
    width: 50%;
    box-sizing: border-box;
}
._list2 li{
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    padding: 2px 0px 2px 15px;
    position: relative;
}
._list2 li::before{
    content: '・';
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 5px;
}
._list2 li span{
    font-size: 13px;
    color: #ffffff;
}
.inner{
    padding: 50px;
    background: #ffffff;
}
._list3 dl{
    border-bottom: 1px solid #dddddd;
}
._list3 dt,
._list3 dd{
    border-top: 1px solid #dddddd;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
}
._list3 dt{
    width: 240px;
    float: left;
    text-align: center;
    color: #0f74bc;
    font-weight: bold;
}
._list3 dd{
    margin-left: 240px;
}
.list_inline{
    text-align: center;
}
.list_inline li{
    display: inline-block;
	vertical-align: top;
    padding: 0px 20px;
}
.list_logo ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items:center;
}
.list_logo li {
	width: 20%;
	box-sizing: border-box;
	padding: 5px;
}
._line{
    border-top: 1px solid #dddddd;
}
.map{
    width: 100%;
    height: 200px;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.ft_btn{
    position: relative;
    margin-bottom: -100px;
    z-index: 2;
}
.ft_btn ul{
    display: flex;
    align-items: center;
}
.ft_btn li{
    width: 50%;
    box-sizing: border-box;
}
.ft_btn li a{
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 40px 20px 40px 110px;
}
.ft_btn li.btn_1 a{
    color: #ffffff!important;
    font-size: 28px;
    line-height: 70px;
    background: #0f74bc url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/i-mail.png) no-repeat 30px center;
    background-size: 70px;
}
.ft_btn li.btn_2 a{
    color: #0f74bc!important;
    background: #ffffff url(https://u.jimcdn.com/cms/o/sbe6214321b703a4c/userlayout/img/i-tel.png) no-repeat 30px center;
    background-size: 70px;
    font-size: 40px;
    line-height: 40px;
    position: relative;
}
.ft_btn li.btn_2 a span{
    color: #0f74bc;
    font-size: 18px;
    line-height: 30px;
    display: block;
    font-weight: bold;
}
#copyright{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

#copyright a,
#copyright span{
    color: #ffffff!important;
    font-size: 12px;
    display: inline-block;
}
.ime_inline{
    display: inline-block;
    padding-right: 30px;
	vertical-align: middle;
}
#container{
    margin:100px auto 0px;
    max-width: 1200px;
}
.cc-page-index #container{
margin: 0 auto;
max-width: 100%;
}
#page-2380315824 .mainvl,
#page-2382172924 .mainvl{
    aspect-ratio: 1/0;
    height: 30px;
}
#page-2380315824 .swiper-container,
#page-2382172924 .swiper-container,
#page-2380315824 .maintxt,
#page-2382172924 .maintxt{
    display: none;
}
@media screen and (max-width: 1280px) {

#gnav li a {
	font-size: 15px;
    padding: 20px 10px;
}
}