@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* A P-OTF A1ゴシック Std*/
@font-face {
  font-family: "A P-OTF A1ゴシック Std light";
  src: url("../fonts/AP-OTF-A1GothicStd-Light.woff") format("woff");
}

@font-face {
  font-family: "A P-OTF A1ゴシック Std regular";
  src: url("../fonts/AP-OTF-A1GothicStd-Regular.woff") format("woff");
}

@font-face {
  font-family: "A P-OTF A1ゴシック Std bold";
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.woff") format("woff");
}

@font-face {
  font-family: "A P-OTF A1ゴシック Std medium";
  src: url("../fonts/AP-OTF-A1GothicStd-Medium.woff") format("woff");
}

/*A P-OTF 秀英にじみ角ゴ金StdN B*/
@font-face {
  font-family: "A P-OTF 秀英にじみ角ゴ金StdN B";
  src: url("../fonts/A-OTF-ShueiGoKinStd-B.woff") format("woff");
}

@font-face {
  font-family: "A P-OTF 秀英にじみ角ゴ金StdN normal";
  src: url("../fonts/AP-OTF-ShueiGoKinStd-L.woff") format("woff");
}

@font-face {
  font-family: "A P-OTF 秀英にじみ角ゴ金StdN medium";
  src: url("../fonts/AP-OTF-ShueiGoKinStd-M.woff") format("woff");
}

/*Acumin Variable Concept*/
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../fonts/AcuminVariableConcept.woff") format("woff");
}

/*result*/
@font-face {
  font-family: "result";
  src: url("../fonts/AP-OTF-A1GothicStdN-Light.woff") format("woff");
}

@font-face {
  font-family: "result";
  src: url("../fonts/AP-OTF-A1GothicStdN-Medium.woff") format("woff");
}

@font-face {
  font-family: "result";
  src: url("../fonts/AP-OTF-A1GothicStdN-Bold.woff") format("woff");
}

@font-face {
  font-family: "result";
  src: url("../fonts/AP-OTF-A1GothicStdN-Regular.woff") format("woff");
}

@font-face {
  font-family: "小塚ゴシック";
  src: url("../fonts/KozGoPr6N-Bold.woff") format("woff");
}

@font-face {
  font-family: "小塚ゴシック Regular";
  src: url("../fonts/KozGoPr6N-Regular.woff") format("woff");
}

.line__container {
  position: relative;
}

.line__container img {
  height: 4rem;
  width: 23rem;
}

@media (min-width: 360px) {
  .line__container img {
    width: 36rem;
    height: 5rem;
  }
}

@media (min-width: 768px) {
  .line__container img {
    width: 53rem;
    height: 8rem;
  }
}

.line__container .decoration__left {
  margin-top: 5rem;
}

@media (min-width: 400px) {
  .line__container .decoration__left {
    margin-top: 8rem;
  }
}

.line__container .decoration__right {
  height: 4rem;
  width: 23rem;
  position: absolute;
  right: 0;
  top: -28rem;
}

@media (min-width: 360px) {
  .line__container .decoration__right {
    width: 36rem;
    height: 5rem;
  }
}

@media (min-width: 768px) {
  .line__container .decoration__right {
    height: 8rem;
    width: 53rem;
    top: -3rem;
  }
}

@media (min-width: 768px) {
  .card {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.section__container {
  margin: 0 6%;
}

@media (min-width: 768px) {
  .section__container {
    margin: 0 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gg-shape-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 2rem;
  height: 2rem;
  border: 3px solid;
  border-radius: 100px;
}

@media (min-width: 400px) {
  .gg-shape-circle {
    width: 4rem;
    height: 4rem;
  }
}

.gg-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 3rem;
  height: 4rem;
  border: 4px solid transparent;
  border-radius: 40px;
}

.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 3px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 22px;
  left: 1px;
}

@media (min-width: 400px) {
  .gg-close::after,
  .gg-close::before {
    width: 33px;
    top: 12px;
    left: -7px;
  }
}

@media (min-width: 768px) {
  .gg-close::after,
  .gg-close::before {
    top: 8px;
  }
}

.gg-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gg-shape-triangle {
  position: relative;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 17px;
  bottom: 0.5rem;
  border-left: 3px solid transparent;
  border-bottom: 3px solid;
}

@media (min-width: 400px) {
  .gg-shape-triangle {
    width: 41px;
    bottom: 0.8rem;
  }
}

@media (min-width: 768px) {
  .gg-shape-triangle {
    bottom: 1rem;
  }
}

.gg-shape-triangle,
.gg-shape-triangle::before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 3px solid transparent;
}

.gg-shape-triangle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px solid;
  border-top: 3px solid;
  border-bottom: 3px solid transparent;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
  left: -1px;
  bottom: -13px;
}

@media (min-width: 400px) {
  .gg-shape-triangle::before {
    width: 35px;
    height: 35px;
    left: 0px;
    bottom: -20px;
  }
}

.campaign-btn {
  margin: 0 6%;
  height: 5rem;
  line-height: 5rem;
}

@media (min-width: 360px) {
  .campaign-btn {
    height: 7rem;
    line-height: 7rem;
  }
}

@media (min-width: 768px) {
  .campaign-btn {
    margin: 7rem auto;
    line-height: 9rem;
    width: 65rem;
    height: 9rem;
  }
}

@media (min-width: 768px) {
  .campaign-btn:last-child {
    margin-bottom: 15rem;
  }
}

.campaign-btn a {
  font-family: "A P-OTF A1ゴシック Std light";
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #479ef7;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  border-radius: 3em;
  font-size: 4vw;
}

@media (min-width: 400px) {
  .campaign-btn a {
    border-radius: 2em;
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  .campaign-btn a {
    font-size: 3rem;
  }
}

.campaign-btn a:hover {
  opacity: 0.7;
}

.circle {
  position: relative;
  z-index: 0;
}

.circle1 img {
  display: none;
}

@media (min-width: 768px) {
  .circle1 img {
    display: block;
    position: absolute;
    left: 0%;
    width: 17%;
    top: 57rem;
  }
}

.circle2 img {
  display: none;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .circle2 img {
    display: block;
    width: 49%;
    top: 10rem;
  }
}

.circle3 {
  z-index: 10;
}

@media (min-width: 768px) {
  .circle3 {
    z-index: 0;
  }
}

.circle3 .circle3__pc {
  display: none;
}

@media (min-width: 768px) {
  .circle3 .circle3__pc {
    display: block;
    position: absolute;
    left: -6%;
    width: 24%;
    top: 21rem;
  }
}

@media (min-width: 960px) {
  .circle3 .circle3__pc {
    left: -6%;
    width: 22%;
    top: 17rem;
  }
}

@media (min-width: 1200px) {
  .circle3 .circle3__pc {
    left: -6%;
    width: 21%;
    top: 13rem;
  }
}

.circle3 .circle3__sp {
  position: absolute;
  z-index: 10;
  left: -34%;
  width: 53%;
  top: -5rem;
}

@media (min-width: 360px) {
  .circle3 .circle3__sp {
    left: -34%;
    width: 50%;
    top: -6rem;
  }
}

@media (min-width: 400px) {
  .circle3 .circle3__sp {
    left: -37%;
    width: 51%;
    top: -17rem;
  }
}

@media (min-width: 768px) {
  .circle3 .circle3__sp {
    display: none;
  }
}

.circle4 img {
  position: absolute;
  width: 49%;
  top: -12rem;
  right: -6rem;
}

@media (min-width: 360px) {
  .circle4 img {
    width: 44%;
    top: -12rem;
    right: -6rem;
  }
}

@media (min-width: 400px) {
  .circle4 img {
    width: 24%;
    top: -12rem;
    right: 0;
  }
}

@media (min-width: 768px) {
  .circle4 img {
    width: 15%;
    top: -15rem;
    right: 0;
  }
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

main {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
  display: inline-block;
  font-family: "A P-OTF A1ゴシック Std regular";
  border-bottom: 6px solid;
  -o-border-image: linear-gradient(to right, #cb9bfe 0%, #9cdefb 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#cb9bfe), to(#9cdefb));
     border-image: linear-gradient(to right, #cb9bfe 0%, #9cdefb 100%);
  border-image-slice: 1;
}

@media (min-width: 360px) {
  h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  h2 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}

h2 span {
  color: #479ef7;
  font-weight: bold;
  font-size: 3.5rem;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

section {
  padding: 3rem 1.5rem;
  margin-top: 4rem;
  text-align: center;
  margin: 3rem auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  z-index: 12;
  width: 100%;
  height: 8rem;
  background-color: #fff;
}

@media (min-width: 360px) {
  header {
    height: 10rem;
  }
}

header .header-logo__box {
  display: inline;
  width: 59%;
}

@media (min-width: 360px) {
  header .header-logo__box {
    width: 51%;
  }
}

@media (min-width: 400px) {
  header .header-logo__box {
    width: 100%;
  }
}

@media (min-width: 960px) {
  header .header-logo__box {
    width: auto;
  }
}

header img {
  width: 100%;
}

@media (min-width: 400px) {
  header img {
    max-height: 10rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  header img {
    margin-left: 10%;
    margin-right: 5%;
    min-width: 22rem;
  }
}

@media (min-width: 960px) {
  header img {
    margin-left: 15%;
    min-width: 18rem;
  }
}

@media (min-width: 1200px) {
  header img {
    margin-left: 25%;
    min-width: 22rem;
  }
}

header .pc {
  display: none;
}

@media (min-width: 960px) {
  header .pc {
    display: block;
    margin-right: 3%;
    margin-left: 5%;
  }
  header .pc .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .pc .nav__menu li {
    margin: 4.5rem 2rem;
    margin-bottom: 0;
    font-family: "A P-OTF A1ゴシック Std regular";
    white-space: nowrap;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  header .pc .nav__menu li {
    margin: 4.5rem 1.3rem;
  }
}

@media (min-width: 960px) and (min-width: 1200px) {
  header .pc .nav__menu li {
    margin: 4.5rem 2rem;
  }
}

@media (min-width: 960px) {
  header .pc .nav__menu li:last-child {
    margin-right: 3%;
  }
  header .pc .nav__menu li a {
    position: relative;
    color: black;
  }
  header .pc .nav__menu li a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  header .pc .nav__menu li .a__border::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 5px solid;
    -o-border-image: linear-gradient(to right, #cb9bfe 10%, #04a3ff 80%, #003cffbb 100%);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #cb9bfe), color-stop(80%, #04a3ff), to(#003cffbb));
       border-image: linear-gradient(to right, #cb9bfe 10%, #04a3ff 80%, #003cffbb 100%);
    border-image-slice: 1;
    position: absolute;
    bottom: -50%;
    left: 0%;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .pc .nav__menu li .a__border:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header .pc .nav__menu .btn {
    width: 25.5rem;
    height: 5rem;
    line-height: 5rem;
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  header .pc .nav__menu .btn a {
    font-family: "A P-OTF A1ゴシック Std light";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #0099ff;
    text-align: center;
    color: #ffffff;
    border-radius: 5em;
  }
  header .pc .nav__menu .btn a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 1200px) {
  header .pc {
    margin-left: 0;
  }
}

header .active::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 5px solid;
  -o-border-image: linear-gradient(to right, #cb9bfe 10%, #04a3ff 80%, #003cffbb 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #cb9bfe), color-stop(80%, #04a3ff), to(#003cffbb));
     border-image: linear-gradient(to right, #cb9bfe 10%, #04a3ff 80%, #003cffbb 100%);
  border-image-slice: 1;
  position: absolute;
  bottom: -50%;
  left: 0%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #hamburger {
  width: 19%;
}

@media (min-width: 360px) {
  header #hamburger {
    width: 27%;
  }
}

@media (min-width: 400px) {
  header #hamburger {
    width: 86px;
    height: 64px;
  }
}

@media (min-width: 960px) {
  header #hamburger {
    display: none;
  }
}

header #hamburger span {
  padding-left: 1.25vw;
  right: 1.3rem;
  position: absolute;
  /*親要素である#hamburgerを基準に位置を指定*/
  width: 30px;
  height: 1px;
  /*横線の高さが4px*/
  background-color: #61b3f9;
  /*横線を白色*/
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  /*変化の時間（easeは初期値）*/
}

@media (min-width: 360px) {
  header #hamburger span {
    width: 40px;
    /*横線の幅が30px*/
    right: 2.5rem;
  }
}

header #hamburger span:nth-of-type(1) {
  top: 29px;
}

header #hamburger span:nth-of-type(2) {
  top: 39px;
}

@media (min-width: 360px) {
  header #hamburger span:nth-of-type(2) {
    top: 42px;
  }
}

header #hamburger span:nth-of-type(3) {
  top: 49px;
}

@media (min-width: 360px) {
  header #hamburger span:nth-of-type(3) {
    top: 55px;
  }
}

header .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*反時計回りに45度回転*/
  top: 43px !important;
}

header .close span:nth-of-type(2) {
  opacity: 0;
}

header .close span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /*時計回りに45度回転*/
  top: 43px !important;
}

header .sm {
  font-size: 1.4rem;
  color: white;
  top: 10rem;
  /*headerの余白分*/
  left: 0px;
  /*headerの余白分　ヘッダーには左右に15px余白があるので、headerの子要素となる.smは15px分内側に設置されます。その余白を埋めるために左に寄せる。*/
  position: absolute;
  /*絶対配置　top　leftからの位置を絶対配置する*/
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: none;
  text-align: center;
  /*メニューリストの文字を中央寄せ*/
  background-color: #61b3f9;
  /*透明の背景*/
}

@media (min-width: 768px) {
  header .sm {
    font-size: 1.8rem;
  }
}

@media (min-width: 960px) {
  header .sm {
    display: none;
  }
}

header .sm li {
  margin: 4.5rem 2rem;
  margin-bottom: 0;
  font-family: "A P-OTF A1ゴシック Std regular";
  white-space: nowrap;
  letter-spacing: -0.1px;
}

header .sm li:last-child {
  margin-right: 3%;
}

header .sm li a {
  color: white;
}

header .sm li a:hover {
  opacity: 0.7;
}

header .sm .btn {
  width: 23.5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
  margin: 3rem auto;
}

@media (min-width: 768px) {
  header .sm .btn {
    width: 32.5rem;
    margin: 4rem auto;
    font-size: 1.8rem;
  }
}

header .sm .btn a {
  font-family: "A P-OTF A1ゴシック Std light";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  background: white;
  text-align: center;
  color: #61b3f9;
  border-radius: 5em;
}

@media (min-width: 960px) {
  header .sp {
    display: none;
  }
}

.is-menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#introduce {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 360px) {
  #introduce {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  #introduce {
    padding-top: 10rem;
  }
}

#introduce .mainvisual {
  background-image: url(../images/mv__sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #introduce .mainvisual {
    background-size: contain;
    background-image: url(../images/mainvisual.jpg);
    background-position: 80% 50%;
  }
}

#introduce .intro__outer {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  #introduce .intro__outer {
    font-size: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 5rem;
    font-family: "A P-OTF A1ゴシック Std regular";
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  #introduce .intro__outer {
    font-size: 5rem;
    margin: 0 8%;
  }
}

#introduce .intro__outer .intro__box__left {
  padding-top: 10rem;
  margin-right: 8%;
  z-index: 10;
  position: relative;
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__left {
    margin-left: 8%;
    padding-top: 35%;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .intro__box__left {
    margin-left: 0;
    padding-top: 7rem;
    padding-left: 0;
  }
}

#introduce .intro__outer .intro__box__left p {
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 2px solid black;
  margin-bottom: 1rem;
  font-family: "A P-OTF A1ゴシック Std regular";
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__left p {
    font-size: 4.5vw;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .intro__box__left p {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
}

#introduce .intro__outer .intro__box__left .text__blue {
  color: #479ef7;
  font-size: 2rem;
  font-family: "A P-OTF A1ゴシック Std bold";
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__left .text__blue {
    font-size: 7vw;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .intro__box__left .text__blue {
    font-size: inherit;
  }
}

@media (min-width: 960px) {
  #introduce .intro__outer .intro__box__left .text__blue {
    font-size: 5rem;
  }
}

#introduce .intro__outer .intro__box__left h1:nth-child(3) {
  font-size: 1.8rem;
  font-family: "A P-OTF A1ゴシック Std bold";
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__left h1:nth-child(3) {
    font-size: inherit;
  }
}

@media (min-width: 960px) {
  #introduce .intro__outer .intro__box__left h1:nth-child(3) {
    font-size: 5rem;
  }
}

#introduce .intro__outer .intro__box__left div {
  line-height: 100px;
}

#introduce .intro__outer .intro__box__left div:first-of-type {
  color: #387bf6;
}

#introduce .intro__outer .intro__box__right {
  margin-left: 62%;
  max-width: 9rem;
  height: 23rem;
  z-index: 9;
  position: relative;
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__right {
    margin-left: 64%;
    max-width: 12rem;
    height: 32rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .intro__box__right {
    margin-left: 0;
    height: 63rem;
    max-width: 33rem;
  }
}

@media (min-width: 960px) {
  #introduce .intro__outer .intro__box__right {
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
    height: 70rem;
  }
}

@media (min-width: 1200px) {
  #introduce .intro__outer .intro__box__right {
    margin-right: 5%;
  }
}

#introduce .intro__outer .intro__box__right img {
  padding-top: 2rem;
  width: 100%;
  height: 78%;
}

@media (min-width: 360px) {
  #introduce .intro__outer .intro__box__right img {
    padding-top: 7rem;
  }
}

#introduce .intro__outer .arrow-box {
  position: absolute;
  left: 47%;
  top: 37rem;
  color: #61b3f9;
  font-size: 1.6rem;
  font-family: "小塚ゴシック Regular";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 360px) {
  #introduce .intro__outer .arrow-box {
    top: 56rem;
    font-size: 1.8rem;
    left: 50%;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .arrow-box {
    top: 67rem;
    font-size: 2.5rem;
    left: 50%;
  }
}

@media (min-width: 960px) {
  #introduce .intro__outer .arrow-box {
    top: 74rem;
  }
}

#introduce .intro__outer .arrow-box::after {
  content: "";
  width: 9rem;
  height: 1.5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  background-color: #61b3f9;
}

@media (min-width: 360px) {
  #introduce .intro__outer .arrow-box::after {
    width: 10rem;
    left: -0.9rem;
  }
}

@media (min-width: 768px) {
  #introduce .intro__outer .arrow-box::after {
    width: 16rem;
    left: -1.9rem;
  }
}

#introduce #Problem {
  font-size: 4rem;
}

@media (min-width: 768px) {
  #introduce #Problem {
    margin-bottom: 7rem;
  }
}

#introduce #Problem h2 {
  margin-bottom: 5.5rem;
}

@media (min-width: 360px) {
  #introduce #Problem h2 {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 360px) {
  #introduce #Problem {
    margin-top: 5rem;
  }
}

@media (min-width: 400px) {
  #introduce #Problem {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .problem__container {
    margin: 0;
  }
}

#introduce #Problem .column-box {
  position: relative;
  font-family: "A P-OTF A1ゴシック Std regular";
  margin-bottom: 3rem;
}

@media (min-width: 360px) {
  #introduce #Problem .column-box {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .column-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
    margin-bottom: 0;
  }
}

#introduce #Problem .column-box .text-box p {
  font-size: 0.8rem;
  padding: 1rem 1.5rem;
  margin-bottom: 12rem;
  border-style: Solid;
  border-color: #479ef7;
  border-width: 2px;
  border-radius: 1.2em;
}

@media (min-width: 360px) {
  #introduce #Problem .column-box .text-box p {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .text-box p {
    border-radius: 23px;
    padding: 1.6rem 1rem;
    border-width: 3px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .column-box .text-box p {
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
  }
}

#introduce #Problem .column-box .box__left {
  margin-right: 20%;
  min-width: 38rem;
  position: relative;
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .box__left {
    margin-right: 0;
  }
}

#introduce #Problem .column-box .box__left p {
  position: absolute;
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .box__left p {
    position: relative;
  }
}

#introduce #Problem .column-box .box__left p:first-child {
  padding: 1.8rem 0.5rem;
  top: -2rem;
  left: 0;
}

@media (min-width: 360px) {
  #introduce #Problem .column-box .box__left p:first-child {
    top: 0;
    padding: 1.8rem 1.5rem;
  }
}

@media (min-width: 400px) {
  #introduce #Problem .column-box .box__left p:first-child {
    left: initial;
    right: 9rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .box__left p:first-child {
    padding: 2.8rem 1.5rem;
    right: -16rem;
    top: -1rem;
    width: 30rem;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .column-box .box__left p:first-child {
    width: auto;
    right: -7rem;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .column-box .box__left p:first-child {
    top: 1rem;
    left: -2%;
  }
}

#introduce #Problem .column-box .box__left p:nth-child(2) {
  right: 30%;
  top: 5rem;
}

@media (min-width: 360px) {
  #introduce #Problem .column-box .box__left p:nth-child(2) {
    top: 8rem;
    right: 13%;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .box__left p:nth-child(2) {
    top: 0;
    left: initial;
    right: -11rem;
    padding: 1.8rem 1.1rem;
    margin-bottom: 6rem;
    display: inline-block;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .column-box .box__left p:nth-child(2) {
    display: block;
    right: -6rem;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .column-box .box__left p:nth-child(2) {
    top: 0;
    left: 4%;
    right: initial;
    padding: 1.8rem 1.5rem;
    margin-bottom: 6rem;
  }
}

#introduce #Problem .column-box .box__left p:last-child {
  top: 12rem;
  left: 12%;
}

@media (min-width: 360px) {
  #introduce #Problem .column-box .box__left p:last-child {
    left: 0;
    top: 18rem;
  }
}

@media (min-width: 400px) {
  #introduce #Problem .column-box .box__left p:last-child {
    left: initial;
    right: 12rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .column-box .box__left p:last-child {
    top: 0;
    left: initial;
    right: -11rem;
    padding: 1.8rem 1.1rem;
    margin-bottom: 6rem;
    display: inline-block;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .column-box .box__left p:last-child {
    display: block;
    right: -8rem;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .column-box .box__left p:last-child {
    top: 0;
    left: 10%;
    right: initial;
    padding: 1.8rem 1.5rem;
    margin-bottom: 6rem;
  }
}

#introduce #Problem .box__middle {
  background-color: transparent;
}

@media (min-width: 768px) {
  #introduce #Problem .box__middle {
    display: block;
    height: 41rem;
    width: 21rem;
    margin: auto 0;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .box__middle {
    height: 44rem;
    width: 24rem;
    margin: auto 2%;
  }
}

#introduce #Problem .box__middle img {
  width: 17rem;
  opacity: 0.4;
  height: 100%;
}

@media (min-width: 360px) {
  #introduce #Problem .box__middle img {
    width: 23rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .box__middle img {
    width: 100%;
    opacity: 1;
    margin: 5rem 0;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .box__middle img {
    height: 107%;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .box__middle img {
    margin: 0;
    height: 100%;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .box__right {
    top: 0;
    min-width: 48rem;
    right: 0;
  }
}

#introduce #Problem .box__right p {
  position: absolute;
  margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
  #introduce #Problem .box__right p {
    position: relative;
    top: 0;
    margin-bottom: 12rem !important;
  }
}

#introduce #Problem .box__right p:first-child {
  top: 19rem;
  right: -5%;
  font-size: 0.6rem;
  padding: 1rem 1rem;
}

@media (min-width: 360px) {
  #introduce #Problem .box__right p:first-child {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    top: 27rem;
  }
}

@media (min-width: 400px) {
  #introduce #Problem .box__right p:first-child {
    right: 2rem;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .box__right p:first-child {
    top: 4rem;
    width: 64%;
    left: -3rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .box__right p:first-child {
    top: 5%;
    left: -14%;
    width: auto;
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .box__right p:first-child {
    left: -3%;
    padding: 2rem 1.5rem;
  }
}

#introduce #Problem .box__right p:last-child {
  width: 62%;
  margin: 0 auto;
  top: 26rem;
  padding: 1rem 2rem;
  left: -2%;
}

@media (min-width: 360px) {
  #introduce #Problem .box__right p:last-child {
    left: -3%;
    top: 36rem;
    padding: 2rem 3rem;
  }
}

@media (min-width: 400px) {
  #introduce #Problem .box__right p:last-child {
    width: auto;
    left: 6rem;
    right: 6rem;
    left: initial;
  }
}

@media (min-width: 768px) {
  #introduce #Problem .box__right p:last-child {
    width: 53%;
    top: 9rem;
    left: -7rem;
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 960px) {
  #introduce #Problem .box__right p:last-child {
    width: 62%;
    top: 6rem;
    left: -5%;
  }
}

@media (min-width: 1200px) {
  #introduce #Problem .box__right p:last-child {
    top: 0;
    left: -15%;
  }
}

#introduce #solution {
  margin-top: 5rem;
  line-height: 2;
  letter-spacing: -1px;
}

@media (min-width: 360px) {
  #introduce #solution {
    margin-top: 11rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #introduce #solution {
    overflow: hidden;
  }
}

#introduce #solution .solution__heading__logo {
  font-family: "A P-OTF A1ゴシック Std regular";
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24rem;
}

@media (min-width: 360px) {
  #introduce #solution .solution__heading__logo {
    width: 36rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__heading__logo {
    width: 50rem;
  }
}

#introduce #solution .solution__heading__logo img {
  top: -56%;
  left: 21%;
  position: absolute;
  width: 20rem;
}

@media (min-width: 360px) {
  #introduce #solution .solution__heading__logo img {
    top: -20%;
    left: 23%;
    width: 26rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__heading__logo img {
    left: 29%;
  }
}

#introduce #solution .solution__heading__logo div {
  font-size: 1.6rem;
  border: none;
  margin-bottom: 0;
  margin-right: 20%;
}

@media (min-width: 360px) {
  #introduce #solution .solution__heading__logo div {
    font-size: 2.3rem;
    margin-right: 25%;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__heading__logo div {
    margin-right: 11rem;
    font-size: 2.5rem;
  }
}

#introduce #solution .solution__text {
  font-family: "A P-OTF A1ゴシック Std regular";
  margin-top: 6rem;
  font-size: 1.1rem;
}

@media (min-width: 360px) {
  #introduce #solution .solution__text {
    margin-top: 9rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__text .solution__text__sp-br {
    display: none;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__text {
    font-size: 1.8rem;
  }
}

#introduce #solution .solution__text p:nth-child(3) {
  margin-bottom: 1rem;
}

@media (min-width: 360px) {
  #introduce #solution .solution__text p:nth-child(3) {
    margin-bottom: 0;
  }
}

#introduce #solution .solution__text p:last-child {
  line-height: 1.3;
  font-size: 1.8rem;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #89d4fa));
  background: linear-gradient(transparent 60%, #89d4fa 60%);
}

@media (min-width: 360px) {
  #introduce #solution .solution__text p:last-child {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .solution__text p:last-child {
    line-height: 1.5;
  }
}

#introduce #solution .solution__text span {
  color: #479ef7;
}

#introduce #solution .card__container {
  margin: 3rem auto 0;
  display: block;
  width: 100%;
}

@media (min-width: 960px) {
  #introduce #solution .card__container {
    width: auto;
    display: -webkit-box;
  }
}

#introduce #solution .card__container .solve-card {
  display: block;
  margin: 7% auto;
  margin-bottom: 8%;
  border-radius: 50%;
  padding: 1rem;
  line-height: 1.8;
  font-family: "A P-OTF A1ゴシック Std regular";
  font-size: 1rem;
  width: 24rem;
  height: 24rem;
  background: -webkit-gradient(linear, left top, right top, from(#cb9bfe), to(#9cdefb));
  background: linear-gradient(to right, #cb9bfe 0%, #9cdefb 100%);
  position: relative;
  z-index: 1;
}

@media (min-width: 360px) {
  #introduce #solution .card__container .solve-card {
    font-size: 1.4rem;
    width: 33rem;
    height: 33rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card {
    margin: 5% auto;
    width: 43rem;
    height: 43rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 960px) {
  #introduce #solution .card__container .solve-card {
    margin: 1%;
    width: 27rem;
    height: 27rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  #introduce #solution .card__container .solve-card {
    font-size: 1.4rem;
    height: 36rem;
    width: 36rem;
    margin: 1%;
  }
}

#introduce #solution .card__container .solve-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  padding: 3px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card::before {
    padding: 4px;
  }
}

#introduce #solution .card__container .solve-card .card__title {
  font-size: 1.6rem;
  margin-top: 2rem;
  color: #479ef7;
  line-height: 1.4;
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card .card__title {
    font-size: 2.2rem;
    margin-top: 4.8rem;
  }
}

@media (min-width: 960px) {
  #introduce #solution .card__container .solve-card .card__title {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #introduce #solution .card__container .solve-card .card__title {
    font-size: 2.4rem;
    margin-top: 3.8rem;
  }
}

#introduce #solution .card__container .solve-card .card__content {
  margin-top: 1rem;
  line-height: 1.7;
}

@media (min-width: 360px) {
  #introduce #solution .card__container .solve-card .card__content {
    margin-top: 1.6rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card .card__content {
    margin-top: 3rem;
  }
}

@media (min-width: 960px) {
  #introduce #solution .card__container .solve-card .card__content {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card .card__content::nth-child(2) {
    margin-top: 1rem;
  }
}

#introduce #solution .card__container .solve-card img {
  width: 6rem;
  margin-top: 1rem;
  height: 6rem;
}

@media (min-width: 360px) {
  #introduce #solution .card__container .solve-card img {
    width: 9rem;
    margin-top: 2rem;
    height: 9rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card img {
    width: 9rem;
    height: 9rem;
    margin-top: 2rem;
  }
}

@media (min-width: 960px) {
  #introduce #solution .card__container .solve-card img {
    width: 7rem;
    margin-top: 1rem;
    height: 7rem;
  }
}

@media (min-width: 1200px) {
  #introduce #solution .card__container .solve-card img {
    width: 9rem;
    margin-top: 2rem;
    height: 9rem;
  }
}

#introduce #solution .card__container .solve-card img:first-child {
  margin-top: 4rem;
}

#introduce #solution .card__container .solve-card .card__img2 {
  margin-top: 1.2rem;
  width: 4rem;
  height: 5rem;
}

@media (min-width: 360px) {
  #introduce #solution .card__container .solve-card .card__img2 {
    width: 6rem;
    height: 7rem;
  }
}

@media (min-width: 768px) {
  #introduce #solution .card__container .solve-card .card__img2 {
    width: 8rem;
    height: 9rem;
  }
}

@media (min-width: 960px) {
  #introduce #solution .card__container .solve-card .card__img2 {
    width: 6rem;
    height: 7rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 1200px) {
  #introduce #solution .card__container .solve-card .card__img2 {
    width: 8rem;
    height: 9rem;
    margin-top: 1.2rem;
  }
}

#introduce .step {
  margin-top: 5rem;
  margin-bottom: 1rem;
  padding: 0rem 1.5rem;
}

@media (min-width: 360px) {
  #introduce .step {
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  #introduce .step {
    padding: 3rem 1.5rem;
  }
}

#introduce .step h2 {
  margin-bottom: 1rem;
}

#introduce .step h2 span {
  font-size: 3.3rem;
  font-family: "小塚ゴシック";
  font-weight: bold;
  color: #479ef7;
}

@media (min-width: 360px) {
  #introduce .step h2 span {
    font-size: 5.3rem;
  }
}

@media (min-width: 768px) {
  #introduce .step h2 span {
    font-size: 4rem;
  }
}

#introduce .step .step__container {
  margin-top: 2rem;
  margin: 0;
}

@media (min-width: 768px) {
  #introduce .step .step__container {
    margin-top: 5rem;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#introduce .step .step__container .border {
  position: relative;
}

@media (min-width: 768px) {
  #introduce .step .step__container .border::after {
    position: absolute;
    content: "";
    border-right: 2px solid;
    -o-border-image: linear-gradient(to bottom, #ecdaff 0%, #ecdaff 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#ecdaff), to(#ecdaff));
       border-image: linear-gradient(to bottom, #ecdaff 0%, #ecdaff 100%);
    border-image-slice: 1;
    left: 0;
    top: 4rem;
    width: 1rem;
    height: 47rem;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .border::after {
    left: -2rem;
  }
}

@media (min-width: 1200px) {
  #introduce .step .step__container .border::after {
    left: 0;
  }
}

#introduce .step .step__container .border2 {
  position: relative;
}

@media (min-width: 768px) {
  #introduce .step .step__container .border2::after {
    position: absolute;
    content: "";
    border-right: 2px solid;
    -o-border-image: linear-gradient(to bottom, #ecdaff 0%, #ecdaff 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#ecdaff), to(#ecdaff));
       border-image: linear-gradient(to bottom, #ecdaff 0%, #ecdaff 100%);
    border-image-slice: 1;
    left: 22.5rem;
    top: 4rem;
    width: 1rem;
    height: 47rem;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .border2::after {
    left: 23.6rem;
  }
}

@media (min-width: 1200px) {
  #introduce .step .step__container .border2::after {
    left: 41rem;
  }
}

#introduce .step .step__container .step-card {
  padding-bottom: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  #introduce .step .step__container .step-card {
    max-width: 22rem;
    padding: 1rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    height: 48rem;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .step-card {
    max-width: 34rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  #introduce .step .step__container .step-card {
    padding: 0;
    padding-bottom: 3rem;
    min-width: 43rem;
  }
}

#introduce .step .step__container .step-card:last-child {
  margin-bottom: 0;
  border: none;
}

#introduce .step .step__container .step-card p {
  background: -webkit-linear-gradient(6deg, #cb9bfe 60%, #9cdefb 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#introduce .step .step__container .step-card p span {
  font-family: "Acumin Variable Concept";
  font-size: 5.2rem;
  background: -webkit-linear-gradient(0deg, #cb9bfe 0%, #9cdefb 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 360px) {
  #introduce .step .step__container .step-card p span {
    font-size: 6.2rem;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .step-card p span {
    font-size: 8.2rem;
  }
}

#introduce .step .step__container .step-card p span:first-child {
  font-family: "A P-OTF A1ゴシック Std regular";
  margin-right: 1.8rem;
  line-height: 1.2;
  font-size: 3rem;
  background: -webkit-linear-gradient(6deg, #cb9bfe 0%, #9cdefb 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#introduce .step .step__container .step-card div {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

@media (min-width: 360px) {
  #introduce .step .step__container .step-card div {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  #introduce .step .step__container .step-card div {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .step-card div {
    font-size: 1.6rem;
  }
}

#introduce .step .step__container .step-card .card__text div {
  letter-spacing: -0.3px;
  font-family: "A P-OTF A1ゴシック Std regular";
}

#introduce .step .step__container .step-card img {
  margin-bottom: 2rem;
  max-width: 79%;
}

@media (min-width: 360px) {
  #introduce .step .step__container .step-card img {
    margin-bottom: 0;
  }
}

@media (min-width: 400px) {
  #introduce .step .step__container .step-card img {
    max-width: 55%;
    max-height: 55rem;
    padding-bottom: 10%;
  }
}

@media (min-width: 768px) {
  #introduce .step .step__container .step-card img {
    max-height: 58%;
    max-width: 84%;
  }
}

@media (min-width: 960px) {
  #introduce .step .step__container .step-card img {
    max-height: 55%;
    max-width: 90%;
  }
}

#introduce .step .step__container .step-card .step__img3 {
  max-width: 33%;
  margin-bottom: 0;
}

@media (min-width: 360px) {
  #introduce .step .step__container .step-card .step__img3 {
    max-width: 24%;
  }
}

@media (min-width: 400px) {
  #introduce .step .step__container .step-card .step__img3 {
    max-width: 55%;
  }
}

@media (min-width: 768px) {
  #introduce .step .step__container .step-card .step__img3 {
    max-width: 90%;
  }
}

#function {
  padding: 0 1rem;
  padding-top: 8rem;
  margin-bottom: 0;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#f9f0d2), color-stop(40%, #cac4ff), to(#66ceeda3));
  background-image: linear-gradient(to left top, #f9f0d2 0%, #cac4ff 40%, #66ceeda3 100%);
}

@media (min-width: 768px) {
  #function {
    padding: 3rem 1.5rem;
    margin-top: 8rem;
    padding-top: 12rem;
  }
}

#function .function__header {
  margin-bottom: 4rem;
  border-bottom: 6px solid;
  -o-border-image: linear-gradient(to right, #f9f0d2 0%, #cac4ff 100);
     border-image: -webkit-gradient(linear, left top, right top, from(#f9f0d2), color-stop(100, #cac4ff));
     border-image: linear-gradient(to right, #f9f0d2 0%, #cac4ff 100);
  border-image-slice: 1;
  display: inline-block;
}

#function .function__header img {
  width: 19rem;
}

#function .function__header h2 {
  border: none;
  margin: 0;
  position: relative;
  margin-left: 14.5rem;
}

@media (min-width: 360px) {
  #function .function__header h2 {
    margin-left: 19rem;
  }
}

#function .function__header h2::before {
  content: url(../images/header_logo.png);
  display: inline-block;
  position: absolute;
  top: -25rem;
  left: -61rem;
  -webkit-transform: scale(0.15, 0.15);
          transform: scale(0.15, 0.15);
}

@media (min-width: 360px) {
  #function .function__header h2::before {
    top: -24rem;
    left: -64rem;
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
}

#function .function__container {
  line-height: 2.23rem;
  font-size: 1.45rem;
  font-family: "A P-OTF A1ゴシック Std regular";
}

@media (min-width: 768px) {
  #function .function__container {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 7%;
  }
}

@media (min-width: 960px) {
  #function .function__container {
    margin: 0 12%;
  }
}

@media (min-width: 1200px) {
  #function .function__container {
    font-size: 1.8rem;
    max-width: 109rem;
    margin: 0 auto;
  }
}

#function .function__container h3 {
  color: white;
  background-color: #479ef7;
  padding: 0.7rem 0 0.4rem;
  line-height: 1.2;
  font-size: 3vw;
  white-space: nowrap;
}

@media (min-width: 360px) {
  #function .function__container h3 {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  #function .function__container h3 {
    font-size: 1.6vw;
  }
}

@media (min-width: 1200px) {
  #function .function__container h3 {
    font-size: 2.5rem;
  }
}

#function .function__container .column__text {
  text-align: left;
  margin: 1rem 0 0;
}

@media (min-width: 360px) {
  #function .function__container .column__text {
    margin: 2rem 0 0;
  }
}

@media (min-width: 768px) {
  #function .function__container .column__text {
    margin: 2.5rem 0 0;
    margin-top: 3%;
  }
}

#function .function__container .column__text span {
  display: inline-block;
}

#function .function__container .column__text__blue {
  text-align: left;
  background-color: #dbf0fd;
  padding: 1rem 1rem;
  border-radius: 0.6em;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #function .function__container .column__text__blue {
    margin-top: 4%;
  }
}

#function .function__container .column__text__blue span {
  border-bottom: 2px solid white;
  color: #479ef7;
}

#function .function__container .hashtag {
  margin-top: 24%;
}

@media (min-width: 768px) {
  #function .function__container .hashtag {
    padding: 2rem 11%;
    margin: 3% 0;
  }
}

@media (min-width: 1200px) {
  #function .function__container .hashtag {
    padding: 2rem 7%;
  }
}

#function .function__container .hashtag .hashtag__br {
  display: none;
}

@media (min-width: 1200px) {
  #function .function__container .hashtag .hashtag__br {
    display: block;
  }
}

#function .function__container .box {
  background-color: #fff;
  padding: 2rem 1.5rem 1.5rem;
  margin: 2.5rem 0;
  border-radius: 0.6em;
}

@media (min-width: 360px) {
  #function .function__container .box {
    padding: 2rem 2.5rem 1.5rem;
  }
}

@media (min-width: 768px) {
  #function .function__container .box {
    padding: 7% 7% 3%;
  }
}

#function .function__container .box img {
  width: 65%;
}

@media (min-width: 768px) {
  #function .function__container .box img {
    width: 78%;
    padding-top: 5%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .box .img1 {
    width: 62%;
    padding-top: 2%;
  }
}

#function .function__container .box .img2 {
  width: 35%;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  #function .function__container .box .img2 {
    max-width: 45%;
    padding-top: 8%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .box .img2 {
    max-width: 40%;
    padding-top: 2rem;
  }
}

#function .function__container .box .img3 {
  width: 25%;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  #function .function__container .box .img3 {
    width: 33%;
    padding-top: 11%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .box .img3 {
    padding-top: 2.3rem;
    max-width: 26%;
  }
}

#function .function__container .box .img4 {
  width: 76%;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  #function .function__container .box .img4 {
    width: 89%;
    padding-top: 10%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .box .img4 {
    max-width: 32rem;
    padding-top: 2rem;
  }
}

#function .function__container .box .img5 {
  position: absolute;
  width: 28%;
  top: 47%;
  right: 12%;
}

@media (min-width: 360px) {
  #function .function__container .box .img5 {
    width: 27%;
    top: 46%;
    right: 4%;
  }
}

@media (min-width: 400px) {
  #function .function__container .box .img5 {
    top: 44%;
    right: 3%;
    width: 22%;
  }
}

@media (min-width: 768px) {
  #function .function__container .box .img5 {
    width: 15%;
    top: 35%;
    right: 0%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .box .img5 {
    top: 36%;
    right: 2%;
    max-width: 13rem;
  }
}

#function .function__container .box .img6 {
  padding-top: 5%;
}

@media (min-width: 768px) {
  #function .function__container .box .img6 {
    max-width: 30rem;
  }
}

#function .function__container .box .img7 {
  width: 28%;
  padding-top: 5%;
}

@media (min-width: 1200px) {
  #function .function__container .box .img7 {
    padding-top: 2rem;
    max-width: 10rem;
  }
}

#function .function__container .box .img8 {
  width: 35%;
}

@media (min-width: 1200px) {
  #function .function__container .box .img8 {
    padding-top: 2rem;
    max-width: 21rem;
  }
}

@media (min-width: 768px) {
  #function .function__container .first-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__left,
  #function .function__container .first-column .column__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}

#function .function__container .first-column .column__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__left {
    height: 107rem;
    margin-right: 2rem;
  }
}

#function .function__container .first-column .column__left .first-box {
  margin-top: 0;
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__left .first-box {
    height: 68%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  #function .function__container .first-column .column__left .first-box {
    height: 63%;
  }
}

#function .function__container .first-column .column__left .second-box {
  height: 32%;
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__left .second-box {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__right {
    margin-left: 2rem;
    height: 109rem;
  }
}

#function .function__container .first-column .column__right .first-box {
  margin-top: 0;
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__right .first-box {
    height: 20.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__right .second-box {
    height: 31%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  #function .function__container .first-column .column__right .third-box {
    height: 42%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}

#function .function__container .second-column {
  position: relative;
}

#function .function__container .second-column .first-box {
  margin: 0;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #function .function__container .second-column .first-box {
    padding: 4% 7% 1%;
  }
}

@media (min-width: 1200px) {
  #function .function__container .second-column .first-box {
    margin-bottom: 3rem;
    margin-top: 1.2rem;
  }
}

#function .function__container .third-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #function .function__container .third-column {
    height: 77rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#function .function__container .third-column .first-box {
  margin-top: 0;
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__left,
  #function .function__container .third-column .column__right {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__left {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__left .first-box {
    height: 46%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#function .function__container .third-column .column__left .second-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__left .second-box {
    height: 46%;
  }
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__right {
    margin-left: 2rem;
    font-size: 1.3rem;
  }
}

@media (min-width: 960px) {
  #function .function__container .third-column .column__right {
    font-size: 1.45rem;
  }
}

@media (min-width: 1200px) {
  #function .function__container .third-column .column__right {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  #function .function__container .third-column .column__right .first-box {
    height: 95.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn2 {
  padding: 2rem 0 8rem;
  margin: 0;
}

@media (min-width: 768px) {
  .btn2 {
    padding: 0;
    margin: 2rem auto;
  }
}

#plan {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 0;
  background-color: #f6f6f6;
}

@media (min-width: 360px) {
  #plan {
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  #plan {
    padding-top: 6rem;
  }
}

@media (min-width: 1200px) {
  #plan {
    padding-left: 0;
  }
}

#plan h2 {
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #plan h2 {
    margin-bottom: 3.5rem;
  }
}

#plan h2 span {
  font-family: "小塚ゴシック";
  font-size: 3.5rem;
  line-height: 0.8;
  color: #479ef7;
}

@media (min-width: 768px) {
  #plan h2 span {
    font-size: 5rem;
  }
}

#plan .plan__container {
  margin-top: 3rem;
  margin: 0;
}

@media (min-width: 360px) {
  #plan .plan__container {
    margin: 0 5%;
  }
}

@media (min-width: 400px) {
  #plan .plan__container {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container {
    margin: 0 7%;
  }
}

#plan .plan__container .plan-card {
  color: #479ef7;
  height: 37rem;
  font-size: 1.4rem;
  font-family: "A P-OTF A1ゴシック Std regular";
  padding: 1.4rem 1.5rem 0;
  padding-top: 2rem;
  margin: 0 3%;
  margin-bottom: 3rem;
  min-width: 24%;
  background-color: #fff;
  border: 1px solid #479ef7;
  border-radius: 0.8em;
  -webkit-box-shadow: 5px 5px 6px 1px #c5c5c5;
          box-shadow: 5px 5px 6px 1px #c5c5c5;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card {
    padding: 1.4rem 2.5rem 3.4rem;
  }
}

@media (min-width: 400px) {
  #plan .plan__container .plan-card {
    max-width: 27rem;
    margin: 0 auto 3rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card {
    margin-bottom: 0;
    margin: 0 1%;
    max-width: 21rem;
    padding: 1.4rem 1rem 3.4rem;
  }
}

@media (min-width: 960px) {
  #plan .plan__container .plan-card {
    min-width: 24rem;
    margin: 0 3%;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card {
    min-width: 26rem;
  }
}

#plan .plan__container .plan-card:nth-child(2) {
  color: white;
  background-color: #61b3f9;
}

#plan .plan__container .plan-card:nth-child(2) p {
  color: #479ef7;
  background-color: #fff;
}

#plan .plan__container .plan-card:last-child {
  padding: 1.4rem 0.6rem 3.4rem;
  height: 37rem;
}

@media (min-width: 400px) {
  #plan .plan__container .plan-card:last-child {
    max-width: 30rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card:last-child {
    max-width: 21rem;
  }
}

@media (min-width: 960px) {
  #plan .plan__container .plan-card:last-child {
    min-width: 24rem;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card:last-child {
    min-width: 26rem;
  }
}

#plan .plan__container .plan-card .box {
  background: linear-gradient(45deg, #cb9bfe, #9cdefb);
  padding: 0.1rem;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .box {
    width: auto;
    margin: 0;
  }
}

#plan .plan__container .plan-card .box .box__inner {
  background: #fff;
  padding: 6px 1.2rem;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .box .box__inner {
    padding: 6px 6.2rem;
  }
}

#plan .plan__container .plan-card .box .box__inner p {
  line-height: 1;
  color: #61b3f9;
  font-family: "A P-OTF A1ゴシック Std medium";
}

#plan .plan__container .plan-card .box2 {
  background: #61b3f9;
}

#plan .plan__container .plan-card .plan-card__title {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .plan-card__title {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}

#plan .plan__container .plan-card .card__title__last {
  margin-top: 4.7rem;
}

#plan .plan__container .plan-card .plan-card__price {
  font-size: 1.6rem;
  margin: 1rem 0 2rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .plan-card__price {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .plan-card__price {
    font-size: 1.6rem;
  }
}

@media (min-width: 960px) {
  #plan .plan__container .plan-card .plan-card__price {
    font-size: 2rem;
  }
}

#plan .plan__container .plan-card .plan-card__price span {
  font-family: "小塚ゴシック Regular";
  font-size: 3rem;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .plan-card__price span {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .plan-card__price span {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card .plan-card__price span {
    font-size: 4rem;
  }
}

#plan .plan__container .plan-card .third-price {
  font-size: 1.6rem;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .third-price {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .third-price {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  #plan .plan__container .plan-card .third-price {
    font-size: 1.6rem;
  }
}

#plan .plan__container .plan-card .card__detail {
  height: 18rem;
  white-space: nowrap;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .card__detail {
    height: 20rem;
    padding: 0;
  }
}

@media (min-width: 400px) {
  #plan .plan__container .plan-card .card__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .card__detail {
    display: block;
    padding: 0;
    height: 22rem;
  }
}

#plan .plan__container .plan-card .card__detail ul {
  height: 15rem;
  font-family: "A P-OTF A1ゴシック Std regular";
  font-size: 1rem;
  list-style: none;
  text-align: left;
  padding: 0 2rem;
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .card__detail ul {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .card__detail ul {
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card .card__detail ul {
    font-size: 1.2rem;
  }
}

#plan .plan__container .plan-card .plan__btn {
  height: 20px;
  margin-bottom: 1.2rem;
  width: 86%;
  margin: 0 auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .plan__btn {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card .plan__btn {
    width: auto;
  }
}

#plan .plan__container .plan-card .plan__btn a {
  display: block;
  padding: 0.8rem 1rem;
  height: 100%;
  text-decoration: none;
  background: #61b3f9;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.4em;
  font-family: "A P-OTF A1ゴシック Std medium";
}

@media (min-width: 360px) {
  #plan .plan__container .plan-card .plan__btn a {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0.8rem 2rem;
  }
}

@media (min-width: 768px) {
  #plan .plan__container .plan-card .plan__btn a {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  #plan .plan__container .plan-card .plan__btn a {
    padding: 0.8rem 4rem;
    font-size: 1.8rem;
  }
}

#plan .plan__container .plan-card .middle-btn a {
  color: #61b3f9;
  background-color: white;
}

#plan .plan__container .plan-card .plan__btn a:hover {
  opacity: 0.7;
}

#comparison {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 400px) {
  #comparison {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

#comparison h2 {
  margin-bottom: 2rem;
}

@media (min-width: 400px) {
  #comparison h2 {
    margin-bottom: 0;
  }
}

#comparison .comparison__container {
  margin: 0 1%;
}

#comparison .comparison__container table {
  overflow: scroll;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
  font-family: "A P-OTF A1ゴシック Std regular";
  font-size: 2.2vw;
}

@media (min-width: 768px) {
  #comparison .comparison__container table {
    font-size: 1vw;
    width: 77%;
    white-space: nowrap;
  }
}

#comparison .comparison__container .first-row {
  background-color: white;
}

#comparison .comparison__container .first-row td {
  color: black;
  font-size: 1.4rem;
}

@media (min-width: 360px) {
  #comparison .comparison__container .first-row td {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  #comparison .comparison__container .first-row td {
    padding: 1rem;
  }
}

#comparison .comparison__container .first-row .data {
  background-color: #fff;
}

#comparison .comparison__container .first-row .data img {
  position: relative;
  top: 0.2rem;
}

@media (min-width: 400px) {
  #comparison .comparison__container .first-row .data img {
    top: 1.8rem;
  }
}

#comparison .comparison__container .circle__a {
  margin-bottom: 1em;
}

#comparison .comparison__container table tr *:nth-child(4) {
  background: #61b3f9;
  font-size: 2.2vw;
}

@media (min-width: 768px) {
  #comparison .comparison__container table tr *:nth-child(4) {
    font-size: 1.2vw;
  }
}

#comparison .comparison__container table th,
#comparison .comparison__container table td {
  color: white;
  border: solid 1px white;
  text-align: center;
}

#comparison .comparison__container table th {
  padding: 0 0.5rem;
  font-size: 1.4rem;
  color: white;
  width: 13%;
  vertical-align: middle;
}

@media (min-width: 360px) {
  #comparison .comparison__container table th {
    width: 10%;
  }
}

@media (min-width: 768px) {
  #comparison .comparison__container table th {
    width: 23%;
    padding: 0 8rem;
    font-size: 2.6rem;
  }
}

#comparison .comparison__container table th span {
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
}

@media (min-width: 768px) {
  #comparison .comparison__container table th span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    position: relative;
    left: 0.7rem;
    top: 0;
    bottom: 1.5rem;
  }
}

#comparison .comparison__container table td {
  width: 19%;
}

@media (min-width: 360px) {
  #comparison .comparison__container table td {
    padding-bottom: 1rem;
  }
}

#comparison .comparison__container table {
  background: -webkit-gradient(linear, left top, left bottom, from(#11f3ffa1), color-stop(50%, #7cb2feb3), to(#cb9bfe5e));
  background: linear-gradient(to bottom, #11f3ffa1 0%, #7cb2feb3 50%, #cb9bfe5e 100%);
  border-image-slice: 1;
}

#comparison .comparison__container table .gray {
  background-color: #e6e6e6;
  color: black;
}

#comparison .comparison__container table .dark-gray {
  background-color: #c5c5c5;
  color: black;
}

#comparison .comparison__container i {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0.8em;
  display: block;
}

#comparison .comparison__container .comparison__br {
  display: none;
}

@media (min-width: 768px) {
  #comparison .comparison__container .comparison__br {
    display: block;
  }
}

@media (min-width: 768px) {
  #comparison .comparison__container .comparison__br__sp {
    display: none;
  }
}

#comparison .comparison__container .last {
  margin-bottom: 1rem;
}

#result {
  margin-top: 3.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 400px) {
  #result {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  #result {
    margin-top: 0;
    padding-top: 0;
  }
}

#result .divider {
  margin: 5rem;
}

#result .result__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media (min-width: 768px) {
  #result .result__container {
    margin: 0 8%;
  }
}

#result .result__container .border-box {
  background: linear-gradient(45deg, #4bc8fd, #dfc5fb);
  padding: 0.2rem;
  border-radius: 30px;
}

@media (min-width: 768px) {
  #result .result__container .border-box {
    padding: 0.5rem;
  }
}

#result .result__container .border-box .result__box {
  background: #fff;
  border-radius: 28px;
  padding: 1.6rem;
  font-family: "A P-OTF A1ゴシック Std bold";
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#result .result__container .border-box .result__box .result__box__text {
  background-image: url(../images/result/result2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 40%;
  margin: 0;
  padding: 5% 0;
  font-size: 4vw;
  text-align: left;
  line-height: 1.4;
  font-family: "A P-OTF A1ゴシック Std light";
  white-space: nowrap;
}

@media (min-width: 400px) {
  #result .result__container .border-box .result__box .result__box__text {
    margin: 0rem 3rem;
  }
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box .result__box__text {
    font-size: 1.5vw;
    margin: 3rem 1rem;
  }
}

@media (min-width: 960px) {
  #result .result__container .border-box .result__box .result__box__text {
    margin: 3rem 3rem;
  }
}

#result .result__container .border-box .result__box .result__box__text:nth-child(2) {
  background-image: url(../images/result/result1.png);
}

#result .result__container .border-box .result__box .result__box__text .box__title {
  font-size: 4vw;
  font-weight: 100;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box .result__box__text .box__title {
    font-size: 2vw;
  }
}

#result .result__container .border-box .result__box .result__box__text span {
  color: #479ef7;
  font-size: 6.5vw;
  font-family: "A P-OTF 秀英にじみ角ゴ金StdN B";
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box .result__box__text span {
    font-size: 2vw;
  }
}

#result .result__container .border-box .result__box .result__box__text .text__emphasis {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9f0d2), color-stop(40%, #e6e5fb), to(#7ed7f1a3));
  background-image: linear-gradient(to right, #f9f0d2 0%, #e6e5fb 40%, #7ed7f1a3 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 97% 31%;
  padding-bottom: 0.2em;
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box .result__box__text .text__emphasis {
    padding-bottom: 0.4em;
    background-size: 100% 60%;
  }
}

#result .result__container .border-box .result__box .result__box__text .text__emphasis span {
  font-size: 6.5vw;
}

@media (min-width: 768px) {
  #result .result__container .border-box .result__box .result__box__text .text__emphasis span {
    font-size: 3vw;
  }
}

#result .result__container .border-box .result__box .text__m {
  margin-top: 0.5rem;
}

@media (min-width: 400px) {
  #result .result__container .border-box .result__box .text__m {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #result .result__container .result-box__text__br {
    display: none;
  }
}

#result .result__container img {
  max-width: 100%;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  #result .result__container img {
    max-width: 40%;
    margin: 3rem;
  }
}

@media (min-width: 960px) {
  #result .result__container img {
    margin: 5rem;
  }
}

#result .result__container .flight__box p:nth-child(3) {
  border-bottom: 6px solid;
  border: 1px black;
}

#result .result__container .restaurant__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #result .result__container .restaurant__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#result .result__container .restaurant__box p:nth-child(3) {
  border-bottom: 6px solid;
  border: 1px black;
}

#result .result__container .restaurant__box p:nth-child(3) span {
  font-size: 3rem;
}

#result .result__container .campaign-btn {
  margin-top: 17rem;
  margin-bottom: 5rem;
}

@media (min-width: 400px) {
  #result .result__container .campaign-btn {
    margin-top: 22rem;
  }
}

#faq {
  font-size: 1.4rem;
  padding-top: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f7ebff), to(#deeefd));
  background: linear-gradient(to right, #f7ebff 0%, #deeefd 100%);
  position: relative;
  padding: 3rem 0.5rem;
  /* 二本の横棒を作成する */
  /* 2本の横棒のうち一本は縦棒にする */
  /*
   プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
   jQueryで付け外しを行う
   */
}

@media (min-width: 400px) {
  #faq {
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 768px) {
  #faq {
    margin-top: 18rem;
  }
}

#faq .faq__container {
  margin: 0;
  font-family: "A P-OTF A1ゴシック Std light";
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  #faq .faq__container {
    margin: 0 6%;
  }
}

#faq .faq__container .faq__box {
  border-bottom: 1.5px solid;
  -o-border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #f9f0d2), color-stop(40%, #cac4ff), to(#66ceeda3));
     border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
  border-image-slice: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #faq .faq__container .faq__box {
    padding: 2.5rem;
  }
}

#faq .faq__container .faq__box:first-child {
  border-top: 1.5px solid;
  -o-border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #f9f0d2), color-stop(40%, #cac4ff), to(#66ceeda3));
     border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
  border-image-slice: 1;
}

#faq .faq__container .faq__box .box__icon {
  font-family: "A P-OTF A1ゴシック Std medium";
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  background-color: #ffffff;
  border: #61b3f9 solid 1px;
  border-radius: 50%;
  display: inline-block;
  color: #000;
}

@media (min-width: 360px) {
  #faq .faq__container .faq__box .box__icon {
    font-size: 1.6rem;
    line-height: 2.2;
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 400px) {
  #faq .faq__container .faq__box .box__icon {
    width: 9vw;
    height: 9vw;
    font-size: 3.5vw;
  }
}

@media (min-width: 768px) {
  #faq .faq__container .faq__box .box__icon {
    line-height: 2.3;
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
  }
}

@media (min-width: 400px) {
  #faq .faq__container .faq__box .box__icon_q {
    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;
  }
}

#faq .faq__container .faq__box .cover {
  position: relative;
  left: 1px;
  top: 1px;
  color: #acb6e5;
  background: -webkit-linear-gradient(79deg, #cbcbff, #bbe7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#faq .faq__container .faq__box .box__common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faq .faq__container .faq__box .box__common .box__common__text {
  margin: auto 0;
  max-width: 80%;
  font-size: 1rem;
  margin-left: 1rem;
}

@media (min-width: 400px) {
  #faq .faq__container .faq__box .box__common .box__common__text {
    font-size: 3vw;
  }
}

@media (min-width: 768px) {
  #faq .faq__container .faq__box .box__common .box__common__text {
    font-size: 1.4rem;
    max-width: 88%;
  }
}

@media (min-width: 960px) {
  #faq .faq__container .faq__box .box__common .box__common__text {
    font-size: 1.8rem;
    max-width: 91%;
  }
}

#faq .faq__container .faq__box .box__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faq .faq__container .faq__box .box__answer {
  margin-top: 3rem;
}

#faq .faq__container .faq__box .box__answer .box__text__a {
  margin-top: 0;
}

@media (min-width: 768px) {
  #faq .faq__container .faq__box .box__answer .box__text__a {
    margin-top: 1.5rem;
  }
}

#faq .faq__container .faq__box .box__answer .box__text__a span {
  display: inline-block !important;
}

#faq .qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#faq .qa-list dl {
  position: relative;
  cursor: pointer;
}

#faq .qa-list dl:last-child {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #f9f0d2), color-stop(40%, #cac4ff), to(#66ceeda3));
     border-image: linear-gradient(to right, #f9f0d2 19%, #cac4ff 40%, #66ceeda3 100%);
  border-image-slice: 1;
}

#faq .qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-right: 2px solid #479ef7;
}

@media (min-width: 768px) {
  #faq .qa-list dl::before {
    top: 35px;
    right: 35px;
  }
}

#faq .qa-list .open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 15%;
}

@media (min-width: 400px) {
  #faq .qa-list .open::before {
    top: 12%;
  }
}

@media (min-width: 768px) {
  #faq .qa-list .open::before {
    top: 23%;
  }
}

#faq .qa-list .open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 15%;
}

@media (min-width: 400px) {
  #faq .qa-list .open::after {
    top: 12%;
  }
}

@media (min-width: 768px) {
  #faq .qa-list .open::after {
    top: 23%;
  }
}

#faq .qa-list dl::before,
#faq .qa-list dl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  border-radius: 5px;
  background: #61b3f9;
  position: absolute;
  right: 7px;
  top: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 400px) {
  #faq .qa-list dl::before,
  #faq .qa-list dl::after {
    width: 3rem;
  }
}

@media (min-width: 768px) {
  #faq .qa-list dl::before,
  #faq .qa-list dl::after {
    right: -1%;
    top: 50%;
  }
}

@media (min-width: 960px) {
  #faq .qa-list dl::before,
  #faq .qa-list dl::after {
    right: 2%;
  }
}

#faq .qa-list dl::after {
  background: #479ef7;
  /* 横棒を縦にするために90℃回転させる */
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#faq .qa-list dl::after:active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#faq .active::before,
#faq .active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#faq .qa-list dl dd p {
  margin: 30px 0 0;
}

#faq .qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #faq .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #faq .qa-list dl {
    padding: 15px 40px 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  #faq .qa-list dl::before {
    top: 33px;
    right: 7px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #faq .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) {
  #faq .qa-list dl dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #faq .qa-list dl dt {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #faq .qa-list dl dd {
    margin: 10px 0 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  #faq .qa-list dl dd {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #faq .qa-list dl dd p {
    margin: 30px 0 0;
  }
  #faq .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

#faq .btn {
  width: 500px;
  height: 80px;
  line-height: 80px;
}

#faq .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #0099ff;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
}

#faq .btn a:hover {
  background: #0099ff;
  color: #e1e1e1;
  margin-left: 0px;
  margin-top: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact {
  margin-top: 7rem;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #contact {
    margin-top: 4rem;
  }
}

#contact p {
  font-size: 1.2rem;
  font-family: "A P-OTF A1ゴシック Std regular";
}

@media (min-width: 360px) {
  #contact p {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  #contact p {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  #contact p .contact__br {
    display: none;
  }
}

#contact p:last-child {
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media (min-width: 360px) {
  #contact p:last-child {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

#contact .contact__btn {
  width: 20.5rem;
  height: 50px;
  line-height: 50px;
  margin: 3rem auto;
}

@media (min-width: 360px) {
  #contact .contact__btn {
    width: 22.5rem;
  }
}

@media (min-width: 768px) {
  #contact .contact__btn {
    width: 26rem;
    margin: 2rem auto;
  }
}

#contact .contact__btn a {
  font-family: "小塚ゴシック";
  display: block;
  text-decoration: none;
  background: #43ca32;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 8px;
}

@media (min-width: 768px) {
  #contact .contact__btn a {
    font-size: 1.6rem;
  }
}

#contact .contact__btn a:hover {
  opacity: 0.7;
}

footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#d9bbfd), to(#4da1e7));
  background-image: linear-gradient(90deg, #d9bbfd, #4da1e7);
  position: relative;
  z-index: 8;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  footer nav {
    display: block;
  }
}

footer nav ul {
  margin: auto;
  height: 11rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) {
  footer nav ul {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer nav ul li {
  font-family: "A P-OTF A1ゴシック Std light";
  font-size: 1.2rem;
}

@media (min-width: 400px) {
  footer nav ul li {
    font-size: 1.4rem;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  footer nav ul li {
    white-space: nowrap;
    margin-right: 1rem;
  }
}

@media (min-width: 960px) {
  footer nav ul li {
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  footer nav ul li::after {
    content: "|";
    color: white;
    margin-left: 1rem;
  }
}

@media (min-width: 960px) {
  footer nav ul li::after {
    margin-left: 3rem;
  }
}

footer nav ul li:last-child::after {
  display: none;
}

footer nav ul li a {
  color: white;
}
/*# sourceMappingURL=main.css.map */