@charset "utf-8";

/*
 
 common
 header
 navigation
 footer
 下層共通パーツ

 Breakpoints 1250px / 767px

*/

/*====================================
	common
====================================*/
html{
	font-size: 16px;
}
body{
    min-width: 1200px;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
    font-weight: 300;
	-webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
}
textarea, input, select, label{ 
    
}
h1, h2, h3, h4{
    font-weight: 500;
}
a:hover{
    opacity: 0.7;
    transition: .5s;
}
img{
    vertical-align: middle;
}
.round_arrow{
    position: relative;
    padding-left: 8px;
    left: 0;
}
.next_arrow::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 15px;
  right: 10px;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #005bac;
}
 .next_arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 19px;
  right: 18px;
  transform: scale(0.5);
  content: url(../img/icon_yazi.png);
}
.down_arrow::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 15px;
  right: 10px;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #005bac;
}
 .down_arrow::after { /* ↓の字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 18px;
  right: 20px;
  transform: scale(0.5);
transform: scale(0.5) rotate( 90deg );
  content: url(../img/icon_yazi.png);
}
.window_arrow::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 15px;
  right: 10px;
  width: 40px; /* 横幅 */
  height: 40px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #005bac;
}
 .window_arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  bottom: 19px;
  right: 15px;
  transform: scale(0.5);
  content: url(../img/glink_w.png);
}
.round_arrow::after { /* くの字の表示設定 */
  content: url(../img/icon_yazi.png);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: -5px;
  transform: scale(0.5);
  left: 145px;
}
a.parent_arrow::before { /* くの字の表示設定 */
  content: url(../img/icon_yazi_b.png);
    position: absolute;
    margin: auto;
    top: 1px;
    left: -25px;
    transform: scale(0.5);
}

.back_link a{
    position: relative;
    margin: auto;
    width: 200px !important;
    padding: 10px 10px 10px 20px !important;
    text-align: center;
}
.back_link a::before{
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/icon_yazi.png) no-repeat center;
    background-size: cover;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    transform: scale(-1, 1);
}
 
.inner{
    max-width: 1200px;
    margin: 0 auto;
}

a.btn{
    display: block;
    padding: 8px;
    background: #005bac;
    color: white;
    width: 185px;
    border-radius: 10px;
}
.bg_gray{
    background: #f6f6f6;
    width: 100%;
}
img.icon{
	width: 25px;
    height: 25px;
    display: block;
}
.pc_only{
    display: block;
}
.sp_only{
    display: none;
}

/*====================================
	header
====================================*/
header{
    margin: 0 0px;
    padding: 0 20px;
    background: #fff;
    position: relative;
}
.contact_header {
    display: block;
    text-align: right;
	margin-top: 5px;
    margin-bottom: 10px;
}
.contact_header p {
    display: inline-block;
	font-size: 14px;
}
.contact_header p.tel {
    color: #005bac;
	font-size: 16px;
	font-weight: bold;
	/* margin-left: 5px; */
}
.contact_header p.tel span{
	font-size: 22px;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    display: block;
	margin-top: -25px;
}
header .logo img{
    width: 320px;
}
/*====================================
	navigation
====================================*/
/* 基本設定（親メニュー） */
.navigation ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.navigation span{
    display: inline;
}
.navigation ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
}
.navigation ul li{
    margin-left: 30px;
	position: relative;
}
.navigation ul li a {
    padding-bottom: 32px;
    height: 100%;
}
.navigation ul li a.mail{
	background-color: #005bac;
    color: white;
    display: flex;
    width: 190px;
    padding: 12px 20px;
    margin-left: 20px;
    justify-content: space-evenly;
    border-radius: 10px;
}
.navigation ul li a.support{
	background-color: #fff;
    border:2px solid #005bac;
    box-sizing: border-box;
    color: #005bac;
    display: flex;
    padding: 8px 15px;
    margin-left: 0px;
    justify-content: space-evenly;
    border-radius: 10px;
    font-size:0.8rem;
    font-weight: 500;
    line-height: 1.1;
}
.navigation ul li:last-child{
    margin-left: 15px;
}
.navigation ul li a.support img{
    margin-right: 5px;
}
/* 線　動き　*/
.navigation ul li::before{
  background: #005bac;
  bottom: -32px;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  transition: .3s all;
  width: 0; /* 0にすることで非表示 */
  right: 0; /* 右に消える */
}
.navigation ul li.select::before{ /* 選択時　固定 */
    width: 100%;
}
.navigation ul li:hover::before { /* マウスオーバー時　表示 */
	width: 100%;
	left: 0; /* 左から表示 */
}
.navigation ul li ul li:hover::before{
	width:0;
}

/* （子メニュー） */
 .navigationul li ul{
    position: absolute;
    top: 55px;
    left: 0;
}
.navigation ul.sub_menu{
    display: none;
    position: absolute;
    background-color: white;
    width: 255px;
    margin-left: 0px;
    margin-top: 32px;
    z-index: 99;
}
.navigation ul li ul li{
	text-align: left !important;
    color: black;
    display: block;
    border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
    margin-left: 0px;
    text-align: center;
	background-color: white;
}
.navigation ul li ul li:first-child{
    border-top: 1px solid #aeaeae; 
}
.navigation ul li ul li:hover{
    background:#e8eff7;
}
.navigation ul li ul li a{
    display: block;
    padding: 10px;
	font-size: 14px;
	padding-bottom: 10px;
}
.navigation ul li:hover ul.sub_menu{
    display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
	
}
/* （孫メニュー） */
.navigation ul.child_menu{
	display: none;
    position: absolute;
    right: -255px;
    top: -1px;
    background-color: #e8eff7;
    width: 255px;
    z-index: 99;
}
.navigation ul.child_menu li:hover{
    background-color: #cadbed;
}
.navigation ul.child_menu li{
    background-color: #e8eff7;
}
.navigation ul li ul li:hover ul{
    display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navigation ul .sp_only{
    display: none;
}

/*====================================
	navigation_カスタマイズ
====================================*/

.navigation ul.menu{
    display: none;
    position: absolute;
    background-color: white;
    width: 255px;
    margin-left: 0px;
    margin-top: 32px;
    z-index: 99;
}
.navigation ul li:hover ul.menu {
    display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
}
.navigation ul.menu li:first-child {
    border-top: 1px solid #aeaeae;
}
.navigation ul.menu li {
    text-align: left !important;
    color: black;
    display: block;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    margin-left: 0px;
    text-align: center;
    background-color: white;
}
.navigation ul.menu li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}

.navigation ul.menu .more ul.sub-menu li {
    background-color: #e8eff7;
}
/* （子メニュー） */
 .navigationul li ul{
    position: absolute;
    top: 55px;
    left: 0;
}
.navigation ul.menu{
    display: none;
    position: absolute;
    background-color: white;
    width: 255px;
    margin-left: 0px;
    margin-top: 32px;
    z-index: 99;
}
.navigation ul li ul li{
	text-align: left !important;
    color: black;
    display: block;
    border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
    margin-left: 0px;
    text-align: center;
	background-color: white;
}
.navigation ul li ul li:first-child{
    border-top: 1px solid #aeaeae; 
}
.navigation ul li ul li:hover{
    background:#e8eff7;
}
.navigation ul li ul li a{
    display: block;
    padding: 10px;
	font-size: 14px;
	padding-bottom: 10px;
}
.navigation ul li:hover ul.menu{
    display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
	
}
/* （孫メニュー） */
.navigation ul.menu .more ul.sub-menu{
	display: none;
    position: absolute;
    right: -255px;
    top: -1px;
    width: 255px;
    z-index: 99;
}
.navigation ul.menu .more:hover ul{
	display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
}
.navigation ul.sub_menu li:hover{
    background-color: #cadbed;
}
.navigation ul.sub_menu li{

}
.navigation ul li ul li:hover ul{
    display: block;
    animation: fadeIn 0.2s 1 forwards;
    min-height: 100px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navigation ul .sp_only{
    display: none;
}

/*====================================
   footer
====================================*/
/* contact */
.top_contact{
    background: #005bac;
    width: 100%;
    margin-top: 65px;
}
.c_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px;
    position: relative;
    color: #fff;
    text-align: center;
}

.top_contact h2{
    font-size: 50px;
    margin-bottom: 22px;
    font-weight: bold;
}
.top_contact h2 span{
    font-size: 24px;
    display: block;
    margin-top: -10px;
    font-weight: normal;
}
.contact_box{
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
}
.contact_box li{
    width: 100%;
    max-width: 380px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    color: #005bac;
}
.contact_box li a{
    display: block;
    width: 100%;
    padding: 3rem 0;
    position: relative;
}
.contact_box li a img{
    width: 50px;
}
.contact_box li a dt{
    font-size: 28px;
    margin-top: 10px;
}
.contact_box li a dd{
    font-weight: normal;
    font-size: 16px;
    margin-top: -5px;
}
.contact_box .next_arrow::after{ /* くの字 */
    bottom: 17px;
}
.contact_box li:first-child{
    margin-right: 20px;
}

.contact_box li:last-child{
    margin-left: 20px;
}
.top_contact #pagetop{
    position: absolute;
    width: 65px;
    height: 65px;
    background: white;
    border-radius: 50px;
    top: -30px;
    right: -2%;
    line-height: 1.3;
    font-size: 1.3rem;
    border: 2px solid #005bac;
    padding-top: 14px;
    cursor: pointer;
}
.top_contact #pagetop img{
    width: 16px;
    vertical-align: middle;
}
/* footer menu */
.footer{
    max-width: 1200px;
    margin: 60px auto 50px;
}
.foot_menu {
    display: flex;  
}
.foot_menu ul{
    padding-left:100px;
}
.foot_menu ul.child{
    padding-left:0px;
}
.foot_menu li{
    position: relative;
    font-weight: 500;
}
.foot_menu li a{
    padding-bottom: 12px;
    display: block;
}
.foot_menu ul.child li a{
    padding-bottom: 5px;
    padding-left: 5px;
}
.address h3 img{
    width: 320px;
}
.address h3{
    margin-bottom: 20px;
}
.foot_wrap {
    display: flex;
    justify-content: space-between;
}
.foot_menu li .child li{
    font-size: 14px;
    margin-left: 1rem;
}
.foot_menu li .child li::before{
  content: 'ー';
  position: absolute;
  margin: auto;
  top: 0px;
  color:#aaaaaa;
  left: -20px;
  width: 8px;
  height: 8px;
}
.copyright{
    border-top: 1px solid #ddd;
    font-size: 13px;
}
.copyright p {
    padding: 20px 0px;
}
/* カスタムメニュー
-------------------------- */
.foot_menu ul.menu{
    padding-left:0px;
}
.foot_menu ul.menu li a{
    padding-bottom: 5px;
    padding-left: 5px;
}

.foot_menu li .menu li{
    font-size: 14px;
    margin-left: 1rem;
}
.foot_menu li .menu li::before{
  content: 'ー';
  position: absolute;
  margin: auto;
  top: 0px;
  color:#aaaaaa;
  left: -20px;
  width: 8px;
  height: 8px;
}

/*====================================
   下層共通パーツ
====================================*/
/* column
-------------------------- */
.column{
    display: flex;
}
.column .ttl{
    width: 30%;
}
.column .ttl h2{
    font-size: 50px;
    color: #005bac;
    font-weight: bold;
    margin-bottom: 45px;
}
.column .ttl h2 span{
    display: block;
    font-size: 1.2rem;
    /* color: #bbb; */
    font-size: 24px;
    font-weight: normal;
    color: black;
    margin-top: -10px;
}

.contents_inner{
    max-width: 1000px;
    margin: auto;
}
.contents_inner a{
    text-decoration: underline;
}

/* page_ttl
-------------------------- */
.page_ttl{
    overflow: hidden;
    position: relative;
    background: url(../img/about1.jpg) center center;
    background-size: cover;
    height: 100%;
    min-height: 400px;
}
.page_ttl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #005bac;
    opacity: .6;
}
.page_ttl h2{
    position: relative;
    font-size: 62px;
    font-weight: 500;
    padding-top: 125px;
    color: white;
    z-index: 1;
    line-height: 1.4;
}
.page_ttl h2 span{
    font-size: 34px;
    font-weight: normal;
    display: block;
}

/* pankuzu
-------------------------- */
.pankuzu {
    padding: 18px 0px;
    font-size: 14px;
    line-height: 1;
}
.pankuzu span.home {
    font-size: 0;
}
.pankuzu span.home::before{
    width: 16px;
    height: 15px;
    display: inline-block;
    content: "";
    background: url(../img/home.jpg) no-repeat center;
    background-size: cover;
}
.pankuzu span+span a{
    margin-right: 5px;
}

.grecaptcha-badge { visibility: hidden; }

.iso_logo{
    display: flex;
    margin: 15px 0 0;
}
.iso_logo li{
    max-width: 120px;
}
.iso_logo li:first-child{
    margin-right: 18px;
}
.iso_logo li img{
    width: 100px;
} 

@media only screen and (max-width: 1250px){

/*====================================
    common
====================================*/
body{
    min-width: initial;
}
.inner{
    max-width: 1200px;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
}
.tab_none{
    display: none;
}
/*====================================
    header
====================================*/  
header.fixed{
  position: fixed;
  width:100%;
  z-index: 99;
  margin-top: -1px;
}
.contact_header{
    display: none;
}
.header_top {
    height: 70px;
}
header{
    margin: 0 0px;
    padding: 0 1rem;
}
header .logo img {
    padding-top: 18px;
    max-width: 320px;
    width: 67%;
}

/*====================================
    navigation
====================================*/
/* ハンバーガーメニュー */
.nav-button{
    z-index: 20;
    position: absolute;
    width: 34px;
    height: 15px;
    top: 21px;
    right: 1.3rem;
}
.nav-button.active{
    width: 34px;
    height: 21px;
}
.navigation.open {
    display: block;
}
ul.child_menu{ 
    display: none;
}
/* menu style */
.navigation{
    vertical-align: middle;
    margin-top: 60px;
    background: #fff;
    padding-top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: none;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    overflow-y: scroll;
    z-index: 99;
    background: #f6f6f6;
}
.navigation .pc_only {
    display: none;
}
.navigation ul.menu {
    display: block;
    position: relative;
    background-color: #ccc;
    width: 100%;
    z-index: 99;
    font-weight: 500;
}
.navigation ul.menu li{
    display: block !important;
    border: 0px;
    justify-content: space-between;
    background-color: #f6f6f6;
    align-items: center;
}
.navigation ul li ul li:first-child {
    border-top: 0px;
}
.navigation ul.menu > li {
    border-bottom: 1px solid #aeaeae;
}
.navigation ul.menu > li:first-child {
    border-top: 1px solid #aeaeae;
}
.nav-open{
    padding: 15px;
    color: #fff;
    font-size: 20px;
    background: #2073c8;
    position: relative;
}

.navigation ul.menu li.more.active a::before{/* 開いている時 */
    content: "－";
}
.navigation ul.sub-menu li {
    background-color: #f6f6f6;
}
.navigation ul.sub-menu li a{
    font-weight: 300;
    padding: 10px 0;
    padding-left: 1rem;
}
.navigation ul.sub-menu li:last-child a{
    padding-bottom: 20px;
}
.navigation ul.menu > li:last-child{
    margin-bottom: 20px;
}
.navigation ul.sub-menu li a::before{/* 開いている時 */
    content: none !important;
}
.navigation ul li a.mail {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.navigation ul > li:last-child {
    margin-left: 0px;
}
.navigation ul > li:nth-child(7) {
    margin-left: 0px;
}
.parent_menu > li a.mail::before {
    content: none;
}
.navigation ul li a.mail img{
    margin-right: 10px
}
.navigation ul li a.support{
	width: 100%;
    margin: 0 auto;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1rem;
    line-height:1.6;
}
.navigation ul li a.support .pc{
        display: none;
    }
.navigation ul li:last-child{
    margin-left: 0px;
}
.navigation ul li a.support img{
    margin-right: 5px;
}
.parent_menu > li a.support::before {
    content: none;
}
ul.sub-menu {
    margin: 0;
    width: 100%;
}
.menu > li a::before {
    content: none;
}
.navigation ul li::before {
    content: none;
}
.navigation ul.menu {
    margin-top: 0px;
    margin-bottom: 0px;
}
.navigation ul li ul li a {
    display: block;
    padding: 0px;
    font-size: 15px;
    padding: 14px 0;
    /* margin-right: 70px; */
    width: 88%;
}
.navigation ul {
    display: block;
    width: 100%;
    justify-content: space-around;
}
.navigation ul:first-child{
    padding: 20px 0 ;
    }
.navigation ul li a {
    padding-bottom: 20px;
}
.navigation ul.menu .more ul.sub-menu{
    display: none;
    position: static;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.navigation ul.menu a::before{
content: none;
}
.navigation .active ul.sub-menu {
    display: block;
    position: static;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.navigation ul > li > a {

    display: block;
    font-size: 1rem;
    font-weight: 500;
}
.parent_menu > li a::before { /* くの字の表示設定 */
  content: url(../img/icon_yazi_b.png);
    position: absolute;
    margin: auto;
    left: -25px;
    transform: scale(0.5);
}

.navigation ul .sp_only{
    display: block;
}

/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #005bac;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
/* マウスホバー無効 */
.navigation ul li ul li:hover {
    background: #f6f6f6;
}
a:hover{
    opacity: 1;
}
.navigation ul li ul li:hover ul {
    display: none;
    animation: auto;
    min-height: auto;
}
.column .tb_list a:hover{
    opacity: 1;
}
.tn_list li a:hover{
    opacity: 1;
}
.navigation ul li ul li:hover{
    background:#f6f6f6;
}
.navigation ul.sub-menu li:hover{
    background:#f6f6f6;
}
.navigation ul.menu .more ul.sub-menu li{
        background: #f6f6f6;
    }
.more:after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 10px;
    margin: auto;
    vertical-align: middle;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 26px;
  height: 26px;
    text-align: center;
    border-radius: 15px;
    background: #c5c5c5;
  line-height: 26px;
}
    .more.open{
        border-bottom: none;
    }
.more.open:after {
content: "－";
  top: 10px;
}
.navigation ul.sub-menu li:first-child {
    border-top: none;
}
.navigation ul.sub-menu a.active{
    display: block;
    width: 100%;
    height: 100%;
    }
    

/*====================================
    footer
====================================*/
.c_inner {
    margin: 0 1.3rem;
}
.contact_box li:first-child {
    margin-right: auto;
}
.contact_box li:last-child {
    margin-left: auto;
    margin-bottom: 0px;
}
.contact_box li {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 20px;
}
.top_contact #pagetop {
    right: 0%;
    margin-right: 1.3rem;
}
.foot_wrap {
    padding: 0 1.3rem;
}
.contact_box {
    display: block;
}
.foot_wrap {
    display: block;
}
.foot_menu ul {
    padding-left: 1.3rem;
}
.foot_menu {
    margin-top: 40px;
}
.foot_menu > ul:last-child {
    padding-left: 15%;
}

/* ナビメニュー　アコーディオンボタン　*/
.navigation span.toggle_btn {
    display: block;
    text-indent: 100%;
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    margin-right: 3px;
    overflow: hidden;
    background-color: #c5c5c5;
}
.navigation span.toggle_btn::after,
.navigation span.toggle_btn::before {
    position: absolute;
    content: '';
    border-top: 1px solid black;
    display: inline-block;
    width: 13px;
    height: 13px;
}
.navigation span.toggle_btn::before,
.navigation span.toggle_btn.active::after  {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.navigation span.toggle_btn::after {
  top: 27%;
    left: 3%;
  transform: rotate(90deg);
}

.manu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_menu .more:after {
  display: none;
}
    .more.open{
        border-bottom: none;
    }
.foot_menu .more.open:after {
  display: none;
}

/*====================================
   下層共通パーツ
====================================*/
/* page_ttl
-------------------------------*/
.page_ttl {
    min-height: 280px;
}
.page_ttl h2 {
    padding-top: 70px;
}
.contents_inner{
    margin: 0 1rem;
}


}/* END 1250px */



@media only screen and (max-width: 767px){

/*====================================
    common
====================================*/
html{
    font-size: 14px;
}
.window_arrow::before,
.next_arrow::before {
    right: 15px;
}
.window_arrow::after {
    right: 20px;
}
.next_arrow::after {
    right: 23px;
}

.pc_only{
    display: none;
}
.sp_only{
    display: block;
}
.tab_none{
    display: block;
}
.br_pconly{
    display: none;
}

/*====================================
    header
====================================*/  
.header_top {
    height: 50px;
}
.nav-button {
    top: 15px;
}
.navigation ul li ul li a {
    /* margin-right: 45px; */
    font-size: 13px;
}
.navigation ul li {
    margin-left: 24px;
}
.navigation {
    margin-top: 48px;
}
header .logo img {
    padding-top: 25px;
}
.foot_menu li .child li {
    font-size: 13px;
}

/*====================================
    footer
====================================*/  
.c_inner {
    padding: 55px 0 60px;
}
.top_contact {
    margin-top: 60px;
}
.top_contact #pagetop {
    margin-right: 0;
}
.top_contact #pagetop {
    width: 55px;
    height: 55px;
    padding-top: 12px;
}
.contact_box li a dd {
    font-size: 14px;
}
.contact_box li a dt {
    font-size: 25px;
}
.top_contact h2 {
    font-size: 36px;
}
.top_contact h2 span {
    font-size: 19px;
    margin-top: 0px;
}
.top_contact #pagetop img {
    width: 23%;
    max-width: 15px;
}
.contact_box li a {
    padding: 2.1rem 0;
}
.footer {
    margin: 42px auto 10px;
}

.address h3 {
    margin-bottom: 14px;
}
.address h3 img {
    max-width: 320px;
    width: 75%;
}
.foot_menu {
    display: block;
    margin-top: 30px;
}
.foot_menu > ul {
    padding-left: 1.3rem;
}
.foot_menu ul.child li a {
    padding-bottom: 8px;
    padding-left: 8px;
}
.foot_menu li .child li::before {
    left: -15px;
}
.foot_menu li a {
    padding-bottom: 15px;
}
.foot_menu > ul:last-child {
    padding-left: 1.3rem;
}
.foot_menu ul.child li:last-child {
    padding-bottom: 10px;
}
.copyright {
    font-size: 12px;
}
.copyright p {
    padding: 15px 0px 25px;
}
.contact_box .next_arrow::before {
    right: 15px;
    width: 35px;
    height: 35px;
}
.contact_box .down_arrow::before {
    right: 15px;
    width: 35px;
    height: 35px;
}
.contact_box .next_arrow::after {
    right: 20px;
}
.contact_box .down_arrow::after {
    right: 23px;
}
.address p {
    font-size: 13px;
}

/*====================================
   下層共通パーツ
====================================*/
/* column
-------------------------- */
.column {
    flex-direction: column;
}
.column .ttl {
    width: 100%;
}
.column .ttl h2 {
    font-size: 30px;
    margin-bottom: -4px;
}
.column .ttl h2 span {
    font-size: 16px;
    margin-top: -5px;
}

/* page_ttl
-------------------------- */
.page_ttl {
    min-height: 200px;
    margin: 0 1rem;
}
.page_ttl h2 {
    font-size: 32px;
    padding-top: 62px;
}

.page_ttl h2 span {
    font-size: 18px;
}

/* pankuzu
-------------------------- */
.pankuzu {
    font-size: 11px;
    line-height: 1.6;
}

}/* END 767px */