@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 45px 0;
}
footer {
  padding: 15px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: -15px;
  margin-right: -15px;
}

/* 共通 */
.h2_arrow:before {
  bottom: -25px;
  border-top: 25px solid #173617;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
	
	
/*==========================================================================*/
/*                             floating banner                              */
/*==========================================================================*/
.float_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    justify-content: center;
    margin: auto;
    z-index: 998;
    padding: 0px;
}
.l_bnr{
	width: 25%;	
	padding-right: 0px;
	padding-bottom: 5px;
	margin: auto 0 auto auto;
/*
	margin: 0 auto;
	text-align: center;
*/
}
.r_bnr{
	width: 25%;
	padding-left: 0px;
	margin: auto 0 auto auto;
/*
	text-align: center;
*/
}
.float_btn{
  padding: 5px;
}
.pagetop a{
	display: none;
}

/*header----------------------------------------------------------- */
header{
	height: 50px;
	padding: 5px 10px;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.logo{
	width: 150px;
	vertical-align:middle;
	padding-top: 8px;
}
.btn{
	width: 20rem;
}
/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  padding-top: 30px;
	padding-bottom: 5px;
	position: relative;
}
.cta_l {
  width: 27%;
	position: absolute;
	bottom: -1%;
	left: -5%;
	z-index: 1;
}
.cta_r {
  width: 100%;
	z-index: 100;
}
/*
.cta .btn_cta{
	margin-left: 3%;
}
*/

/*sec01----------------------------------------------------------- */
.sec01 .container > p {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec02----------------------------------------------------------- */
.sec02 .container > p:first-child {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec03----------------------------------------------------------- */
.sec03 .container > p {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec04----------------------------------------------------------- */
.sec04_arrow {
  margin-top: -60px;
}

/*sec05----------------------------------------------------------- */
.sec05_arrow {
  margin-top: -60px;
}
.sec05_white_box {
  border-radius: 15px;
}
.sec05 .white_box h3 {
  margin-top: -45px;
}

/*sec06----------------------------------------------------------- */
.sec06 .white_box_inner {
  flex-direction: column;
  padding: 15px;
}
.sec06 .white_box_inner:not(:last-of-type),
.sec06 .white_box_inner2:not(:last-of-type){
  margin-bottom: 15px;
}
.sec06 .white_box_inner > p {
  margin-left: 0;
  width: 100%;
}
.sec06 .white_box_inner > div {
  width: 100%;
}
.sec06 .white_box_inner2 {
  padding: 15px;
}
.sec06 .container > .white_box:first-of-type h3 {
  margin-top: -30px;
}


/*sec07----------------------------------------------------------- */
.sec07 .fx-row .white_box > p:first-child {
  margin-top: -30px;
}
.sec07 .fx-row {
  margin-top: -30px;
}
.sec07 [class*="fx-col"] {
  margin-top: 30px;
}

/*sec08----------------------------------------------------------- */
.sec08 h3 {
  font-size: 24px;
}

/*sec09----------------------------------------------------------- */
.sec09 .sec09_q,
.sec09 .sec09_a {
  gap: 15px;
}
.sec09 .sec09_q {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec09 .sec09_q > p:first-child,
.sec09 .sec09_a > p:first-child {
  display: block;
  width: 18px;
}
.sec09 .sec09_q > p:last-child,
.sec09 .sec09_a > p:last-child {
  width: calc(100% - 18px);
}

/*sec10----------------------------------------------------------- */
.sec10 th ,
.sec10 td {
  width: 100%;
  display: block;
}


/*sec11----------------------------------------------------------- */
.sec11 .form_head {
  text-align: left;
}
.sec11 .input_1col input, .sec11 textarea {
  font-size:14px;
}


/*Footer----------------------------------------------------------- */
footer .inner_footer {
  padding: 0 4vw;
}

footer .flex_foo .item {
  width: 100%;
}

footer .item {
  padding: 1em 0;
}

footer .list_blog .item_bl:nth-child(4),
footer .list_blog .item_bl:nth-child(3) {
  margin-bottom: 2em;
}

footer .menu_footer {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: .5em 0 1em;
}

/*header----------------------------------------------------------- */
#header {
  top: -85px;
}

#sp_menu {
  display: block;
}

#header .btn_search,
#header .hamburger {
  display: block;
}

#header .h_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4vw;
}

#header .btn_search{
  cursor: pointer;
}

#header .inner_header {
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

#header .logo_h {
  width: 165px;
  padding: 2.5vw 0;
}

.c-gnav {
  overflow-x: auto;
  justify-content: flex-start;
}

.c-gnav > .menu-item > a {
  padding: 10px;
}

.c-gnav > .menu-item > a > .ttl_en {
  display: none;
}

.c-gnav > .menu-item > a .ttl_ja {
  font-size: 12px;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 17px;
  cursor: pointer;
  z-index: 888;
  pointer-events: pointer;
  overflow: hidden;
  position: relative;
}

.menu_h,
#header .logo_h {
  z-index: 888;
  position: relative;
}

.hamburger>span,
.hamburger>span::before,
.hamburger>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition-duration: .25s;
}

.hamburger>span::before {
  content: "";
  top: 14px;
}

.hamburger>span::after {
  content: "";
  top: 7px;
}

.btn_search{
  width: 24px;
}

.menu_h {
  width: 100%;
  display: none;
}

#header.fixed .menu_h {
  display: block;
  padding: 0 2vw;
}

.p-spMenu {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0s;
  width: 100%;
  z-index: -1;
}

.menuOpened .p-spMenu {
  z-index: 999;
}

.p-spMenu a {
  color: inherit
}

.p-spMenu .c-widget__title {
  margin-bottom: 1.5em
}

.c-spnav {
  display: block;
  text-align: left
}

.c-spnav .menu-item {
  position: relative
}

.c-spnav>.menu-item:first-child>a {
  border-top: none
}

.c-spnav a {
  border-bottom: 1px solid var(--color_border);
  display: block;
  padding: .75em .25em
}

.c-spnav .desc {
  margin-left: 8px
}

.p-spMenu__overlay {
  transition: opacity .5s, visibility .5s
}

.menuOpened .c-overlay {
  background: rgba(0, 0, 0, .75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-spMenu__inner {
  box-shadow: 0 0 8px rgb(0, 0, 0, .12);
  height: 100%;
  padding-top: 48px;
  position: absolute;
  top: 0;
  transition: -webkit-transform .45s;
  transition: transform .45s;
  transition: transform .45s, -webkit-transform .45s;
  transition-timing-function: ease-out;
  width: 88vw;
  z-index: 999;
  background: #fff;
}

.-left .p-spMenu__inner {
  left: 0;
  -webkit-transform: translateX(-88vw);
  transform: translateX(-88vw)
}

.-right .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(88vw);
  transform: translateX(88vw)
}

.p-spMenu__closeBtn {
  height: 40px;
  position: absolute;
  top: 1vw;
  left: 2vw;
  width: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p-spMenu__body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
  padding: 0 4vw 10vw;
  position: relative
}

.p-spMenu__nav {
  margin-top: -1em;
  padding-bottom: .5em
}

.p-spMenu__bottom {
  margin-top: 2em
}

.menuOpened .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-spMenu .c-widget__title {
  margin-bottom: 1.5em;
  padding: .6em .75em .5em .75em;
  color: #fff;
  background: #04384c;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}

.c-smallNavTitle {
  color: inherit;
  font-size: 10px;
  line-height: 1;
  opacity: .6;
}

.c-listMenu a {
  padding: .75em 1em .75em 1.5em;
  transition: padding .25s;
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.c-spnav a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: .85em .25em .85em 1.2em;
  position: relative;
}

.c-spnav a:hover{
  text-decoration: none;
  opacity: 1;
}

.c-spnav a:before {
  background: url(../img/arr.svg) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translate(0, -43%);
  display: block;
  content: "";
  background-size: contain;
}

.c-modal:not(.is-opened) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#search_modal.c-modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s,visibility .5s;
  width: 100%;
  z-index: 1000;
  display: block;
}
#search_modal.is-opened .c-overlay {
  background: rgba(0,0,0,.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p-searchModal__inner {
  background:hsla(0,0%,100%,.1);
  left:50%;
  max-width:600px;
  padding:1em;
  position:absolute;
  top:calc(50% + 16px);
  -webkit-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  transition:top .5s;
  width:96%;
  z-index:1
}
.is-opened>.p-searchModal__inner {
  top:50%
}
.p-searchModal__inner .c-searchForm {
  display: flex;
  border: 1px solid hsla(0,0%,78%,.5);
  box-shadow: 0 0 4px hsla(0,0%,100%,.2);
}
.p-searchModal__inner .c-searchForm__submit{
  width: 40px;
  border: none;
  background: #04384c;
  position: relative;
}
.p-searchModal__inner .c-searchForm__submit:before{
  background: url(../img/ic_search_w.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  content: "";
  display: block;
  margin: 0 auto;
}
.p-searchModal__inner .s {
  font-size:16px
}
.c-searchForm__s {
  background-color: #fff;
  line-height: 2;
  padding: 4px 44px 4px 8px;
  width: 100%;
  border: none;
  color: #666;
  border-radius: 0;
}
.c-modal__close{
  color: #fff;
  cursor: pointer;
  left: 0;
  line-height: 2;
  padding-top: .5em;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  top: 100%;
  width: 100%;
}

}/*スマホ用スタイルend*/

@media screen and (max-width:480px) {
  footer .menu_footer li a {
    color: inherit;
    display: block;
    font-size: 3vw;
    padding: .25em .5em;
    text-decoration: none;
    border: none;
  }

  footer .menu_footer li:first-child a {
    border: none;
  }

  footer .item_navi .navi_foo li a{
    font-size: 94%;
  }
  footer .list_blog .item_bl p.txt_blog{
    font-size: 3.6vw;
  }
  .p-spMenu .c-widget__title{
    font-size: 4vw;
  }
}