@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /* font-family: "Noto Sans JP", sans-serif; */
	font-weight: 600;
	font-style: normal;
	line-height: 1.7;
}
html, body {
	height: 100%;
	background-color: #fff;
	width:100%;
}
body {
	font-size: 14px;
	color: #333;
}
ol, ul {
	list-style: none;
}
button {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
a {
  color: #333;
	text-decoration: none;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover, a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
  border: none;
  vertical-align: top;  
	max-width:100%; 
  image-rendering: -webkit-optimize-contrast;
}	
.inner {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
}
.innerWrap {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

#wrapper {}

.wrapContents {overflow: hidden;margin-top: 40px;}

.sp {
  display: none;
}
.pc {
  display: block;
}


/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
.wrapContents {
    margin-top: 4vmin;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width:100%; 
}	
	
}

/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.headerAreaWrap {
    margin-bottom: 40px;
}
.h_topArea {
    background-color: #b0c2a7;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 1em;
}
.h_topArea .txt {
    text-align: center;
}
.headerArea {
	position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
body.scrolled .headerArea {
	top: 0;
}
.headerArea .__box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 1.56%;
    border-bottom: 1px solid #262626;
}
.headerArea .__box .l_Area {
    flex: 1;
}
.headerArea .__box .c_Area {
}
.headerArea .__box .r_Area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
}

.headerArea .__box .navList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.headerArea .__box .navList li {
    padding: 0 10px;
}
.headerArea .__box .navList li a {
    color: #fff;
}
.headerArea .__box .logo {
    max-width: 122px;
}
.headerArea .__box .logo img {
    max-width: 100%;
    width: 100%;
}
.headerArea .__box .btnList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 20px;
    gap: 20px;
}
.headerArea .__box .btnList .iconBtn {
    text-align: center;
}
.headerArea .__box .btnList .iconBtn a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.headerArea .__box .btnList .iconBtn.cart {
    position: relative;
}
.headerArea .__box .btnList .iconBtn img {
    margin: auto;
    max-height: 28px;
    max-width: 28px;
}
.headerArea .__box .btnList .iconBtn span {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
.headerArea .__box .btnList .iconBtn span.fs-p-cartItemNumber {
    top: -15px;
    right: 0;
    padding: 0.25em 0.5em;
    font-size: 0.9rem;
}
.headerArea .__box .top_ttl {
    font-size: 14px;
    margin-bottom: 8px;
}

header .__box .menu {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
header .__box .menu img {}
header .__box .menu span {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
header .__box .menu i {}
header .__box .menu i.fa-times {}	
	

/**menu**/
header #menulist {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 100;
    width: 41.25%;
    max-width: 600px;
    padding: 20px 0;
    overflow-y: scroll;
    height: 100vh;
  }
  header #menulist .menuIn {
    width: 95%;
    margin: auto;
}
  header #menulist .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
  header #menulist .closeBtn > p {
    text-align: center;
    font-size: 30px;
    line-height: 1;
}
  header #menulist .closeBtn > p span {
    display: block;
    font-size: 10px;
}
  header #menulist .searchWrap {
    margin-bottom: 20px;
    max-width: 250px;
    width: 60%;
}
  header #menulist .searchWrap form {
    position: relative;
    width: 100%;
}
  header #menulist .searchWrap form input[type="text"] {
    width: 100%;
    padding: 6px 10px 4px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 1px solid #818181;
    cursor: auto;
}
  header #menulist .searchWrap form input[type="text"]::placeholder {}
  header #menulist .searchWrap form input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(../img/icon_search02.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 20px;
    border: none;
}
  header #menulist .btanArea {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
}
  header #menulist .btanArea .btn {
    background-color: #3d606b;
    width: 49%;
}
  header #menulist .btanArea .btn a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    gap: 10px;
    padding: 5px 10px;
    height: 100%;
}
  header #menulist .btanArea .btn .__icon {}

  header #menulist .linkListBox {}
  header #menulist .linkListBox > .link {
    border-top: 1px solid;
}
  header #menulist .linkListBox > .link .nav_Link {
    display: block;
    width: 100%;
    padding: 10px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #333;
}
  header #menulist .linkListBox > .link .nav_Link::after {
    content: "〉";
    width: 6%;
  }
  header #menulist .linkListBox > .link .nav_Link span {
    flex: 1;
}
  header #menulist .linkListBox > .link.adLinkList {}
  header #menulist .linkListBox > .link.adLinkList .adLink_ttl {}
  header #menulist .linkListBox > .link.adLinkList .adLink_ttl span {}
  header #menulist .linkListBox > .link.adLinkList .adLink_ttl::after {
    font-family: "Font Awesome 6 Free";
    content: '\2b';
    font-weight: 900;
    width: 7%;
  }
  header #menulist .linkListBox > .link.adLinkList .adLink_ttl.active::after {
    content: '\f068';
  }
  header #menulist .linkListBox > .link.adLinkList .subLinkList {display: none;}
  header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink {
    padding-left: 20px;
    border-top: 1px dotted;
    font-weight: 500;
}
  header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink a {
    display: block;
    width: 100%;
    padding: 5px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
  header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink a::after {
    content: "〉";
    width: 6%;
  }

  header #menulist .snsArea {}
  header #menulist .snsArea .snsList {
    background-color: #b0c2a7;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 13px 0;
}
  header #menulist .snsArea .snsList li {
    width: 25%;
    text-align: center;
    border-right: 1px solid;
    color: #fff;
}
  header #menulist .snsArea .snsList li a {
    color: #fff;
    display: block;
}
  header #menulist .snsArea .snsList li i {
    font-size: 28px;
}
  header #menulist .snsArea .snsList li span {
    display: block;
    font-size: 10px;
}

/**POPUP検索エリア**/
.popUpSearch {display: none;}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .headerAreaWrap {
        margin-bottom: 4vmin;
    }
.h_topArea {
    font-size: min(2.8vmin, 14px);
}
.h_topArea .txt {}  
	
.headerArea {}
.headerArea .__box {
    padding: 3vmin 2%;
}
.headerArea .__box .l_Area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0 4vw;
}
.headerArea .__box .c_Area {
    width: 21.33%;
    text-align: center;
}
.headerArea .__box .r_Area {}
.headerArea .__box .navList {}
.headerArea .__box .navList li {}
.headerArea .__box .navList li a {}
.headerArea .__box .logo {
}
.headerArea .__box .logo img {}
.headerArea .__box .btnList {
    width: 100%;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    gap: 0 4vw;
}
.headerArea .__box .btnList .iconBtn {/* width: 30%; */}
.headerArea .__box .btnList .iconBtn a {}
.headerArea .__box .btnList .iconBtn img {
    max-width: 5.4vmin;
}
.headerArea .__box .btnList .iconBtn span {
    font-size: min(1.8vmin, 10px);
    padding-top: 1vmin;
}
.headerArea .__box .btnList .iconBtn span.fs-p-cartItemNumber {
    top: -12px;
    right: -5px;
    font-size: 0.8rem;
}
header .inner {
	padding: 3vmin;	
}	
header .__box .__area2 {}
header .__box .menu {
}
header .__box .menu img {
    max-width: 6vmin;
}
header .__box .menu span {
    font-size: min(1.8vmin, 10px);
    padding-top: 1vmin;
}
header .__box .menu i {
    font-size: 8vmin;
}
header .__box .menu i.fa-times {
	color: #fff;
}
header .searchBtn {}
header .searchBtn .iconSearchBtn {
    text-align: center;
}
header .searchBtn .iconSearchBtn img {
    max-width: 5vmin;
}
header .searchBtn .iconSearchBtn span {
    display: block;
    font-size: min(1.8vmin, 10px);
    padding-top: 1vmin;
}

header .box02 {}	
header .box02 .l_Area {}	
header .box02 .r_Area {}	
header .box02 .p-navigation-global {}	
header .box02 .p-navigation-global .p-navigation-global__list {}	
header .box02 .p-navigation-global .p-navigation-global__list .p-navigation-global__list-item {}

/**menu**/
header #menulist {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 4vmin 0 0;
    width: 100%;
    max-width: none;
    height: auto;
}

header #menulist .menuIn {}
header #menulist .closeBtn {
    top: 3vmin;
    left: 4vmin;
    right: auto;
}
header #menulist .closeBtn > p {}
header #menulist .closeBtn > p span {}
header #menulist .searchWrap {
    float: right;
}
header #menulist .searchWrap form {}
header #menulist .searchWrap form input[type="text"] {}
header #menulist .searchWrap form input[type="text"]::placeholder {}
header #menulist .searchWrap form input[type="submit"] {}
header #menulist .btanArea {
    clear: both;
}
header #menulist .btanArea .btn {}
header #menulist .btanArea .btn a {}
header #menulist .btanArea .btn .__icon {}

header #menulist .linkListBox {}
header #menulist .linkListBox > .link {}
header #menulist .linkListBox > .link .nav_Link {}
header #menulist .linkListBox > .link .nav_Link::after {}
header #menulist .linkListBox > .link .nav_Link span {}
header #menulist .linkListBox > .link.adLinkList {}
header #menulist .linkListBox > .link.adLinkList .adLink_ttl {}
header #menulist .linkListBox > .link.adLinkList .adLink_ttl span {}
header #menulist .linkListBox > .link.adLinkList .adLink_ttl::after {}
header #menulist .linkListBox > .link.adLinkList .adLink_ttl.active::after {}
header #menulist .linkListBox > .link.adLinkList .subLinkList {}
header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink {}
header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink a {}
header #menulist .linkListBox > .link.adLinkList .subLinkList .subLink a::after {}

header #menulist .snsArea {}
header #menulist .snsArea .snsList {}
header #menulist .snsArea .snsList li {}
header #menulist .snsArea .snsList li a {}
header #menulist .snsArea .snsList li i {}
header #menulist .snsArea .snsList li span {}
	
/**POPUP検索エリア**/
header .popUpSearch {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 4vmin;
    background-color: #fff;
}
header .popUpSearch.active {
    display: block;
}
header .popUpSearch form {
    position: relative;
    width: 100%;
}
  header .popUpSearch form input[type="text"] {
    width: 100%;
    padding: 6px 10px 4px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 1px solid #818181;
    cursor: auto;
}
  header .popUpSearch form input[type="text"]::placeholder {}
  header .popUpSearch form input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(../img/icon_search02.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 20px;
    border: none;
}

}


/**ヘッダー下**/
.h_Bottom {
	padding-top: 120px;
}  
.h_Bottom .h_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 1.56%;
}	
.h_Bottom .h_box .l_Area {}	
.h_Bottom .h_box .r_Area {width: 30%;}	
.h_Bottom .h_box .p-navigation-global {}	
.h_Bottom .h_box .p-navigation-global .p-navigation-global__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}	
.h_Bottom .h_box .p-navigation-global .p-navigation-global__list .p-navigation-global__list-item {
    position: relative;
    border-right: 1px solid;
    padding-right: 20px;
    line-height: 1.3;
}
.h_Bottom .h_box .p-navigation-global .p-navigation-global__list .p-navigation-global__list-item:last-child {
    border: none;
    padding-right: 0;
}
.h_Bottom .h_box .p-megaMenu.is-open .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 0);
    visibility: visible;
  }
  
  .h_Bottom .h_box .p-megaMenu.is-open .p-megaMenu__open::after {
    rotate: 180deg;
  }
  
  .h_Bottom .h_box .p-megaMenu__open::after {
    content: "";
  }
  
  .h_Bottom .h_box .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw 100%);
    background-color: #b0c2a7;
    clip-path: inset(0 0 100%);
    padding: 10px 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    top: 120%;
    transition: all 0.4s;
    visibility: hidden;
    width: auto;
    min-width: max-content;
    z-index: 10;
  }
  .h_Bottom .h_box ul.p-megaMenu__list {
    display: block;
}
.h_Bottom .h_box ul.p-megaMenu__list {}
.h_Bottom .h_box ul.p-megaMenu__list .p-megaMenu__list-item {
    position: relative;
    margin: 10px 0;
}
.h_Bottom .h_box ul.p-megaMenu__list .p-megaMenu__list-item a {
    display: block;
    padding-right: 45px;
}
.h_Bottom .h_box ul.p-megaMenu__list .p-megaMenu__list-item a::after {
    content: " 〉";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
}
.h_Bottom .h_box #search-wrap form {
    position: relative;
    max-width: 335px;
    margin-left: auto;
  }
  .h_Bottom .h_box #search-wrap input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  }
  .h_Bottom .h_box #search-wrap input[type="text"] {
    width: 100%;
    padding: 10px 0px 8px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 1px solid #818181;
    cursor: auto;
    padding-left: 15px;
  }
  .h_Bottom .h_box #search-wrap input[type="text"]::placeholder {
    color: #a3a3a3;
    padding-left: 10px;
  }
  .h_Bottom .h_box #search-wrap input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../img/icon_search02.png)
      no-repeat;
    background-size: cover;
    width: 17px;
    height: 23px;
    border: none;
  }

@media (min-width: 768px) and (hover: hover) {
.h_Bottom .h_box .p-megaMenu:hover .p-megaMenu__navigation,
.h_Bottom .h_box .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 0);
    visibility: visible;
}

.h_Bottom .h_box .p-megaMenu:hover .p-megaMenu__open::after,
.h_Bottom .h_box .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 180deg;
}
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .h_Bottom {
    display: none;
}  
    .h_Bottom .h_box {}	
    .h_Bottom .h_box .l_Area {}	
    .h_Bottom .h_box .r_Area {}	
    .h_Bottom .h_box .p-navigation-global {}	
    .h_Bottom .h_box .p-navigation-global .p-navigation-global__list {}	
    .h_Bottom .h_box .p-navigation-global .p-navigation-global__list .p-navigation-global__list-item {}     
}


/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */
footer {
    margin-top: 140px;
}
footer .f_Block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
}
footer .f_Block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    border-top: 1px solid;
}
footer .f_Block .f_Box {
    flex: 1;
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
}
footer .f_Block .f_Box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8%;
    bottom: 0;
    border-right: 1px solid;
}
footer .f_Block .f_Box:last-child:after {
    content: none;
}
footer .f_Block .f_Box .title01 {
    font-size: 23px;
}
footer .f_Block .f_Box .title01 .jp {
    font-size: 74%;
}
footer .f_Block .f_Box .boxIn {
    display: inline-block;
    text-align: left;
}
footer .f_Block .f_Box.boxContact {}
footer .f_Block .f_Box.boxContact .telBox {
    margin-bottom: 20px;
}
footer .f_Block .f_Box.boxContact .telBox a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
footer .f_Block .f_Box.boxContact .telBox .__icon {}
footer .f_Block .f_Box.boxContact .telBox .__icon img {}
footer .f_Block .f_Box.boxContact .telBox .tel_num {}
footer .f_Block .f_Box.boxContact .telBox .tel_num .num {
    font-size: 24px;
    line-height: 1.3;
}
footer .f_Block .f_Box.boxContact .telBox .tel_num .info {
    font-weight: normal;
}
footer .f_Block .f_Box.boxContact .btnArea {
    text-align: center;
    margin-bottom: 40px;
}
footer .f_Block .f_Box.boxContact .btnArea a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    width: 100%;
    /* min-width: 325px; */
    gap: 10px;
    padding: 16px;
    padding-right: 30px;
}
footer .f_Block .f_Box.boxContact .btnArea a .mailIcon {
    display: inline-block;
    width: 26px;
}
footer .f_Block .f_Box.boxContact .companyInfo {}
footer .f_Block .f_Box.boxContact .companyInfo .txt {}
footer .f_Block .f_Box .linkBox {
    display: inline-block;
    text-align: left;
}
footer .f_Block .f_Box .linkBox .linkList {}
footer .f_Block .f_Box .linkBox .linkList .link {
    margin-bottom: 8px;
}
footer .f_Block .f_Box .linkBox .linkList .link a {}
footer .f_Block .f_Box.boxCate {}
footer .f_Block .f_Box.boxCampany {}

footer .snsListWrap {
    margin-bottom: 20px;
}
footer .snsListWrap .snsList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
footer .snsListWrap .snsList .list {}
footer .snsListWrap .snsList .list a {}
footer .snsListWrap .snsList .list i {
    font-size: 28px;
}

footer .f_logo {
    text-align: center;
}
footer .f_logo img {}

footer .copyright {
    background-color: #b0c2a7;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    margin-top: 20px;
}
footer .copyright small {}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    footer {
    margin-top: 18vmin;
}
    footer .f_Block {
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
    footer .f_Block .f_Box {}
    footer .f_Block .f_Box::after {
        content: none;
    }    
    footer .f_Block .f_Box .title01 {
    font-size: min(4.8vmin, 23px);
    margin-bottom: 6vmin;
}
    footer .f_Block .f_Box .title01 .jp {}
    footer .f_Block .f_Box .boxIn {display: block;}
    footer .f_Block .f_Box.boxContact {
    border: 1px solid;
    width: 96%;
    margin: auto;
    margin-bottom: 10vmin;
    padding: 6vmin 4vmin;
}
    footer .f_Block .f_Box.boxContact .telBox {}
    footer .f_Block .f_Box.boxContact .telBox .__icon {}
    footer .f_Block .f_Box.boxContact .telBox .__icon img {}
    footer .f_Block .f_Box.boxContact .telBox .tel_num {}
    footer .f_Block .f_Box.boxContact .telBox .tel_num .num {}
    footer .f_Block .f_Box.boxContact .telBox .tel_num .info {}
    footer .f_Block .f_Box.boxContact .btnArea {margin-bottom: 4vmin;}
    footer .f_Block .f_Box.boxContact .btnArea a {
    width: 87.5%;
}
    footer .f_Block .f_Box.boxContact .btnArea a .mailIcon {}
    footer .f_Block .f_Box.boxContact .companyInfo {
    text-align: center;
}
    footer .f_Block .f_Box.boxContact .companyInfo .txt {
    display: inline-block;
    text-align: left;
}
    footer .f_Block .f_Box .linkBox {
    display: block;
    padding: 4vmin 0;
    border-bottom: 1px solid;
    display: none;
}
    footer .f_Block .f_Box .linkBox .linkList {
}
    footer .f_Block .f_Box .linkBox .linkList .link {
    margin-bottom: 2vmin;
}
    footer .f_Block .f_Box .linkBox .linkList .link a {
    color: #fff;
    font-weight: 500;
}
    footer .f_Block .f_Box.boxCate {
    background-color: #b0c2a7;
    color: #fff;
}
    footer .f_Block .f_Box.boxCampany {
    background-color: #b0c2a7;
    color: #fff;
}
    footer .f_Block .f_Box.acBox {
    padding: 0;
    /*padding-left: 16%;*/
	padding-left: 3%;padding-right: 3%;	
}
    footer .f_Block .f_Box.acBox .title01 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4vmin 4%;
    padding-left: 0;
    border-bottom: 1px solid;
    margin-bottom: 0;
    font-size: min(4vmin, 21px);
}
    footer .f_Block .f_Box.acBox .title01::after {
        font-family: "Font Awesome 6 Free";
        content: '\2b';
        font-weight: 900;
    }
    footer .f_Block .f_Box.acBox .title01.active::after {
        content: '\f068';
    }
    footer .f_Block .f_Box.acBox .title01 .jp {
    display: none;
}

    footer .f_Bottom {
    background-color: #b0c2a7;
    padding-top: 10vmin;
}
    footer .snsListWrap {}
    footer .snsListWrap .snsList {
    gap: 4vmin;
}
    footer .snsListWrap .snsList .list {}
    footer .snsListWrap .snsList .list a {}
    footer .snsListWrap .snsList .list i {
    font-size: min(5.8vmin, 28px);
}    

    footer .f_logo {}
    footer .f_logo img {}

    footer .copyright {
    margin-top: 0;
}
    footer .copyright small {}
}

/* --------------------------------------------------------------------
/* ページtop
-------------------------------------------------------------------- */
#page-top {
	text-align: center;padding: 5em 0;
}
#page-top a {
   display: inline-block;
}
#page-top a:hover {
}

/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
#page-top {
	text-align: center;padding: 13vmin 0;
}	
}

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */

div.sec {
    margin: 120px 0;
}
.title01 {
    font-size: 32px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}
.title01 .en {
    display: block;
    color: #0076c0;
    font-family: 'Poppins', sans-serif;
}
.title01 .jp {
    font-size: 18px;
    display: block;
    line-height: 1.3;
    font-weight: 500;
}

.title01 + p.txt {
	font-weight: bold;
    margin-bottom: 30px;	
}

.btn_type01 {
    background-color: #3d606b;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 10px 20px;
    position: relative;
}
.btn_type01::after {
    content: " 〉";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
}
.btn_type01:visited {color: #fff;}
.btn_type01 span {}
.btn_type01:hover {
    text-decoration: none;
    color: #fff;    
}
.btn_type01:hover::after {}
.btn_type01:hover span {}
.caution {
    font-size: 11px;
}
/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
div.sec {
    margin: 18vmin 0;
}	
.title01 {
    font-size: min(6.9vmin, 32px);
    margin-bottom: 9vmin;
    text-align: center;
}
.title01 .en {}
.title01 .jp {
    font-size: 46%;
}

.title01 + p.txt {
	margin-bottom: 7vmin;	
}	

.btn_type01 {}
.btn_type01::after {}	
.caution {}
}

/* --------------------------------------------------------------------
/* Slick共通
-------------------------------------------------------------------- */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    color: #b0c2a7;
    background-color: #b0c2a7;
    border-radius: 100px;
    z-index: 2;
}
.slick-prev {
}
.slick-next {}
.slick-prev:before, .slick-next:before {
    content: "〉";
}
.slick-prev:before {
    content: "〈";
    padding-right: 12px;
}
.slick-next:before {
    padding-left: 12px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #b0c2a7;
    opacity: 0.8;
}
/** SP **/
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next {}
    .slick-prev {
    left: 0;
}
    .slick-next {
    right: 0;
}
    .slick-prev:before, .slick-next:before {}
    .slick-prev:before {}
    .slick-next:before {}    
}
/* --------------------------------------------------------------------
/* 
-------------------------------------------------------------------- */
.w1200 {
	width:1200px;
	margin-left:auto;
	margin-right:auto; 
	}
.c_red {
	color: #f00;
}
.f_18 {
	font-size: 18px;
}
.ta_c {
	text-align: center;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t25 {
	padding-top: 25px;
}
.p_t30 {
	padding-top: 30px;
}
.p_t40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_r0 {
	padding-right: 0px !important;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b40 {
	margin-bottom: 40px;
}
.f40 {
	font-size: 40px;
	font-weight: bold;
}
.f30 {
	font-size: 30px;
	font-weight: bold;
}
	



@media(min-width: 1px) and (max-width: 768px) {}	


/* --------------------------------------------------------------------
/* パンくず
-------------------------------------------------------------------- */
.fs-c-breadcrumb {
    max-width: 1216px;
    margin: auto;    
    width: 96%;
}
.fs-c-breadcrumb__list {}
.fs-c-breadcrumb__list > li {}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {}
    .fs-c-breadcrumb__list {}
    .fs-c-breadcrumb__list > li {}
}