
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 140px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
}
header figure {
  width:15%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:70px;
  left:1%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.scr_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.scr_active figure {
  width:15%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.scr_active figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Open menu */
nav.openmenu {
  width:calc(100% - 23%);
  height: 65px;
  display: block;
  position: fixed;
  top:70px;
  right:70px;
  z-index:18500;
}
nav.openmenu ul {
  width:100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu ul li {
  flex:1;
  height: 65px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu ul li:hover {
background-size: 100% 2px;
}
nav.openmenu ul li a {
  width:100%;
  height: 65px;
  display: block;
  line-height: 2.4em;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:35px 0 0 0;
  color:var(--color-333);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
transition: .4s all;
}
nav.openmenu ul li.opm02 a {
  line-height: 1.2em;
}
nav.openmenu ul li.opm02 a span {
  display: block;
}
nav.openmenu ul li a:hover {
  color:var(--color-1st);
}

/* Open menu(Active) */
nav.openmenu.scr_active {
  width:calc(100% - 23%);
  height: 65px;
  display: block;
  position: fixed;
  top:10px;
  right:70px;
  z-index:18500;
}
nav.openmenu.scr_active ul {
  width:100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu.scr_active ul li {
  flex:1;
  height: 65px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu.scr_active ul li:hover {
background-size: 100% 2px;
}
nav.openmenu.scr_active ul li a {
  width:100%;
  height: 65px;
  display: block;
  line-height: 2.4em;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:35px 0 0 0;
  color:var(--color-333);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
transition: .4s all;
}
nav.openmenu.scr_active ul li.opm02 a {
  line-height: 1.2em;
}
nav.openmenu.scr_active ul li.opm02 a span {
  display: block;
}
nav.openmenu.scr_active ul li a:hover {
  color:var(--color-1st);
}

/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:25px;
  right:1%;
  z-index:19800;
}
.contactbar h3 {
  display: none;
}
.contactbar ul {
  width:fit-content;
  height: 30px;
  display: flex;
}
.contactbar ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar ul li.cblist-fd {
font-size:16px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-fd span {
  display: none;
}
.contactbar ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar ul li.cblist-fd a {
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 30px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar ul li.cblist-fd a:hover {
  color:var(--color-1st);
}
.contactbar ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn01 a:hover {
  background-color: var(--color-black);
}
.contactbar ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn02 a:hover {
  background-color: var(--color-black);
}

/* Contact Bar(Active) */
.contactbar.scr_active {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  z-index:19800;
  padding:0px 20px;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contactbar.scr_active h3 {
  width:fit-content;
  height: 50px;
  display: block;
  padding:12px 0 8px;
  font-size:16px;
  font-weight: 300;
  color: var(--color-white);
}
.contactbar.scr_active h3 span.cbh3_01 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-5th);
border-radius: 3px;
}
.contactbar.scr_active h3 span.cbh3_02 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-6th);
border-radius: 3px;
}
.contactbar.scr_active h3 span.cbh3_03 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-1st);
border-radius: 3px;
}
.contactbar.scr_active h3 strong {
  font-weight: 700;
}
.contactbar.scr_active ul {
  width:fit-content;
  height: 50px;
  display: flex;
  padding:10px 0;
}
.contactbar.scr_active ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar.scr_active ul li.cblist-fd {
font-size:16px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar.scr_active ul li.cblist-fd span {
  display: none;
}
.contactbar.scr_active ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar.scr_active ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar.scr_active ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar.scr_active ul li.cblist-fd a {
  color:var(--color-white);
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 30px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-fd a:hover {
  color:var(--color-white);
}
.contactbar.scr_active ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn01 a:hover {
  background-color: var(--color-3rd);
}
.contactbar.scr_active ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn02 a:hover {
  background-color: var(--color-3rd);
}


/* SNS list */
.snslist {
  width:50px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top:40%;
  right:-60px;
  z-index:14600;
transition: .4s all;
}
.snslist.scr_active {
  right:0;
}
.snslist li {
  width:40px;
  height: 40px;
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.snslist li a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-6th);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border:3px solid rgba(255,255,255,0.8);
transition: .4s all;
}
.snslist li a:hover {
  background-color: var(--color-3rd);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5% 100px;
}
.ftmenu {
  width:60%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ftmenu ul {
  width:30.33333333%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftmenu ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 600;
  padding:0;
  margin:0;
  border-bottom: 1px dotted var(--color-ccc);
}
.ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: var(--color-white);
  padding:0 0 0 5px;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 12px;
    transition: .4s all;
}
.ftmenu ul li a:hover {
  background-position: 99% center;
  background-color: var(--color-3rd);
}
.ftcc {
  width:35%;
}
.ftcc h2 {
  width:100%;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 40px;
  padding-top:45px;
  margin-bottom: 0.5em;
}
.ftcc p.ftad {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftcc p.fttel {
  width:100%;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
.ftcc p.fttel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  padding-left:35px;
}
.ftcc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ftcc ul li {
  width:48%;
  height: 30px;
  display: block;
  font-size:12px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
  margin:0;
}
.ftcc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 10px 0 25px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px auto;
  border-radius: 9999px;
}
.ftcc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.ftcc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.ftcc ul li a:hover {
  background-color: var(--color-6th);
}
.ftcc p.ftop {
  font-size:12px;
  font-weight: 600;
  line-height: 1.5em;
  margin:0 0 0.8em 0;
  color:var(--color-white);
}
.ftbody p.ftcopy {
  font-size:10px;
  font-weight: 600;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

 /* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
}
header figure {
  width:20%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:1%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.scr_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.scr_active figure {
  width:15%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.scr_active figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Open menu */
nav.openmenu {
  width:100%;
  height: 65px;
  display: block;
  position: fixed;
  top:80px;
  right:0px;
  z-index:18500;
}
nav.openmenu ul {
  width:100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu ul li {
  flex:1;
  height: 65px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu ul li:hover {
background-size: 100% 2px;
}
nav.openmenu ul li a {
  width:100%;
  height: 65px;
  display: block;
  line-height: 2.4em;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:35px 0 0 0;
  color:var(--color-333);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
transition: .4s all;
}
nav.openmenu ul li.opm02 a {
  line-height: 1.2em;
}
nav.openmenu ul li.opm02 a span {
  display: block;
}
nav.openmenu ul li a:hover {
  color:var(--color-1st);
}

/* Open menu(Active) */
nav.openmenu.scr_active {
  width:calc(100% - 30%);
  height: 65px;
  display: block;
  position: fixed;
  top:10px;
  right:80px;
  z-index:18500;
}
nav.openmenu.scr_active ul {
  width:100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu.scr_active ul li {
  flex:1;
  height: 65px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu.scr_active ul li.om_pc {
  display: none!important;
}
nav.openmenu.scr_active ul li:hover {
background-size: 100% 2px;
}
nav.openmenu.scr_active ul li a {
  width:100%;
  height: 65px;
  display: block;
  line-height: 2.4em;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:35px 0 0 0;
  color:var(--color-333);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
transition: .4s all;
}
nav.openmenu.scr_active ul li.opm02 a {
  line-height: 1.2em;
}
nav.openmenu.scr_active ul li.opm02 a span {
  display: block;
}
nav.openmenu.scr_active ul li a:hover {
  color:var(--color-1st);
}

/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:25px;
  right:100px;
  z-index:19800;
}
.contactbar h3 {
  display: none;
}
.contactbar ul {
  width:fit-content;
  height: 30px;
  display: flex;
}
.contactbar ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar ul li.cblist-fd {
font-size:16px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-fd span {
  display: none;
}
.contactbar ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar ul li.cblist-fd a {
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 30px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar ul li.cblist-fd a:hover {
  color:var(--color-1st);
}
.contactbar ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn01 a:hover {
  background-color: var(--color-black);
}
.contactbar ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn02 a:hover {
  background-color: var(--color-black);
}

/* Contact Bar(Active) */
.contactbar.scr_active {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  z-index:19800;
  padding:0px 10px;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contactbar.scr_active h3 {
  width:fit-content;
  height: 50px;
  display: block;
  padding:12px 0 8px;
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: var(--color-white);
}
.contactbar.scr_active h3 span.cbh3_01 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-5th);
border-radius: 3px;
}
.contactbar.scr_active h3 span.cbh3_02 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-6th);
border-radius: 3px;
}
.contactbar.scr_active h3 span.cbh3_03 {
display: inline-block;
font-weight: 700;
margin-right:2px;
padding:0 5px;
background-color: var(--color-1st);
border-radius: 3px;
}
.contactbar.scr_active h3 strong {
  font-weight: 700;
}
.contactbar.scr_active ul {
  width:fit-content;
  height: 50px;
  display: flex;
  padding:10px 0;
}
.contactbar.scr_active ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar.scr_active ul li.cblist-fd {
font-size:16px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar.scr_active ul li.cblist-fd span {
  display: none;
}
.contactbar.scr_active ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar.scr_active ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar.scr_active ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar.scr_active ul li.cblist-fd a {
  color:var(--color-white);
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 30px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-fd a:hover {
  color:var(--color-white);
}
.contactbar.scr_active ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn01 a:hover {
  background-color: var(--color-3rd);
}
.contactbar.scr_active ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn02 a:hover {
  background-color: var(--color-3rd);
}


/* SNS list */
.snslist {
  width:50px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top:40%;
  right:-60px;
  z-index:14600;
transition: .4s all;
}
.snslist.scr_active {
  right:0;
}
.snslist li {
  width:40px;
  height: 40px;
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.snslist li a {
  width:40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-6th);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border:3px solid rgba(255,255,255,0.8);
transition: .4s all;
}
.snslist li a:hover {
  background-color: var(--color-3rd);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5% 100px;
}
.ftmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ftmenu ul {
  width:30.33333333%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftmenu ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 600;
  padding:0;
  margin:0;
  border-bottom: 1px dotted var(--color-ccc);
}
.ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: var(--color-white);
  padding:0 0 0 5px;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 12px;
    transition: .4s all;
}
.ftmenu ul li a:hover {
  background-position: 99% center;
  background-color: var(--color-3rd);
}
.ftcc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftcc h2 {
  width:300px;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 40px;
  padding-top:45px;
  margin:0 auto 0.5em;
}
.ftcc p.ftad {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftcc p.fttel {
  width:200px;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin:0 auto 5px;
}
.ftcc p.fttel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  padding-left:35px;
}
.ftcc ul {
  width:350px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ftcc ul li {
  width:48%;
  height: 30px;
  display: block;
  font-size:12px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
  margin:0;
}
.ftcc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 10px 0 25px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px auto;
  border-radius: 9999px;
}
.ftcc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.ftcc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.ftcc ul li a:hover {
  background-color: var(--color-6th);
}
.ftcc p.ftop {
  font-size:12px;
  font-weight: 600;
  line-height: 1.5em;
  margin:0 0 0.8em 0;
  color:var(--color-white);
}
.ftbody p.ftcopy {
  font-size:10px;
  font-weight: 600;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

 /* Header */
header {
  width:100%;
  height: 75px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: var(--color-f8);
}
header figure {
  width:40%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:1%;
  z-index:18600;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Header (Active) */
header.scr_active {
  width:100%;
  height: 110px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0px 1px 10px rgba(0,0,0,0.3);
}
header.scr_active figure {
  width:40%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:1%;
  z-index:18600;
}
header.scr_active figure img {
  width:100%;
  height: auto;
  display: block;
}

/* Open menu */
nav.openmenu {
  width:100%;
  height: 65px;
  display: block;
  position: fixed;
  top:75px;
  right:0px;
  z-index:18500;
}
nav.openmenu ul {
  width:100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu ul li {
  flex:1;
  height: 65px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
border-right:1px solid var(--color-ccc);
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu ul li.om_pc {
  display: none!important;
}
nav.openmenu ul li:nth-child(6) {
  border-right: none!important;
}
nav.openmenu ul li:hover {
background-size: 100% 2px;
}
nav.openmenu ul li a {
  width:100%;
  height: 65px;
  display: block;
  line-height: 2.4em;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:35px 0 0 0;
  color:var(--color-333);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  background-color: var(--color-white);
transition: .4s all;
}
nav.openmenu ul li.opm02 a {
  line-height: 1.2em;
}
nav.openmenu ul li.opm02 a span {
  display: block;
}
nav.openmenu ul li a:hover {
  color:var(--color-1st);
}

/* Open menu(Active) */
nav.openmenu.scr_active {
  width:100%;
  height: 35px;
  display: block;
  position: fixed;
  top:75px;
  right:0px;
  z-index:18500;
}
nav.openmenu.scr_active ul {
  width:100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
}
nav.openmenu.scr_active ul li {
  flex:1;
  height: 35px;
  display: block;
font-size: clamp(0.65rem, 0rem + 0.4vw, 1rem);
font-weight: 600;
text-align: center;
margin:0 0.5%;
border-right:1px solid var(--color-ccc);
background-image: url(../img/header/box_1st.webp);
background-repeat: no-repeat;
background-position: 0 bottom;
background-size: 0% 2px;
transition: .4s all;
}
nav.openmenu.scr_active ul li.om_pc {
  display: none!important;
}
nav.openmenu.scr_active ul li:nth-child(6) {
  border-right: none!important;
}
nav.openmenu.scr_active ul li:hover {
background-size: 100% 2px;
}
nav.openmenu.scr_active ul li a {
  width:100%;
  height: 35px;
  display: block;
  line-height: 35px;
  letter-spacing: -0.10em;
  text-decoration: none;
  padding:0 0 0 0;
  color:var(--color-333);
  background-image: none!important;
  background-color: var(--color-white);
transition: .4s all;
}
nav.openmenu.scr_active ul li.opm02 a {
  line-height: 17.5px;
}
nav.openmenu.scr_active ul li.opm02 a span {
  display: block;
}
nav.openmenu.scr_active ul li a:hover {
  color:var(--color-1st);
}

/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 30px;
  display: none;
  justify-content: flex-end;
  position: fixed;
  top:25px;
  right:100px;
  z-index:19800;
}
.contactbar h3 {
  display: none;
}
.contactbar ul {
  width:fit-content;
  height: 30px;
  display: flex;
}
.contactbar ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar ul li.cblist-fd {
font-size:16px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-fd span {
  display: none;
}
.contactbar ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar ul li.cblist-fd a {
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 30px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar ul li.cblist-fd a:hover {
  color:var(--color-1st);
}
.contactbar ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn01 a:hover {
  background-color: var(--color-black);
}
.contactbar ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar ul li.cblist-bn02 a:hover {
  background-color: var(--color-black);
}

/* Contact Bar(Active) */
.contactbar.scr_active {
  width:100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  z-index:19800;
  padding:0px 10px;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contactbar.scr_active h3 {
  display: none;
}
.contactbar.scr_active ul {
  width:fit-content;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding:0px 0;
}
.contactbar.scr_active ul li {
  height: 30px;
  display: block;
  line-height: 30px;
}
.contactbar.scr_active ul li.cblist-fd {
  width:100%;
  height: 40px;
  display: flex;
  justify-content: center;
font-size:20px;
font-weight: 600;
letter-spacing: -0.05em;
text-align: center;
margin:0 auto 0;
}
.contactbar.scr_active ul li.cblist-fd span {
  display: none;
}
.contactbar.scr_active ul li.cblist-bn01 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
margin-right:0.5em
}
.contactbar.scr_active ul li.cblist-bn02 {
font-size:12px;
font-weight: 600;
letter-spacing: -0.05em;
}
.contactbar.scr_active ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.contactbar.scr_active ul li.cblist-fd a {
  width:200px;
  height: 40px!important;
  display: block;
  line-height: 40px!important;
  color:var(--color-white);
  background-image: url(../img/header/ic-freedial.webp);
  background-position: left center;
  background-size: 40px auto;
  padding:0 0 0 35px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-fd a:hover {
  color:var(--color-white);
}
.contactbar.scr_active ul li.cblist-bn01 a {
  color: var(--color-white);
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn01 a:hover {
  background-color: var(--color-3rd);
}
.contactbar.scr_active ul li.cblist-bn02 a {
  color: var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-mail_w.webp);
  background-position: 10px center;
  background-size: 20px auto;
  padding:0 10px 0 35px;
  border-radius: 9999px;
transition: .4s all;
}
.contactbar.scr_active ul li.cblist-bn02 a:hover {
  background-color: var(--color-3rd);
}

/* SNS list */
.snslist {
  width:40px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top:40%;
  right:-60px;
  z-index:14600;
transition: .4s all;
}
.snslist.scr_active {
  right:1%;
}
.snslist li {
  width:30px;
  height: 30px;
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.snslist li a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-6th);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  border:1px solid rgba(255,255,255,0.8);
transition: .4s all;
}
.snslist li a:hover {
  background-color: var(--color-3rd);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5% 130px;
}
.ftmenu {
display:none;
}

.ftcc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftcc h2 {
  width:300px;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 40px;
  padding-top:45px;
  margin:0 auto 0.5em;
}
.ftcc p.ftad {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftcc p.fttel {
  width:200px;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin:0 auto 5px;
}
.ftcc p.fttel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  padding-left:35px;
}
.ftcc ul {
  width:350px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ftcc ul li {
  width:48%;
  height: 30px;
  display: block;
  font-size:12px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
  margin:0;
}
.ftcc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 10px 0 25px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px auto;
  border-radius: 9999px;
}
.ftcc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.ftcc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.ftcc ul li a:hover {
  background-color: var(--color-6th);
}
.ftcc p.ftop {
  font-size:12px;
  font-weight: 600;
  line-height: 1.5em;
  margin:0 0 0.8em 0;
  color:var(--color-white);
}
.ftbody p.ftcopy {
  font-size:10px;
  font-weight: 600;
  line-height: 1em;
  margin:0;
  color:var(--color-white);
}

}
