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

.breadcrumb {
  padding-top: 0 !important;
  margin-bottom: 1.5rem !important; }

h3 {
  font-family: "Josefin Sans";
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  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: #00b4a0; }

.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; }

#lower-header .lh-inner {
  background-image: url("../img/website-top.jpg"); }

#main-visual .main-bg {
  position: relative;
  background-image: url("../img/website-topimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 685px;
  padding-top: 8rem; }
  @media screen and (max-width: 991px) {
    #main-visual .main-bg {
      height: 500px;
      padding-top: 5rem;
      padding-left: 1rem; } }
  @media screen and (max-width: 575px) {
    #main-visual .main-bg {
      background-image: url("../img/website-xs-topimg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  #main-visual .main-bg h2 {
    border: 0;
    color: #fff;
    line-height: 1.75;
    padding: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      #main-visual .main-bg h2 {
        line-height: 1.5; } }
    @media screen and (max-width: 575px) {
      #main-visual .main-bg h2 {
        font-size: 30px;
        font-size: 3.0rem;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 1rem; } }
  #main-visual .main-bg p {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    line-height: 2.5; }
    @media screen and (max-width: 991px) {
      #main-visual .main-bg p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2; } }
    @media screen and (max-width: 767px) {
      #main-visual .main-bg p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75; } }
    @media screen and (max-width: 575px) {
      #main-visual .main-bg p {
        text-align: justify; } }
  #main-visual .main-bg img {
    bottom: 0;
    left: 15%;
    position: absolute;
    width: 425px; }
    @media screen and (max-width: 1199px) {
      #main-visual .main-bg img {
        left: 5%; } }
    @media screen and (max-width: 991px) {
      #main-visual .main-bg img {
        width: 320px; } }
    @media screen and (max-width: 767px) {
      #main-visual .main-bg img {
        width: 280px; } }

/*---------- worries ----------*/
#worries .worries-bg {
  background-color: #e6f5f0;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #worries .worries-bg .worries-box .maintext-box {
    position: relative;
    margin-bottom: 0; }
    #worries .worries-bg .worries-box .maintext-box .worries-maintext {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        margin: 0; }
        @media screen and (max-width: 991px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 {
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 767px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 {
            margin: 2rem auto 3rem; } }
        @media screen and (max-width: 575px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 {
            font-size: 30px;
            font-size: 3.0rem;
            line-height: 1.5; } }
        #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 span {
          display: inline-block;
          color: #00b4a0;
          font-size: 40px;
          font-size: 4rem;
          font-weight: 600; }
          @media screen and (max-width: 991px) {
            #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 span {
              font-size: 35px;
              font-size: 3.5rem; } }
          @media screen and (max-width: 575px) {
            #worries .worries-bg .worries-box .maintext-box .worries-maintext h3 span {
              font-size: 30px;
              font-size: 3.0rem; } }
      #worries .worries-bg .worries-box .maintext-box .worries-maintext img {
        width: 25%; }
        @media screen and (max-width: 767px) {
          #worries .worries-bg .worries-box .maintext-box .worries-maintext img {
            display: none; } }
  #worries .worries-bg .worries-box ul {
    margin-bottom: 6rem; }
    @media screen and (max-width: 991px) {
      #worries .worries-bg .worries-box ul {
        justify-content: space-evenly;
        margin-bottom: 3rem; } }
    @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: 20px;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      padding: 2rem 1rem;
      box-shadow: 4.5px 4.5px 0px 0px rgba(0, 180, 160, 0.1);
      line-height: 1.7; }
      @media screen and (max-width: 991px) {
        #worries .worries-bg .worries-box ul li .point {
          font-size: 19px;
          font-size: 1.9rem; } }
      #worries .worries-bg .worries-box ul li .point span {
        color: #00b4a0; }
    #worries .worries-bg .worries-box ul li p {
      padding: 1rem;
      padding-top: 2rem; }
#worries .arrow {
  margin-top: -4rem; }
  @media screen and (max-width: 767px) {
    #worries .arrow {
      margin-top: -2rem; } }
  #worries .arrow img {
    text-align: center;
    width: 370px;
    display: flex;
    margin: auto;
    margin-bottom: 5rem; }
    @media screen and (max-width: 991px) {
      #worries .arrow img {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      #worries .arrow img {
        width: 230px; } }
    @media screen and (max-width: 767px) {
      #worries .arrow img {
        margin-bottom: 3rem; } }

/*---------- works ----------*/
#works h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 5px;
  margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    #works h3 {
      font-size: 38px;
      font-size: 3.8rem;
      letter-spacing: 2px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    #works h3 {
      line-height: normal; } }
  @media screen and (max-width: 575px) {
    #works h3 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.5;
      letter-spacing: normal; } }
  #works h3 span {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      #works h3 span {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #works h3 span {
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
        margin-bottom: 1rem; } }
#works ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0; }
  @media screen and (max-width: 1199px) {
    #works ul {
      justify-content: space-evenly; } }
  @media screen and (max-width: 767px) {
    #works ul {
      flex-wrap: wrap;
      margin-top: 3rem; } }
  @media screen and (max-width: 575px) {
    #works ul {
      flex-wrap: wrap;
      margin-top: 2rem; } }
  #works ul li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 30%; }
    @media screen and (max-width: 767px) {
      #works ul li {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem; } }
    #works ul li img {
      width: 12%; }
      @media screen and (max-width: 767px) {
        #works ul li img {
          display: none; } }
    #works ul li p {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      width: 75%;
      line-height: 1.75;
      text-align: center;
      color: #00786e; }
      @media screen and (max-width: 991px) {
        #works ul li p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        #works ul li p {
          font-size: 20px;
          font-size: 2rem;
          box-shadow: 2.5px 2.5px 0px 0px rgba(0, 180, 160, 0.5);
          background-color: #e6f5f0;
          border-radius: 1rem;
          padding: 0.5rem 1rem;
          width: 90%; } }
      @media screen and (max-width: 575px) {
        #works ul li p {
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem; } }
#works figure {
  text-align: center;
  margin: auto;
  margin-top: 5rem; }
  @media screen and (max-width: 991px) {
    #works figure {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    #works figure {
      margin-top: 2rem; } }
  #works figure img {
    width: 100%; }
  #works figure figcaption a {
    display: block;
    color: #00b4a0;
    transition: 0.3s; }
    #works figure figcaption a:hover {
      color: #00786e; }
    #works figure figcaption a i {
      padding-left: 0.5rem; }
  #works figure + p {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    margin: 3rem 0; }
    @media screen and (max-width: 575px) {
      #works figure + p {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.5;
        margin: 2rem 0; } }
    #works figure + p span {
      color: #00b4a0; }
    #works figure + p + div {
      text-align: center;
      margin-bottom: 12rem; }
      @media screen and (max-width: 575px) {
        #works figure + p + div {
          margin-bottom: 8rem; } }
      #works figure + p + div a {
        width: 45%;
        display: inline-block;
        background: #00786e;
        border: 1px solid #00786e;
        color: #fff;
        text-align: center;
        border-radius: 1rem;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 2rem;
        transition: 0.3s; }
        @media screen and (max-width: 575px) {
          #works figure + p + div a {
            width: 70%; } }
        #works figure + p + div a:hover {
          background: #fff;
          color: #00786e; }

/*---------- advantage ----------*/
#advantage {
  position: relative; }
  #advantage::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e6f5f0;
    z-index: -1;
    position: absolute;
    top: 22px; }
  #advantage h3 {
    margin-bottom: 8.5rem; }
    @media screen and (max-width: 1199px) {
      #advantage h3 {
        margin-bottom: 3rem; } }
  #advantage .bg-green {
    position: absolute;
    height: 698px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(90deg, #3277ff, #62c9ff);
    z-index: -1; }
    @media screen and (max-width: 991px) {
      #advantage .bg-green {
        height: 85%; } }
    @media screen and (max-width: 767px) {
      #advantage .bg-green {
        height: 85%; } }
    @media screen and (max-width: 767px) {
      #advantage .bg-green {
        height: 85%; } }
  #advantage ul.box-up {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      #advantage ul.box-up {
        justify-content: space-evenly; } }
    @media screen and (max-width: 767px) {
      #advantage ul.box-up {
        flex-wrap: wrap;
        margin-bottom: 1.5rem; } }
    #advantage ul.box-up li {
      display: flex;
      flex-direction: column;
      max-width: 29%; }
      @media screen and (max-width: 767px) {
        #advantage ul.box-up li {
          max-width: 75%;
          margin-top: 3rem; } }
      @media screen and (max-width: 575px) {
        #advantage ul.box-up li {
          max-width: 90%;
          margin-top: 3rem; } }
      #advantage ul.box-up li p {
        margin-top: 3rem; }
        @media screen and (max-width: 767px) {
          #advantage ul.box-up li p {
            margin-top: 1rem; } }
      #advantage ul.box-up li img {
        max-width: 65%;
        margin: auto;
        margin-bottom: 3rem; }
        @media screen and (max-width: 767px) {
          #advantage ul.box-up li img {
            max-width: 50%; } }
      #advantage ul.box-up li dl dt {
        font-size: 21px;
        font-size: 2.1rem;
        text-align: center;
        margin-bottom: 1rem; }
        @media screen and (max-width: 991px) {
          #advantage ul.box-up li dl dt {
            font-size: 19px;
            font-size: 1.9rem; } }
        @media screen and (max-width: 767px) {
          #advantage ul.box-up li dl dt {
            font-size: 23px;
            font-size: 2.3rem; } }
        @media screen and (max-width: 575px) {
          #advantage ul.box-up li dl dt {
            font-size: 20px;
            font-size: 2rem; } }
      #advantage ul.box-up li dl dd {
        text-align: justify; }
        #advantage ul.box-up li dl dd a {
          color: #00b4a0;
          text-decoration: underline;
          transition: 0.3s; }
          #advantage ul.box-up li dl dd a:hover {
            color: #00786e; }
    #advantage ul.box-up + p {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      line-height: 2;
      margin: 8rem 0 4rem; }
      @media screen and (max-width: 991px) {
        #advantage ul.box-up + p {
          margin: 5rem 0 2rem; } }
  #advantage ul.box-down {
    padding-bottom: 9rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 991px) {
      #advantage ul.box-down {
        justify-content: space-around; } }
    @media screen and (max-width: 575px) {
      #advantage ul.box-down {
        padding-bottom: 5rem; } }
    #advantage ul.box-down li {
      border-radius: 10px;
      background-color: #fff;
      margin-top: 1.5rem;
      width: 23.8%;
      display: flex;
      flex-direction: column;
      padding: 2rem;
      box-shadow: 4.5px 4.5px 0px 0px rgba(0, 180, 160, 0.1); }
      @media screen and (max-width: 1199px) {
        #advantage ul.box-down li {
          width: 23.5%;
          height: revert; } }
      @media screen and (max-width: 991px) {
        #advantage ul.box-down li {
          width: 46%;
          height: revert;
          padding-top: 2.5rem;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 575px) {
        #advantage ul.box-down li {
          width: 90%; } }
      #advantage ul.box-down li img {
        height: 100px;
        margin-bottom: 1rem; }
        @media screen and (max-width: 575px) {
          #advantage ul.box-down li img {
            height: 85px;
            margin-bottom: 0; } }
      #advantage ul.box-down li dl dt {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 600;
        text-align: center;
        color: #00786e;
        line-height: 1.5;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1399px) {
          #advantage ul.box-down li dl dt {
            font-size: 18px;
            font-size: 1.8rem;
            letter-spacing: 0rem; } }
        @media screen and (max-width: 1199px) {
          #advantage ul.box-down li dl dt {
            font-size: 17px;
            font-size: 1.7rem;
            letter-spacing: revert; } }
        @media screen and (max-width: 575px) {
          #advantage ul.box-down li dl dt {
            margin-bottom: 1rem; } }
      #advantage ul.box-down li dl dd {
        font-size: 15.4px;
        font-size: 1.54rem;
        text-align: justify; }
        @media screen and (max-width: 1199px) {
          #advantage ul.box-down li dl dd {
            line-height: 1.6; } }

/*---------- flow ----------*/
#flow {
  margin-bottom: 14rem; }
  @media screen and (max-width: 575px) {
    #flow {
      margin-bottom: 10rem; } }
  #flow h3 {
    padding-top: 12rem; }
    @media screen and (max-width: 1199px) {
      #flow h3 {
        padding-top: 10rem; } }
  #flow ul {
    margin-bottom: 0; }
    #flow ul li {
      position: relative;
      z-index: 5; }
      #flow ul li .white-box {
        background-color: #e6f5f0;
        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: #00b4a0;
            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: #00786e;
        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:last-child::after {
      content: "";
      display: none; }
  #flow .flow-text {
    text-align: center; }
    #flow .flow-text p {
      text-align: center;
      padding-top: 5rem;
      padding-bottom: 4rem;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 2; }
      #flow .flow-text p span {
        color: #00b4a0; }
      @media screen and (max-width: 767px) {
        #flow .flow-text p {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.75;
          text-align: justify; } }
      @media screen and (max-width: 575px) {
        #flow .flow-text p {
          font-size: 16px;
          font-size: 1.6rem;
          padding-top: 3rem;
          padding-bottom: 1rem; } }
    #flow .flow-text a {
      display: inline-block;
      margin: auto;
      width: 950px;
      transition: 0.3s;
      border-radius: 2rem; }
      #flow .flow-text a:hover {
        opacity: 0.5; }
      @media screen and (max-width: 1199px) {
        #flow .flow-text a {
          width: 90%; } }
      @media screen and (max-width: 575px) {
        #flow .flow-text a {
          width: 80%; } }
      #flow .flow-text a img {
        display: block; }
        @media screen and (max-width: 767px) {
          #flow .flow-text a img {
            display: none; } }
        #flow .flow-text a img + img {
          display: none; }
          @media screen and (max-width: 767px) {
            #flow .flow-text a img + img {
              display: block; } }

/*---------- qanda ----------*/
#qanda {
  position: relative;
  margin-bottom: 14rem;
  padding-bottom: 9rem; }
  @media screen and (max-width: 1199px) {
    #qanda {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 991px) {
    #qanda {
      padding-bottom: 7rem;
      margin-bottom: 10rem; } }
  #qanda::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e6f5f0;
    z-index: -1;
    position: absolute;
    top: 22px; }
  #qanda h3 {
    margin-bottom: 6rem; }

.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 + p {
    font-weight: 600;
    color: #333333;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 8rem; }
    @media screen and (max-width: 767px) {
      .accordion-container + p {
        line-height: 1.75;
        margin-top: 4rem; } }
    @media screen and (max-width: 575px) {
      .accordion-container + p {
        font-size: 18px;
        font-size: 1.8rem; } }

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 2rem 0;
  background: #fff;
  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: #00b4a0;
    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 {
    font-weight: 600;
    line-height: 1.3;
    padding-right: 5rem;
    text-align: justify;
    margin: auto 0; }
    @media screen and (max-width: 767px) {
      .accordion-container .accordion-title dd {
        padding: 1rem 5rem 1rem 0.5rem; } }
    @media screen and (max-width: 575px) {
      .accordion-container .accordion-title dd {
        letter-spacing: 0;
        line-height: 1.5; } }

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

.accordion-title::after {
  content: "＋";
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 20%;
  display: block;
  color: #00b4a0; }
  @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;
  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; }
    .accordion-content dd a {
      color: #00b4a0;
      text-decoration: underline;
      transition: 0.3s; }
      .accordion-content dd a:hover {
        color: #00786e; }

/*---------アコーディオン部分---------*/
#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: 600;
      color: #fff;
      background-color: #00b4a0;
      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 #00786e;
  background: #00786e;
  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 #00786e;
  background: #fff;
  color: #00786e; }

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

form#mail_form dt.optional::before {
  content: "任意";
  display: inline-block;
  color: #00b4a0;
  border: 1px solid #00b4a0;
  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 #00b4a0;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #00b4a0;
  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.thanks {
  padding-top: 11rem; }
  @media screen and (max-width: 767px) {
    #breadcrumb.thanks {
      padding-top: 0; } }

#thanks h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  display: inline-block;
  color: #00b4a0;
  padding-bottom: 1rem;
  border-bottom: solid 1.5px #00b4a0; }
#thanks .thanks-box {
  text-align: center; }
  #thanks .thanks-box h4 {
    color: #00b4a0;
    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: #00b4a0;
  border-radius: 0.5rem;
  color: #fff;
  -webkit-appearance: none; }
#thanks .contact-button:hover {
  cursor: pointer;
  background: #fff;
  color: #00b4a0;
  border: solid 1.5px #00b4a0; }
