@charset "UTF-8";
/****共通設定******************************/
body {
  margin: 0;
  overflow-x: hidden; }

html {
  position: relative; }

a {
  color: #172FFF; }

a:hover {
  color: #172FFF; }

a:visited {
  color: #172FFF; }

a:active {
  color: #172FFF; }

.sp {
  display: none; }

.pc {
  display: inherit; }

.container {
  width: 1000px;
  margin: 0 auto; }

.outer {
  width: 860px;
  margin: 0 auto; }

.inner {
  width: 756px;
  margin: 0 auto; }

@media screen and (max-width: 540px) {
  .pc {
    display: none; }

  .sp {
    display: inherit; }

  .container {
    width: calc(100% - 30px);
    padding: 15px; }

  .outer {
    width: calc(100% - 30px);
    padding: 15px; }

  .inner {
    width: calc(100% - 30px);
    padding: 15px; } }
/****MV******************************/
#mv {
  width: 100%;
  height: 720px;
  background: url("../images/mv-pc-bg.jpg");
  background-repeat: repeat-x;
  background-size: 100% 100%; }
  @media screen and (max-width: 640px) {
    #mv {
      height: inherit;
      position: relative; } }
  #mv .mv-inner {
    width: 1100px;
    height: 720px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #mv .mv-inner {
        width: 100%;
        height: auto; } }
    #mv .mv-inner .btn {
      width: 280px;
      background: linear-gradient(90deg, #FFA800 0%, #FF4D00 100%);
      border-radius: 68px;
      text-align: center;
      color: #fff;
      font-size: 25px;
      line-height: 35px;
      font-weight: 700;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
      font-family: 'Noto Sans JP', sans-serif;
      display: block;
      position: absolute;
      left: calc(50% - 135px);
      top: 595px;
      transition: .3s; }
      #mv .mv-inner .btn:hover {
        transform: scale(1.1, 1.1);
        transition: .3s; }
      @media screen and (max-width: 640px) {
        #mv .mv-inner .btn {
          width: 76%;
          left: 12%;
          top: inherit;
          bottom: 7%; } }
      #mv .mv-inner .btn a {
        margin: 0;
        padding: 13px;
        color: #fff;
        display: block;
        position: relative;
        text-decoration: none; }
        #mv .mv-inner .btn a::after {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          width: 12px;
          height: 12px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg);
          text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); }

#btn-kochira {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  position: sticky;
  bottom: 0;
  z-index: 99;
  box-shadow: 0px 0px 18px rgba(155, 189, 218, 0.3); }
  @media screen and (max-width: 640px) {
    #btn-kochira {
      position: fixed;
      bottom: 0; } }
  #btn-kochira .btn {
    margin: 0 auto;
    width: 350px;
    background: linear-gradient(90deg, #FFA800 0%, #FF4D00 100%);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    transition: .3s; }
    #btn-kochira .btn:hover {
      transform: scale(1.1, 1.1);
      transition: .3s; }
    #btn-kochira .btn a {
      margin: 0;
      padding: 13px 20px;
      display: block;
      color: #fff;
      display: block;
      position: relative;
      text-decoration: none; }
      #btn-kochira .btn a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg);
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); }
      #btn-kochira .btn a .line1 {
        font-weight: 500;
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.04em; }
      #btn-kochira .btn a .line2 {
        font-weight: 700;
        font-size: 17px;
        line-height: 35px; }

footer {
  background: #1F58A7;
  padding: 20px 0; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 0 0 120px 0; } }
  footer .container p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif; }
    @media screen and (max-width: 640px) {
      footer .container p {
        font-weight: 600;
        font-size: 11px;
        line-height: 30px; } }

#otoku {
  background: #DEF0FF; }
  #otoku .outer {
    padding: 30px 0; }
    @media screen and (max-width: 640px) {
      #otoku .outer {
        padding: 50px 0 10px 0; } }
    #otoku .outer h2 {
      margin: 0 auto 40px auto;
      padding: 0;
      width: 640px; }
      @media screen and (max-width: 640px) {
        #otoku .outer h2 {
          width: 100%; } }
    #otoku .outer .otoku-hikaku {
      margin: 0 0 40px 0;
      padding: 30px 130px;
      background: #FFFFFF;
      border: 2px solid #1F58A7;
      box-shadow: 0px 0px 18px rgba(155, 189, 218, 0.3);
      border-radius: 10px; }
      @media screen and (max-width: 640px) {
        #otoku .outer .otoku-hikaku {
          padding: 15px; } }
      #otoku .outer .otoku-hikaku h3 {
        margin: 60px auto 30px auto;
        font-family: 'Zen Maru Gothic';
        font-style: normal;
        font-weight: 900;
        font-size: 34px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.3em;
        color: #1F58A7;
        position: relative; }
        #otoku .outer .otoku-hikaku h3::after {
          content: '';
          display: inline-block;
          width: 50px;
          height: 50px;
          background-image: url("../images/otoku-hikaku-icon.png");
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: -55px;
          left: calc(50% - 25px); }
        #otoku .outer .otoku-hikaku h3 img {
          width: 50px;
          margin-bottom: 5px; }
    #otoku .outer .otoku-minaoshi {
      margin: 0 0 40px 0;
      padding: 30px 75px;
      background: #FFFFFF;
      border: 2px solid #1F58A7;
      box-shadow: 0px 0px 18px rgba(155, 189, 218, 0.3);
      border-radius: 10px; }
      @media screen and (max-width: 640px) {
        #otoku .outer .otoku-minaoshi {
          padding: 15px; } }
      #otoku .outer .otoku-minaoshi h3 {
        margin: 10px auto 20px auto;
        width: 571px; }
        @media screen and (max-width: 640px) {
          #otoku .outer .otoku-minaoshi h3 {
            width: 100%; } }
        #otoku .outer .otoku-minaoshi h3 img {
          width: 100%; }
      #otoku .outer .otoku-minaoshi h4 {
        font-family: 'Zen Maru Gothic';
        font-style: normal;
        font-weight: 900;
        font-size: 35px;
        line-height: 25px;
        text-align: center;
        color: #1F58A7;
        position: relative; }
        @media screen and (max-width: 640px) {
          #otoku .outer .otoku-minaoshi h4 {
            margin-top: 70px;
            font-size: 24px;
            line-height: 25px; } }
        #otoku .outer .otoku-minaoshi h4::after {
          content: '';
          display: inline-block;
          width: 50px;
          height: 50px;
          background-image: url("../images/otoku-minaoshi-icon.png");
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: -55px;
          left: calc(50% - 25px); }
      @media screen and (max-width: 640px) {
        #otoku .outer .otoku-minaoshi .image {
          margin-bottom: 40px; } }
      #otoku .outer .otoku-minaoshi ul {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0 0;
        padding: 0; }
        @media screen and (max-width: 640px) {
          #otoku .outer .otoku-minaoshi ul {
            display: inherit;
            margin: 20px 0 0 0; } }
        #otoku .outer .otoku-minaoshi ul li {
          margin: 0 0 15px 0;
          padding: 0 0 0 25px;
          width: calc(50% - 25px);
          font-family: 'Noto Sans JP';
          font-style: normal;
          font-weight: 500;
          font-size: 17px;
          line-height: 25px;
          color: #000000;
          list-style: none;
          background: url("../images/otoku-minaoshi-list-icon.png");
          background-repeat: no-repeat;
          background-size: 21px;
          background-position: top 3px left 0; }
          @media screen and (max-width: 640px) {
            #otoku .outer .otoku-minaoshi ul li {
              width: calc(100% - 25px); } }

#reason {
  background: #FFE99C; }
  #reason .container {
    padding: 70px 0 0 0; }
    @media screen and (max-width: 640px) {
      #reason .container {
        padding: 50px 0 0 0; } }
    #reason .container h2 {
      width: 685px;
      margin: 0 auto 40px auto; }
      @media screen and (max-width: 640px) {
        #reason .container h2 {
          width: 100%;
          margin: 0 auto 0 auto; } }
    #reason .container p {
      margin: 0 0 60px 0;
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 29px;
      text-align: center;
      color: #000000; }
      @media screen and (max-width: 640px) {
        #reason .container p {
          text-align: left;
          margin: 0 0 20px 0; } }
      #reason .container p span {
        color: #FF5C00; }
    #reason .container p.other {
      margin: 0 0 0 0;
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 700;
      font-size: 17px;
      line-height: 180%;
      text-align: center;
      letter-spacing: 0.08em;
      font-feature-settings: 'palt' on;
      color: #000000; }
    #reason .container ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 40px 0;
      padding: 0; }
      @media screen and (max-width: 640px) {
        #reason .container ul {
          display: inherit;
          margin: 0 0 20px 0; } }
      #reason .container ul li {
        width: calc(33% - 30px);
        margin: 0 15px;
        list-style: none; }
        @media screen and (max-width: 640px) {
          #reason .container ul li {
            margin: 0 0 15px 0;
            width: 100%; } }

.san_box {
  background: #FFE99C;
  position: relative;
  margin: 0 0 60px; }

.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #FFE99C transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }

.san_box .san_in {
  text-align: center;
  padding: 30px 0 0;
  position: relative; }

.san_box .san_in .image {
  position: absolute;
  width: 300px;
  top: 30px;
  left: calc(50% - 150px);
  z-index: 2; }

#example ul {
  margin: 180px 0 0 0;
  padding: 0; }
  @media screen and (max-width: 640px) {
    #example ul {
      margin: 70px 0 0 0; } }
  #example ul li {
    list-style: none;
    margin: 0 0 60px 0; }
    @media screen and (max-width: 640px) {
      #example ul li {
        margin: 0 0 15px 0; } }
  #example ul li:nth-child(3) {
    list-style: none;
    margin: 0 0 80px 0; }
    @media screen and (max-width: 640px) {
      #example ul li:nth-child(3) {
        margin: 0 0 40px 0; } }

#setsuyaku {
  background: #1F58A7;
  padding: 45px 0 60px 0; }
  @media screen and (max-width: 640px) {
    #setsuyaku {
      padding: 45px 0 30px 0; } }
  #setsuyaku .inner {
    position: relative; }
    @media screen and (max-width: 640px) {
      #setsuyaku .inner {
        padding-top: 0; } }
    #setsuyaku .inner .fukidashi {
      position: absolute;
      top: -65px;
      left: calc(50% - 140px);
      width: 280px; }
      @media screen and (max-width: 640px) {
        #setsuyaku .inner .fukidashi {
          top: -65px;
          left: calc(50% - 140px); } }
      #setsuyaku .inner .fukidashi img {
        width: 100%; }
        @media screen and (max-width: 640px) {
          #setsuyaku .inner .fukidashi img {
            width: 280px; } }
    #setsuyaku .inner h2 {
      width: 100%;
      margin: 0 auto 30px auto;
      font-family: 'Zen Maru Gothic';
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 43px;
      text-align: center;
      color: #FFFFFF; }
      @media screen and (max-width: 640px) {
        #setsuyaku .inner h2 {
          width: 100%;
          font-size: 23px;
          line-height: 33px; } }
    #setsuyaku .inner .hikari {
      padding: 30px 30px 50px 30px;
      background: #FFFFFF;
      border-radius: 10px; }
      @media screen and (max-width: 640px) {
        #setsuyaku .inner .hikari {
          padding: 30px 30px 30px 30px; } }
      #setsuyaku .inner .hikari p {
        margin: 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.08em;
        color: #000000; }
      #setsuyaku .inner .hikari .btn {
        margin: 30px auto 0 auto;
        width: 280px;
        background: linear-gradient(90deg, #FFA800 0%, #FF4D00 100%);
        border-radius: 68px;
        text-align: center;
        color: #fff;
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
        transition: .3s; }
        #setsuyaku .inner .hikari .btn:hover {
          transform: scale(1.1, 1.1);
          transition: .3s; }
        @media screen and (max-width: 640px) {
          #setsuyaku .inner .hikari .btn {
            width: 100%; } }
        #setsuyaku .inner .hikari .btn a {
          margin: 0;
          padding: 13px;
          color: #fff;
          display: block;
          position: relative;
          text-decoration: none; }
          #setsuyaku .inner .hikari .btn a::after {
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            width: 12px;
            height: 12px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            transform: rotate(45deg);
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); }

#feature {
  padding: 60px 0 40px 0;
  background: #DEF0FF; }
  @media screen and (max-width: 640px) {
    #feature {
      padding: 40px 0 40px 0; } }
  #feature .inner h2 {
    margin: 0 0 40px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #1F58A7; }
  #feature .inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    #feature .inner ul li {
      margin: 0 10px 20px 10px;
      padding: 10px;
      width: calc(50% - 40px);
      background: #FFFFFF;
      box-shadow: 0px 0px 18px rgba(155, 189, 218, 0.3);
      border-radius: 10px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #feature .inner ul li {
          margin: 0 5px 10px 5px;
          padding: 5px;
          width: calc(50% - 20px); } }
      #feature .inner ul li img {
        margin: 5px 0 5px 0;
        width: 50px;
        height: 50px; }
      #feature .inner ul li svg {
        margin: 10px 0 5px 0; }
      #feature .inner ul li h3 {
        margin: 0 0 10px 0;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #1F58A7; }
        #feature .inner ul li h3 span {
          font-size: 10px; }
        @media screen and (max-width: 640px) {
          #feature .inner ul li h3 {
            letter-spacing: -1px; } }
      #feature .inner ul li p {
        margin: 0 0 15px 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        text-align: center; }

#plan {
  padding: 40px 0 40px 0;
  background: #FFFFFF; }
  @media screen and (max-width: 640px) {
    #plan {
      padding: 0 0 40px 0; } }
  #plan h2.price {
    margin: 80px 0 40px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    position: relative; }
    #plan h2.price::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      background-image: url("../images/plan-price-icon.png");
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: -55px;
      left: calc(50% - 25px); }
  #plan h2.list {
    margin: 80px 0 40px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    position: relative; }
    @media screen and (max-width: 640px) {
      #plan h2.list {
        margin: 120px 0 40px 0; } }
    #plan h2.list::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      background-image: url("../images/plan-list-icon.png");
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: -55px;
      left: calc(50% - 25px); }
  #plan h2.option {
    margin: 100px 0 40px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    position: relative; }
    @media screen and (max-width: 640px) {
      #plan h2.option {
        margin: 140px 0 40px 0; } }
    #plan h2.option::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      background-image: url("../images/plan-option-icon.png");
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: -55px;
      left: calc(50% - 25px); }
  #plan .plan-price .inner {
    padding: 15px 0;
    border: 3px solid #1F58A7;
    border-radius: 10px; }
    @media screen and (max-width: 640px) {
      #plan .plan-price .inner {
        margin: 15px;
        padding: 15px;
        width: calc(100% - 65px); }
        #plan .plan-price .inner img {
          width: 100%; } }
    #plan .plan-price .inner h3 {
      margin: 0 0 0 0;
      text-align: center;
      font-style: normal;
      font-weight: 600;
      font-size: 27px;
      line-height: 54px;
      text-align: center;
      letter-spacing: -0.02em;
      color: #1F58A7;
      font-family: 'Noto Sans JP', sans-serif; }
    #plan .plan-price .inner p {
      margin: 0 auto 10px auto;
      padding: 0 0 5px 0;
      text-align: center;
      font-family: 'Zen Maru Gothic';
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      text-align: center;
      color: #000000;
      display: block;
      width: 310px; }
      @media screen and (max-width: 640px) {
        #plan .plan-price .inner p {
          width: 100%; } }
      #plan .plan-price .inner p span {
        border-bottom: 3px solid #1F58A7; }
    #plan .plan-price .inner .btn {
      margin: 20px auto 20px auto;
      width: 280px;
      background: linear-gradient(90deg, #FFA800 0%, #FF4D00 100%);
      border-radius: 68px;
      text-align: center;
      color: #fff;
      font-size: 25px;
      line-height: 35px;
      font-weight: 700;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
      font-family: 'Noto Sans JP', sans-serif;
      display: block;
      transition: .3s; }
      #plan .plan-price .inner .btn:hover {
        transform: scale(1.1, 1.1);
        transition: .3s; }
      @media screen and (max-width: 640px) {
        #plan .plan-price .inner .btn {
          width: 100%; } }
      #plan .plan-price .inner .btn a {
        margin: 0;
        padding: 13px;
        color: #fff;
        display: block;
        position: relative;
        text-decoration: none; }
        #plan .plan-price .inner .btn a::after {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          width: 12px;
          height: 12px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg);
          text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); }
    #plan .plan-price .inner img {
      width: 300px;
      margin: 15px auto;
      display: block; }
      @media screen and (max-width: 640px) {
        #plan .plan-price .inner img {
          width: 100%; } }
  #plan .plan-list {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      #plan .plan-list .outer {
        margin: 0;
        padding: 0;
        width: 100%; } }
    #plan .plan-list .outer ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      #plan .plan-list .outer ul li {
        width: calc(33% - 20px);
        margin: 0 10px; }
        #plan .plan-list .outer ul li img {
          width: 100%;
          height: auto; }
  #plan .plan-option p {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000; }
  #plan .plan-option .outer table {
    width: 600px;
    margin: 20px auto; }
    #plan .plan-option .outer table th {
      background: #EAEAEA;
      border: 1px solid #000000;
      text-align: left;
      padding: 10px 15px;
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 35px;
      color: #000000; }
      @media screen and (max-width: 640px) {
        #plan .plan-option .outer table th {
          padding: 8px; } }
    #plan .plan-option .outer table td {
      background: #FFFFFF;
      border: 1px solid #000000;
      padding: 10px 15px;
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 35px;
      text-align: right;
      color: #000000; }
      @media screen and (max-width: 640px) {
        #plan .plan-option .outer table td {
          padding: 8px; } }
    @media screen and (max-width: 640px) {
      #plan .plan-option .outer table {
        width: 100%; } }
  #plan .plan-option .outer ul {
    width: 600px;
    margin: 15px auto;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 640px) {
      #plan .plan-option .outer ul {
        width: 100%; } }
    #plan .plan-option .outer ul li {
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 17px;
      color: #000000; }
  @media screen and (max-width: 640px) {
    #plan .plan-option .outer {
      margin: 0 15px;
      padding: 0;
      width: calc(100% - 30px); } }

.slick-dots {
  margin: 10px auto !important;
  justify-content: center;
  bottom: -50px !important; }

.slick-dots li {
  display: inherit !important;
  width: 20px !important;
  margin: 1px 5px !important; }

.slick-dots li button {
  width: 30px !important;
  height: 30px !important; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 30px !important;
  height: 30px !important;
  font-family: "slick";
  font-size: 15px !important;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #1F58A7 !important;
  opacity: 1 !important; }

.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_box {
  width: auto;
  margin: 2em auto; }

.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 300px;
  margin: auto;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #da3c41;
  border: 2px solid #1F58A7;
  border-radius: 60px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #1F58A7; }

.cp_box label:hover {
  transition: all 0.3s;
  color: #1F58A7;
  background: #cddcf2; }

.cp_box label::after {
  content: '';
  display: inline-block;
  background-image: url("../images/option-icon-open.png");
  background-size: 20px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.cp_box label:hover::after {
  color: #ffffff; }

.cp_box input:checked ~ label::after {
  content: '';
  display: inline-block;
  background-image: url("../images/option-icon-close.png");
  background-size: 20px;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.cp_box input:checked ~ label:hover::after {
  color: #ffffff; }

.cp_box input {
  display: none; }

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5); }

.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out,box-shadow 0.1s linear; }

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  height: 400px; }
  @media screen and (max-width: 640px) {
    .cp_box input:checked ~ div.cp_container {
      height: 370px; } }

.dp_box *, .dp_box *:before, .dp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dp_box {
  position: relative; }

.dp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 10px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center; }

@media (max-width: 749px) {
  .dp_box label {
    width: 50%; } }
.dp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */ }

.dp_box label:after {
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 0 4px;
  position: absolute;
  top: 16px;
  left: 0;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #1F58A7;
  content: 'くわしく見る'; }

@media (max-width: 749px) {
  .dp_box label:after {
    font-size: 17px; } }
.dp_box input {
  display: none; }

.dp_box .dp_container {
  overflow: hidden;
  height: 0;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s; }

.dp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */ }

.dp_box input:checked + label:after {
  font-family: 'Noto Sans JP';
  content: '閉じる';
  top: -20px; }

.dp_box input:checked ~ .dp_container {
  height: auto;
  padding-bottom: 50px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s; }

#flow {
  padding: 60px 0 60px 0;
  background: #DEF0FF; }
  @media screen and (max-width: 640px) {
    #flow {
      padding: 20px 0 0 0; } }
  #flow .container h2 {
    margin: 0 0 40px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #1F58A7; }
    #flow .container h2 span {
      font-size: 30px; }
  #flow .container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 640px) {
      #flow .container ul {
        display: inherit; } }
    #flow .container ul li {
      width: calc(20% - 40px);
      margin: 0 5px;
      padding: 15px;
      background: #FFFFFF;
      box-shadow: 0px 0px 18px rgba(155, 189, 218, 0.3);
      border-radius: 10px; }
      @media screen and (max-width: 640px) {
        #flow .container ul li {
          margin: 0 0 15px 0;
          width: calc(100% - 30px);
          overflow: hidden; } }
      #flow .container ul li .icon {
        width: 80px;
        height: 80px;
        margin: 25px auto 15px auto; }
        @media screen and (max-width: 640px) {
          #flow .container ul li .icon {
            margin: 15px 20px 25px 0;
            float: left; } }
        #flow .container ul li .icon svg {
          width: 100%; }
          @media screen and (max-width: 640px) {
            #flow .container ul li .icon svg {
              height: auto; } }
      #flow .container ul li .step {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.1em;
        color: #1F58A7; }
      #flow .container ul li p {
        margin: 0;
        font-family: 'Zen Maru Gothic';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #000000; }
        @media screen and (max-width: 640px) {
          #flow .container ul li p {
            font-size: 18px; } }
      #flow .container ul li p.m {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 140%;
        color: #000000; }
      #flow .container ul li .link {
        margin: 8px 0 0 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.02em;
        text-decoration-line: underline;
        color: #172FFF; }
        #flow .container ul li .link::after {
          content: '';
          display: inline-block;
          background-image: url("../images/flow-link-icon.png");
          background-size: 12px 10px;
          vertical-align: sub;
          width: 12px;
          height: 10px;
          margin-left: 5px; }
      #flow .container ul li h3 {
        margin: 15px 0 10px 0;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 140%;
        color: #1F58A7; }

.read-more-002 {
  position: relative; }

.read-more-002 .mo {
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.2s all; }

.read-more-002:has(:checked) .mo {
  display: block;
  transition: 0.2s all; }

.read-more-002 .mo::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  content: ''; }

.read-more-002:has(:checked) .mo::after {
  content: none; }

.read-more-002 label {
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 0 4px;
  position: absolute;
  bottom: 6px;
  left: 0;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #1F58A7; }

.read-more-002 label:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer; }

.read-more-002:has(:checked) label {
  display: none; }

.read-more-002 input {
  display: none; }

#qa {
  padding: 60px 0 60px 0;
  background: #fff; }
  @media screen and (max-width: 640px) {
    #qa {
      padding: 0 0 30px 0; } }
  #qa .container h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333; }

.accordion {
  width: 100%; }

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none; }

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 5px 40px 15px 10px;
  background: #fff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-bottom: 2px solid #1F58A7; }

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #1F58A7;
  position: absolute;
  top: 18px;
  right: 10px;
  transform: translateY(-50%); }

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s; }

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0); }

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif; }

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px; }

/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative; }

.accordion_qa .Q {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height */
  /* 1f58a7 */
  color: #1F58A7; }

.accordion_qa .Q::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/qa-icon-q.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: -32px; }

.accordion_qa .A::before {
  content: 'A.'; }

.accordion_qa .accordion-open {
  padding-left: 2.5em; }

.accordion-inner {
  padding-left: 2.5em !important; }

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em; }

@media (min-width: 641px) and (max-width: 1099px) {
  .mv-inner {
    width: 100% !important;
    overflow-x: hidden;
    background: url("../images/mv-pc.jpg") no-repeat;
    background-position: top center;
    background-size: 1100px; }

  .mv-inner img {
    display: none; } }
@media (max-width: 375px) {
  #mv .mv-inner .btn {
    margin: 0 auto;
    font-size: 18px; }

  #mv .mv-inner .btn a {
    padding: 5px; }

  #btn-kochira .btn {
    width: 96%; }

  #setsuyaku .inner .hikari .btn {
    font-size: 16px; }

  #btn-kochira .btn a {
    padding: 10px; }

  #btn-kochira .btn a .line1, #btn-kochira .btn a .line2 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -1px; }

  #btn-kochira .btn a::after {
    display: none; }

  #plan .plan-price .inner p {
    width: 100% !important;
    line-height: 170%; }

  #plan .plan-price .inner .btn {
    margin: 20px auto 20px auto;
    width: 100%;
    font-size: 19px; }

  .san_box .san_in .image {
    width: 100%; }

  .cp_box label {
    width: 250px; }

  .san_box .san_in .image {
    left: 0; }

  #flow .container ul li p {
    font-size: 15px; } }
#otoku .outer .otoku-minaoshi h4 {
  font-size: clamp(1.5rem, 0.965rem + 3.06vw, 2.188rem); }

#feature .inner h2 {
  font-size: clamp(1.5rem, 1.208rem + 1.67vw, 1.875rem); }

#plan h2.price, #plan h2.list, #plan h2.option {
  font-size: clamp(1.5rem, 1.208rem + 1.67vw, 1.875rem); }

#plan .plan-price .inner p {
  font-size: clamp(0.75rem, 0.507rem + 1.39vw, 1.063rem); }
