@charset "UTF-8";
/* CSS Document */
#main {
  text-align: justify;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  padding-top: 8rem; }
  @media screen and (max-width: 767px) {
    #main {
      padding-top: 0; } }
  @media screen and (max-width: 575px) {
    #main {
      letter-spacing: 0.1rem; } }

h3 {
  font-family: "Josefin Sans";
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 575px) {
    h3 {
      font-size: 40px;
      font-size: 4rem; } }
  h3 span {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block; }

.color-blue {
  color: #00a0ff; }

.color-pink {
  color: #ff7b80; }

header .header-box {
  display: none; }

.websolution-header-box {
  position: fixed;
  top: 120px;
  right: -1px;
  z-index: 20; }
  @media screen and (max-width: 767px) {
    .websolution-header-box {
      display: none; } }
  .websolution-header-box a {
    position: relative;
    font-family: "Josefin Sans";
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background-color: #ff7b80;
    border: solid 1px #ff7b80;
    width: 45px;
    height: 170px;
    transition: 0.3s;
    padding-right: 1rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; }
    .websolution-header-box a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0e0";
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 0.5rem;
      line-height: 0;
      color: #fff;
      vertical-align: middle;
      letter-spacing: 0.1rem; }
    .websolution-header-box a:hover {
      background-color: #fff;
      border: solid 1px #ff7b80;
      color: #ff7b80; }
    .websolution-header-box a:hover::before {
      color: #ff7b80; }

#main-visual {
  margin-bottom: 6rem; }
  @media screen and (max-width: 767px) {
    #main-visual {
      margin-bottom: 3rem; } }
  #main-visual .main-bg {
    position: relative;
    background-image: url("../img/main-visual.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 705px;
    margin-left: calc(50% - 50vw);
    margin-right: 5rem;
    padding-left: 8rem;
    border-radius: 0 0 30px 0; }
    @media screen and (max-width: 1199px) {
      #main-visual .main-bg {
        height: 570px;
        padding-left: 5rem; } }
    @media screen and (max-width: 991px) {
      #main-visual .main-bg {
        height: 455px;
        padding-left: 5rem; } }
    @media screen and (max-width: 767px) {
      #main-visual .main-bg {
        background-image: url("../img/main-visual-xs.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        border-radius: 0;
        height: 670px;
        margin-right: 0; } }
    @media screen and (max-width: 575px) {
      #main-visual .main-bg {
        height: 550px;
        padding-left: 0; } }
    #main-visual .main-bg .catchcopy {
      color: #fff;
      padding-top: 11rem;
      margin-bottom: 5rem; }
      @media screen and (max-width: 1199px) {
        #main-visual .main-bg .catchcopy {
          padding-top: 8rem; } }
      @media screen and (max-width: 767px) {
        #main-visual .main-bg .catchcopy {
          padding-top: 6rem; } }
      @media screen and (max-width: 575px) {
        #main-visual .main-bg .catchcopy {
          padding-top: 4.5rem;
          text-align: center; } }
      #main-visual .main-bg .catchcopy .catchcopy-bg-blue {
        background-color: #005faf;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        display: inline-block;
        padding: 0.3em 0.8em;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 1199px) {
          #main-visual .main-bg .catchcopy .catchcopy-bg-blue {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          #main-visual .main-bg .catchcopy .catchcopy-bg-blue {
            padding: 0.1em 0.8em; } }
        @media screen and (max-width: 575px) {
          #main-visual .main-bg .catchcopy .catchcopy-bg-blue {
            padding: 0.5em 3em;
            line-height: 1.3; } }
      #main-visual .main-bg .catchcopy .midashi {
        font-size: 35px;
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 1.7;
        margin-bottom: 2rem;
        letter-spacing: 0.5rem; }
        @media screen and (max-width: 1399px) {
          #main-visual .main-bg .catchcopy .midashi {
            font-size: 30px;
            font-size: 3rem; } }
        @media screen and (max-width: 1199px) {
          #main-visual .main-bg .catchcopy .midashi {
            font-size: 25px;
            font-size: 2.5rem; } }
        @media screen and (max-width: 991px) {
          #main-visual .main-bg .catchcopy .midashi {
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 1rem; } }
        @media screen and (max-width: 575px) {
          #main-visual .main-bg .catchcopy .midashi {
            font-size: 23px;
            font-size: 2.3rem;
            line-height: 1.3; } }
      #main-visual .main-bg .catchcopy p {
        line-height: 1.9; }
        @media screen and (max-width: 991px) {
          #main-visual .main-bg .catchcopy p {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          #main-visual .main-bg .catchcopy p {
            line-height: 1.5; } }
    #main-visual .main-bg a.banner-box {
      position: absolute;
      bottom: 0;
      margin-bottom: 8rem;
      transition: 0.3s; }
      @media screen and (max-width: 991px) {
        #main-visual .main-bg a.banner-box {
          margin-bottom: 5rem; } }
      #main-visual .main-bg a.banner-box img {
        height: 95px;
        border: 1px solid #fff;
        border-radius: 10px; }
        @media screen and (max-width: 1199px) {
          #main-visual .main-bg a.banner-box img {
            height: 73px; } }
        @media screen and (max-width: 991px) {
          #main-visual .main-bg a.banner-box img {
            height: 60px; } }
      #main-visual .main-bg a.banner-box:hover {
        opacity: 0.7; }

@media screen and (max-width: 767px) {
  .banner-mobile {
    margin-bottom: 3rem; } }
.banner-mobile a {
  width: 80%;
  display: block;
  margin: auto; }

#worries .worries-bg {
  background-color: #f0f6ff;
  padding-top: 9rem;
  padding-bottom: 10.5rem; }
  @media screen and (max-width: 991px) {
    #worries .worries-bg {
      padding-top: 7rem; } }
  #worries .worries-bg .worries-box .maintext-box {
    position: relative;
    margin-bottom: 2.5rem;
    margin-bottom: 10rem; }
    @media screen and (max-width: 1199px) {
      #worries .worries-bg .worries-box .maintext-box {
        margin-bottom: 9rem; } }
    @media screen and (max-width: 991px) {
      #worries .worries-bg .worries-box .maintext-box {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 767px) {
      #worries .worries-bg .worries-box .maintext-box {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 575px) {
      #worries .worries-bg .worries-box .maintext-box {
        margin-bottom: 2rem; } }
    #worries .worries-bg .worries-box .maintext-box .worries-maintext {
      font-weight: 600;
      text-align: center;
      padding-top: 5rem; }
      @media screen and (max-width: 991px) {
        #worries .worries-bg .worries-box .maintext-box .worries-maintext {
          padding-top: 3rem; } }
      @media screen and (max-width: 767px) {
        #worries .worries-bg .worries-box .maintext-box .worries-maintext {
          padding-top: 10rem; } }
      @media screen and (max-width: 575px) {
        #worries .worries-bg .worries-box .maintext-box .worries-maintext {
          padding-top: 17rem; } }
      #worries .worries-bg .worries-box .maintext-box .worries-maintext p.up {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 0;
        line-height: 2.3; }
        @media screen and (max-width: 575px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext p.up {
            font-size: 20px;
            font-size: 2rem; } }
      #worries .worries-bg .worries-box .maintext-box .worries-maintext p.down {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 2rem; }
        @media screen and (max-width: 575px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext p.down {
            font-size: 22px;
            font-size: 2.2rem;
            margin-bottom: 1.5rem; } }
      #worries .worries-bg .worries-box .maintext-box .worries-maintext img {
        width: 475px; }
        @media screen and (max-width: 991px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext img {
            width: 425px; } }
        @media screen and (max-width: 575px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext img {
            width: 335px; } }
    #worries .worries-bg .worries-box .maintext-box img.img-left {
      width: 215px;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 991px) {
        #worries .worries-bg .worries-box .maintext-box img.img-left {
          width: 138px; } }
      @media screen and (max-width: 767px) {
        #worries .worries-bg .worries-box .maintext-box img.img-left {
          width: 115px; } }
      @media screen and (max-width: 575px) {
        #worries .worries-bg .worries-box .maintext-box img.img-left {
          width: 150px; } }
    #worries .worries-bg .worries-box .maintext-box img.img-right {
      width: 215px;
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 991px) {
        #worries .worries-bg .worries-box .maintext-box img.img-right {
          width: 138px; } }
      @media screen and (max-width: 767px) {
        #worries .worries-bg .worries-box .maintext-box img.img-right {
          width: 115px; } }
      @media screen and (max-width: 575px) {
        #worries .worries-bg .worries-box .maintext-box img.img-right {
          width: 150px; } }
  #worries .worries-bg .worries-box ul {
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      #worries .worries-bg .worries-box ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0rem; } }
    @media screen and (max-width: 767px) {
      #worries .worries-bg .worries-box ul li {
        margin-bottom: 2rem; } }
    #worries .worries-bg .worries-box ul li .point {
      background-color: #fff;
      border-radius: 7px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      padding: 3rem 1rem;
      box-shadow: 5px 5px #e5f5ff;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        #worries .worries-bg .worries-box ul li .point {
          font-size: 20px;
          font-size: 2rem; } }
    #worries .worries-bg .worries-box ul li p {
      padding: 1rem;
      padding-top: 2rem; }
  #worries .worries-bg img.arrow {
    text-align: center;
    width: 370px;
    display: flex;
    margin: auto;
    margin-bottom: 5rem; }
    @media screen and (max-width: 767px) {
      #worries .worries-bg img.arrow {
        width: 230px; } }
    @media screen and (max-width: 767px) {
      #worries .worries-bg img.arrow {
        margin-bottom: 3rem; } }
#worries .solution-banner {
  text-align: center;
  margin-top: -10rem;
  margin-bottom: 12.8rem; }
  @media screen and (max-width: 575px) {
    #worries .solution-banner {
      margin-bottom: 8.8rem; } }
  #worries .solution-banner img {
    width: 100%; }

#websolution-plan {
  margin-bottom: 11rem; }
  @media screen and (max-width: 575px) {
    #websolution-plan {
      margin-bottom: 8rem; } }
  #websolution-plan h3 {
    margin-bottom: 12.8rem; }
    @media screen and (max-width: 991px) {
      #websolution-plan h3 {
        margin-bottom: 9.8rem; } }
    @media screen and (max-width: 575px) {
      #websolution-plan h3 {
        margin-bottom: 4.8rem; } }
  #websolution-plan .plan-flex {
    display: flex;
    margin-bottom: 18rem; }
    @media screen and (max-width: 1399px) {
      #websolution-plan .plan-flex {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 767px) {
      #websolution-plan .plan-flex {
        flex-direction: column;
        margin-bottom: 2rem; } }
    #websolution-plan .plan-flex .plan-left {
      position: relative;
      background-image: linear-gradient(90deg, #3277ff, #62c9ff);
      width: 50%;
      height: 525px; }
      @media screen and (max-width: 1199px) {
        #websolution-plan .plan-flex .plan-left {
          height: 460px; } }
      @media screen and (max-width: 991px) {
        #websolution-plan .plan-flex .plan-left {
          width: 45%;
          height: 330px; } }
      @media screen and (max-width: 767px) {
        #websolution-plan .plan-flex .plan-left {
          width: 90%;
          height: 115px;
          margin: auto;
          margin-bottom: 6rem; } }
      @media screen and (max-width: 575px) {
        #websolution-plan .plan-flex .plan-left {
          margin-bottom: 4rem; } }
      #websolution-plan .plan-flex .plan-left img {
        position: absolute;
        width: 100%;
        top: -3rem;
        right: -3rem; }
        @media screen and (max-width: 767px) {
          #websolution-plan .plan-flex .plan-left img {
            width: 425px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; } }
        @media screen and (max-width: 575px) {
          #websolution-plan .plan-flex .plan-left img {
            width: 328px; } }
    #websolution-plan .plan-flex .plan-right {
      width: 40%;
      padding-left: 6.5rem;
      margin-left: 0; }
      @media screen and (max-width: 1399px) {
        #websolution-plan .plan-flex .plan-right {
          width: 45%;
          padding-left: 8.5rem;
          margin-left: 0; } }
      @media screen and (max-width: 991px) {
        #websolution-plan .plan-flex .plan-right {
          width: 50%;
          padding-left: 6.5rem; } }
      @media screen and (max-width: 767px) {
        #websolution-plan .plan-flex .plan-right {
          width: 100%;
          padding-left: 2rem; } }
      #websolution-plan .plan-flex .plan-right p {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 3.5rem;
        line-height: 1.7; }
        @media screen and (max-width: 1199px) {
          #websolution-plan .plan-flex .plan-right p {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400; } }
      #websolution-plan .plan-flex .plan-right table {
        width: 100%;
        margin-bottom: 7rem; }
        @media screen and (max-width: 1199px) {
          #websolution-plan .plan-flex .plan-right table {
            margin-bottom: 4rem; } }
        @media screen and (max-width: 575px) {
          #websolution-plan .plan-flex .plan-right table {
            margin-bottom: 0; } }
        #websolution-plan .plan-flex .plan-right table tr {
          border-top: 0.8px solid #333333; }
          #websolution-plan .plan-flex .plan-right table tr th {
            font-size: 14px;
            font-size: 1.4rem;
            color: #00a0ff;
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 1.5em;
            font-weight: 400; }
          #websolution-plan .plan-flex .plan-right table tr td {
            font-size: 14px;
            font-size: 1.4rem;
            padding-top: 1rem;
            padding-bottom: 1rem; }
          #websolution-plan .plan-flex .plan-right table tr:last-of-type {
            border-bottom: 0.8px solid #333333; }
      #websolution-plan .plan-flex .plan-right img {
        width: 85%; }
        @media screen and (max-width: 991px) {
          #websolution-plan .plan-flex .plan-right img {
            width: 65%; } }
  #websolution-plan .plan-raise {
    position: relative;
    background-image: linear-gradient(0deg, rgba(59, 170, 255, 0.2), rgba(255, 255, 255, 0.2));
    height: 280px; }
    @media screen and (max-width: 767px) {
      #websolution-plan .plan-raise {
        height: auto;
        padding-bottom: 9rem; } }
    @media screen and (max-width: 575px) {
      #websolution-plan .plan-raise {
        padding-top: 1rem; } }
    #websolution-plan .plan-raise .white-box {
      background-color: #fff;
      border-radius: 10px;
      padding-top: 3rem;
      padding-bottom: 5rem; }
      @media screen and (max-width: 1199px) {
        #websolution-plan .plan-raise .white-box {
          width: 80%; } }
      @media screen and (max-width: 575px) {
        #websolution-plan .plan-raise .white-box {
          width: 90%; } }
      #websolution-plan .plan-raise .white-box p {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.7; }
        @media screen and (max-width: 767px) {
          #websolution-plan .plan-raise .white-box p {
            line-height: 1.5; } }
        @media screen and (max-width: 575px) {
          #websolution-plan .plan-raise .white-box p {
            font-size: 16px;
            font-size: 1.6rem; } }
      #websolution-plan .plan-raise .white-box p.color-blue {
        font-size: 25px;
        font-size: 2.5rem; }
    #websolution-plan .plan-raise img {
      height: 220px; }
      @media screen and (max-width: 1199px) {
        #websolution-plan .plan-raise img {
          height: 185px; } }
      @media screen and (max-width: 991px) {
        #websolution-plan .plan-raise img {
          height: 160px; } }
      @media screen and (max-width: 575px) {
        #websolution-plan .plan-raise img {
          height: 137px; } }
    #websolution-plan .plan-raise .img-left {
      position: absolute;
      bottom: 0;
      left: 0; }
    #websolution-plan .plan-raise .img-right {
      position: absolute;
      bottom: 0;
      right: 0; }

#feasible {
  position: relative;
  margin-bottom: 13rem; }
  @media screen and (max-width: 575px) {
    #feasible {
      margin-bottom: 6rem; } }
  #feasible h3 {
    margin-bottom: 8.5rem; }
    @media screen and (max-width: 1199px) {
      #feasible h3 {
        margin-bottom: 6.5rem; } }
  #feasible .bg-blue {
    position: absolute;
    height: 698px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(90deg, #3277ff, #62c9ff);
    z-index: -1; }
    @media screen and (max-width: 991px) {
      #feasible .bg-blue {
        height: 85%; } }
    @media screen and (max-width: 767px) {
      #feasible .bg-blue {
        height: 85%; } }
    @media screen and (max-width: 767px) {
      #feasible .bg-blue {
        height: 85%; } }
  #feasible ul.box-up {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #feasible ul.box-up {
        margin-bottom: 1.5rem; } }
    #feasible ul.box-up li {
      border: 1px solid #adadad;
      border-radius: 10px;
      background-color: #fff;
      height: 320px;
      display: flex;
      flex-direction: column;
      padding: 2.5rem;
      padding-top: 5.5rem;
      box-shadow: 4.5px 4.5px 0px 0px rgba(0, 0, 0, 0.1);
      margin-left: 7px;
      margin-right: 7px; }
      @media screen and (max-width: 991px) {
        #feasible ul.box-up li {
          max-width: 30%;
          height: revert; } }
      @media screen and (max-width: 767px) {
        #feasible ul.box-up li {
          max-width: revert;
          height: revert;
          margin-bottom: 2rem;
          padding-top: 3.5rem; } }
      #feasible ul.box-up li .checklist-flex {
        display: flex;
        flex-direction: column;
        margin: 0 auto; }
        #feasible ul.box-up li .checklist-flex div.checklist {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 600;
          color: #005faf; }
          @media screen and (max-width: 991px) {
            #feasible ul.box-up li .checklist-flex div.checklist {
              font-size: 20px;
              font-size: 2rem; } }
          #feasible ul.box-up li .checklist-flex div.checklist:first-of-type {
            margin-bottom: 0.3em; }
          #feasible ul.box-up li .checklist-flex div.checklist::before {
            content: "";
            width: 31px;
            height: 33px;
            background-image: url("../img/feasible-check.svg");
            background-repeat: no-repeat;
            background-position: center;
            padding-right: 0.5em;
            display: inline-block;
            text-align: center;
            vertical-align: text-top;
            margin-right: .5em; }
      #feasible ul.box-up li p {
        margin-top: 3rem; }
        @media screen and (max-width: 767px) {
          #feasible ul.box-up li p {
            margin-top: 1rem; } }
  #feasible ul.box-down {
    padding-bottom: 9rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto; }
    @media screen and (max-width: 575px) {
      #feasible ul.box-down {
        padding-bottom: 5rem; } }
    #feasible ul.box-down li {
      border: 1px solid #adadad;
      border-radius: 10px;
      background-color: #fff;
      height: 370px;
      width: 23.5%;
      display: flex;
      flex-direction: column;
      padding: 2.5rem;
      box-shadow: 4.5px 4.5px 0px 0px rgba(0, 0, 0, 0.1);
      margin-left: 7px;
      margin-right: 7px; }
      @media screen and (max-width: 1199px) {
        #feasible ul.box-down li {
          width: 23.5%;
          height: revert; } }
      @media screen and (max-width: 991px) {
        #feasible ul.box-down li {
          width: 46%;
          height: revert;
          padding-top: 2.5rem;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 575px) {
        #feasible ul.box-down li {
          width: 90%; } }
      #feasible ul.box-down li img {
        height: 100px;
        margin-bottom: 1rem; }
        @media screen and (max-width: 575px) {
          #feasible ul.box-down li img {
            height: 85px;
            margin-bottom: 0; } }
      #feasible ul.box-down li dl dt {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 600;
        text-align: center;
        color: #005faf;
        line-height: 1.5;
        margin-bottom: 2rem;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1399px) {
          #feasible ul.box-down li dl dt {
            font-size: 18px;
            font-size: 1.8rem;
            letter-spacing: 0rem; } }
        @media screen and (max-width: 1199px) {
          #feasible ul.box-down li dl dt {
            font-size: 17px;
            font-size: 1.7rem;
            letter-spacing: revert; } }
        @media screen and (max-width: 575px) {
          #feasible ul.box-down li dl dt {
            margin-bottom: 1rem; } }
      @media screen and (max-width: 1199px) {
        #feasible ul.box-down li dl dd {
          line-height: 1.6; } }

#merit {
  margin-bottom: 12.8rem; }
  @media screen and (max-width: 575px) {
    #merit {
      margin-bottom: 6.8rem; } }
  #merit h3 {
    margin-bottom: 10rem; }
    @media screen and (max-width: 1199px) {
      #merit h3 {
        margin-bottom: 7rem; } }
    @media screen and (max-width: 575px) {
      #merit h3 {
        margin-bottom: 4rem; } }
  #merit ul li {
    margin-bottom: 10rem; }
    @media screen and (max-width: 767px) {
      #merit ul li {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 575px) {
      #merit ul li {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 767px) {
      #merit ul li img {
        width: 100%;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #merit ul li img {
        margin-bottom: 1rem; } }
    #merit ul li dl {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #merit ul li dl dt {
        font-size: 22px;
        font-size: 2.2rem;
        display: flex;
        align-items: center;
        margin-bottom: 4.5rem; }
        @media screen and (max-width: 991px) {
          #merit ul li dl dt {
            margin-bottom: 2.5rem; } }
        @media screen and (max-width: 575px) {
          #merit ul li dl dt {
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 1rem; } }
        #merit ul li dl dt span {
          font-size: 65px;
          font-size: 6.5rem;
          color: #00a0ff;
          font-family: "Josefin Sans";
          font-weight: 400;
          padding-right: 2rem;
          letter-spacing: 0.5rem;
          padding-top: 1rem; }
          @media screen and (max-width: 991px) {
            #merit ul li dl dt span {
              letter-spacing: 0rem; } }
          @media screen and (max-width: 575px) {
            #merit ul li dl dt span {
              font-size: 45px;
              font-size: 4.5rem; } }
      @media screen and (max-width: 991px) {
        #merit ul li dl dd {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media screen and (max-width: 575px) {
        #merit ul li dl dd {
          line-height: 1.6; } }
    #merit ul li:nth-child(2n) img {
      margin-right: 0; }
    #merit ul li:last-child {
      margin-bottom: 4rem; }
  #merit .banner-box {
    width: 75%; }
    @media screen and (max-width: 767px) {
      #merit .banner-box {
        width: 100%; } }
    #merit .banner-box a {
      transition: 0.3s; }
      #merit .banner-box a:hover {
        opacity: 0.7; }

#flow {
  background-color: #f0f6ff;
  margin-bottom: 14rem;
  padding-bottom: 9rem; }
  @media screen and (max-width: 1199px) {
    #flow {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 991px) {
    #flow {
      padding-bottom: 7rem;
      margin-bottom: 10rem; } }
  #flow h3 {
    padding-top: 12rem; }
    @media screen and (max-width: 1199px) {
      #flow h3 {
        padding-top: 10rem; } }
    @media screen and (max-width: 575px) {
      #flow h3 {
        padding-top: 5rem; } }
  #flow ul {
    margin-bottom: 0; }
    #flow ul li {
      position: relative;
      z-index: 5; }
      #flow ul li .white-box {
        background-color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4rem 4rem; }
        @media screen and (max-width: 767px) {
          #flow ul li .white-box {
            display: block; } }
        #flow ul li .white-box .step-number {
          font-family: "Josefin Sans";
          font-weight: 600;
          font-size: 20px;
          font-size: 2rem;
          width: 15%; }
          @media screen and (max-width: 991px) {
            #flow ul li .white-box .step-number {
              margin-right: 2rem; } }
          @media screen and (max-width: 767px) {
            #flow ul li .white-box .step-number {
              display: inline-block;
              width: 18%; } }
          @media screen and (max-width: 575px) {
            #flow ul li .white-box .step-number {
              width: 100%; } }
          #flow ul li .white-box .step-number span {
            font-size: 41px;
            font-size: 4.1rem;
            color: #00a0ff;
            padding-right: 2rem;
            letter-spacing: 0rem;
            padding-top: 1rem;
            padding-left: 1rem; }
            @media screen and (max-width: 991px) {
              #flow ul li .white-box .step-number span {
                padding-left: 0.5rem; } }
        #flow ul li .white-box h5 {
          font-size: 22px;
          font-size: 2.2rem;
          width: 30%;
          font-weight: 600; }
          @media screen and (max-width: 991px) {
            #flow ul li .white-box h5 {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 767px) {
            #flow ul li .white-box h5 {
              display: inline-block;
              font-size: 22px;
              font-size: 2.2rem;
              width: 60%; } }
          @media screen and (max-width: 575px) {
            #flow ul li .white-box h5 {
              width: 100%; } }
        #flow ul li .white-box p {
          width: 55%;
          margin-bottom: 0;
          line-height: 2; }
          @media screen and (max-width: 991px) {
            #flow ul li .white-box p {
              width: 65%; } }
          @media screen and (max-width: 767px) {
            #flow ul li .white-box p {
              display: block;
              width: 100%;
              margin-top: 1.5rem;
              line-height: 1.6; } }
          @media screen and (max-width: 575px) {
            #flow ul li .white-box p {
              margin-top: 0.5rem; } }
      #flow ul li::after {
        content: "";
        background-color: #005faf;
        width: 5px;
        height: 3rem;
        display: flex;
        margin-left: 10%; }
        @media screen and (max-width: 575px) {
          #flow ul li::after {
            margin-left: 50%; } }
      #flow ul li:nth-of-type(3)::after {
        content: "";
        background-color: #005faf;
        width: 5px;
        height: 3rem;
        display: flex;
        margin-left: 10%; }
        @media screen and (max-width: 575px) {
          #flow ul li:nth-of-type(3)::after {
            margin-left: 50%; } }
    #flow ul li.step4 .white-box {
      border: 2px solid #33b3ff; }
    #flow ul li.step4::before {
      content: "";
      background-color: #005faf;
      width: 5px;
      height: 3rem;
      display: flex;
      margin-left: 10%; }
      @media screen and (max-width: 575px) {
        #flow ul li.step4::before {
          margin-left: 50%; } }
    #flow ul li.step5 .white-box {
      border: 3px solid #33b3ff; }
    #flow ul li.step6 .white-box {
      border: 5px solid #33b3ff; }
    #flow ul li.step6::after {
      content: "";
      display: none; }
  #flow .bg-blue {
    width: 1300px;
    margin: auto;
    padding-bottom: 3rem;
    background-color: #c7defa; }
    @media screen and (max-width: 1399px) {
      #flow .bg-blue {
        width: 1200px; } }
    @media screen and (max-width: 1199px) {
      #flow .bg-blue {
        width: 100%; } }
    #flow .bg-blue p.text {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      padding-top: 2.5rem; }
      @media screen and (max-width: 767px) {
        #flow .bg-blue p.text {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 575px) {
        #flow .bg-blue p.text {
          text-align: justify; } }
  #flow .flow-text p {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4rem; }
    @media screen and (max-width: 575px) {
      #flow .flow-text p {
        padding-top: 3rem;
        padding-bottom: 1rem; } }
  #flow .flow-text a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem auto 2rem auto;
    border: #005faf;
    background-color: #005faf;
    width: 470px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    transition: 0.3s; }
    #flow .flow-text a:hover {
      background-color: #00a0ff; }
    @media screen and (max-width: 575px) {
      #flow .flow-text a {
        width: 80%; } }

/*---------- qanda ----------*/
#qanda {
  margin-bottom: 10rem; }

.modal-content {
  display: none; }

.modaal-content-container {
  text-align: center; }

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%; }

/*---------アコーディオン部分---------*/
.accordion-container {
  position: relative;
  width: 100%;
  cursor: pointer; }

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 2rem 0;
  background: #F2F2F2;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-align: left; }
  .accordion-container .accordion-title dl {
    display: flex; }
  .accordion-container .accordion-title dt {
    background-color: #00a0ff;
    display: flex;
    font-family: "Josefin Sans";
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    margin-right: 1rem;
    padding: 1rem;
    align-items: center;
    padding-top: 1.3rem; }
  .accordion-container .accordion-title dd {
    line-height: 1.3;
    padding-right: 5rem;
    text-align: justify;
    margin: auto 0; }
    @media screen and (max-width: 575px) {
      .accordion-container .accordion-title dd {
        letter-spacing: 0.1rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem; } }

.accordion-title, .accordion-content {
  position: relative; }

.accordion-title::after {
  content: "＋";
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  right: 25px;
  top: 20%;
  display: block;
  color: #00a0ff; }
  @media screen and (max-width: 767px) {
    .accordion-title::after {
      right: 10px; } }

.accordion-title.open::after {
  content: "−";
  font-size: 31px;
  top: 18%;
  right: 27px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .accordion-title.open::after {
      right: 12px; } }

.accordion-content {
  display: none;
  background: #ffffff;
  padding-left: 5rem; }
  .accordion-content dl {
    display: flex; }
  .accordion-content dt {
    font-family: "Josefin Sans";
    font-size: 28px;
    font-size: 2.8rem;
    margin-right: 1rem;
    padding-top: 0.3rem; }
  .accordion-content dd {
    line-height: 1.8;
    padding-right: 5rem;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    margin: auto 0; }

/*---------アコーディオン部分---------*/
#form {
  padding-top: 12rem;
  margin-top: -12rem; }
  @media screen and (max-width: 991px) {
    #form {
      padding-top: 15rem;
      margin-top: -15rem; } }
  #form p {
    text-align: center; }
    @media screen and (max-width: 575px) {
      #form p {
        text-align: justify; } }
    #form p span {
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background-color: #204980;
      padding: 4px 8px;
      border-radius: 4px;
      margin-right: 5px; }

.bn-form {
  margin-top: 3rem; }

/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dl dt span.optional {
  display: none; }

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dt {
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: 600;
  color: #3e3c37; }

form#mail_form dt:first-child {
  border-top: none; }

form#mail_form dd:nth-child(2) {
  margin-bottom: 0;
  margin-top: 0.5rem; }
  @media screen and (max-width: 767px) {
    form#mail_form dd:nth-child(2) {
      margin-left: 0; } }

form#mail_form dd:last-child {
  padding-bottom: 2rem; }

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #bebebe;
  background: #f5f5f5;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 5px; }

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  border: 1px solid #b2b2b2;
  background-color: #fff;
  outline: none; }

form#mail_form input[type="radio"],
form#mail_form input[type="checkbox"] {
  margin-right: 5px;
  accent-color: #000; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="radio"],
    form#mail_form input[type="checkbox"] {
      margin-left: 0; } }

form#mail_form input:first-child[type="radio"],
form#mail_form input:first-child[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

form#mail_form select {
  font-size: 100%;
  margin-top: 5px; }

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 1rem;
  resize: vertical;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background: #f5f5f5;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }

form#mail_form ul {
  list-style-type: none; }

form#mail_form ul li label:hover {
  cursor: pointer; }

form#mail_form input#postal {
  width: 30%; }

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 0.5rem;
  background: #FDEFF5;
  border: 1px solid #C7000B;
  border-radius: 3px;
  color: #C7000B;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s; }

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #C7000B;
  color: #fff; }

form#mail_form ul.kind-list li {
  display: inline-block;
  min-width: 40%; }

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0; }

form#mail_form input[type="button"] {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 1.4rem 6rem;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid #204980;
  background: #204980;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 6px;
  transition: 0.3s; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="button"] {
      letter-spacing: 0;
      padding: 1.4rem 3.5rem; } }

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  border: 2px solid #204980;
  background: #fff;
  color: #204980; }

form#mail_form dt.optional {
  position: relative; }

form#mail_form dt.optional::before {
  content: "任意";
  display: inline-block;
  color: #204980;
  border: 1px solid #204980;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

form#mail_form dt.required::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  border: 1px solid #204980;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #204980;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

@media (max-width: 767px) {
  #mainarea section p:nth-child(1) {
    text-align: justify !important; }

  #mainarea section p:nth-child(1) br {
    display: none; }

  h3 br {
    display: inline-block; } }
#privacypolicy-mini {
  border: 1px solid #c3c3c3;
  padding: 4rem 3rem;
  margin-top: 2rem;
  background-color: #fff; }
  #privacypolicy-mini h4 {
    font-size: 22px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  #privacypolicy-mini p {
    text-align: justify; }

/*----------thanks----------*/
#breadcrumb {
  padding-top: 11rem; }
  @media screen and (max-width: 767px) {
    #breadcrumb {
      padding-top: 0; } }

#thanks h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  color: #204980;
  padding-bottom: 1rem;
  border-bottom: solid 1.5px #204980; }
#thanks .thanks-box {
  text-align: center; }
  #thanks .thanks-box h4 {
    color: #204980;
    font-size: 40px;
    font-size: 4rem; }
    @media screen and (max-width: 575px) {
      #thanks .thanks-box h4 {
        font-size: 35px;
        font-size: 3.5rem; } }
  #thanks .thanks-box p {
    padding: 5rem 0 10rem 0; }
#thanks .contact-button {
  font-weight: 600;
  padding: 1.5rem 5rem;
  vertical-align: middle;
  line-height: 1;
  border: solid 1.5px #ffffff;
  background: #204980;
  border-radius: 0.5rem;
  color: #fff;
  -webkit-appearance: none; }
#thanks .contact-button:hover {
  cursor: pointer;
  background: #fff;
  color: #204980;
  border: solid 1.5px #204980; }
