/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #222222;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.5555555556vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.4432989691vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 4vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14;
}

button {
  cursor: pointer;
}

* {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #222222;
  text-decoration: none;
}

a:visited {
  color: #222222;
}

@media only screen and (min-width: 1024.1px) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                Parts
======================================================= */
.btn {
  height: 62px;
  border-radius: 31px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.btn > span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.btn > span.icon {
  position: relative;
  padding-left: 32px;
}
.btn > span.icon::before, .btn > span.icon::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
}
.btn > span.icon::after {
  opacity: 0;
}
.btn > span.icon-document::before, .btn > span.icon-document::after {
  background-image: url("../images/common/icon-document.svg");
}
.btn > span.icon-document::after {
  opacity: 0;
}
.btn > span.icon-contact::before, .btn > span.icon-contact::after {
  background-image: url("../images/common/icon-mail.svg");
}
.btn > span.icon-contact::after {
  opacity: 0;
}
.btn > span.arr {
  position: relative;
  max-width: 100%;
  width: 178px;
  text-align: center;
  padding: 0 0.5em;
}
.btn > span.arr::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  translate: 0 -50%;
  background: url("../images/common/icon_arrow_r.svg") center/contain no-repeat;
  opacity: 1;
}
.btn > span.arr::after {
  display: none;
}
.btn > span.arr.arr-right::before {
  left: auto;
  right: 0;
  translate: 100% -50%;
}
.btn > span.arr.arr-left::before {
  left: 0;
  right: auto;
  translate: -100% -50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn.btn-large {
  height: 80px;
  border-radius: 40px;
}
.btn.btn-large > span {
  font-size: 16px;
}
.btn.btn-large > span.icon {
  padding-left: 38px;
}
.btn.btn-large > span.icon::before, .btn.btn-large > span.icon::after {
  width: 30px;
  height: 30px;
}
.btn {
  /* @include media1300 {
    height: calc(62vw / 1300 * 100);
    >span{
      font-size: calc(14vw / 1300 * 100);
      &.icon-document,&.icon-contact{
        padding-left: calc(32vw / 1300 * 100);
        &::before{
          width: calc(24vw / 1300 * 100);
          height: calc(24vw / 1300 * 100);
        }
      }
    }
    &.btn-large {
      height: calc(80vw / 1300 * 100);
      border-radius: calc(40vw / 1300 * 100);
      >span{
        font-size: calc(16vw / 1300 * 100);
        &.icon{
          padding-left: calc(38vw / 1300 * 100);
          &::before{
            width: calc(30vw / 1300 * 100);
            height: calc(30vw / 1300 * 100);
          }
        }
      }
    }
  } */
}
@media only screen and (max-width: 768px) {
  .btn {
    height: 14.358974359vw;
    border-radius: 7.1794871795vw;
    padding: 0 3.0769230769vw;
  }
  .btn > span {
    font-size: 3.5897435897vw;
  }
  .btn > span.icon {
    padding-left: 7.2128205128vw;
  }
  .btn > span.icon::before {
    width: 5.4102564103vw;
    height: 5.4102564103vw;
  }
  .btn > span.arr {
    width: 55.3846153846vw;
  }
  .btn > span.arr::before {
    display: block;
    content: "";
    position: absolute;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .btn > span.arr.arr-right::before {
    left: auto;
    right: 0;
    translate: 0 -50%;
  }
  .btn > span.arr.arr-left::before {
    left: 0;
    right: auto;
    translate: 50% -50%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .btn.btn-large {
    height: 16.4102564103vw;
    border-radius: 7.9487179487vw;
  }
  .btn.btn-large > span {
    font-size: 3.5897435897vw;
  }
  .btn.btn-large > span.icon {
    padding-left: 8.5384615385vw;
  }
  .btn.btn-large > span.icon::before {
    width: 6.7435897436vw;
    height: 6.7435897436vw;
  }
}
.btn.btn-blue {
  border-color: #0060ce;
  background-color: #0060ce;
}
.btn.btn-blue > span.icon:after {
  -webkit-filter: invert(22%) sepia(54%) saturate(3944%) hue-rotate(202deg) brightness(96%) contrast(101%);
          filter: invert(22%) sepia(54%) saturate(3944%) hue-rotate(202deg) brightness(96%) contrast(101%);
}
.btn.btn-black {
  border-color: #000;
  background-color: #000;
}
.btn.btn-black > span.icon:after {
  -webkit-filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(101deg) brightness(90%) contrast(109%);
          filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(101deg) brightness(90%) contrast(109%);
}
.btn.btn-blue-border {
  border-color: #0060ce;
  background-color: #fff;
}
.btn.btn-blue-border > span {
  color: #0060ce;
}
.btn.btn-blue-border > span.icon::before {
  -webkit-filter: invert(22%) sepia(54%) saturate(3944%) hue-rotate(202deg) brightness(96%) contrast(101%);
          filter: invert(22%) sepia(54%) saturate(3944%) hue-rotate(202deg) brightness(96%) contrast(101%);
}
.btn.btn-black-border {
  border-color: #000;
  background-color: #fff;
}
.btn.btn-black-border > span {
  color: #000;
}
.btn.btn-black-border > span.icon::before {
  -webkit-filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(101deg) brightness(90%) contrast(109%);
          filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(101deg) brightness(90%) contrast(109%);
}
.btn.btn-gray-border {
  border-color: #b1b1b1;
  background-color: #fff;
}
.btn.btn-gray-border > span {
  color: #000;
}
.btn.btn-gray-border > span.icon::before {
  -webkit-filter: invert(67%) sepia(37%) saturate(27%) hue-rotate(316deg) brightness(97%) contrast(95%);
          filter: invert(67%) sepia(37%) saturate(27%) hue-rotate(316deg) brightness(97%) contrast(95%);
}
@media (hover: hover) {
  .btn {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn > span::before {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
  .btn > span.icon::before, .btn > span.icon::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .btn:hover > span.icon::before {
    opacity: 0;
  }
  .btn:hover > span.icon::after {
    opacity: 1;
  }
  .btn:hover.btn-blue > span {
    color: #0060ce;
  }
  .btn:hover.btn-blue {
    background-color: #fff;
  }
  .btn:hover.btn-black > span {
    color: #000;
  }
  .btn:hover.btn-black {
    background-color: #fff;
  }
  .btn:hover.btn-blue-border > span {
    color: #fff;
  }
  .btn:hover.btn-blue-border {
    background-color: #0060ce;
  }
  .btn:hover.btn-black-border > span {
    color: #fff;
  }
  .btn:hover.btn-black-border {
    background-color: #000;
  }
  .btn:hover.btn-gray-border {
    background-color: rgb(0, 96, 206);
  }
  .btn:hover.btn-gray-border > span {
    color: #fff;
  }
  .btn:hover.btn-gray-border > span::before {
    -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
            filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
  }
  .btn:hover.btn-gray-border > span.icon::before {
    -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
            filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
  }
}

@media (hover: hover) {
  a.link-hover {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a.link-hover:hover {
    opacity: 0.7;
  }
}
/*                layout
======================================================= */
@media only screen and (min-width: 768.1px) and (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1366px) {
  body {
    width: 1366px;
  }
}

#wrapper {
  overflow: hidden;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* @include media1300 {
    max-width: calc(1200vw / 1300 * 100);
  } */
}
.main_width.sub_width {
  max-width: 860px;
}
@media only screen and (max-width: 768px) {
  .main_width {
    max-width: 100%;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
  }
}

@media only screen and (min-width: 768.1px) {
  .sp_br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
html {
  scroll-padding-top: 140px;
  /* @include media1300 {
    scroll-padding-top: calc(140vw / 1300 * 100);
  } */
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 17.9487179487vw;
  }
}

.section-ttl {
  position: relative;
  z-index: 1;
  color: #222222;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 28px;
}
.section-ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 56px;
  height: 3px;
  background: #0060ce;
}
.section-ttl .section-ttl_small {
  font-size: 20px;
  display: block;
}
.section-ttl .section-ttl_small + .section-ttl_main {
  margin-top: 0.2em;
}
.section-ttl .section-ttl_main {
  display: block;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .section-ttl {
    padding-top: 7.1794871795vw;
  }
  .section-ttl::before {
    width: 13.5897435897vw;
    height: 0.7692307692vw;
  }
  .section-ttl .section-ttl_small {
    font-size: 3.5897435897vw;
  }
  .section-ttl .section-ttl_small .section-ttl_main {
    margin-top: 0.1em;
  }
  .section-ttl .section-ttl_main {
    font-size: 7.1794871795vw;
  }
  .section-ttl.sp-center {
    text-align: center;
  }
  .section-ttl.sp-center::before {
    left: 50%;
    translate: -50% 0;
  }
}

/*                #main_area
======================================================= */
#main_area {
  background: #fff;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  position: relative;
  z-index: 1;
  margin-bottom: -64px;
  overflow: hidden;
  /* @include media1300 {
    margin-bottom: calc(-64vw / 1300 * 100);
    border-bottom-left-radius: calc(64vw / 1300 * 100);
    border-bottom-right-radius: calc(64vw / 1300 * 100);
  } */
}
@media only screen and (max-width: 768px) {
  #main_area {
    padding-bottom: 5.641025641vw;
    margin-bottom: -12.3076923077vw;
    border-bottom-left-radius: 12.3076923077vw;
    border-bottom-right-radius: 12.3076923077vw;
  }
}

/*                font
======================================================= */
.font-inter {
  font-family: "Inter", sans-serif;
}

/*                #header
======================================================= */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  padding: 10px 48px;
  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;
  z-index: 10;
}
#header::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}
#header {
  /* @include media1300 {
    height: calc(140vw / 1300 * 100);
    padding: calc(10vw / 1300 * 100) calc(48vw / 1300 * 100);
  } */
}
@media only screen and (max-width: 768px) {
  #header {
    height: 17.9487179487vw;
    padding: 2.5641025641vw 4.1025641026vw;
  }
}
#header .hd-logo {
  width: 155px;
  position: relative;
  z-index: 1;
  /* @include media1300 {
    width: calc(155vw / 1300 * 100);
  } */
}
@media only screen and (max-width: 768px) {
  #header .hd-logo {
    width: 22.0948717949vw;
  }
}
#header .hd-ctas {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .hd-cta-li:nth-child(n+2) {
  margin-left: 4px;
}
#header .hd-cta-btn {
  width: 176px;
  padding: 0;
  /* @include media1300 {
    width: calc(176vw / 1300 * 100);
  } */
}
#header .sp-menu-li {
  width: 62px;
  height: 62px;
  margin-left: 4px;
}
#header {
  /* @include media1300 {
    .hd-cta-li{
      &:nth-child(n+2){
        margin-left: calc(4vw / 1300 * 100);
      }
    }
    .hd-cta-btn{
      width: calc(176vw / 1300 * 100);
    }
  } */
}
@media only screen and (max-width: 768px) {
  #header .hd-cta-btn {
    width: 24.6153846154vw;
    height: 9.7435897436vw;
    border-radius: 4.6153846154vw;
  }
  #header .hd-cta-btn > span {
    font-size: 2.3076923077vw;
  }
  #header .sp-menu-li {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    margin-left: 0.5128205128vw;
  }
}

/*                .sp-menu-btn
======================================================= */
.sp-menu-btn {
  width: 62px;
  height: 62px;
  background: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sp-menu-btn > span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% 0;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp-menu-btn > span:nth-of-type(1) {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: calc(50% - 8px);
}
.sp-menu-btn > span:nth-of-type(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
  top: calc(50% + 8px);
}
.sp-menu-btn.-active > span:nth-of-type(1) {
  left: calc(50% - 4px);
  top: calc(50% - 9px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-menu-btn.-active > span:nth-of-type(2) {
  opacity: 0;
}
.sp-menu-btn.-active > span:nth-of-type(3) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .sp-menu-btn {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
  .sp-menu-btn > span {
    width: 3.7717948718vw;
    height: 0.2564102564vw;
    border-radius: 0.1282051282vw;
  }
  .sp-menu-btn > span:nth-of-type(1) {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    top: calc(50% - 1.2820512821vw);
  }
  .sp-menu-btn > span:nth-of-type(3) {
    -webkit-transform-origin: center;
            transform-origin: center;
    top: calc(50% + 1.2820512821vw);
  }
  .sp-menu-btn.-active > span:nth-of-type(1) {
    left: calc(50% - 0.641025641vw);
    top: calc(50% - 1.6666666667vw);
  }
  .sp-menu-btn.-active > span:nth-of-type(3) {
    left: calc(50% + 0.2564102564vw);
    top: calc(50% - 0.2564102564vw);
  }
}

/*                #sp-menu
======================================================= */
.sp-menu {
  display: none;
  position: fixed;
  width: 100vw;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 32px;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .sp-menu {
    padding: 4.1025641026vw;
  }
}

.sp-menu_panel {
  background-color: #fff;
  border-radius: 40px;
  padding: 120px 118px 105px;
  position: relative;
}
.sp-menu_panel .sp-menu-btn {
  position: absolute;
  top: 34px;
  right: 34px;
}
@media only screen and (max-width: 1300px) {
  .sp-menu_panel {
    border-radius: 20px;
    padding: 120px 59px 52px;
  }
}
@media only screen and (max-width: 768px) {
  .sp-menu_panel {
    border-radius: 4.1025641026vw;
    padding: 17.9487179487vw 6.1538461538vw 12.8205128205vw;
  }
  .sp-menu_panel .sp-menu-btn {
    top: 4.1025641026vw;
    right: 4.1025641026vw;
  }
}

@media only screen and (min-width: 768.1px) {
  .sp-menu_panel_wrap {
    height: 276px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .sp-menu_panel_wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sp-menu_panel_wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sp-menu_panel_wrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sp-menu_panel_wrap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .sp-menu_panel_wrap .sp-menu_nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
  .sp-menu_panel_wrap .sp-menu-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .sp-menu_panel_wrap .sp-menu_ctas {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .sp-menu_panel_wrap .sp-menu_nav {
    padding: 0 0 0 18px;
  }
}

.sp-menu_li {
  font-size: 16px;
}
.sp-menu_li > a {
  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;
  line-height: 1;
  min-height: 69px;
  padding: 0.7em 2em 0.7em 0;
  position: relative;
}
.sp-menu_li > a::before, .sp-menu_li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 1px;
}
.sp-menu_li > a::before {
  width: 100%;
  border-bottom: solid 1px #b1b1b1;
}
.sp-menu_li > a::after {
  width: 0%;
  border-bottom: solid 1px #222222;
}
.sp-menu_li > a > span {
  display: block;
}
.sp-menu_li > a > span::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_arrow_r.svg") center/contain no-repeat;
}
@media (hover: hover) {
  .sp-menu_li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-menu_li > a::after {
    width: 0%;
    opacity: 0;
    border-bottom: solid 1px #0060ce;
    -webkit-transition: width 0.8s, opacity 0.5s;
    transition: width 0.8s, opacity 0.5s;
  }
  .sp-menu_li > a:hover {
    color: #0060ce;
  }
  .sp-menu_li > a:hover::after {
    opacity: 0.5;
    width: 100%;
  }
}
.sp-menu-logo img {
  width: 190px;
}

.sp-menu_ctas_ul {
  max-width: 344px;
}

.sp-menu-cta-li {
  margin: 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .sp-menu-logo {
    display: none;
  }
  .sp-menu_li {
    font-size: 3.5897435897vw;
  }
  .sp-menu_li > a {
    min-height: 14.358974359vw;
  }
  .sp-menu_li > a > span::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .sp-menu_ctas_ul {
    padding: 4.1025641026vw 0 0;
    max-width: 100%;
  }
  .sp-menu-cta-li {
    margin: 4.1025641026vw 0 0;
  }
}
/*                #cta
======================================================= */
#cta .cta-wrap {
  background: #fff;
  margin-top: 112px;
  padding: 0 32px 41px;
}
@media only screen and (min-width: 768.1px) {
  #cta .cta-wrap {
    max-width: 100%;
  }
  #cta .cta-wrap .cta-image,
  #cta .cta-wrap .cta-main {
    border-radius: 24px;
    overflow: hidden;
  }
  #cta .cta-wrap .cta-image {
    display: none;
  }
  #cta .cta-wrap .cta-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #cta .cta-wrap {
    height: auto;
    margin-top: 31.5384615385vw;
    padding: 0 4.1025641026vw;
  }
  #cta .cta-wrap .cta-image,
  #cta .cta-wrap .cta-main {
    width: 100%;
    border-radius: 4.1025641026vw;
  }
  #cta .cta-wrap .cta-main {
    margin-top: 2.5641025641vw;
  }
  #cta .cta-wrap .cta-image.sp_none {
    display: none;
  }
}
#cta .cta-image {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768.1px) {
  #cta .cta-image img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    height: 100%;
    width: auto;
    max-width: 100vw;
  }
}
#cta .cta-main {
  background-size: auto 100%;
  background-position: 0 0;
  background-image: url("../images/home/cta_main_bg_pc.jpg");
  background-size: cover;
  padding: 80px 41px;
}
@media only screen and (max-width: 768px) {
  #cta .cta-main {
    padding: 16.4102564103vw 6.358974359vw 9.7435897436vw;
    background-image: url("../images/home/cta_main_bg_sp.jpg");
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  #cta .cta-main {
    background-image: url("../images/home/cta_main_bg_sp@2x.jpg");
  }
}
#cta .cta-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 994px;
  max-width: 100%;
  margin: 0 auto;
}
#cta .cta-main_ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1.5em;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #cta .cta-main_ttl {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
#cta .cta-box {
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  min-height: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 18px);
  max-width: 479px;
  -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;
}
#cta .cta-box .btn {
  margin: 0 auto;
  width: 100%;
  max-width: 278px;
}
#cta .cta-box .cta-box_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #cta .cta-box {
    border-radius: 2.3871794872vw;
    padding: 5.1282051282vw 8.2051282051vw;
    width: 100%;
    min-width: 100%;
    min-height: auto;
  }
  #cta .cta-box .btn {
    max-width: 100%;
  }
  #cta .cta-box + .cta-box {
    margin-top: 2.0512820513vw;
  }
  #cta .cta-box .cta-box_ttl {
    font-size: 3.5897435897vw;
  }
}

/*                #footer
======================================================= */
#footer {
  background: #000;
  height: 610px;
  padding-top: 70px;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url("../images/common/ft_bg_pc.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #footer {
    background-image: url("../images/common/ft_bg_pc@2x.jpg");
  }
}
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #footer {
    background-size: cover;
    background-position: 80% bottom;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    height: 143.0769230769vw;
    padding-top: 5.641025641vw;
    background-image: url("../images/common/ft_bg_sp.jpg");
    background-position: center bottom;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  #footer {
    background-image: url("../images/common/ft_bg_sp@2x.jpg");
  }
}
#footer .ft-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .ft-wrap {
    display: block;
  }
}
#footer .ft-main {
  max-width: 515px;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  #footer .ft-main {
    max-width: 39.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft-main {
    max-width: 100%;
  }
}
#footer .ft-logo {
  margin-bottom: 51px;
}
#footer .ft-logo img {
  width: 110px;
}
#footer .ft-logo {
  /* @include media1300 {
    margin-bottom: calc(51vw / 1300 * 100);
    img{
      width: calc(110vw / 1300 * 100);
    }
  } */
}
@media only screen and (max-width: 768px) {
  #footer .ft-logo {
    margin-bottom: 14.1666666667vw;
  }
  #footer .ft-logo img {
    width: 28.2051282051vw;
  }
}
#footer .ft-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
#footer .ft-link + .ft-meta {
  margin-top: 41px;
}
#footer .ft-link .ft-link_li:nth-child(n+2) {
  margin-left: 36px;
}
#footer .ft-link .ft-link_item {
  color: #fff;
  font-weight: 700;
}
#footer .ft-link .ft-link_item .icon-link {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
#footer .ft-link .ft-link_item .icon-link::before {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/common/icon-link.svg") center/contain no-repeat;
  translate: 0 -50%;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(99%) contrast(99%);
}
@media only screen and (max-width: 1300px) {
  #footer .ft-link {
    font-size: 1.0769230769vw;
  }
  #footer .ft-link + .ft-meta {
    margin-top: 3.1538461538vw;
  }
  #footer .ft-link .ft-link_li:nth-child(n+2) {
    margin-left: 2.7692307692vw;
  }
  #footer .ft-link .ft-link_item .icon-link {
    padding-right: 1.3846153846vw;
  }
  #footer .ft-link .ft-link_item .icon-link::before {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.5897435897vw;
  }
  #footer .ft-link + .ft-meta {
    margin-top: 8.2051282051vw;
  }
  #footer .ft-link .ft-link_li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1em;
  }
  #footer .ft-link .ft-link_item .icon-link {
    padding-right: 4.6153846154vw;
  }
  #footer .ft-link .ft-link_item .icon-link::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
#footer .ft-meta {
  border-top: solid 1px #fff;
  padding-top: 40px;
}
#footer .ft-meta .ft-meta_ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25em;
}
#footer .ft-meta .ft-meta_sub {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0.25em;
}
#footer .ft-meta .ft-copy {
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  #footer .ft-meta {
    padding-top: 3.0769230769vw;
  }
  #footer .ft-meta .ft-meta_ttl {
    font-size: 1.0769230769vw;
  }
  #footer .ft-meta .ft-meta_sub {
    font-size: 0.8461538462vw;
  }
  #footer .ft-meta .ft-copy {
    font-size: 0.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ft-meta {
    padding-top: 8.2051282051vw;
  }
  #footer .ft-meta .ft-meta_ttl {
    font-size: 3.5897435897vw;
    font-weight: 700;
    margin-bottom: 0.25em;
  }
  #footer .ft-meta .ft-meta_sub {
    font-size: 2.5641025641vw;
    margin-bottom: 0.25em;
  }
  #footer .ft-meta .ft-copy {
    font-size: 2.5641025641vw;
  }
}
#footer .pagetop {
  width: 100px;
  height: 100px;
}
#footer .pagetop .pagetop-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
  border-radius: 50%;
  position: relative;
}
#footer .pagetop .pagetop-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -33.3333%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 11px;
  height: 11px;
  display: block;
  content: "";
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
@media (hover: hover) {
  #footer .pagetop .pagetop-btn::before {
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  #footer .pagetop .pagetop-btn:hover::before {
    top: calc(50% - 3px);
  }
}
#footer .pagetop {
  /*@include media1300 {
    width: calc(100vw / 1300 * 100);
    height: calc(100vw / 1300 * 100);
    .pagetop-btn{
      &::before{
        width: calc(11vw / 1300 * 100);
        height: calc(11vw / 1300 * 100);
      }
      @media (hover: hover) {
        &:hover{
          &::before{
            top: calc(50% - calc(3vw / 1300 * 100));
          }
        }
      }
    }
  } */
}
@media only screen and (max-width: 768px) {
  #footer .pagetop {
    position: absolute;
    right: 4.1025641026vw;
    bottom: 32.3076923077vw;
    width: 14.358974359vw;
    height: 14.358974359vw;
  }
  #footer .pagetop .pagetop-btn::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}

.news-list-li {
  font-size: 16px;
}
.news-list-li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  min-height: 96px;
  padding: 0.7em 2em 0.8em 0;
  position: relative;
}
.news-list-li > a span {
  letter-spacing: 0.05em;
  display: inline-block;
}
.news-list-li > a span.date {
  width: 12em;
  letter-spacing: -0.005em;
  line-height: 1;
}
.news-list-li > a::before, .news-list-li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 1px;
}
.news-list-li > a::before {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
}
.news-list-li > a::after {
  width: 0%;
  border-bottom: solid 1px #b1b1b1;
}
@media (hover: hover) {
  .news-list-li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news-list-li > a::after {
    width: 0%;
    opacity: 0;
    border-bottom: solid 1px #0060ce;
    -webkit-transition: width 0.8s, opacity 0.5s;
    transition: width 0.8s, opacity 0.5s;
  }
  .news-list-li > a > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news-list-li > a:hover::after {
    opacity: 0.5;
    width: 100%;
  }
  .news-list-li > a:hover > span {
    color: #0060ce;
  }
}
@media only screen and (max-width: 768px) {
  .news-list-li {
    font-size: 4.1025641026vw;
  }
  .news-list-li > a {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.7em 0 1.7em 0;
    line-height: 2;
  }
  .news-list-li > a span {
    display: block;
  }
  .news-list-li > a span.date {
    width: 100%;
    margin-bottom: 0.5em;
  }
}