@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#222;
	background:#fff;
	font-size:16px;
	font-weight:400;
	line-height:1.8;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.font_robot{
	font-family: 'Roboto', sans-serif;
}
body.open, body.modaal-noscroll{
	overflow: hidden;
}

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

a {
	color:#111;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none;}
.note{font-size:12px;}



sup{
    font-size: 50%;
}

@font-face {
  font-family: 'icomoon2';
  src:  url('fonts/icomoon.eot?asxnzn');
  src:  url('fonts/icomoon.eot?asxnzn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?asxnzn') format('truetype'),
    url('fonts/icomoon.woff?asxnzn') format('woff'),
    url('fonts/icomoon.svg?asxnzn#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-redo2:before {
  content: "\e968";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-tumblr:before {
  content: "\eab9";
}

/************************
header
************************/
header{
    height: 100px;
}
.inner_head{
    align-items: center;
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0 20px;
    position: fixed;
    z-index: 100;
}
.logo{
    font-size: 30px;
    font-weight: 600;
}
.logo i{
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}
/************************
nav
************************/
.main_nav{
    transition: all 0.3s ease-in-out 0s;
}
.main_nav li{
    margin-left: 40px;
    font-size: 18px;
    font-weight: 600;
}
.main_nav li a:hover{
    opacity: .5
}
/************************
menu btn
************************/
.menu_btn{
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    display: none;
}
.text_menu{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    color: #00499d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}
.sp_nav_btn{
	width: 30px;
	height: 30px;
	z-index: 1000;
	text-align: center;
	position: relative;
    margin: auto;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #222;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.inner_1200{
    margin: auto;
    width: 88%;
    max-width: 1200px;
}
.wrapper{
    padding-bottom: 150px;
}
/************************
kv
************************/
.kv{
    padding: 200px 0;
    background: url("../img/kv.jpg") center;
    background-size: cover;
    text-align: center;
    margin-bottom: 150px;
}
.kv h1{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.2;
}
.kv p{
    font-size: 18px;
    font-weight: 600;
}
/************************
btn
************************/
.btn a{
    margin: auto;
	max-width:380px;
    width: 100%;
	text-align:center;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	position:relative;
	border:1px solid #222;
	display:block;
    background: #fff;
    padding: 20px 40px;
}
.btn a::after{
	display:block;
	position: absolute;
	content:'';
	width:8px;
	height:8px;
	border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.btn a:hover{
    opacity: .5;
}

/************************
top
************************/
.intro .flex_wrap_between{
    align-items: center;
}
.intro_text{
    width: 50%;
}
.intro_text h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.intro_text p{
    font-size: 18px;
}
.intro figure{
    width: 43%;
}

.top_def{
    margin-top: 150px;
}
.top_def h2{
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
}
.top_def h2 span{
    position: relative;
    display: inline-block;
}
.top_def h2 span::before, .top_def h2 span::after{
    margin: auto;
    top:0;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 80px;
    height: 8px;
    background: #222;
    position: absolute;
}
.top_def h2 span::before{
    left: -120px;
}
.top_def h2 span::after{
    right: -120px;
}

.list_gallery li{
    width: 23%;
    margin: 0 2.66666% 40px 0;
}
.list_gallery li:nth-child(4n){
    margin-right: 0;
}
.list_gallery li a{
    display: block;
}
.list_gallery li a:hover{
    opacity: .5;
}
.list_gallery li figure{
    background: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
}
.list_gallery li figure img{
    object-fit: scale-down;
    height: 200px;
}

.list_column li{
    width: 31%;
    margin: 0 3.5% 40px 0;
}
.list_column li:nth-child(3n){
    margin-right: 0;
}
.list_column li figure{
    margin-bottom: 10px;
}
.list_column li .ttl_l_column{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.l_c_disc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_news{
    margin-bottom: 40px;
    border-top: 1px solid #d3d3d4;
}
.list_news li{
    border-bottom: 1px solid #d3d3d4;
}
.list_news li a{
    display: block;
    padding: 30px 20px;
}
.date_news_list{
    margin-right: 40px;
}
.list_news li a:hover{
    opacity: .5;
}


.sec_contact{
    padding: 120px 0;
    background: url("../img/bg_contact.jpg") center;
    background-size: cover;
    text-align: center;
}
.sec_contact h2{
    font-size: 60px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.sec_contact p{
    font-size: 18px;
    margin-bottom: 60px;
}
/********************************
footer
********************************/
footer{
    padding: 30px 0;
}
footer .flex_wrap_between{
    align-items: center;
}
.ft_menu li{
    margin-right: 40px;
}
.ft_menu li:last-child{
    margin-right: 0;
}
.ft_menu li a:hover{
    opacity: .5;
}

.copy{
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}
/********************************
sub
********************************/
.kv_sub{
    background: #f0f0f0;
    padding: 150px 0;
}
.kv_sub h1{
    font-size: 60px;
}


.single_head{
    align-items: center;
    margin-bottom: 80px;
}
.list_sns li{
    margin-right: 15px;
}
.list_sns li:last-child{
    margin-right: 0;
}
.list_sns li a:hover{
    opacity: .5;
}
.top_def h2.ttl_single{
    font-size: 48px;
    margin-bottom: 50px;
    text-align: left;
}
.eyecatch{
    text-align: center;
    margin-bottom: 60px;
}
.single_body p{
    margin: 20px 0;
}
.single_body h3{
    margin: 40px 0;
    font-size: 24px;
}


.contact_wrap{
    border-bottom: 1px solid #f1f1f1;
}
.lead_form{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.tb_contact{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #888888;
    margin-bottom: 60px;
}
.tb_contact th, .tb_contact td{
    padding: 20px;
    border-bottom: 1px solid #888888;
}
.tb_contact th{
    background: #f7f7f7;
    width: 300px;
    vertical-align: top;
}
.tb_contact th p{
    align-items: center;
}
.tb_contact th p .req{
    font-size: 12px;
    color: #fff;
    background: #e51f1f;
    padding: 2px 15px;
}
.tb_contact input, .tb_contact textarea{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 15px;
    background: #f0f0f0;
    width: 100%;
    font-size: 16px;
}
.tb_contact textarea{
    height: 200px;
}
.submit{
    text-align: center;
}
.submit input{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: auto;
	max-width:380px;
    width: 100%;
	text-align:center;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	position:relative;
	border:1px solid #222;
	display:block;
    background: #fff;
    padding: 20px 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
.submit input:hover{
    opacity: .5;
}
/************************
pagination
************************/
.pagination{
	margin:40px 0;
	text-align:center;
	position:relative;
}
.pagination a, .pagination span{
	display:inline-block;
	height:60px;
	width:60px;
	text-align:center;
	line-height:60px;
	margin:0 3px;
}
.pagination a{
	background:#fff;
	color:#222;
	border:1px solid #888;
}
.pagination a:hover{
	background:#f0f0f0;
    border:1px solid #f0f0f0;
}
.pagination span.current{
	background:#f0f0f0;
}
.pagination a.pg_pre,.pagination a.pg_next{
	color:#fff;
	position:relative
}
.pagination a.pg_pre::after{
	display:block;
	content:'';
	width:12px;
	height:12px;
	position:absolute;
	top:0;
	bottom:0;
	left:26px;
	margin:auto;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
    transform: rotate(45deg);
}
.pagination a.pg_next::after{
	display:block;
	content:'';
	width:12px;
	height:12px;
	position:absolute;
	top:0;
	bottom:0;
	right:26px;
	margin:auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
    transform: rotate(45deg);
}
.pagination a:hover{
	text-decoration:none;
}
@media screen and (max-width: 750px) {
	.pagination{margin:10% 0;}
	.pagination a, .pagination span{width:40px; height:40px; line-height:40px;}
	.pagination a.pg_pre::after{left:16px;}
	.pagination a.pg_next::after{right:16px;}
}

@font-face {
  font-family: 'icomoon2';
  src:  url('fonts/icomoon.eot?asxnzn');
  src:  url('fonts/icomoon.eot?asxnzn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?asxnzn') format('truetype'),
    url('fonts/icomoon.woff?asxnzn') format('woff'),
    url('fonts/icomoon.svg?asxnzn#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-redo2:before {
  content: "\e968";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-tumblr:before {
  content: "\eab9";
}

.sns_ft{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

/********************************
sp
********************************/
@media screen and (max-width: 768px) {
    .menu_btn{display: block;}
    .main_nav{position: fixed; right: -400px; top: 0; width: 100%; max-width: 400px; background: #fff; height: 100%;padding: 50px 20px;overflow: auto;}
    .open .main_nav{right: 0;}
    .main_nav ul{display: block;}
    .main_nav li{margin: 20px 0;}
    header{height: 60px;}
    .inner_head{height: 60px;}
    .logo{font-size: 18px;}
    .logo i{width: 30px; margin-right: 10px;}
}
@media screen and (max-width: 768px) {
	body{ font-size:12px;}
	.sp{ display:block;}
	.pc{display:none;}
    .kv{padding: 60px 0; margin-bottom: 60px;}
    .kv h1{font-size: 24px;}
    .kv p{font-size: 15px;}
    .intro_text{width: 100%; margin-bottom: 30px;}
    .intro figure{width: 100%;}
    .intro_text h2{font-size: 18px; margin-bottom: 10px;}
    .intro_text p{font-size: 12px;}
    .wrapper{padding-bottom: 60px;}
    .top_def{margin-top: 60px;}
    .top_def h2{font-size: 24px; margin-bottom: 24px;}
    .top_def h2 span::before, .top_def h2 span::after{width: 40px; height: 4px;}
    .top_def h2 span::before{left: -60px;}
    .top_def h2 span::after{right: -60px;}
    .list_gallery li{width: 100%; margin: 0 0 30px;}
    .btn a{padding: 20px; font-size: 16px;}
    .list_column li{width: 100%; margin: 0 0 30px;}
    .list_column li .ttl_l_column{font-size: 16px;}
    .list_news li a{padding: 10px;}
    .date_news_list{margin-right: 20px;}
    .list_news{margin-bottom: 30px;}
    .sec_contact{padding: 60px 0}
    .sec_contact h2{font-size: 24px; margin-bottom: 24px;}
    .sec_contact p{margin-bottom: 30px;}
    .ft_menu{margin-top: 30px;}
    .kv_sub{padding: 70px 0;}
    .kv_sub h1{font-size: 30px;}
    .single_head{margin-bottom: 40px;}
    .top_def h2.ttl_single{font-size: 24px; margin-bottom: 24px;}
    .eyecatch{margin-bottom: 30px;}
    .single_body p{margin: 10px 0;}
    .single_body h3{margin: 20px 0;}
}

