@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.kv {
    margin-top: 15.5px;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    padding-left: 13px;
    padding-right: 28px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 33px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 11px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 2px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 45px;
    margin-top: 10px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.kv {
    min-width: 1200px;
    padding: 0 80px;
    margin-top: 7px;
  }
  section.kv .kv-inner {
    width: 100%;
    position: relative;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3.9%;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 70px;
    letter-spacing: 2px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 227px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 20px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 8px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 23.43%;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .local-nav {
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
  }
  .local-nav .local-nav-item::before, .local-nav .local-nav-item::after {
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  .local-nav .local-nav-item::before {
    content: "";
  }
  .local-nav .local-nav-item:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("../../images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 170%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 23px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .local-nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
    border-right: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item:nth-child(1) {
    border-left: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("../../images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 34px;
  }
  .local-nav .local-nav-item a.anchor-link {
    text-align: center;
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.button {
  display: flex;
}
.button a {
  background-color: #fff;
  border: 1px solid #674498;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.button a:hover {
  color: #fff;
  background-color: #674498;
}
.button a:hover::before {
  border-color: transparent transparent transparent #fff;
}
.button a.pdf::before {
  content: "\e906";
  width: auto;
  height: auto;
  font-family: "icons" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button a.icon-blank::before {
  content: "\e901";
  color: #674498;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button a.icon-blank:hover::before {
  color: #fff;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .button {
    justify-content: center;
    margin-top: 20px;
  }
  .button a {
    min-width: 160px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 12px 18px 11px 47px;
  }
  .button a:nth-child(n+2) {
    margin-left: 10px;
  }
  .button a.pdf::before {
    width: 20px;
    height: 24.79px;
    left: 16px;
  }
  .button a.icon-blank::before {
    height: 30px;
    font-size: 20px;
    left: 15px;
  }
  .button a.no-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 11px 18px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .button {
    justify-content: flex-end;
    margin-top: 30px;
  }
  .button a {
    min-width: 240px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 11.64px 20px 14.35px 58px;
  }
  .button a:nth-last-child(n+2) {
    margin-right: 20px;
  }
  .button a.pdf::before {
    width: 20px;
    height: 24.79px;
    left: 20px;
  }
  .button a.icon-blank::before {
    height: 30px;
    font-size: 20px;
    left: 20px;
  }
  .button a.no-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11.64px 20px 14.35px 20px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.ttl01 {
  text-align: center;
  color: #674498;
  border-top: 1px solid #674498;
  border-bottom: 1px solid #674498;
}

section.service .service-inner .color {
  color: #674498;
}
section.service .service-inner .bold {
  font-weight: bold;
}
section.service .service-inner dl dd .emph {
  font-size: 16px;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.service:nth-of-type(2n+1) {
    background-color: #FAF8FF;
  }
  section.service:nth-of-type(2n+1) .service-inner {
    padding: 30px 0;
  }
  section.service .service-inner {
    padding: 30px 0 50px;
    margin: 0 5.3333333333vw;
  }
  section.service .service-inner p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  section.service .service-inner p.desc {
    margin-bottom: 20px;
  }
  section.service .service-inner p.desc .small {
    font-size: 12px;
  }
  section.service .service-inner dl {
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  section.service .service-inner dl:nth-child(n+2) {
    margin-top: 20px;
  }
  section.service .service-inner dl dt {
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #674498;
    border-radius: 5px;
    padding: 5px 20px;
  }
  section.service .service-inner dl dd {
    font-size: 15px;
    margin-top: 15px;
  }
  section.service .service-inner dl dd .price {
    font-size: 22px;
    font-weight: bold;
  }
  section.service .service-inner dl dd .price .emph {
    font-size: 28px;
  }
  section.service .service-inner dl dd .price .small {
    font-size: 16px;
  }
  section.service .service-inner dl dd .with-label span {
    display: block;
  }
  section.service .service-inner .columns .txt {
    margin-top: 20px;
  }
  section.service .service-inner #service06 .figs {
    margin-bottom: 20px;
  }
  section.service .service-inner #service06 .figs figure:nth-child(n+2) {
    margin-top: 15px;
  }
  section.service .service-inner #service06 .figs figure figcaption {
    font-size: 15px;
    line-height: 2.2;
    text-align: center;
    margin-top: 5px;
  }
  section.service .service-inner #service06 .columns {
    margin-top: 20px;
  }
  section.service .anchor-target {
    padding-top: 100px;
    margin-top: -100px;
  }
  .ttl01 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.service {
    min-width: 1200px;
    padding: 0 80px;
  }
  section.service:nth-of-type(2n+1) {
    background-color: #FAF8FF;
  }
  section.service:nth-of-type(2n+2) .service-inner {
    padding: 80px 50px;
    background-color: #FFF;
  }
  section.service .service-inner {
    padding: 80px 50px;
  }
  section.service .service-inner figure {
    margin-bottom: 0;
  }
  section.service .service-inner p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  section.service .service-inner p.desc {
    text-align: center;
    margin-bottom: 50px;
  }
  section.service .service-inner p.desc .small {
    font-size: 12px;
  }
  section.service .service-inner dl {
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: flex;
    align-items: flex-start;
  }
  section.service .service-inner dl:nth-child(n+2) {
    margin-top: 30px;
  }
  section.service .service-inner dl.v-mid {
    align-items: center;
  }
  section.service .service-inner dl dt {
    width: 157px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #674498;
    border-radius: 5px;
    padding: 5px 0;
    margin-right: 25px;
  }
  section.service .service-inner dl dd {
    width: calc(100% - 157px - 25px);
    font-size: 15px;
  }
  section.service .service-inner dl dd .price {
    font-size: 22px;
    font-weight: bold;
  }
  section.service .service-inner dl dd .price .emph {
    font-size: 28px;
  }
  section.service .service-inner dl dd .price .small {
    font-size: 16px;
  }
  section.service .service-inner dl dd .with-label {
    display: flex;
  }
  section.service .service-inner dl dd .with-label .label {
    width: 110px;
  }
  section.service .service-inner dl dd .with-label .cont {
    width: calc(100% - 110px);
  }
  section.service .service-inner .columns {
    display: flex;
    justify-content: space-between;
  }
  section.service .service-inner .columns figure {
    width: 43.64%;
  }
  section.service .service-inner .columns .txt {
    width: 52.96%;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  section.service .service-inner #service06 .figs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  section.service .service-inner #service06 .figs figure {
    width: 31.35%;
  }
  section.service .service-inner #service06 .figs figure figcaption {
    font-size: 15px;
    line-height: 2.2;
    text-align: center;
    margin-top: 10px;
  }
  section.service .service-inner #service06 .columns {
    margin-top: 60px;
    align-items: flex-start;
  }
  section.service .service-inner #service06 .columns .button {
    margin-top: 0;
  }
  section.service .anchor-target {
    padding-top: 140px;
    margin-top: -140px;
  }
  .ttl01 {
    font-size: 32px;
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.local-nav {
  position: relative;
  z-index: 10;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  main {
    padding-bottom: 100px;
  }
  section.local-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.local-nav .local-nav-item {
    width: 25%;
  }
  section.local-nav .local-nav-item:nth-child(4n+4)::after {
    content: "";
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 10;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  main {
    position: relative;
    padding-bottom: 200px;
  }
  main section {
    position: relative;
    z-index: 2;
  }
  main::before, main::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/home/mist-purple.jpg);
    background-size: 1110px 810px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main::before {
    background-position: right -500px bottom 805px;
  }
  main::after {
    background-position: left -400px bottom -380px;
  }
  section.local-nav .local-nav-item {
    width: 130px;
  }
}