@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
@import url("tabpanel.css");
* {
  box-sizing: border-box;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}

:root,
html {
  font-size: 100px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  :root,
  html {
    font-size: 10vw;
  }
}

@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.62044vw;
  }
}

body {
  color: #515151;
  font-weight: 500;
  line-height: 1.3 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 9.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img {
  -webkit-backface-visibility: hidden;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}

@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

.inner {
  max-width: 10.00rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 .25rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.blue {
  color: #0056cb;
}

.yellow {
  color: #fff600;
}

.blue-back {
  background-color: #1162d1;
}

.darkblue-back {
  background-color: #0f53af;
}

.lightblue-back {
  background-color: #f1f9fa;
}

.orange-back {
  background-color: #ff8400;
}

.element {
  opacity: 0;
}

header {
  height: .80rem;
  position: fixed;
  background: transparent;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header {
    height: .50rem;
  }
  header .inner {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
}

header #header-logo {
  width: .76rem;
  display: inline-block;
  margin-top: .10rem;
}

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

header.header-back {
  background: #1162d1;
}

header nav {
  float: right;
}

@media screen and (max-width: 768px) {
  header nav {
    float: clear;
  }
}

header nav ul li {
  display: inline-block;
  /*height: .60rem;
  line-height: .60rem;*/
margin: 0 .08rem;
}

header nav ul li a {
  color: #fff;
  line-height: 1;
}

header nav ul li a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow.png");
  background-size: .08rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: .08rem;
  height: .10rem;
  margin-left: .10rem;
}

/*header nav > ul > li:nth-last-child(1) a {
  background: #ff8400;
  border-radius: .50rem;
  color: #fff;
  text-align: center;
  padding: .02rem .10rem .05rem;
  line-height: 1;
}*/

@media screen and (max-width: 768px) {
  header nav ul li:nth-last-child(1) a {
    width: 60%;
    margin: 0 auto;
    display: block;
    height: .50rem;
    line-height: .45rem;
  }
}

header nav ul li:nth-last-child(1) a:after {
  content: none;
}

.main-txtarea {
  width: 4.50rem;
  padding-top: .80rem;
}

@media screen and (max-width: 768px) {
  .main-txtarea {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
}

.main-txtarea h1, .main-txtarea h2 {
  font-size: .38rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-txtarea h1, .main-txtarea h2 {
    font-size: 0.2918rem;
    letter-spacing: -.01rem;
  }
}

.main-txtarea h1 img, .main-txtarea h2 img {
  width: 1.78rem;
}

.main-txtarea h1 span, .main-txtarea h2 span {
  display: block;
  margin-bottom: .15rem;
}

.main-txtarea .txt em {
  margin: 0 -.05rem;
}

@media screen and (max-width: 768px) {
  .main-txtarea .txt em {
    margin: 0 -.03rem;
  }
}

@media screen and (max-width: 768px) {
  .main-txtarea .sp-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
  .main-txtarea .sp-txt img {
    width: 0.835rem;
  }
  .main-txtarea .sp-txt div {
    width: 1.875rem;
  }
  .main-txtarea .sp-txt div p {
    font-size: .12rem;
    margin-top: 0;
  }
}

.main-txtarea p {
  font-size: .16rem;
  color: #fff;
  text-align: center;
  margin: .15rem 0 0;
}

.main-txtarea .main-link {
  width: 4.15rem;
  margin: .15rem auto;
}

@media screen and (max-width: 768px) {
  .main-txtarea .main-link {
    width: 100%;
    position: absolute;
    bottom: 0;/*bottom: .25rem;*/
  }
}

.main-txtarea .main-link li {
  width: 2.04rem;
}

@media screen and (max-width: 768px) {
  .main-txtarea .main-link li {
    width: 49%;
    margin: 5px 0;
  }
}

.main-txtarea .main-link li:nth-of-type(1) a {
  background: #ff8400;
  color: #fff;
}

.main-txtarea .main-link li:nth-of-type(2) a {
  background: #fff;
  color: #0056cb;
}

.main-txtarea .main-link li a {
  display: block;
  font-size: .18rem;
  height: .52rem;
  line-height: .48rem;
  border-radius: .50rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-txtarea .main-link li a {
    font-size: .14rem;
    height: .405rem;
    line-height: .38rem;
  }
}

#fv {
  background-color: #1162d1;
}

#fv .inner {
  max-width: 10.20rem;
  height: 5.40rem;
  background-image: url("../images/fv_image.jpg");
  background-repeat: no-repeat;
  background-size: 6.15rem;
  background-position: 100% center;
}

@media screen and (max-width: 768px) {
  #fv .inner {
    height: 5.545rem;
    background-image: url("../images/fv-sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

#fv .main-txtarea {
  padding-top: 1.00rem;
}

@media screen and (max-width: 768px) {
  #fv .main-txtarea {
    padding-top: .70rem;
  }
}

#pre h2 {
  text-align: center;
  font-size: .64rem;
  color: #fff;
  font-weight: 400;
  height: 5.16rem;
  padding-top: 1.00rem;
  background-image: url("../images/pre_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  #pre h2 {
    font-size: 0.27rem;
    height: 2.435rem;
    padding-top: .50rem;
  }
}

#pre .pre-contents {
  max-width: 9.00rem;
  margin: -1.00rem auto 0;
  background: #fff;
  border-radius: .10rem;
  padding: .20rem .20rem .50rem;
  box-shadow: 0 0 .10rem #ccc;
}

@media screen and (max-width: 768px) {
  #pre .pre-contents {
    width: 90%;
    margin: -.50rem auto 0;
    padding: 0;
    box-shadow: none;
  }
}

#pre .pre-contents iframe {
  height: 5.23rem;
}

@media screen and (max-width: 768px) {
  #pre .pre-contents iframe {
    height: 2.07rem;
    border-radius: .05rem;
  }
}

#pre p {
  text-align: center;
}

#pre .pre-txt1 {
  font-size: .32rem;
  margin: .30rem 0;
}

@media screen and (max-width: 768px) {
  #pre .pre-txt1 {
    font-size: .18rem;
    line-height: 1.5;
    margin: .15rem 0;
  }
}

#pre .pre-txt1 span {
  font-size: .42rem;
}

@media screen and (max-width: 768px) {
  #pre .pre-txt1 span {
    font-size: .23rem;
  }
}

#pre .pre-txt1 em {
  color: #0056cb;
}

#pre .pre-txt2 {
  font-size: .20rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #pre .pre-txt2 {
    font-size: .12rem;
    line-height: 2;
  }
}

#reason {
  margin-top: 1.00rem;
}

@media screen and (max-width: 768px) {
  #reason {
    margin-top: .50rem;
  }
}

#reason h2 {
  font-size: .42rem;
  text-align: center;
  margin-bottom: .30rem;
}

@media screen and (max-width: 768px) {
  #reason h2 {
    font-size: .24rem;
  }
}

#reason .reason-contents {
  margin: .20rem auto .80rem;
  max-width: 11.57rem;
  height: 4.56rem;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents {
    width: 90%;
    background: #fff;
    border-radius: .10rem;
    box-shadow: 0 0 .10rem #ccc;
    padding: .25rem .35rem 0;
    margin: .20rem auto .30rem;
  }
}

#reason .reason-contents img {
  width: 6.84rem;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents img {
    width: 100%;
    position: static;
  }
}

#reason .reason-contents dl {
  background: #fff;
  width: 5.10rem;
  border-radius: .10rem;
  box-shadow: 0 0 .10rem #ccc;
  padding: .60rem .30rem .30rem;
  margin-top: 1.00rem;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents dl {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin-top: -.35rem;
    padding: .10rem 0 0;
  }
}

#reason .reason-contents dl:before {
  display: block;
  position: absolute;
  top: -.50rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: .80rem;
  color: #0056cb;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents dl:before {
    font-size: .44rem;
    font-weight: 700;
  }
}

#reason .reason-contents dl dt {
  font-size: .32rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: .15rem;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents dl dt {
    font-size: .21rem;
  }
}

#reason .reason-contents dl dt span {
  color: #0056cb;
}

#reason .reason-contents dl dt em {
  letter-spacing: -.30rem;
}

#reason .reason-contents dl dd {
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #reason .reason-contents dl dd {
    font-size: .12rem;
  }
}

#reason .reason-contents:nth-of-type(1) img {
  right: 0;
}

#reason .reason-contents:nth-of-type(1) dl:before {
  content: "01";
}

#reason .reason-contents:nth-of-type(2) {
  flex-direction: row-reverse;
}

#reason .reason-contents:nth-of-type(2) img {
  left: 0;
}

#reason .reason-contents:nth-of-type(2) dl:before {
  content: "02";
}

#reason .price {
  max-width: 11.57rem;
  margin: .20rem auto;
  border-radius: .10rem;
  box-shadow: 0 0 .10rem #ccc;
}

@media screen and (max-width: 768px) {
  #reason .price {
    width: 90%;
  }
}

#reason .price dl {
  background: #fff;
  border-radius: .10rem .10rem 0 0;
  padding: .50rem .60rem;
}

@media screen and (max-width: 768px) {
  #reason .price dl {
    display: block;
    padding: .30rem .40rem;
  }
}

#reason .price dl:before {
  content: "03";
  display: block;
  font-size: .80rem;
  color: #0056cb;
  width: 1.00rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #reason .price dl:before {
    font-size: .44rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
  }
}

#reason .price dl dt {
  font-size: .32rem;
  text-align: center;
  font-weight: 500;
  width: 2.70rem;
  padding-top: .20rem;
}

@media screen and (max-width: 768px) {
  #reason .price dl dt {
    font-size: .21rem;
    width: 100%;
  }
}

#reason .price dl dt span {
  color: #0056cb;
}

#reason .price dl dt em {
  letter-spacing: -.30rem;
}

#reason .price dl dd {
  width: 5.65rem;
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.8;
  padding-top: .10rem;
}

@media screen and (max-width: 768px) {
  #reason .price dl dd {
    font-size: .12rem;
    width: 100%;
  }
}

#reason .price .price-contents {
  background: #1162d1;
  padding: .50rem;
  border-radius: 0 0 .10rem .10rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents {
    padding: .30rem .40rem;
  }
}

#reason .price .price-contents p {
  color: #fff;
  text-align: center;
}

#reason .price .price-contents p:nth-of-type(1) {
  font-size: .20rem;
  font-weight: 400;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents p:nth-of-type(1) {
    font-size: .14rem;
  }
}

#reason .price .price-contents p:nth-of-type(2) {
  font-size: .12rem;
  font-weight: 400;
  margin-top: .20rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents p:nth-of-type(2) {
    font-size: .10rem;
    margin-top: 0;
    line-height: 2;
    text-align: left;
  }
}

#reason .price .price-contents .flex div {
  width: 31%;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div {
    width: 100%;
    margin-bottom: .30rem;
  }
}

#reason .price .price-contents .flex div h3 {
  border-radius: .05rem;
  margin-bottom: .08rem;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  padding: .10rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div h3 {
    font-size: .16rem;
    margin-bottom: .05rem;
  }
}

#reason .price .price-contents .flex div ul {
  background: #fff;
  border-radius: .05rem;
  height: 2.78rem;
  padding: .20rem .10rem;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul {
    height: inherit;
    padding-bottom: .05rem;
  }
}

#reason .price .price-contents .flex div ul .plan-price {
  font-size: .32rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: .10rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-price {
    font-size: .21rem;
  }
}

#reason .price .price-contents .flex div ul .plan-price span {
  font-size: .18rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-price span {
    font-size: .12rem;
  }
}

#reason .price .price-contents .flex div ul .plan-price span em {
  font-size: .12rem;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-price span em {
    font-size: .09rem;
  }
}

#reason .price .price-contents .flex div ul .plan-ct {
  font-size: .18rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-ct {
    font-size: .14rem;
  }
}

#reason .price .price-contents .flex div ul .plan-dtl {
  font-size: .12rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-dtl {
    font-size: .10rem;
  }
}

#reason .price .price-contents .flex div ul .plan-txt {
  margin-top: .10rem;
  font-size: .14rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-txt {
    font-size: .11rem;
  }
}

#reason .price .price-contents .flex div ul .plan-link a {
  width: 1.23rem;
  display: block;
  position: absolute;
  border-radius: .50rem;
  background: #0f53af;
  color: #fff;
  text-align: center;
  padding: .05rem;
  font-size: .14rem;
  bottom: .30rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #reason .price .price-contents .flex div ul .plan-link a {
    width: 1.66rem;
    display: block;
    font-size: .12rem;
    position: static;
    margin: .20rem auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: .10rem 0;
  }
}

#reason .price .price-contents .flex .light-plan h3 {
  background: #00a2ff;
}

#reason .price .price-contents .flex .light-plan .plan-ct {
  color: #00a2ff;
}

#reason .price .price-contents .flex .standard-plan h3 {
  background: #15c87a;
}

#reason .price .price-contents .flex .standard-plan .plan-ct {
  color: #15c87a;
}

#reason .price .price-contents .flex .platinum-plan h3 {
  background: #ff9c00;
}

#reason .price .price-contents .flex .platinum-plan .plan-ct {
  color: #ff9c00;
}

#example {
  background: #f1f9fa;
  margin-top: .80rem;
  padding: .50rem .60rem;
}

@media screen and (max-width: 768px) {
  #example {
    padding: .20rem 0;
  }
  #example .inner {
    padding: 0 .10rem;
  }
}

#example h2 {
  font-size: .32rem;
  text-align: center;
  margin-bottom: .30rem;
}

@media screen and (max-width: 768px) {
  #example h2 {
    font-size: .24rem;
  }
}

#example h2 span {
  font-size: .20rem;
  font-weight: 400;
  display: block;
  margin-bottom: .10rem;
}

@media screen and (max-width: 768px) {
  #example h2 span {
    font-size: .14rem;
  }
}

#example .slick-slider {
  margin: 0 -.10rem;
}

#example .slick-slide {
  margin-right: .10rem;
  margin-left: .10rem;
}

#example .slick-prev, #example .slick-next {
  width: .30rem;
}

@media screen and (max-width: 768px) {
  #example .slick-prev, #example .slick-next {
    width: .50rem;
    height: .50rem;
    padding: .17rem .22rem;
  }
}

@media screen and (max-width: 768px) {
  #example .slick-arrow {
    background: #1162d1;
  }
}

#example .slick-prev {
  left: -.35rem;
  top: 40%;
}

[dir="rtl"] #example .slick-prev {
  left: -.35rem;
  left: auto;
}

@media screen and (max-width: 768px) {
  #example .slick-prev {
    left: -.10rem;
    top: 60%;
  }
  [dir="rtl"] #example .slick-prev {
    left: -.10rem;
    left: auto;
  }
}

#example .slick-prev:before {
  font-family: "fontawesome";
  font-size: .40rem;
  width: .23rem;
  height: .465rem;
  display: block;
  content: "";
  background-image: url("../images/slick-arrow-left.png");
  background-size: .23rem .465rem;
}

@media screen and (max-width: 768px) {
  #example .slick-prev:before {
    background-image: url("../images/slick-arrow-left_sp.png");
    background-size: .10rem .17rem;
  }
}

[dir="rtl"] #example .slick-prev:before {
  content: "";
  background-image: url("../images/slick-arrow-left.png");
  background-size: .23rem .465rem;
}

@media screen and (max-width: 768px) {
  [dir="rtl"] #example .slick-prev:before {
    background-image: url("../images/slick-arrow-left_sp.png");
    background-size: .10rem .17rem;
  }
}

#example .slick-next {
  right: -.35rem;
  top: 40%;
}

[dir="rtl"] #example .slick-next {
  left: -.35rem;
  right: auto;
}

@media screen and (max-width: 768px) {
  #example .slick-next {
    right: -.10rem;
    top: 60%;
  }
  [dir="rtl"] #example .slick-next {
    left: 0rem;
    right: auto;
  }
}

#example .slick-next:before {
  font-family: "fontawesome";
  font-size: .40rem;
  width: .23rem;
  height: .465rem;
  display: block;
  content: "";
  background-image: url("../images/slick-arrow-right.png");
  background-size: .23rem .465rem;
}

@media screen and (max-width: 768px) {
  #example .slick-next:before {
    background-image: url("../images/slick-arrow-right_sp.png");
    background-size: .10rem .17rem;
  }
}

[dir="rtl"] #example .slick-next:before {
  content: "";
  background-image: url("../images/slick-arrow-right.png");
  background-size: .23rem .465rem;
}

@media screen and (max-width: 768px) {
  [dir="rtl"] #example .slick-next:before {
    background-image: url("../images/slick-arrow-right_sp.png");
    background-size: .10rem .17rem;
  }
}

#example .inner {
  max-width: 11.57rem;
}

#example .slick {
  max-width: 10.00rem;
  margin: 0 auto;
}

#example .slick div {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

#example .slick div ul {
  background: #fff;
  border-radius: .10rem;
  padding: .15rem;
  width: 95%;
  min-height: 1.86rem;
  margin: 1.10rem auto 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #example .slick div ul {
    width: 77%;
    min-height: inherit;
    margin: 1.40rem auto 0;
    padding-bottom: .20rem;
  }
}

#example .slick div ul li:nth-of-type(1) {
  color: #ff8400;
  font-size: .15rem;
}

@media screen and (max-width: 768px) {
  #example .slick div ul li:nth-of-type(1) {
    font-size: .12rem;
  }
}

#example .slick div ul li:nth-of-type(2) {
  font-size: .18rem;
  margin: .10rem 0;
}

@media screen and (max-width: 768px) {
  #example .slick div ul li:nth-of-type(2) {
    font-size: .14rem;
  }
}

#example .slick div ul li:nth-of-type(3) {
  font-size: .12rem;
}

@media screen and (max-width: 768px) {
  #example .slick div ul li:nth-of-type(3) {
    font-size: .11rem;
  }
}

#example .slick div ul li:nth-of-type(3) a {
  color: #0056cb;
}

#example .slick div.case1 {
  background-image: url("../images/ex_img01.png");
}

#example .slick div.case2 {
  background-image: url("../images/ex_img02.png");
}

#example .slick div.case3 {
  background-image: url("../images/ex_img03.png");
}

#example .ex-link {
  width: 1.67rem;
  display: block;
  text-align: center;
  padding: .05rem 0;
  border-radius: .50rem;
  border: 1px solid #ccc;
  margin: .30rem auto 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #example .ex-link {
    width: 1.66rem;
    padding: .10rem 0 .12rem;
    font-size: .12rem;
    color: #0056cb;
    border: none;
    box-shadow: 0 0 .10rem #ccc;
    margin-bottom: .30rem;
  }
}

#works {
  background: #0f53af;
  padding-top: .80rem;
  padding-bottom: .50rem;
}

@media screen and (max-width: 768px) {
  #works {
    padding-top: .50rem;
    background: #1162d1;
  }
}

#works h2 {
  font-size: .32rem;
  text-align: center;
  margin-bottom: .30rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #works h2 {
    font-size: .24rem;
  }
}

#works h2 span {
  display: block;
  font-size: .20rem;
  margin-bottom: .10rem;
}

@media screen and (max-width: 768px) {
  #works h2 span {
    font-size: .14rem;
  }
}

#works .flex div {
  background: #fff;
  border-radius: .10rem;
  width: 48.5%;
  text-align: center;
  padding: .30rem;
}

@media screen and (max-width: 768px) {
  #works .flex div {
    width: 100%;
    padding: .20rem .15rem;
    margin-bottom: .30rem;
  }
}

#works .flex div h3 {
  font-size: .20rem;
}

#works .flex div dl dt {
  font-size: .16rem;
  margin: .15rem 0;
}

@media screen and (max-width: 768px) {
  #works .flex div dl dt {
    font-size: .14rem;
  }
}

#works .flex div dl dd {
  font-size: .12rem;
  margin-bottom: .15rem;
}

@media screen and (max-width: 768px) {
  #works .flex div ul {
    justify-content: center;
  }
}

#works .flex div ul li {
  width: 50%;
  text-align: center;
  margin-bottom: .20rem;
}

@media screen and (max-width: 768px) {
  #works .flex div ul li {
    width: 33%;
  }
  #works .flex div ul li img {
    width: 0.63rem;
  }
}

#works .flex div ul li span {
  margin-top: .05rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #works .flex div ul li span {
    font-size: .09rem;
  }
}

#works .flex div.business dt {
  color: #00a2ff;
}

#works .flex div.design dt {
  color: #ff8400;
}

#works .works-link {
  width: 1.67rem;
  display: block;
  text-align: center;
  padding: .05rem 0;
  border-radius: .50rem;
  margin: .30rem auto 0;
  background: #fff;
  color: #0f53af;
}

@media screen and (max-width: 768px) {
  #works .works-link {
    width: 1.66rem;
    font-size: .12rem;
    padding: .10rem 0;
    margin: 0 auto;
  }
}

#f-contents {
  padding: .50rem 0;
  background-color: #1162d1;
  background-image: url("../images/section_img.jpg");
  background-repeat: no-repeat;
  background-size: 8.62rem;
  /*background-position: 100% center;*/
  background-position: bottom right;
}

@media screen and (max-width: 768px) {
  #f-contents {
    margin-top: -.01rem;
    padding-top: 0;
    background-color: #1162d1;
    background-image: url("../images/section_img_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 20% bottom;
  }
  #f-contents .main-txtarea {
    padding-top: 0;
    padding-bottom: .80rem;
  }
  #f-contents .main-txtarea .sp-txt {
    margin-bottom: 1.00rem;
  }
}

#f-contents .inner {
  max-width: 10.20rem;
}

footer {
  padding: .50rem 0 0;
}

@media screen and (max-width: 768px) {
  footer .footer-logo {
    display: none;
  }
}

footer .flex {
  align-items: flex-start;
  padding-bottom: .50rem;
  padding-top: .50rem;
}

@media screen and (max-width: 768px) {
  footer .flex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer dl {
    margin-bottom: .30rem;
  }
}

footer dt {
  font-weight: 700;
  font-size: .16rem;
}

footer dd {
  font-weight: 400;
  margin: .10rem 0;
  font-size: .13rem;
}

@media screen and (max-width: 768px) {
  footer dd {
    margin: .15rem 0;
  }
}

footer dd:before {
  content: "-";
  display: inline-block;
  padding-right: .05rem;
}

footer small {
  display: block;
  height: .50rem;
  line-height: .45rem;
  text-align: center;
  border-top: .01rem solid #eee;
}

@media screen and (max-width: 768px) {
  footer small {
    font-size: .10rem;
  }
}

.mail {
  display: block;
  background: #2199ee;
  border-radius: 50%;
  position: fixed;
  bottom: .10rem;
  right: .10rem;
  width: .60rem;
  height: .60rem;
  text-align: center;
  padding-top: .20rem;
}

.mail img {
  width: .25rem;
}

.btn_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn_hamburger {
    display: block;
    width: .50rem;
    height: .50rem;
    position: absolute;
    z-index: 9999;
    right: 0;
    transition: all 0.2s linear;
  }
  .btn_hamburger.menu-txt {
    background: #fff;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    width: 40%;
    height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 99999;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .btn_hamburger a:after {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
  }
  .btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_hamburger.menu-txt span {
    background-color: #515151;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 7px;
  }
  .btn_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger.menu-txt span:nth-of-type(2)::after {
    background-color: #515151;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .sp-menu {
    display: none;
  }
  #sp-menu {
    top: .50rem;
    max-width: 100%;
    width: 100%;
    background: #0f53af;
    padding: 0;
    overflow: hidden;
    position: absolute;
    color: #fff;
  }
  #sp-nav {
    padding-top: .15rem;
  }
  #sp-nav ul {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
  #sp-nav ul:nth-child(1) li {
    display: block;
    font-size: .14rem;
    text-align: left;
    margin: .10rem 0;
    padding: .15rem;
    height: inherit;
  }
  #sp-nav ul:nth-child(1) li a {
    display: block;
  }
}
