@charset "UTF-8";
/* CSS Document */

/*▼▼▼▼▼▼▼▼▼▼▼iPad▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 1024px) {
  #sub-visual {
    height: 220px;
  }
}
@media screen and (max-width: 812px) {
.inner {
    width: 100%;
    padding: 0 20px;
  }
#global-nav ul li a {
    padding: 0 20px;
  }
#top-head.fixed #global-nav ul li a {
    padding: 0 15px;
  }
.inner_container {
    width: 100%;
    margin: 0 0;
  }
  /*---------------------------------

ナビゲーション

---------------------------------*/
#top-head, .inner {
    width: 100%;
    padding: 0;
  }
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
#mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    height: 30px;
  }
#global-nav {
    position: absolute;
    left: -1000px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
#global-nav ul li {
    float: none;
    position: static;
  }
#global-nav ul li:after {
    display: none;
  }
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    display: block;
    color: #333;
    padding: 18px 0;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    padding: 22px 0;
    margin: 0 22px;
    border-bottom: 1px solid #eee;
    height: 100%;
  }
#nav-toggle {
    display: block;
  }
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
.open #global-nav {
    -moz-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    z-index: 9997;
    visibility: visible;
    opacity: 1;
    height: 100vh;
    background: #fff;
  }
.external {
    margin-left: 0; 
}
#top-head.fixed #global-nav ul li a[target="_blank"] {
    margin-left: 20px;
	}
/*---------------------------------

フッター

---------------------------------*/
.footer_bg {
  padding-top: 40px;
  padding-bottom: 30px;
	padding-left:40px;
	padding-right:40px;
}
.footer_logo {
  width: 120px;
}
	
/*---------------------------------

サブビジュアル

---------------------------------*/
#sub-visual {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    background: url(../images/pc_sub_main_left@2x.png) no-repeat top left, url(../images/pc_sub_main_right@2x.png) no-repeat top right, url(images/image-bg.png) repeat-x;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 57px;
  }
}

/*▼▼▼▼▼▼▼▼▼▼▼スマートフォン▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 640px)  {
/*---------------------------------

サブビジュアル

---------------------------------*/
#sub-visual {
    background-color: #eee;
    height: 180px;
    margin-bottom: 30px;
    background: url("../images/sp/sp_sub_main@2x.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 60px;
	background-position: bottom;
  }
.sub-visual_text {
   font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
  }
	
/*---------------------------------

共通

---------------------------------*/
/*grid*/
.grid1-1-1-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
.grid1-1-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
.grid1-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 0 0;
  }
.grid1-1-1-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    text-align: center;
  }
.grid1-1-1-1_sp1-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
.grid2-1 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
	
/*h3*/
.h3_v1 {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 1em;
  }
.h4_v1 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  /*P*/
.p_v1 {
    font-size: 0.875rem;
    /*	text-align: justify;*/ /*★*/
    color: #333;
    font-feature-settings: "palt";
    margin-top: 10px;
    margin-bottom: 10px;
  }
.p_v2 {
    font-size: 0.875rem;
    text-align: left; /*★*/
    color: #333;
    font-feature-settings: "palt";
  }
/*PCはセンタースマホは左寄せ*/
.pc-center_sp-left {
    text-align: left;
  }
/*テキストリンク*/
.cp_link {
    font-size: 0.875rem;
    margin-top: 10px;
  }
.center_link {
    text-align: left;
    margin-left: 15px;
  }
.padding-bottom {
  padding-bottom: 15px;
}
.padding-top {
    padding-top: 15px;
}	
/*---------------------------------

お問い合わせ

---------------------------------*/
.contact {
  padding: 30px 22px 40px;
  text-align: center;
  margin-top: 60px;
}
	
/*---------------------------------

フッター

---------------------------------*/
.footer_bg {
  padding: 30px 22px;
  background-color: #444;
}
.footer_link ul li {
  margin: 0 0 8px;
}
.footer_logo {
  width: 140px;
}
.footer_h4 {
  margin-top: 20px;
}
.footer_link ul {
  padding: 5px 15px 0 0;
}
/*grid*/
.footer_grid1-1-1-1 {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr
}
}