@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap');
/*================================
base css
================================*/
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box; */
}

a {
  color: #222;
  transition: all 0.2s ease;
  text-decoration: none;
}

a img {
  transition: all 0.2s ease;
  text-decoration: none;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #222;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
}
main{
  overflow: hidden;
}
@media screen and (min-width: 767px), print {
  body {
    font-size: 1.2962962963vw;
  }

  .sp {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  body {
    font-size: 14px; }
  img {
    max-width: 100%;
  }
}
ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  /* *display: inline;
  *zoom: 1; */
}

li::marker {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
  opacity: .7;
  transition: all 0.2s ease-in-out 0s;
}

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

label {
  cursor: pointer;
}

/* * {
  box-sizing: border-box;
} */

:root {
  --sp-contents-width: calc(656 / 750 * 100vw);
}

.inner {
  max-width: calc((1200/1240)*100vw);
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/*================================
common css
================================*/
.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.en{
  font-family: 'Inter', sans-serif;
}

.number{
  font-family: 'Oswald', sans-serif;
}

.link_icon{
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}

.link_icon::after{
  content: "";
  position: absolute;
  background: url("../img/common/header_linkIcon.webp") no-repeat center center / contain;
  width: calc((11/1600)*100vw);
  height: calc((11/1600)*100vw);
  top: calc((34/1600)*100vw);
  right: 0;
}
@media screen and (min-width: 1600px) {
  .link_icon::after{
    width: 11px;
    height: 11px;
    top: 34px;
  }
}

.mega_block{
  display: none !important;
}
.mega_none{
  display: block !important;
}
@media screen and (min-width: 1600px){
  .mega_block{
  display: block !important;
  }
  .mega_none{
    display: none !important;
  }
}
/*================================
header
================================*/
#top_btn {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  display: none;
}
#globalHeader {
  width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #010101;
  font-size: 14px;
  background: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.09));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10001;
}

@media screen and (min-width: 768px) {
  #globalHeader a {
    letter-spacing: 0.05em;
    color: #222;
  }
}

#globalHeader .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: calc((80/1600)*100vw);
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #globalHeader .header_inner{
    width: 1600px;
    height: 80px;
  }
}
#globalHeader .header_inner h1 {
  width: calc((184/1600)*100vw);
  margin-left: 10px;
  position: relative;
  margin-right: 2%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #globalHeader .header_inner h1{
    width: 184px;
  }
}

#globalHeader .header_inner h1 a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

#globalHeader .header_inner h1 a img {
  width: 100%;
}

#globalHeader .header_nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#globalHeader .header_nav .nav_list01, #globalHeader .header_nav .nav_btnlist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#globalHeader .header_nav .nav_list01 > li{
  margin-left: calc((40/1600)*100vw);
  height: calc((80/1600)*100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1600px) {
  #globalHeader .header_nav .nav_list01 > li{
    margin-left: 40px;
    height: 80px;
  }
}
#globalHeader .header_nav .nav_list01 > li:nth-child(-n+5):hover::after{
  content: "";
  position: absolute;
  background: #333333;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
#globalHeader .header_nav .nav_list01 > li:first-child{
  margin-left: 0;
}
#globalHeader .header_nav .nav_list01 > li > p, #globalHeader .header_nav .nav_list01 > li > a{
  font-size: calc((16/1600)*100vw);
}
@media screen and (min-width: 768px){
  #globalHeader .header_nav .nav_list01 > li > p,
  #globalHeader .header_nav .nav_list01 > li > a,
  #globalHeader.altNew .header_nav .nav_list01 > li > p > span {
    height: 100%;
  }
  #globalHeader.altNew .header_nav .nav_list01 > li > p > span {
    display: inline-block;
    cursor: pointer;
  }
  #globalHeader .header_nav .nav_list01 > li > p > a,
  #globalHeader .header_nav .nav_list01 > li > a {
    line-height: 5vw;
    display: flex;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1600px){
  #globalHeader .header_nav .nav_list01 > li > p, #globalHeader .header_nav .nav_list01 > li > a{
    font-size: 16px;
  }

  #globalHeader .header_nav .nav_list01 > li > p > a,
  #globalHeader .header_nav .nav_list01 > li > a {
    line-height: 80px;
  }
}
#globalHeader .header_nav .nav_btnlist > li{
  margin: 0 0 0 10px;
  padding: 0;
  background: none;
}
#globalHeader .header_nav .nav_btnlist > li > a{
  display: block;
  width: calc((180/1600)*100vw);
  height: calc((46/1600)*100vw);
  font-size: calc((15/1600)*100vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  border-radius: calc((6/1600)*100vw);
  color: #fff;
  background: #333333;
  border: 2px solid #333333;
  transition: all 0.2s ease;
  opacity: 1;
  box-sizing: border-box;
  line-height: calc((42/1600)*100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader .header_nav .nav_btnlist > li > a{
    width: 180px;
    height: 46px;
    border: 2px solid #333333;
    border-radius: 6px;
    font-size: 15px;
    line-height: 42px;
  }
}
#globalHeader .header_nav .nav_btnlist > li > a:hover{
  color: #333333;
  border: 2px solid #333333;
  background: #fff;
}
#globalHeader .header_nav .nav_btnlist .contact a{
  background: linear-gradient(90deg,#c11c13 0%, #aa2d26 100%);
  border: 2px solid #C11C13;
}
#globalHeader .header_nav .nav_btnlist .contact a:hover{
  color: #C11C13;
  border: 2px solid #C11C13;
}
#globalHeader .header_nav .nav_btnlist li a span{
  position: relative;
}
#globalHeader .header_nav .nav_btnlist li a span::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: calc((11/1600)*100vw);
  width: calc((7/1600)*100vw);
  height: calc((7/1600)*100vw);
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  right: calc((-12/1600)*100vw);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1600px) {
  #globalHeader .header_nav .nav_btnlist li a span::after{
    width: 7px;
    height: 7px;
    top: 11px;
    right: -12px;
  }
}
#globalHeader .header_nav .nav_btnlist li a:hover span::after{
  border-bottom: solid 2px #333333;
  border-right: solid 2px #333333;
}
#globalHeader .header_nav .nav_btnlist .contact a:hover span::after{
  border-bottom: solid 2px #C11C13;
  border-right: solid 2px #C11C13;
}
/*================================
header_nav
================================*/
#globalHeader .child-content{
  display: none;
  position: fixed;
  top: calc((80/1600)*100vw);
  left: 0;
  width: 100vw;
  color: #222222;
  background: #F6F6F6;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-content{
    top: 80px;
  }
}
#globalHeader .child-content.open{
  display: block;
}
#globalHeader .child-bg{
  width: 100%;
  height: 100%;
  padding: calc((40/1600)*100vw) 0 calc((54/1600)*100vw);
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-bg{
    padding: 40px 0 54px;
  }
}
#globalHeader .child-bg .child_inner{
  max-width: 1600px;
  margin: 0 auto;
}
#globalHeader .child_navTtl{
  font-size: calc((20/1600)*100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: calc((50/1600)*100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader .child_navTtl{
    font-size: 22px;
    margin-bottom: 50px;
  }
}
#globalHeader .child-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#globalHeader .child-list .child-item{
  width: calc((400/1600)*100vw);
  padding: 0 calc((35/1600)*100vw) 0;
  border-right: 1px solid #E8E8E8;
  box-sizing: border-box;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-list .child-item{
    width: 400px;
    padding: 0 35px 0;
    box-sizing: border-box;
  }
}
#globalHeader .child-list .child-item:first-child{
  border-left: 1px solid #E8E8E8;
}
#globalHeader .child-products{
  font-size: calc((18/1600)*100vw);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: calc((29/1600)*100vw);
  text-align: center;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-products{
    font-size: 18px;
    margin-bottom: 29px;
  }
}
#globalHeader .child-productsLogo{
  display: block;
  margin: 0 auto calc((30/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-productsLogo{
    margin: 0 auto 30px;
  }
}
#globalHeader .child-serviceList > li{
  margin-bottom: calc((22/1600)*100vw);
  text-indent: -1em;
  padding-left: 1em;
}
#globalHeader .child-serviceList > li.not_indent{
  text-indent: 0;
  padding-left: 0;
}
#globalHeader .child-serviceList > li.mb25 {
  margin-bottom: calc((25/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li{
    margin-bottom: 22px;
  }
  #globalHeader .child-serviceList > li.mb25 {
    margin-bottom: 25px;
  }
}
#globalHeader .child-serviceList > li:last-child{
  margin-bottom: 0;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li:last-child{
    margin-bottom: 0;
  }
}
#globalHeader .child-serviceList > li.serviceList_ttl{
  font-size: calc((15/1600)*100vw);
  font-weight: 700;
  margin-bottom: calc((15/1600)*100vw);
  letter-spacing: 0.05em;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li.serviceList_ttl{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

#globalHeader .child-serviceList > li.serviceList_ttl.serviceList_ttl-header {
  padding-top: calc((3/1600)*100vw);
  margin-bottom: calc((22/1600)*100vw);
  font-size: calc((20/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li.serviceList_ttl.serviceList_ttl-header {
    padding-top: 3px;
    margin-bottom: 22px;
    font-size: 20px;
  }
}

#globalHeader .megaNav_btn{
  text-indent: 0 !important;
  padding-left: 0 !important;
}
#globalHeader .megaNav_btn.mb12{
  margin-bottom: calc((12/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .megaNav_btn.mb12{
    margin-bottom: 12px;
  }
}

#globalHeader .megaNav_btn.mb30{
  margin-bottom: calc((30/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .megaNav_btn.mb30{
    margin-bottom: 30px;
  }
}

#globalHeader .megaNav_btn a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#globalHeader .megaNav_btn a.flex_center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#globalHeader .megaNav_btn a .mega_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#globalHeader .megaNav_btn a.flex_bottom {
  align-items: end;
}

#globalHeader .megaNav_btn a .mega_flex .logo-wrapper.ap {
  width: calc((150/1600)*100vw);
}
#globalHeader .megaNav_btn a .mega_flex .logo-wrapper.af {
  width: calc((136/1600)*100vw);
}
#globalHeader .megaNav_btn a .mega_flex .logo-wrapper.amed {
  width: calc((170/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .megaNav_btn a .mega_flex .logo-wrapper.ap {
    width: 150px;
  }
  #globalHeader .megaNav_btn a .mega_flex .logo-wrapper.af {
    width: 136px;
  }
  #globalHeader .megaNav_btn a .mega_flex .logo-wrapper.amed {
    width: 170px;
  }
}
#globalHeader .megaNav_btn a .logo-wrapper.pfs {
  width: calc((136/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .megaNav_btn a .logo-wrapper.pfs {
    width: 136px;
  }
}

#globalHeader .megaNav_btn .child-serviceList02 {
  padding-left: 1em;
}
#globalHeader .child-serviceList > li > a{
  color: #222222;
  font-size: calc((15/1600)*100vw);
  font-weight: 500;
  line-height: 1.6em;
  padding-left: calc((15/1600)*100vw);
  position: relative;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a{
    font-size: 16px;
    padding-left: 15px;
  }
}
#globalHeader .child-serviceList > li > a::before{
  position: absolute;
  content: "";
  display: inline-block;
  top: calc((8/1600)*100vw);
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #CCCCCC;
}
#globalHeader .megaNav_btn a.arrow_center::before{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a::before{
    top: 8px;
  }
}
#globalHeader .child-serviceList > li > a .nav_logo{
  display: block;
  width: 100%;
}
#globalHeader .child-serviceList > li > a .nav_logo.img02{
  width: calc((71/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logo.img02{
    width: 71px;
  }
}

#globalHeader .child-serviceList > li > a .nav_logo.img05{
  width: calc((136/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logo.img05{
    width: 136px;
  }
}
#globalHeader .child-serviceList > li > a .nav_logo.img06{
  width: calc((120/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logo.img06{
    width: 120px;
  }
}

#globalHeader .child-serviceList > li > a .nav_logoTxt01{
  font-size: calc((13/1600)*100vw);
  margin-top: calc((5/1600)*100vw);
  white-space: nowrap;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logoTxt01{
    display: inline-block;
    font-size: 13px;
    margin-top: 0;
  }
}
#globalHeader .child-serviceList > li > a .nav_logoTxt02{
  font-size: calc((16/1600)*100vw);
  margin-top: calc((5/1600)*100vw);
  white-space: nowrap;
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logoTxt02{
    display: inline-block;
    font-size: 16px;
    margin-top: 0;
  }
}
#globalHeader .child-serviceList > li > a .nav_logoTxt03 {
  font-size: calc((9/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList > li > a .nav_logoTxt03 {
    font-size: 10px;
  }
}

#globalHeader .child-serviceList .child-serviceList02{
  margin-top: calc((12/1600)*100vw);
}
@media screen and (min-width: 1600px){
  #globalHeader .child-serviceList .child-serviceList02{
    margin-top: 12px;
  }
}
#globalHeader .child-txt01{
  font-size: calc((14/1600)*100vw);
  margin-top: calc((24/1600)*100vw);
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #666666;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-txt01{
    font-size: 14px;
    margin-top: 24px;
  }
}
#globalHeader .child-txt01 a{
  color: #666666;
  text-decoration: underline;
  position: relative;
}
#globalHeader .child-txt01 a::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: calc((7/1600)*100vw);
  height: calc((7/1600)*100vw);
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-txt01 a::after{
    width: 7px;
    height: 7px;
  }
}
#globalHeader .child-serviceList02 > li{
  text-indent: -1em;
  padding-left: 1em;
  margin: calc((10/1600)*100vw) 0 calc((15/1600)*100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-serviceList02 > li{
    margin: 10px auto 15px;
  }
}
#globalHeader .child-serviceList02 > li:last-child{
  margin-bottom: 0;
}
#globalHeader .child-serviceList02 > li a{
  display: block;
  font-size: calc((15/1600)*100vw);
  color: #555555;
  padding-left: calc((30/1600)*100vw);
  position: relative;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-serviceList02 > li a{
    font-size: 16px;
    padding-left: 30px;
    letter-spacing: 0.05em;
  }
}
#globalHeader .child-serviceList02 > li a::before {
  content: "";
  position: absolute;
  background: #999999;
  width: calc((4/1600)*100vw);
  height: calc((1/1600)*100vw);
  top: calc((8/1600)*100vw);
  left: 0;
}
@media screen and (min-width: 1600px) {
  #globalHeader .child-serviceList02 > li a::before {
    width: 4px;
    height: 1px;
    top: 8px;
  }
}
@media screen and (min-width:768px) and ( max-width:1640px){
  #globalHeader .child-bg .child_inner{
    width: 95%;
  }
}






/*================================
modal
================================*/
.md-overlay{
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  background: #F6F6F6;
  width: 100vw;
  top: calc((80/1600)*100vw);
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 1600px){
  .md-contents{
    top: 80px;
  }
}
.md-inner{
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1600px){
  .md-inner{
    height: calc((240/1600)*100vw);
  }
}
.md-xmark{
  position: absolute;
  top: -34px;
  right: 0;
  width: 30px;
  height: 23px;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.md-xmark span:nth-of-type(1){
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2){
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

/*serach*/
.md-btn{
  background: #F6F6F6 url("../img/common/header_search.webp") no-repeat center / contain;
  background-size: calc((14/1600)*100vw);
  padding: calc((15/1600)*100vw);
  width: calc((45/1600)*100vw);
  height: calc((45/1600)*100vw);
  border-radius: 30px;
}
@media screen and (min-width: 1600px) {
  .md-btn{
    background-size: 14px;
    padding: 15px;
    width: 45px;
    height: 45px;
  }
}

.md-btn.close{
  background: #F6F6F6 url("../img/common/header_b_close.webp") no-repeat center / contain;
  background-size: calc((14/1600)*100vw);
  padding: calc((15/1600)*100vw);
  width: calc((45/1600)*100vw);
  height: calc((45/1600)*100vw);
  border-radius: 30px;
}
@media screen and (min-width: 1600px) {
  .md-btn.close{
    background-size: 14px;
    padding: 15px;
    width: 45px;
    height: 45px;
  }
}
.search-location{
  width: 100%;
}
form.site-search{
  position: relative;
  width: 625px;
  height: 50px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
}
.search-box{
  padding: 15px 36px;
  width: 100%;
  height: 50px;
  border-radius: 30px;
}
.site-search button.seach-button{
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 50px;
  border: none;
  background: #333333 url("../img/common/header_w_search.webp") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
  background-size: 15px;
  border-radius: 0 30px 30px 0;
}
.site-search input{
  -webkit-appearance:none;
  /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
}
/*テキスト入力input設定*/
.site-search  input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: none;
  border-radius: 30px;
  background: #fff;
  transition: all 0.5s;
  letter-spacing: 0.05em;
}
.site-search  input::placeholder{
  color: #999999;
  font-size: 15px;
}

/*================================
panArea
================================*/
.topBreadCrumb{
  height: 40px;
  line-height: 40px;
  margin: calc((80/1600)*100vw) auto 0;
  background: url(../img/common/bg_breadcrumb.gif);
}
@media screen and (min-width: 1600px){
  .topBreadCrumb{
    margin: 80px auto 0;
  }
}
.topBreadCrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1600px){
  .topBreadCrumb ol {
    width: 1600px;
  }
}

.topBreadCrumb ol li:first-of-type {
  margin-left: 10px;
}

.topBreadCrumb li {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
}
.topBreadCrumb li:last-child{
  margin-right: 0;
}
.topBreadCrumb li:after {
  content: '' !important;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #a3a3a3;
  border-right: solid 1px #a3a3a3;
  right: -12px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}
.topBreadCrumb li:last-child::after {
  display: none;
}
/*================================
ctaArea
================================*/
.ctaArea{
  color: #fff;
  background: #2B2B2B;
  padding: 79px 0 60px;
}

.ctaArea .inner{
  max-width: 750px;
}

.ctaArea h2{
  margin-bottom: 22px;
  font-size: 31.5px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}

.ctaArea_download{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.ctaArea_download .download_img{
  width: 240px;
}

.ctaArea_download .download_txt{
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ctaArea_download .download_btn{
  display: block;
  color: #fff;
  width: 472.5px;
  height: 72px;
  padding: 13px 0 12px;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1.5px solid #fff;
  border-radius: 7.5px;
  position: relative;
  line-height: 1;
}

.ctaArea_download .download_btn::after{
  position: absolute;
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  border-radius: 3px;
}
.ctaArea_download .download_btn:hover{
  position: relative;
  display: block;
  opacity: 1;
  background: #fff;
  color: #222222;
  text-align: center;
}
.ctaArea_download .download_btn:hover::after{
  border-bottom-color: #222222;
  border-right-color: #222222;
}

.ctaArea_download .download_btn span{
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}

.ctaArea_tel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 53px 26px 37px;
  border: 1px solid #444444;
}

.tel_txt{
  width: 315px;
  line-height: 1;
}

.tel_txt p{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tel_txt02 dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  color: #AAAAAA;
}

.tel_txt02 dl:last-of-type {
  margin-bottom: 0;
}

.tel_txt02 dl dt{
  width: 70px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tel_txt02 dl:last-child dt{
  margin-bottom: 0;
}
.tel_txt02 dl dd{
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.05em;
}

.tel_number {
  line-height: 1;
}

.tel_number img{
  width: 30px;
  vertical-align: baseline;
}

.tel_number .tel{
  display: inline-block;
  font-size: 52.5px;
  letter-spacing: 0.02em;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 6px;
  position: relative;
}

.tel_number .tel_txtSmall{
  margin-top: 5px;
  font-size: 10.5px;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-align: center;
}

.tel_number .tel_txt02{
  display: block;
  font-size: 16px;
  margin-left: 45px;
  letter-spacing: 1px;
}

/*================================
footer
================================*/
#globalFooter{
  color: #BBBBBB;
  background: #383838;
  padding-top: calc((50/1440)*100vw);
  padding-bottom: calc((30/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  #globalFooter{
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

#globalFooter .inner {
  width: calc((900/1440)*100vw);
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  #globalFooter .inner {
    max-width: 900px;
  }
}

.footerMenu_contents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerMenu_box{
  width: calc((262.5/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  .footerMenu_box{
    width: 262.5px;
  }
}
.footerMenu_box:nth-child(2){
  width: calc((292.5/1240)*100vw);
}
@media screen and (min-width: 1240px) {
  .footerMenu_box:nth-child(2){
    width: 292.5px;
  }
}
.footerMenu_box:nth-child(3){
  width: calc((255/1240)*100vw);
}
@media screen and (min-width: 1240px) {
  .footerMenu_box:nth-child(3){
    width: 255px;
  }
}
.footer_ttl{
  margin-bottom: 21px;
}
#globalFooter .footer_ttl a{
  color: #BBBBBB;
  font-size: calc((11.25/1440)*100vw);
  font-weight: 100;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  #globalFooter .footer_ttl a{
    font-size: 11.25px;
  }
}
.footer_ttl span{
  display: block;
  font-size: calc((13.5/1440)*100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: calc((10/1440)*100vw);
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .footer_ttl span{
    font-size: 13.5px;
    margin-top: 10px;
  }
}
.footer_ttl .mt0{
  margin-top: 0;
}
.footerMenu_contents {
  padding-bottom: calc((40/1440)*100vw);
  margin-bottom: calc((35/1440)*100vw);
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 1440px) {
  .footerMenu_contents {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
.footerMenu_box .footerMenu_list > li{
  margin-bottom: calc((11/1440)*100vw);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list > li{
    margin-bottom: 11px;
  }
}
.footerMenu_box .footerMenu_list > li:last-child{
  margin-bottom: 0;
}
.footerMenu_box .footerMenu_list > li > a{
  font-size: calc((11.25/1440)*100vw);
  color: #fff;
  padding-left: calc((13/1440)*100vw);
  font-weight: 100;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list > li > a{
    font-size: 11.25px;
    padding-left: 13px;
  }
}
.footerMenu_box .footerMenu_list > li > a:hover{
  color: #999999;
  opacity: 1;
}
.footerMenu_box .footerMenu_list > li  > a::before{
  position: absolute;
  content: "";
  display: inline-block;
  top: calc((7/1440)*100vw);
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #999999;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list > li  > a::before{
    top: 7px;
  }
}

.footerMenu_box .footerMenu_list > li > a.blank span {
  padding: 0 calc(16 / 1440 * 100vw) 0 0;
  background-image: url("/https/www.lanscope.jp/assets/img/top/icon_blank.webp");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .footerMenu_box .footerMenu_list > li > a.blank span {
    background-size: calc(20 / 750 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list > li > a.blank span {
    padding-right: 16px;
    -webkit-background-size: 10px;
    background-size: 10px;
  }
}

.footerMenu_box .footerMenu_list02 > li{
  font-size: calc((11.25/1440)*100vw);
  margin-bottom: calc((10/1440)*100vw);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list02 > li{
    font-size: 11.25px;
    margin-bottom: 9px;
  }
}
.footerMenu_box .footerMenu_list02 > li:first-child{
  margin-top: calc((10/1240)*100vw);
}
@media screen and (min-width: 1240px) {
  .footerMenu_box .footerMenu_list02 > li:first-child{
    margin-top: 10px;
  }
}
.footerMenu_box .footerMenu_list02 > li:last-child{
  margin-bottom: 0;
}
.footerMenu_box .footerMenu_list02 > li > a{
  color: #DDDDDD;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  padding-left: calc((14/1440)*100vw);
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list02 > li > a{
    padding-left: 14px;
  }
}
.footerMenu_box .footerMenu_list02 > li > a::before{
  content: "";
  position: absolute;
  background: #999999;
  width: calc((4/1440)*100vw);
  height: calc((1/1440)*100vw);
  top: calc((9/1440)*100vw);
  left: 0;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box .footerMenu_list02 > li > a::before{
    width: 4px;
    height: 1px;
    top: 9px;
  }
}
.footerMenu_border{
  padding-bottom: calc((40/1440)*100vw);
  margin-bottom: calc((35/1440)*100vw);
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 1440px) {
  .footerMenu_border{
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
.footerMenu_contents02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerMenu_box.bnr_area a{
  display: block;
  color: #fff;
  margin-bottom: calc((26/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  .footerMenu_box.bnr_area a{
    margin-bottom: 26px;
  }
}
.footerMenu_box.bnr_area .bnr_img{
  width: calc((255/1440)*100vw);
  height: calc((112.5/1440)*100vw);
  margin-bottom: calc((14/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  .footerMenu_box.bnr_area .bnr_img{
    width: 255px;
    height: 112.5px;
    margin-bottom: 14px;
  }
}
.footerMenu_box.bnr_area .bnr_txt{
  font-size: calc((12/1440)*100vw);
  font-weight: 100;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footerMenu_box.bnr_area .bnr_txt{
    font-size: 12px;
  }
}
.footerMenu_box.bnr_area a:hover .bnr_txt{
  color: #999999;
  opacity: 1;
  transition: all 0.2s ease;
}
.footerMenu_box.bnr_area .bnr_txt::after{
  position: absolute;
  content: '';
  display: inline-block;
  width: calc((10/1240)*100vw);
  height: calc((9/1240)*100vw);
  bottom: calc((-4/1240)*100vw);
  right: calc((-20/1240)*100vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("/https/www.lanscope.jp/assets/img/top/icon_blank.webp");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 1240px) {
  .footerMenu_box.bnr_area .bnr_txt::after{
    width: 10px;
    height: 9px;
    bottom: -4px;
    right: -20px;
  }
}
.footerMenu_box.bnr_area a:hover .bnr_txt::after{
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1240px) {
  .footerMenu_box.bnr_area a:hover .bnr_txt::after{
  }
}
.footerMenu_list03{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .footerMenu_list03 {
    margin-bottom: 8vw;
  }
}
.footerMenu_list03 li{
  margin-right: calc((20.5/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  .footerMenu_list03 li{
    margin-right: 20.5px;
  }
}
.footerMenu_list03 li:last-child{
  margin-right: 0;
}

.footerMenu_box.bnr_area .footerMenu_list03 li a {
  display: flex;
  align-items: center;
  height: calc(21.75 / 1440 * 100vw);
  margin-bottom: 0;
}
.footerMenu_box.bnr_area .footerMenu_list03 li.note a {
  width: calc(36 / 1440 * 100vw);
}
.footerMenu_box.bnr_area .footerMenu_list03 li.fb a {
  width: calc(21 / 1440 * 100vw);
}
.footerMenu_box.bnr_area .footerMenu_list03 li.x a {
  width: calc(20.25 / 1440 * 100vw);
}
.footerMenu_box.bnr_area .footerMenu_list03 li.yt a {
  width: calc(28.5 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .footerMenu_box.bnr_area .footerMenu_list03 li a {
    height: 21.75px;
  }
  .footerMenu_box.bnr_area .footerMenu_list03 li.note a {
    width: 36px;
  }
  .footerMenu_box.bnr_area .footerMenu_list03 li.fb a {
    width: 21px;
  }
  .footerMenu_box.bnr_area .footerMenu_list03 li.x a {
    width: 20.25px;
  }
  .footerMenu_box.bnr_area .footerMenu_list03 li.yt a {
    width: 28.5px;
  }
}

.footer_nav{
  padding-top: calc((30/1240)*100vw);
  border-top: 1px solid #555555;
  margin: calc((50/1240)*100vw) calc(50% - 50vw);
}
@media screen and (min-width: 1240px) {
  .footer_nav{
    padding-top: 21px;
    margin-top: 50px;
  }
}
.footer_nav .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_navContents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_logo{
  width: calc(81 / 1440 * 100vw);
  margin-right: calc((30/1440)*100vw);
}
@media screen and (min-width: 1240px) {
  .footer_logo{
    width: 81px;
    margin-right: 30px;
  }
}
.footer_navList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_navList li {
  padding-right: calc((15/1440)*100vw);
  margin-right: calc((15/1440)*100vw);
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footer_navList li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.footer_navList li::after{
  content: "";
  position: absolute;
  border-right: 1px solid #555555;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 1240px) {
  .footer_navList li::after{
    height: calc((12/1240)*100vw);
  }
}
.footer_navList li:last-child::after{
  display: none;
}
.footer_navList li a{
  color: #BBBBBB;
  font-size: calc((9.75/1440)*100vw);
  padding-right: calc((16/1440)*100vw);
  position: relative;
}
@media screen and (min-width: 1440px) {
  .footer_navList li a{
    font-size: 9.75px;
    padding-right: 16px;
  }
}
.footer_navList li a::before{
  content: "";
  position: absolute;
  background: url("../img/common/icon_blank.webp") no-repeat center center / contain;
  width: calc((10/1240)*100vw);
  height: calc((9/1240)*100vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 1240px) {
  .footer_navList li a::before{
    width: 10px;
    height: 9px;
  }
}
.copy {
  font-size: calc((12/1240)*100vw);
}
@media screen and (min-width: 1240px) {
  .copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px){
  #globalHeader .header_nav .nav_list01, #globalHeader .header_nav .nav_btnlist{
    /*display: none;*/
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
  }

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

  .pc {
    display: none;
  }

  .open {
    overflow: hidden;
  }

  .inner {
    width: 90vw;
    margin: 0 auto;
  }

  /*================================
  header
  ================================*/
  #globalHeader {
    background: #fff;
    height: calc((120/750)*100vw);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 10000;
    transition: all 0.2s;
    /* filter: drop-shadow(0 0 calc((16/750)*100vw) rgba(0, 0, 0, 0.1)); */
  }

  #globalHeader .inner {
    width: 100%;
    transition: all 0.2s;
  }

  #globalHeader .logoSet {
    width: 100%;
    max-width: 100%;
    height: calc((120/750)*100vw);
    margin: 0 auto;
    position: relative;
    background: #fff;
    z-index: 10;
  }

  #globalHeader .logoSet .logo {
    position: absolute;
    width: 100%;
    max-width: calc((336/750)*100vw);
    left: calc((40/750)*100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #globalHeader .logoSet .logo img {
    width: 100%;
  }

  #globalHeader .logoSet .logo a {
    display: block;
  }

  #globalHeader .spFlame {
    background: #333333;
    width: 100%;
    z-index: 1000;
    overflow-x: hidden;
  }
  .menu_scroll{
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100vh;
    margin-top: calc((-120/750)*100vw);
    padding-top: calc((120/750)*100vw);
  }
  .menu_scroll.active{
    display: block;
  }
  .sp_navList {
    width: 100%;
    margin: 0 auto;
  }
  .sp_navList > li{
    position: relative;
  }
  .sp_navList > li > a,
  .accordion_header.btn .btn_inner{
    font-size: calc((28/750)*100vw);
    display: block;
    padding: calc((55/750)*100vw) 0;
    width: 90vw;
    color: #fff;
    margin: 0 auto;
    transition: all 0.2s ease;
    position: relative;
  }
  .sp_navList > li::after{
    content: "";
    position: absolute;
    background:#444;
    width: 100vw;
    height: calc((2/750)*100vw);
    bottom: 0;
    left: 0;
  }
  .sp_navList .blank::before{
    content: "";
    position: absolute;
    background: url("../img/common/nav_w_linkIcon.webp") no-repeat center / contain;
    width: calc((26/750)*100vw);
    height: calc((26/750)*100vw);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: calc((40/750)*100vw);
  }
  .sp_navList02 > a{
    border-bottom: 0 !important;
  }
  .sp_navList02 > a > span{
    padding: calc((40/750)*100vw) 0 calc((30/750)*100vw) calc((40/750)*100vw) !important;
  }
  .sp_navList02 > ul{
    border-bottom: calc((2/750)*100vw) solid #F5F5F5;
  }
  .sp_navList02 > ul > li{
    background: #fff;
  }
  .sp_navList02 > ul > li > a{
    display: block;
    font-size: calc((26/750)*100vw);
    color: #555555;
    background: #fff;
    padding: 0 0 calc((40/750)*100vw) calc((90/750)*100vw);
    width: 90vw;
    margin: 0 auto;
    position: relative;
  }
  .sp_navList02 > ul > li:last-child > a{
    padding-bottom: calc((50/750)*100vw);
  }
  .sp_navList02 > ul > li > a::before {
    content: "";
    position: absolute;
    background: #999999;
    width: calc((8/750)*100vw);
    height: calc((2/750)*100vw);
    top: calc((14/750)*100vw);
    left: calc((60/750)*100vw);
  }
  .sp_navList .search {
    padding: calc((30/750)*100vw) 0;
  }
  .sp_navList .search .site-search{
    width: 90%;
    height: calc((90/750)*100vw);
  }
  .sp_navList .search .site-search button.seach-button{
    height: calc((90/750)*100vw);
    width: calc((90/750)*100vw);
    background: #F6F6F6 url("../img/common/header_search.webp") no-repeat calc((30/750)*100vw) center;
    background-size: calc((30/750)*100vw);
  }
  .sp_navList .search .search-box{
    padding: calc((20/750)*100vw) calc((60/750)*100vw);
  }
  .site-search input::placeholder{
    font-size: calc((28/750)*100vw);
  }
  .site-search  input[type="search"] {
    width: 100%;
    height: calc((90/750)*100vw);
    padding: calc((30/750)*100vw) 0;
    border: none;
    border-radius: calc((60/750)*100vw);
    background: #fff;
    letter-spacing: 0.05em;
  }
  .nav_btnlist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
  }
  .nav_btnlist > li{
    width: 48%;
    padding: 0;
    background: transparent;
  }
  .nav_btnlist > li > a{
    display: block;
    width: 100%;
    height: calc((110/750)*100vw);
    font-size: calc((28/750)*100vw);
    font-weight: bold;
    border-radius: calc((10/750)*100vw);
    color: #222222;
    background: #fff;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: calc((40/750)*100vw) auto;
  }
  .nav_btnlist > li > a > span{
    position: relative;
  }
  .nav_btnlist > li > a > span::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: calc((16/750)*100vw);
    width: calc((14/750)*100vw);
    height: calc((14/750)*100vw);
    border-bottom: solid calc((4/750)*100vw) #222222;
    border-right: solid calc((4/750)*100vw) #222222;
    right: calc((-22/750)*100vw);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transition: all 0.2s ease;
  }
  .nav_btnlist > .contact > a > span::after{
    border-bottom: solid calc((4/750)*100vw) #fff;
    border-right: solid calc((4/750)*100vw) #fff;
  }
  .nav_btnlist .contact a{
    color: #fff;
    background: linear-gradient(90deg,#c11c13 0%, #aa2d26 100%);
  }
  .nav_btnlist li a span{
    position: relative;
  }
  #globalHeader #sp_btnArea {
    position: absolute;
    top: 0;
    right: calc((-2/750)*100vw);
    width: calc((120/750)*100vw);
    height: calc((120/750)*100vw);
    z-index: 2000;
  }
  #globalHeader #sp_btnArea .navBtn {
    background: url("../img/common/btn-nav.webp") no-repeat 0 0;
    background-size: calc((120/750)*100vw) calc((120/750)*100vw);
    cursor: pointer;
    height: calc((120/750)*100vw);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    font-size: 0;
  }
  #globalHeader #sp_btnArea .navBtn.active {
    background: url("../img/common/btn-nav-close.webp") no-repeat 0 0;
    background-size: calc((120/750)*100vw) calc((120/750)*100vw);
  }
  #globalHeader #boxOverlay.active {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: calc((120/750)*100vw);
    z-index: -1;
    cursor: pointer;
  }
  #globalHeader #boxOverlay{
    display: none;
  }

  /*================================
  header_accordion
  ================================*/
  .accordion_header {
    border-bottom: calc((2/750)*100vw) solid #444444;
    color: #fff;
    font-size: calc((28/750)*100vw);
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: calc((20/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc((20/750)*100vw);
    margin-top: calc((-10/750)*100vw);
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .accordion_header .i_box .one_i {
    display: block;
    width: calc((36/750)*100vw);
    height: calc((36/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .accordion_header.open .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accordion_header .i_box .one_i:before,  .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: calc((20/750)*100vw);
    width: calc((24/750)*100vw);
    height: calc((4/750)*100vw);
    position: absolute;
    top: calc((16/750)*100vw);
    left: calc((4/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .accordion_header .i_box .one_i:before {
    width: calc((4/750)*100vw);
    height: calc((24/750)*100vw);
    top: calc((6/750)*100vw);
    left: calc((14/750)*100vw);
  }
  .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accordion_list{
    color: #222222;
    background: #F4F4F4;
  }
  .accordion_inner {
    display: none;
    padding: 0;
    box-sizing: border-box;
  }
  .accordion_inner .box_one {
    height: calc((600/750)*100vw);
  }
  .accordion_inner p.txt_a_ac {
    margin: 0;
  }
  .accordion_contents .accordion_list02 > li > a > span{
    display: block;
    font-size: calc((26/750)*100vw);
    line-height: 1.6em;
    width: 90vw;
    margin: 0 auto;
    color: #222222;
    position: relative;
    padding: calc((40/750)*100vw) 0 calc((40/750)*100vw) calc((40/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc((30/750)*100vw) 0 calc((30/750)*100vw) calc((40/750)*100vw) !important;
  }
  .accordion_contents .accordion_list02 > .serviceList_ttl > span {
    display: block;
    font-size: calc((26/750)*100vw);
    font-weight: bold;
    background: #fff;
    border-top: calc((2/750)*100vw) solid #F5F5F5;
    padding: calc((40/750)*100vw) 0 calc((10/750)*100vw) calc((40/750)*100vw) !important;
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span .nav_logo{
    display: inline-block;
    width: calc((265/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.ap .nav_logo{
    width: calc((310/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.af .nav_logo{
    width: calc((284/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.amed .nav_logo{
    width: calc((350/750)*100vw);
  }

  .accordion_contents .accordion_list02 > li > .megaNav_btn > span .nav_logo img{
    display: inline-block;
    width: calc((268/750)*100vw);
  }
.accordion_contents .accordion_list02 > li > .megaNav_btn > span .nav_logo.img02 img{
    display: inline-block;
    width: calc((130/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.ap .nav_logo img,
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.af .nav_logo img,
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.amed .nav_logo img {
    width: 100%;
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span .nav_logo.img05 img {
    width: calc((226/750)*100vw);
  }

  .accordion_contents .accordion_list02 > li > .megaNav_btn > .border_b{
    height: calc((120/750)*100vw);
    padding-top: 0;
    padding-bottom: 0;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: calc((2/750)*100vw) solid #F5F5F5;
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > .border_b.panorays {
    width: 95vw;
    margin: 0 auto 0 5vw;
  }

  .accordion_contents .accordion_list02 > li > .megaNav_btn .nav_logoTxt01{
    padding-top: calc((3/750)*100vw);
    font-size: calc((26/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > span.nav_logoTxt01::before{
    display: none;
  }

  .accordion_contents .accordion_list02 > li > .megaNav_btn > .border_b.dt .nav_logoTxt02 {
    line-height: calc((32.36/750)*100vw);
  }
  .accordion_contents .accordion_list02 > li > .megaNav_btn > .border_b.panorays .nav_logoTxt02 {
    padding-top: calc((24/750)*100vw);
  }

  .accordion_contents .accordion_list02 > li > a > span::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-top: calc((8/750)*100vw) solid transparent;
    border-bottom: calc((8/750)*100vw) solid transparent;
    border-left: calc((8/750)*100vw) solid #CCCCCC;
  }
  .accordion_contents .accordion_list02 > li > a{
    display: block;
    font-size: calc((26/750)*100vw);
    background: #fff;
    border-bottom: calc((2/750)*100vw) solid #F5F5F5;
    position: relative;
  }
  .accordion_contents .accordion_list02 > .not_icon > a > span::before{
    display: none;
  }
  .accordion_contents .accordion_list02 > .not_icon > a > span > span{
    font-size: calc((24/750)*100vw);
    color: #555555;
    position: relative;
  }
  .accordion_contents .accordion_list02 > .not_icon > a > span > span::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: calc((12/750)*100vw);
    height: calc((12/750)*100vw);
    top: calc((20/750)*100vw);
    right: calc((-20/750)*100vw);
    border-bottom: solid calc((2/750)*100vw) #222222;
    border-right: solid calc((2/750)*100vw) #222222;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
  }
  .accordion_contents .accordion_header02{
    height: calc((150/750)*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc((130/750)*100vw);
    border-bottom: calc((2/750)*100vw) solid #fff;
    padding: calc((30/750)*100vw) calc((40/750)*100vw) calc((30/750)*100vw) calc((30/750)*100vw);
  }
  .accordion_contents:last-child .accordion_header02{
    border-bottom: none;
  }
  .accordion_contents .accordion_header02 .i_box .one_i {
    display: block;
    width: calc((36/750)*100vw);
    height: calc((36/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .accordion_contents .accordion_header02 .i_box .one_i:before, .accordion_contents .accordion_header02 .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #AAAAAA;
    border-radius: calc((20/750)*100vw);
    width: calc((24/750)*100vw);
    height: calc((4/750)*100vw);
    position: absolute;
    top: calc((16/750)*100vw);
    left: calc((4/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .accordion_contents .accordion_header02 .i_box .one_i:before {
    width: calc((4/750)*100vw);
    height: calc((24/750)*100vw);
    top: calc((6/750)*100vw);
    left: calc((14/750)*100vw);
  }
  .accordion_contents .accordion_header02.open .i_box .one_i:before {
    content: none;
  }
  .accordion_contents .accordion_header02.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accordion_contents .accordion_header02 p span{
    font-size: calc((26/750)*100vw);
    font-weight: bold;
    color: #222222;
    text-align: left;
  }
  .accordion_contents .accordion_header02 > a{
    display: block;
    width: calc((260/750)*100vw);
  }
  .accordion_contents .accordion_header02 > ul > li{
    position: relative;
  }
  .accordion_contents .accordion_header02 > ul > li::after{
    content: "";
    position: absolute;
    background: #fff !important;
    width: 100vw;
    height: calc((2/750)*100vw);
    bottom: 0;
    left: 0;
  }
  /*================================
panArea
================================*/
  .topBreadCrumb{
    height: calc((70/750)*100vw);
    line-height: calc((70/750)*100vw);
    margin: calc((120/750)*100vw) auto 0;
  }
  .topBreadCrumb ol {
    width: 90vw;
  }
  .topBreadCrumb li {
    font-size: calc((20/750)*100vw);
    margin-right: calc((28/750)*100vw);
  }
  .topBreadCrumb li:after {
    content: '';
    display: inline-block;
    width: calc((9/750)*100vw);
    height: calc((9/750)*100vw);
    border-bottom: solid calc((2/750)*100vw) #a3a3a3;
    border-right: solid calc((2/750)*100vw) #a3a3a3;
    right: calc((-15/750)*100vw);
  }
  /*================================
  ctaArea
  ================================*/
  .ctaArea{
    padding: calc((80/750)*100vw) 0;
  }
  .ctaArea .inner {
    max-width: 100%;
  }
  .ctaArea h2{
    font-size: calc((52/750)*100vw);
    line-height: 1.2em;
    white-space: normal;
    margin-bottom: calc((50/750)*100vw);
  }
  .ctaArea_download{
    display: block;
  }
  .ctaArea_download .download_img {
    width: calc((580/750)*100vw);
    margin: 0 auto calc((40/750)*100vw);
  }
  .ctaArea_download .download_txt {
    font-size: calc((28/750)*100vw);
    letter-spacing: 0;
    margin-bottom: calc((40/750)*100vw);
    text-align: center;
  }
  .ctaArea_download .download_btn{
    width: 100%;
    height: auto;
    font-size: calc((26/750)*100vw);
    line-height: 1.4;
    padding: calc((26/750)*100vw) 0 calc((20/750)*100vw);
    border-radius: calc((14/750)*100vw);
  }
  .ctaArea_download .download_btn span{
    font-size: calc((40/750)*100vw);
  }
  .ctaArea_download .download_btn::after{
    width: calc((20/750)*100vw);
    height: calc((20/750)*100vw);
    border-bottom: solid calc((6/750)*100vw) #fff;
    border-right: solid calc((6/750)*100vw) #fff;
    border-radius: calc((4/750)*100vw);
    right: calc((40/750)*100vw);
  }
  .ctaArea_tel{
    display: block;
    padding: calc((50/750)*100vw) calc((36/750)*100vw);
    text-align: center;
  }
  .tel_txt{
    width: auto;
    text-align: center;
  }
  .tel_txt p{
    font-size: calc((28/750)*100vw);
    font-weight: 500;
    margin-bottom: calc((20/750)*100vw);
  }
  .tel_number img{
    width: calc((46/750)*100vw);
  }
  .tel_number .tel{
    font-size: calc((88/750)*100vw);
    margin-bottom: calc((20/750)*100vw);
    text-align: center;
  }
  .tel_number .tel::before{
    width: calc((32/750)*100vw);
    height: calc((88/750)*100vw);
    bottom: calc((-4/750)*100vw);
    left: calc((-60/750)*100vw);
  }
  .tel_number .tel_txtSmall {
    font-size: calc((24/750)*100vw);
    margin-top: 0;
    margin-bottom: calc((30/750)*100vw);
    letter-spacing: 0;
  }
  .tel_txt02 dl{
    width: 94%;
    margin: 0 auto;
    margin-bottom: calc((16/750)*100vw);
  }
  .tel_txt02 dl dt{
    width: calc((117/750)*100vw);
    font-size: calc((24/750)*100vw);
    text-align: left;
    margin-right: calc((20/750)*100vw);
  }
  .tel_txt02 dl dd{
    width: 75%;
    font-size: calc((24/750)*100vw);
    text-align: left;
  }
  /*================================
  footer
  ================================*/
  .sp_inner{
    width: 90vw;
    margin: 0 auto;
  }
  .footerMenu_contents{
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #globalFooter{
    padding-top: 0;
    padding-bottom: 0;
  }
  #globalFooter .inner{
    width: 100%;
  }
  #globalFooter .fNav-wrap {
    background-color: #555555;
  }
  .footerMenu_box{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .footerMenu_box:nth-child(2){
    width: auto;
  }
  .footerMenu_box:nth-child(3){
    width: auto;
  }
  .footerMenu_contents02{
    display: block;
  }

  .footer_ttl {
    color: #BBBBBB;
    margin-bottom: 0;
    font-size: calc((24/750)*100vw);
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: normal;

  }
  .footer_ttl span{
    font-size: calc((28/750)*100vw);
    margin-top: calc((20/750)*100vw);
    font-weight: normal;
  }
  .footer_ttl.list02{
    font-size: calc((26/750)*100vw);
    line-height: 1.6em;
  }
  .footer_ttl.list02 span{
    font-size: calc((25/750)*100vw);
    margin-top: 0;
    line-height: 1.5em;
    height: calc((124/750)*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalFooter .footerMenu_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: calc((2/750)*100vw) solid #666666;
    border-bottom: calc((2/750)*100vw) solid #666666;
  }
  #globalFooter .footerMenu_list > li {
    width: 50%;
  }
  #globalFooter .footerMenu_list > li a {
    display: block;
    font-size: calc((26/750)*100vw);
    padding: 0 calc((35/750)*100vw);
    border-bottom: calc((2/750)*100vw) solid #666666;
  }
  #globalFooter .footerMenu_list.list02 > li a {
    font-size: calc((24/750)*100vw);
    padding: 0 calc((27/750)*100vw);
  }
  #globalFooter .footerMenu_list > li:nth-child(odd) a {
    border-right: calc((2/750)*100vw) solid #666666;
  }
  #globalFooter .footerMenu_list > li:last-child a {
    border-bottom: 0;
  }
  #globalFooter .footerMenu_list .not_border a{
    border-bottom: 0;
  }
  .footerMenu_box .footerMenu_list .not_border a{
    border-bottom: 0;
  }
  #globalFooter .footerMenu_list a span {
    font-size: calc((26/750)*100vw);
    line-height: 1.8em;
    height: calc((124/750)*100vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalFooter .footerMenu_list .small a span{
    font-size: calc((24/750)*100vw);
  }
  .footerMenu_box .footerMenu_list > li{
    margin-bottom: 0;
    text-indent: 0;
    padding-left: 0;
  }
  .footerMenu_box .footerMenu_list > li > a::before{
    display: none;
  }
  .footerMenu_border{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #globalFooter .footerMenu_list.list02{
    background: #777777;
  }
  .footerMenu_box.bnr_area{
    padding: calc((60/750)*100vw) 0;
    text-align: center;
  }
  .footerMenu_box.bnr_area .inner{
    width: 90vw;
    margin: 0 auto;
  }
  .footerMenu_box.bnr_area .bnr_img {
    width: 100%;
    height: auto;
    margin-bottom: calc((24/750)*100vw);
  }
  .footerMenu_box.bnr_area .bnr_img img{
    width: 90%;
  }
  .footerMenu_box.bnr_area a{
    margin-bottom: 0;
  }
  .footerMenu_box.bnr_area .bnr_txt{
    font-size: calc((26/750)*100vw);
    font-weight: bold;
    letter-spacing: calc((2/750)*100vw);
    margin-bottom: calc((50/750)*100vw);
  }
  .footerMenu_box.bnr_area .bnr_txt::after{
    width: calc((18/750)*100vw);
    height: calc((18/750)*100vw);
    border-bottom: solid calc((6/750)*100vw) #fff;
    border-right: solid calc((6/750)*100vw) #fff;
    right: calc((-36/750)*100vw);
  }
  .footerMenu_list03{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerMenu_list03 li {
    margin-right: calc((50/750)*100vw);
  }
  .footer_nav{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .footer_nav .inner{
    display: block;
  }
  .footer_navList{
    width: 90vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: calc((40/750)*100vw) 0;
  }
  .footer_navContents{
    display: block;
  }
  .footerMenu_list.list03{
    background-color: #383838;
    border-bottom: calc((2/750)*100vw) solid #666666;
  }
  .footer_navList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerMenu_list.list03 li::after{
    display: none;
  }
  .footerMenu_list.list03 a span {
    letter-spacing: .05em;
    color: #BBBBBB;
    padding-left: calc((34/750)*100vw);
  }
  .footerMenu_list.list03 li a {
    padding: 0 calc((20/750)*100vw);
  }
  .footer_nav .footerMenu_list a span::before{
    content: "";
    position: absolute;
    background: url("../img/common/icon_blank.webp") no-repeat center / contain;
    width: calc((26/750)*100vw);
    height: calc((24/750)*100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc((30/750)*100vw);
  }
  .footer_nav .footerMenu_list .small a span{
    font-size: calc((24/750)*100vw);
  }
  .copy{
    font-size: calc((26/750)*100vw);
  }
  /*================================
  footer_accordion
  ================================*/
  .accordion_footer.btn .btn_inner{
    font-size: calc((28/750)*100vw);
    display: block;
    width: 90vw;
    color: #fff;
    margin: 0 auto;
    transition: all 0.2s ease;
    position: relative;
    height: calc((124/750)*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion_footer {
    border-bottom: calc((2/750)*100vw) solid #444444;
    color: #fff;
    font-size: calc((28/750)*100vw);
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion_footer.list02{
    border-bottom: calc((2/750)*100vw) solid #666666;
  }
  .accordion_footer .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: calc((20/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc((20/750)*100vw);
    margin-top: calc((-10/750)*100vw);
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .accordion_footer .i_box .one_i {
    display: block;
    width: calc((36/750)*100vw);
    height: calc((36/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .accordion_footer.open .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accordion_footer .i_box .one_i:before,  .accordion_footer .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: calc((20/750)*100vw);
    width: calc((24/750)*100vw);
    height: calc((4/750)*100vw);
    position: absolute;
    top: calc((16/750)*100vw);
    left: calc((4/750)*100vw);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .accordion_footer .i_box .one_i:before {
    width: calc((4/750)*100vw);
    height: calc((24/750)*100vw);
    top: calc((6/750)*100vw);
    left: calc((14/750)*100vw);
  }
  .accordion_footer.open .i_box .one_i:before {
    content: none;
  }
  .accordion_footer.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 768px) {
  #globalBoxOverlay {
    position:fixed;
    top: 5vw;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
}
@media screen and (min-width: 1600px) {
  #globalBoxOverlay {
    top: 80px;
  }
}

@media screen and (min-width: 768px) {
  #header .logoSet .logo {
    margin-left: 10px;
  }
}

.globalFooter-btn-contact {
  width: calc((255/1440)*100vw);
  height: calc((42/1440)*100vw);
}
@media screen and (max-width: 767px) {
  .globalFooter-btn-contact {
    width: 89.33vw;
    height: calc((120/750)*100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .globalFooter-btn-contact {
    width: 255px;
    height: 42px;
  }
}

.globalFooter-btn-contact a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: calc((13.5/1440)*100vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: calc((42/1440)*100vw);
  color: #ffffff;
  background: #383838;
  border: 2px solid #ffffff;
  border-radius: calc((4.5/1440)*100vw);
}
.globalFooter-btn-contact a:hover {
  color: #383838;
  background: #ffffff;
  border-color: #383838;
  opacity: 1;
}
.globalFooter-btn-contact a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc((15/1440)*100vw);
  width: calc((7/1440)*100vw);
  height: calc((7/1440)*100vw);
  border-right: calc((1.5/1440)*100vw) solid #ffffff;
  border-bottom: calc((1.5/1440)*100vw) solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
}
.globalFooter-btn-contact a:hover:after {
  border-right-color: #383838;
  border-bottom-color: #383838;
}
@media screen and (max-width: 767px) {
  .globalFooter-btn-contact a {
    font-size: 4.8vw;
    line-height: calc((112/750)*100vw);
    border-radius: calc((14/767)*100vw);
  }
  .globalFooter-btn-contact a:after {
    right: 5.4vw;
    width: calc((15/750)*100vw);
    height: calc((15/750)*100vw);
  }
}
@media screen and (min-width: 1440px) {
  .globalFooter-btn-contact a {
    font-size: 13.5px;
    line-height: 42px;
    border-radius: 4.5px;
  }
  .globalFooter-btn-contact a:after {
    right: 15px;
    width: 7px;
    height: 7px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
  }
}

.temporaryNews {
  max-width: 1224px;
  margin: 24px auto 40px;
  background: #F7F8F7;
}
.temporaryNews.col_red {
  margin: 24px auto 24px;
  background: #FDEFEF;
}
@media screen and (max-width:767px) {
  .temporaryNews {
    width: var(--sp-contents-width);
    margin-top: calc(48 / 750 * 100vw);
    margin-bottom: calc((64/750)*100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
  .temporaryNews.col_red {
    margin-top: calc(48 / 750 * 100vw);
    margin-bottom: calc((48/750)*100vw);
  }
}
@media screen and (min-width:768px) and (max-width:1440px){
  .temporaryNews {
    margin: calc((24/1440)*100vw) auto calc((40/1440)*100vw);
  }
  .temporaryNews.col_red {
    margin: calc((24/1440)*100vw) auto calc((24/1440)*100vw);
  }
}

.temporaryNews a {
  display: block;
  height: 100%;
  padding: 16px 32px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: .05em;
  /*text-align: center;*/
  line-height: 1.5em;
}
@media screen and (max-width:767px) {
  .temporaryNews a {
    margin: 0 auto;
    padding: calc((32/750)*100vw);
    font-size: calc((24/750)*100vw);
    line-height: 1.66em;
  }
}
@media screen and (min-width:768px) and (max-width:1600px){
  .temporaryNews a {
    padding: calc((16/1600)*100vw) calc((32/1600)*100vw);
    font-size: calc((16/1600)*100vw);
  }
}

.temporaryNews a.blank span {
  display: inline-block;
  padding: 0 calc(23 / 1600 * 100vw) 0 0;
  background-image: url("/https/www.lanscope.jp/assets/img/common/ico_blank.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: calc(15 / 1600 * 100vw);
  background-size: calc(15 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  padding-right: 23px;
  -webkit-background-size: 15px;
  background-size: 15px;
}

#globalHeader:not(.altNew) .altNew-show {
  display: none !important;
}
#globalHeader.altNew .altNew-hidden {
  display: none !important;
}

#globalHeader.altNew {
  background-color: #F4F4F4;
}

#globalHeader.altNew .child-content {
  top: calc(40 / 1600 * 100vw);
  line-height: 1;
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .child-content {
    top: 40px;
  }
}

#globalHeader.altNew #globalBoxOverlay {
  top: calc(40 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew #globalBoxOverlay {
    top: 40px;
  }
}

#globalHeader.altNew .header_inner {
  height: calc(40 / 1600 * 100vw);
  gap: calc(80 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .header_inner {
    height: 40px;
    gap: 80px;
  }
}

#globalHeader.altNew .header_inner h1 {
  width: calc(110 / 1600 * 100vw);
  margin-right: 0;
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .header_inner h1 {
    width: 110px;
  }
}

#globalHeader.altNew .header_nav .nav_list01 > li {
  height: auto;
  margin-left: calc(30 / 1600 * 100vw);
  font-weight: 500;
  line-height: calc(40 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .header_nav .nav_list01 > li {
    margin-left: 30px;
  }
}

#globalHeader.altNew .header_nav .nav_list01 > li > p,
#globalHeader.altNew .header_nav .nav_list01 > li > a,
#globalHeader.altNew .header_nav .nav_list01 > li > span
{
  font-size: calc(13 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .header_nav .nav_list01 > li > p,
  #globalHeader.altNew .header_nav .nav_list01 > li > a,
  #globalHeader.altNew .header_nav .nav_list01 > li > span {
    font-size: 13px;
    line-height: 40px;
  }
}

#globalHeader.altNew .header_nav .nav_list01 > li > p > a,
#globalHeader.altNew .header_nav .nav_list01 > li > a,
#globalHeader.altNew .header_nav .nav_list01 > li > span {
  line-height: calc(40 / 1600 * 100vw);
}
#globalHeader.altNew .header_nav .nav_list01 > li > p > a:hover,
#globalHeader.altNew .header_nav .nav_list01 > li > a:hover,
#globalHeader.altNew .header_nav .nav_list01 > li > span:hover{
  text-decoration: underline;
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .header_nav .nav_list01 > li > p > a,
  #globalHeader.altNew .header_nav .nav_list01 > li > a,
  #globalHeader.altNew .header_nav .nav_list01 > li > span {
    line-height: 40px;
  }
}

#globalHeader.altNew .header_nav .nav_list01 > li:nth-child(-n+5):hover::after {
  content: none;
}

#globalHeader.altNew .link_icon {
  margin-right: 0;
  padding-right: calc(14 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .link_icon {
    padding-right: 14px;
  }
}

#globalHeader.altNew .link_icon::after {
  top: calc(16 / 1600 * 100vw);
  width: calc(8 / 1600 * 100vw);
  height: calc(8 / 1600 * 100vw);
}
@media screen and (min-width: 1600px) {
  #globalHeader.altNew .link_icon::after {
    top: 16px;
    width: 8px;
    height: 8px;
  }
}

#globalHeader.altNew .link_icon._icon-arrow::after {
  background-image: url("/https/www.lanscope.jp/assets/img/common/icon_arrow_small.svg");
  transition: all .2s;
}

#globalHeader.altNew .header_nav .nav_list01 > li.opened .link_icon._icon-arrow::after {
  transform: rotate(180deg);
}

#header .logoSet .freeTrial {
  display: inline-block;
  height: calc((44/1600)*100vw);
  box-sizing: border-box;
  border: calc((2/1600)*100vw) solid #D01207;
  border-radius: calc((6/1600)*100vw);
}
#header .logoSet .freeTrial.black {
  border-color: #333333;
}

@media screen and (min-width: 1600px){
  #header .logoSet .freeTrial {
    height: 44px;
    border: 2px solid #D01207;
    border-radius: 6px;
  }
}

#header .logoSet .freeTrial a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: calc(10 / 1600 * 100vw) calc(29 / 1600 * 100vw) 0 calc((12/1600)*100vw);
  box-sizing: border-box;
  font-size: calc((14/1600)*100vw);
  font-weight: 700;
  letter-spacing: .06em;
  color: #D01207;
}
#header .logoSet .freeTrial.black a {
  color: #333333;
}
@media screen and (min-width: 1600px){
  #header .logoSet .freeTrial a {
    padding: 10px 29px 0 12px;
    font-size: 14px;
  }
}

#header .logoSet .freeTrial a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc((15/1600)*100vw);
  width: calc((5/1600)*100vw);
  height: calc((5/1600)*100vw);
  border-right: calc((2/1600)*100vw) solid #D01207;
  border-bottom: calc((2/1600)*100vw) solid #D01207;
  transform: translateY(-50%) rotate(-45deg);
}
#header .logoSet .freeTrial.black a:after {
  border-right-color: #333333;
  border-bottom-color: #333333;
}
@media screen and (min-width: 1600px){
  #header .logoSet .freeTrial a:after {
    right: 15px;
    width: 5px;
    height: 5px;
    border-right: 2px solid #D01207;
    border-bottom: 2px solid #D01207;
  }
  #header .logoSet .freeTrial.black a:after {
    border-right-color: #333333;
    border-bottom-color: #333333;
  }
}

#header .logoSet .freeTrial a .small {
  font-size: calc(10 / 1600 * 100vw);
}
@media screen and (max-width: 767px) {
  #header .logoSet .freeTrial a .small {
    font-size: calc(20 / 750 * 100vw);
  }
}
@media screen and (min-width: 1600px) {
  #header .logoSet .freeTrial a .small {
    font-size: 10px;
  }
}

/* 2025-07-17 下層の2ndナビのメニュー間の罫線と矢印まわり（CP配下だけ適用外） */
@media screen and (min-width: 768px), print {
  #header .logoSet .menu-list>li div:first-of-type::before,
  #header .logoSet .menu-list>li a::before,
  #header .logoSet .menu-list>li div::before {
    content: "";
    display: block;
    width: calc((1/1600)*100vw);
    height: calc((36/1600)*100vw);
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1600px) {
  #header .logoSet .menu-list>li div:first-of-type::before,
  #header .logoSet .menu-list>li a::before,
  #header .logoSet .menu-list>li div::before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px){
  #header #globalNav .menu-list li>div:first-of-type span.icon-arrow,
  #header #globalNav .menu-list li>a span.icon-arrow {
    position: relative;
    padding: 0 calc(22 / 1600 * 100vw) 0 0;
  }
}
@media screen and (min-width: 1600px) {
  #header #globalNav .menu-list li>div:first-of-type span.icon-arrow,
  #header #globalNav .menu-list li>a span.icon-arrow {
    padding-right: 22px;
  }
}

@media screen and (min-width: 768px), print {
  #header #globalNav .menu-list li>div.accordionBox span.icon-arrow::after,
  #header #globalNav .menu-list li>a span.icon-arrow::after {
    content: '';
    position: absolute;
    display: block;
    top: 46%;
    right: 0;
    width: calc(10 / 1600 * 100vw);
    height: calc(6 / 1600 * 100vw);
    background-image: url("/https/www.lanscope.jp/assets/img/common/ico_arrow_small.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: all .2s;
  }
  #header #globalNav .menu-list li.opened span.icon-arrow::after {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1600px), print {
  #header #globalNav .menu-list li>div.accordionBox span.icon-arrow::after,
  #header #globalNav .menu-list li>a span.icon-arrow::after {
    width: 10px;
    height: 6px;
  }
}
