@charset "UTF-8";
/*　common.scss
--------------------------------------------------------------------------------------- */
/* _reset.scss
--------------------------------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

nav ul {
  list-style: none;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

.no-link{
  cursor: pointer;
}

/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf")
    format("opentype");
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
body {
  font-size: 16px;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 0;
    font-size: 13px;
  }
}

.menu_on {
  overflow: hidden;
  height: 100%;
}



::-webkit-scrollbar {
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: #777;
}

[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.tab_on {
  display: none;
}

@media screen and (max-width: 1310px) {
  .tab_on {
    display: block;
  }
}

.en {
  font-family: "Poppins", sans-serif;
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.mainWidth {
  max-width: 1520px;
  margin: 0 auto;
}

@media screen and (max-width: 1580px) {
  .mainWidth {
    max-width: 84%;
  }
}

@media screen and (max-width: 1023px) {
  .mainWidth {
    width: 84%;
  }
}

.mainInner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .mainInner {
    width: 84%;
  }
}

.c-btn {
  font-size: 18px;
  color: #7d7d7d;
  position: relative;
  display: inline-block;
  padding-right: 80px;
  line-height: 65px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1023px) {
  .c-btn {
    font-size: 12px;
    padding-right: 50px;
    line-height: 40px;
  }
}

.c-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 21px;
  bottom: 22px;
}

@media screen and (max-width: 1023px) {
  .c-btn::before {
    width: 17px;
    height: 15px;
    right: 12px;
    bottom: 12px;
  }
}

.c-btn::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #7d7d7d;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .c-btn::after {
    width: 40px;
    height: 40px;
  }
}

.c-btn:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-btn:hover::after {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 175px;
  height: 175px;
  -webkit-transform: translate(55px, 55px);
  transform: translate(55px, 55px);
}

@media screen and (max-width: 1023px) {
  .c-btn:hover::after {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.secTtl {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
  line-height: 1.4;
}

.secTtl span {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #7d7d7d;
  display: block;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .secTtl span {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1023px) {
  .secTtl {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.4;
  }
}

.secInfoCover-center {
  text-align: center;
}

.secInfoCover {
  margin-bottom: 90px;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .secInfoCover {
    margin-bottom: 36px;
  }
}

.secInfoCover-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.secTtlTxt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.secInfoCover-flex .secTtlTxt {
  margin-left: 67px;
  margin-top: 48px;
  letter-spacing: 0.8px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .secInfoCover-flex .secTtlTxt {
    margin-left: 0px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1023px) {
  .secInfoCover-flex {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .secTtlTxt {
    font-size: 13px;
    line-height: 23px;
  }
}

.infoBlockTtl {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: 3.5px;
  margin-bottom: 35px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .infoBlockTtl {
    font-size: 30px;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
  }
}

.infoBlockTtl span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #7d7d7d;
  display: block;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .infoBlockTtl span {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}

.infoBlockTxt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .infoBlockTxt {
    font-size: 13px;
  }
}

.smallSecInfoCover {
  width: 420px;
}

@media screen and (max-width: 1200px) {
  .smallSecInfoCover {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .smallSecInfoCover {
    width: 100%;
  }
}

.smallSecTtl {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .smallSecTtl {
    font-size: 23px;
    letter-spacing: 2.5px;
    padding-bottom: 22px;
    margin-bottom: 17px;
  }
}

.smallSecTtl span {
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .smallSecTtl span {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

.smallSecTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
}

.smallSecTtlTxt {
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .smallSecTtlTxt {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.1px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.headerInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
}

@media screen and (max-width: 1023px) {
  .headerInner {
    height: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .headerInner.open {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }
}

.headLogo {
  display: block;
  width: 250px;
  padding: 0 40px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.contactBtnTtl img {
  display: inline-block;
  margin-right: 15px;
}
.sideBtn img {
  margin-bottom: 8px;
  width: 20px;
}

.sideBtn-line img {
  padding-bottom: 0px;
  width: 22px;
}

.headLogo:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .headLogo {
    width: 158px;
    padding: 0 14px;
  }
}

.headMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 232px);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1580px) {
  .headMenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1023px) {
  .headMenu {
    display: none;
  }
}

.headContactCover {
  height: 100%;
}

.headMenuItem {
  padding: 0 33px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.headMenuItem a {
  display: block;
}

.headSmallMenu a {
  display: block;
}

.headSmallMenuItem a {
  padding: 20px 0;
  color: #fff;
  display: block;
  height: 100%;
}

.footerAddress a {
  margin-top: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.c-pankuz ul li a {
  display: inline-block;
  color: #7d7d7d;
}

.headMenuItem:hover a {
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1580px) {
  .headMenuItem {
    padding: 0 20px;
  }
}

.headMenuItem:last-child {
  padding-right: 44px;
}

@media screen and (max-width: 1580px) {
  .headMenuItem:last-child {
    padding-right: 40px;
  }
}

.headMenuItem-small {
  padding-right: 40px;
}

.headMenuItem-small::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url(../img/common/arrow-down-gray.svg);
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.headSmallMenu {
  background-color: #474747;
  border-radius: 20px;
  position: absolute;
  top: 64px;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 125%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.headMenuItem:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.headMenuItem:hover .headSmallMenu {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
}

.headSmallMenuItem:hover a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7 !important;
}

.headMenuItem:hover .headSmallMenu a {
  display: block;
  opacity: 1;
}

.headSmallMenuItem {
  text-align: center;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.headSmallMenuItem + .headSmallMenuItem {
  border-top: #fff 0.5px solid;
}

.headHam {
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  background-color: #474747;
}

.headHam span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
}

.c-pageSecTtl span {
  font-size: 22px;
  font-weight: 600;
  color: #7d7d7d;
  display: inline-block;
  letter-spacing: 1px;
}

.c-pageSecTtl-center span {
  margin-top: 10px;
  display: block;
}

.sectionInnerBoxTtl span {
  font-size: 16px;
}

.headHam span + span {
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .headHam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp_header_menu {
  display: none;
}

.sphead_main_inner {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp_header_menu {
    width: 60px;
    height: 60px;
    z-index: 3;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp_header_menuBar {
    z-index: 100;
  }
  .sp_header_menuBar span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background-color: #474747;
    z-index: 99;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sphead_listItem a span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #7d7d7d;
    font-family: "Noto Sans JP", sans-serif;
  }

  .pageHeader.scroll-nav .sp_header_menu span {
    background-color: #474747;
  }
  .sp_header_menu.sphead_on span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sp_header_menu.sphead_on span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sp_header_menu.sphead_on span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sphead_main_inner {
    margin-top: 55px;
    display: block;
    position: fixed;
    top: 0;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 1px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 98;
    overflow: scroll;
  }
  .sphead_on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sphead_main_content {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 150px;
  }
  .sphead_link {
    text-align: center;
  }
  .sphead_link a {
    color: #012d72;
  }
  .sp_head_menu {
    width: 58px;
    height: 58px;
    z-index: 3;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
  .sphead_listItem {
    padding: 15px 20px;
    text-align: center;
    position: relative;
  }
  .sphead_listItem:first-child {
    padding-top: 40px;
  }
  .sphead_listItem a {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.5px;
    font-family: "Poppins", sans-serif;
  }

  .sphead_listItem-tgl ::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #000;
    right: 7%;
    top: 50%;
  }
  .sphead_listItem-tgl ::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #000;
    right: 7%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sphead_listItem-tgl.onInner ::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #000;
    right: 7%;
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sp-ContactBtnArea {
    width: 100%;
    margin-top: 25px;
  }
  .clickMenuInnerCategoryList {
    display: none;
    background-color: #fff;
    width: 84%;
    padding: 15px 0;
    margin: 0 auto;
  }
  .clickMenuInnerCategoryList div a {
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 1.5px;
  }
  .spContactBtnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .spContactBtnArea .contactBtn {
    width: calc((100% - 4px) / 2);
    font-size: 13px;
    text-align: center;
    padding: 17px 0 12px;
    height: auto;
    border-radius: 0 20px 20px 0;
  }
  .spContactBtnArea .contactBtn:before {
    display: none;
  }
  .spContactBtnArea .contactBtn:after {
    display: none;
  }
  .spContactBtnArea .contactBtn .iconCover {
    text-align: center;
  }
  .spContactBtnArea .contactBtn .contactBtnTtl {
    font-size: 13px;
  }
  .spContactBtnArea .contactBtn .headLineTxt {
    width: 109px;
    margin: 0 auto;
  }
  .spContactBtnArea .contactBtn-mail {
    border-radius: 20px 0 0 20px;
  }
  .spContactTtl {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 40px auto 20px;
  }
}

.footerContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .footerContact {
    display: block;
  }
}

.footerContactInfo {
  width: 400px;
  margin-left: calc((100vw - 1520px) / 2);
}

@media screen and (max-width: 1580px) {
  .footerContactInfo {
    width: 300px;
    margin-left: 2%;
  }
}

@media screen and (max-width: 1200px) {
  .footerContactInfo {
    margin-left: 0%;
    width: 100%;
    padding-left: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
}

.footerContactBtnArea {
  width: calc(100% - 590px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1580px) {
  .footerContactBtnArea {
    width: calc(100% - 290px);
  }
}

@media screen and (max-width: 1200px) {
  .footerContactBtnArea {
    width: 100%;
    display: block;
  }
}

.contactBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 370px;
  background-color: black;
  color: #fff;
  width: calc((100% - 1px) / 2);
  position: relative;
}

@media screen and (max-width: 1200px) {
  .contactBtn {
    width: 100%;
    height: 185px;
  }
}

.contactBtn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-more-wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 71px;
  bottom: 72px;
}

@media screen and (max-width: 1200px) {
  .contactBtn::before {
    right: 38px;
    bottom: 38px;
    width: 17px;
    height: 15px;
  }
}

.contactBtn::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  position: absolute;
  right: 50px;
  bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1200px) {
  .contactBtn::after {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
  }
}

.contactBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.contactBtn:hover::after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1023px) {
  .contactBtn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.contactBtn:last-child::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contactBtn-mail {
  border-radius: 40px 0 0 0;
  background-color: #474747;
}

.contactBtn-mail:hover {
  background-color: rgba(71, 71, 71, 0.8);
}

@media screen and (max-width: 1200px) {
  .contactBtn-mail {
    border-radius: 0;
  }
}

.contactBtnTtl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1023px) {
  .contactBtnTtl {
    font-size: 24px;
  }
  .contactBtnTtl img.icon {
    margin-right: 0px;
    width: 20px;
  }
}

.contactBtnTxt {
  margin-top: 15px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .contactBtnTxt {
    font-size: 13px;
    text-align: center;
  }
}

.footer {
  background-color: #f9f9f9;
}

.footerInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 108px;
  padding-bottom: 95px;
}

@media screen and (max-width: 1023px) {
  .footerInfo {
    display: block;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .footLineTxt {
    width: 170px;
  }
}

.footerAddress {
  letter-spacing: 0px;
  margin-top: 25px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .footerAddress {
    margin-top: 32px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .footerAddress a {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 45px;
  }
}

.footerAddress a span {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .footerAddress a span {
    font-size: 13px;
  }
}

.footerLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .footerLinkList {
    font-size: 13px;
    height: 150px;
  }
}

.footerLinkList:first-child {
  width: 310px;
}

@media screen and (max-width: 1023px) {
  .footerLinkList:first-child {
    width: 55%;
  }
}

.footerLinkItem {
  position: relative;
  display: block;
  font-weight: 500;
}

.footerLinkItem-small::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 85px;
  top: 50%;
}
.list_second{position:absolute;left:125px!important;}
.list_second + .list_second{margin-top:35px;}
@media screen and (max-width:520px) {
    .list_second{position:absolute;left:115px!important;}
}
@media screen and (max-width: 1023px) {
  .footerLinkItem-small::after {
    left: 65px;
  }
}

.footerLinkSmallList {
  position: absolute;
  top: 0;
  right: 80px;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .footerLinkSmallList {
    font-size: 11px;
    right: 0px;
  }
}

.footerLinkSmallListItem {
  display: block;
}

.footerLinkSmallListItem + .footerLinkSmallListItem {
  margin-top: 16px;
}

.footerLinkListCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
}

@media screen and (max-width: 1023px) {
  .footerLinkListCover {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.footerLogo {
  margin-top: 2px;
  width: 235px;
}

@media screen and (max-width: 1023px) {
  .footerLogo {
    margin: 0 auto;
  }
}

.footerBottomCover {
  border-top: 1px solid #e9e9e9;
}

@media screen and (max-width: 1023px) {
  .footerBottomCover {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.footerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d7d7d;
  height: 90px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1023px) {
  .footerBottom {
    display: block;
    text-align: center;
    font-size: 11px;
    height: auto;
  }
}

.footerPrivacy {
  color: #7d7d7d;
}

@media screen and (max-width: 1023px) {
  .footerPrivacy {
    display: inline-block;
    margin-bottom: 19px;
  }
}

.pageCover {
  padding-top: 84px;
}

@media screen and (max-width: 1023px) {
  .pageCover {
    padding-top: 60px;
  }
}

.pageLinkCover {
  padding-top: 84px;
  margin-top: -84px;
}

@media screen and (max-width: 1023px) {
  .pageLinkCover {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* 下層ページメインビジュアル */
.c-pageMainv {
  width: 100%;
  height: 400px;
  background-image: url("../img/advantage/mainv.webp");
  background-size: cover;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

_::-webkit-full-page-media, _:future, :root .c-pageMainv {
  background-image: url("../img/advantage/mainv.jp2");
}

@media screen and (max-width: 1023px) {
  .c-pageMainv {
    height: 200px;
  }
}

.c-pageMainv__ttlCover {
  text-align: left;
  width: 100%;
}

.c-pageTtl {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: -25px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .c-pageTtl {
    font-size: 13vw;
  }
}

@media screen and (max-width: 1023px) {
  .c-pageTtl-long {
    line-height: 1.1;
    margin-top: 10px;
    font-size: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .c-pageTtl-long {
    line-height: 1.1;
    font-size: 11vw;
  }
}

.c-pageSmallTtl {
  color: #474747;
  font-size: 22px;
  font-weight: 600;
}

.c-pageTtlBox__txt {
  font-size: 18px;
  letter-spacing: 2.5px;
  color: #474747;
}

@media screen and (max-width: 1023px) {
  .c-pageTtlBox__txt {
    font-size: 16px;
  }
}

.c-pankuz {
  padding: 16px 0;
  font-size: 14px;
  text-align: left;
  position: relative;
  margin-top: 20px;
  color: #7d7d7d;
}

@media screen and (max-width: 1023px) {
  .c-pankuz {
    padding: 10px 0;
    font-size: 12px;
  }
}

.sectionInnerBoxTxt ul {
margin:15px 0;
}

.sectionInnerBoxTxt ul li {
  position: relative;
  padding-left: 13px;
}

.sectionInnerBoxTxt ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b2b2b2;
  border-radius: 50%;
  left: 0px;
  top: 13px;
}

@media screen and (max-width: 1023px) {
  .sectionInnerBoxTxt ul li::before {
    top: 8px;
  }
}

.sectionInnerBoxTxt ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.sectionInnerBoxTxt ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 33px;
  position: relative;
  margin-bottom: 15px;
}

.sectionInnerBoxTxt ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #b2b2b2;
  color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  width: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-pankuz ul li {
  display: inline-block;
  color: #7d7d7d;
}

.c-pankuz ul li + li {
  position: relative;
  margin-left: 30px;
  color: #7d7d7d;
}

.c-pankuz ul li + li::before {
  content: "";
  display: inline-block;
  color: #7d7d7d;
  width: 9px;
  height: 13px;
  position: absolute;
  left: -18px;
  top: calc(50% - 6px);
  background-image: url(../img/common/panarrow.svg);
}

.c-pageLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 106px auto 30px;
  max-width: 930px;
}

@media screen and (max-width: 1023px) {
  .c-pageLinkList {
    width: 84%;
  }
}

@media screen and (max-width: 767px) {
  .c-pageLinkList {
    display: block;
    margin-top: 40px;
  }
}

.c-pageLinkItem {
  width: calc((100% - 60px) / 3);
  height: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  border: 1px solid #bababa;
  border-radius: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-pageLinkItem {
    width: 100%;
  }
  .c-pageLinkItem + .c-pageLinkItem {
    margin-top: 15px;
  }
}

.c-pageLinkItem::after {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  position: absolute;
  bottom: calc(50% - 7px);
  left: auto;
  right: 35px;
  background-image: url(../img/common/arrow_gray.svg);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-pageLinkItem:hover::after {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  bottom: calc(50% - 10px);
}

@media screen and (max-width: 1023px) {
  .c-pageLinkItem::after {
    right: 20px;
  }
}

.c-pageSecTtl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 3px;
}
 


@media screen and (max-width: 1023px) {
  .c-pageSecTtl {
    font-size: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .c-pageSecTtl span {
    font-size: 14px;
    display: block;
    margin-left: 0px;
    margin-top: 8px;
  }
}

.c-pageSecTtl-center {
  text-align: center;
}

.sectionInnerBoxTtl {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 3px;
}

@media screen and (max-width: 1023px) {
  .sectionInnerBoxTtl {
    font-size: 20px;
  }
}

.sectionInnerBoxTtl::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d7d7d;
}

.sectionInnerBoxTtl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #000;
}

.sectionInnerBoxTxt {
  line-height: 2;
}

.sectionInnerBoxTxt .boldTxt {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.sectionInner {
  margin-top: 70px;
}

@media screen and (max-width: 1023px) {
  .sectionInner {
    margin-top: 30px;
  }
}

.section-mb10{
  margin-bottom: 10px;
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  z-index: 101;
  background-color: #fff;
  pointer-events: none;
}

#logo_loader .f_logo {
  position: absolute;
  top: 40vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}

#logo_loader.open {
  -webkit-animation-name: fadeOutTop;
  animation-name: fadeOutTop;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 0;
    display: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  z-index: 101;
  background-color: #fff;
  pointer-events: none;
}

#loader.open {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.sideBtnCover {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  z-index: 101;
  line-height: 70px;
}

@media screen and (max-width: 1023px) {
  .sideBtnCover {
    display: none;
  }
}

.sideTxt {
  color: #474747;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 14px;
  mix-blend-mode: difference;
  margin-bottom: 27px;
  letter-spacing: 1px;
}

.sideTxt::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 21px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 10px;
}

.sideBtn {
  height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  color: #fff;
}

.sideBtn-line {
  border-radius: 0 0 0 20px;
  border-top: 2px #fff solid;
}

.sideBtn-line .sideLineTxt {
  margin-bottom: 0;
  padding-bottom: 0px;
  height: 110px;
}

.sideBtn-line:hover {
  background-color: #323232;
}

.sideBtn-mail {
  background-color: #474747;
  border-radius: 20px 0 0 0;
}

.sideBtn-mail:hover {
  background-color: #646464;
}

.sideBtnTtl {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .sideBtnTtl {
    white-space: nowrap;
  }
}

.pageTopSec {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .pageTopSec {
    margin-top: 40px;
  }
}

.pageTopSec .pageTopSecTtl {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1023px) {
  .pageTopSec .pageTopSecTtl {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}

.pageTopSec .pageTopSecTtl::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

@media screen and (max-width: 1023px) {
  .pageTopSec .pageTopSecTtl::after {
    width: 40px;
    left: calc(50% - 20px);
  }
}

.pageTopSec .pageTopSecTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .pageTopSec .pageTopSecTxt {
    font-size: 14px;
    text-align: left;
  }
}

.sectionTopSecTxt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .sectionTopSecTxt {
    font-size: 14px;
    text-align: left;
  }
}
