@charset "UTF-8";
/************************
mediaQuery
************************/
/************************
コンテンツのヘッダ
************************/
/************************
main
************************/
main.main {
  flex: 1;
}
main.main .container {
  margin: auto;
  width: 100%;
}
main.main .container .contents {
  margin: auto;
}
main.main .container .contents header .contents-header {
  margin: auto;
  padding: 0 150px;
  max-width: 1500px;
}
main.main .container .contents header .contents-header .mv {
  height: 205px;
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
main.main .container .contents header .contents-header .mv .mv-bg {
  color: #F3F3F3;
  font-size: 20.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 205px;
  line-height: 90%;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main.main .container .contents header .contents-header .mv h1 {
  font-size: 4.0rem;
  line-height: 1.0;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 610px;
  word-break: break-all;
  line-height: 1.2;
}
main.main .container .contents section .contents-body {
  padding: 115px 150px 125px;
  position: relative;
}
main.main .container .contents section .contents-body::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 115px;
}
main.main .container .contents section .contents-body h2 {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding: 0 100px;
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}

main section .contents-body {
  overflow: hidden;
}
main section .contents-body::after {
  display: none;
}
main section .contents-body h2 {
  position: relative;
  /*        margin-top:100px !important;
          &:first-of-type {
            margin:auto !important;  
          }*/
}
main section .contents-body h2::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  left: 1000px;
  width: 50%;
  top: 0;
}
main section:nth-child(n + 2 of section) .contents-body {
  padding: 0 150px 125px !important;
}
main section:nth-child(n + 2 of section) .contents-body::after {
  top: 0 !important;
}
main section:last-of-type {
  padding: 0 0 75px;
}

.customize-inner {
  padding: 80px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.customize-inner h3 {
  font-size: 2.6rem;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-bottom: 50px;
  position: relative;
  padding: 0 0 0 25px;
}
.customize-inner h3::before {
  background: #3B3B3B;
  content: "";
  height: 30px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.customize-inner [class*="freepage-"] {
  margin-bottom: 125px;
}
.customize-inner [class*="freepage-"]:last-of-type {
  margin-bottom: 0;
}
.customize-inner .freepage-0 {
  margin-bottom: 100px;
}
.customize-inner .freepage-0 .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.customize-inner .freepage-1 .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.customize-inner .freepage-2 .frame {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.customize-inner .freepage-2 .frame li.imagebox {
  flex-shrink: 0;
  margin-right: 50px;
  width: 450px;
}
.customize-inner .freepage-2 .frame li.imagebox .picture {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 270px;
}
.customize-inner .freepage-2 .frame li.imagebox .picture img {
  display: block;
  width: 100%;
}
.customize-inner .freepage-2 .frame li .text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.customize-inner .freepage-3 .frame {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 100px;
}
.customize-inner .freepage-3 .frame > li {
  flex-shrink: 0;
  width: 450px;
}
.customize-inner .freepage-3 .frame > li .picture {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 270px;
}
.customize-inner .freepage-3 .frame > li .picture img {
  display: block;
  width: 100%;
}
.customize-inner .freepage-3 .frame > li .textbox {
  margin-top: 30px;
}
.customize-inner .freepage-3 .frame > li .textbox h4 {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.0;
}
.customize-inner .freepage-3 .frame > li .textbox h4 .step {
  background: #3B3B3B;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  height: 28px;
  line-height: 1.0;
  width: 60px;
  margin-right: 12px;
}
.customize-inner .freepage-3 .frame > li .textbox h4 .step b {
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 5px;
}
.customize-inner .freepage-3 .frame > li .textbox .text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}
.customize-inner .freepage-4 .frame > li {
  margin-bottom: 25px;
}
.customize-inner .freepage-4 .frame > li:last-of-type {
  margin-bottom: 0;
}
.customize-inner .freepage-4 .frame > li .textbox {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 30px 50px;
}
.customize-inner .freepage-4 .frame > li .textbox .question {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 0 42px;
}
.customize-inner .freepage-4 .frame > li .textbox .question::before {
  background: #3B3B3B;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.customize-inner .freepage-4 .frame > li .textbox .answer {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 3px 0 0 42px;
  position: relative;
}
.customize-inner .freepage-4 .frame > li .textbox .answer::before {
  background: #fff;
  border: 2px solid #3B3B3B;
  border-radius: 50%;
  color: #3B3B3B;
  content: "A";
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.customize-inner .freepage-5 .frame {
  counter-reset: number 0;
}
.customize-inner .freepage-5 .frame > li {
  margin-bottom: 50px;
}
.customize-inner .freepage-5 .frame > li:last-of-type {
  margin-bottom: 0;
}
.customize-inner .freepage-5 .frame > li .textbox .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  padding: 0 0 0 42px;
}
.customize-inner .freepage-5 .frame > li .textbox .ttl::before {
  counter-increment: number 1;
  content: counter(number) " ";
  background: #3B3B3B;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.customize-inner .freepage-5 .frame > li .textbox .text {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 3px 0 0 42px;
}
.customize-inner .freepage-6 .frame {
  border-top: 1px solid #CECECE;
}
.customize-inner .freepage-6 .frame > li {
  border-bottom: 1px solid #CECECE;
}
.customize-inner .freepage-6 .frame > li .textbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 65px;
  font-size: 1.6rem;
  padding: 20px 55px;
  position: relative;
}
.customize-inner .freepage-6 .frame > li .textbox::after {
  background: url("../img/common/sub_menu_arrow.svg") no-repeat center center;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 60px;
}
.customize-inner .freepage-6 .frame > li a {
  display: block;
  width: 100%;
}
.customize-inner .freepage-6 .frame > li a:hover {
  background: #eaeaea;
}
.customize-inner .freepage-6 .frame > li a:hover .textbox {
  /*              &::after {
                  background:url("../img/common/sub_menu_hover_arrow.svg") no-repeat center center;
                }*/
}
.customize-inner .freepage-7 .frame dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #CECECE;
}
.customize-inner .freepage-7 .frame dl:first-of-type {
  border-top: 1px solid #CECECE;
}
.customize-inner .freepage-7 .frame dl dt {
  background: #F2F2F2;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  flex-shrink: 0;
  line-height: 1.4;
  padding: 25px 50px;
  width: 250px;
}
.customize-inner .freepage-7 .frame dl dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 25px 50px;
}
.customize-inner .freepage-8 .frame li {
  background: #F2F2F2;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 55px;
  margin-bottom: 25px;
  min-height: 160px;
}
.customize-inner .freepage-8 .frame li:last-of-type {
  margin-bottom: 0;
}
.customize-inner .freepage-8 .frame li .character {
  flex-shrink: 0;
  height: 136px;
  width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}
.customize-inner .freepage-8 .frame li .character img {
  display: block;
}
.customize-inner .freepage-8 .frame li .textbox {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}

.bottomlink {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}
.bottomlink li a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0 40px 0 0;
}
.bottomlink li a::after {
  background: url("../img/common/sub_menu_arrow.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}
.bottomlink li a:hover::after {
  background: url("../img/common/sub_menu_hover_arrow.svg") no-repeat center center;
  background-size: contain;
}
