@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
#kv {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: calc(100vh);
  background-size: cover;
  background-image: url("../img/fv_bg.jpg");
  background-position: center center;
  flex-direction: column;
  padding-top: 100px; }
  @media (max-width: 999px) {
    #kv {
      background-image: url("../img/fv_bg_sp.jpg");
      justify-content: flex-start;
      padding-top: 80px; } }
  #kv .ttlBox {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    width: calc(1100 / 1920 * 100%);
    height: 44.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16rem; }
    @media (max-width: 999px) {
      #kv .ttlBox {
        width: 100%;
        padding-left: 0;
        height: auto;
        padding: 2rem;
        display: flex;
        flex-direction: column; } }
    #kv .ttlBox .deco {
      width: 13.534rem;
      height: auto;
      margin-bottom: 3rem; }
      @media (max-width: 999px) {
        #kv .ttlBox .deco {
          width: 24%;
          margin-bottom: 1rem; } }
    #kv .ttlBox .ttl {
      font-size: 3.8rem;
      line-height: 1.5; }
      @media (max-width: 999px) {
        #kv .ttlBox .ttl {
          font-size: 2.2rem; } }
    #kv .ttlBox .txt {
      font-size: 4.6rem; }
      @media (max-width: 999px) {
        #kv .ttlBox .txt {
          font-size: 2.8rem;
          line-height: 1.5; } }
      #kv .ttlBox .txt span {
        font-size: 2rem;
        margin-left: 2rem; }
        @media (max-width: 999px) {
          #kv .ttlBox .txt span {
            font-size: 1.4rem;
            margin-left: 1rem; } }

/* 
---------------------------------------
home01
---------------------------------------
*/
#home01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 999px) {
    #home01 {
      flex-wrap: wrap; } }
  #home01 img {
    width: 25%;
    height: auto; }
    @media (max-width: 999px) {
      #home01 img {
        width: 50%; } }

/* 
---------------------------------------
home02
---------------------------------------
*/
#home02 {
  position: relative;
  padding-top: 13rem; }
  @media (max-width: 999px) {
    #home02 {
      padding-top: 6rem;
      margin-bottom: 8rem; } }
  #home02 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  #home02 .boxs {
    display: flex;
    justify-content: space-between;
    padding: 8rem; }
    @media (max-width: 999px) {
      #home02 .boxs {
        flex-direction: column;
        padding: 2rem; } }
  #home02 .boxs .box {
    width: calc(360/1200*100%); }
    @media (max-width: 999px) {
      #home02 .boxs .box {
        width: 100%; } }
  @media (max-width: 999px) {
    #home02 .box:last-child {
      margin-top: -4rem; } }
  #home02 .ttlBox {
    text-align: center;
    margin-bottom: 5rem; }
  #home02 .ttlBox .ttl {
    position: relative;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home02 .ttlBox .ttl {
        font-size: 2.4rem; } }
  #home02 .ttlBox .ttl::before,
  #home02 .ttlBox .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 1px;
    background-color: #000; }
    @media (max-width: 999px) {
      #home02 .ttlBox .ttl::before,
      #home02 .ttlBox .ttl::after {
        width: 2rem; } }
  #home02 .ttlBox .ttl::before {
    right: 100%;
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #home02 .ttlBox .ttl::before {
        margin-right: 1rem; } }
  #home02 .ttlBox .ttl::after {
    left: 100%;
    margin-left: 2rem; }
    @media (max-width: 999px) {
      #home02 .ttlBox .ttl::after {
        margin-left: 1rem; } }
  #home02 .ttlBox .deco {
    display: block;
    background-color: #FF7D44;
    color: #fff;
    padding: 0 2rem;
    font-weight: bold;
    width: max-content;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #home02 .ttlBox .deco {
        width: max-cotent;
        line-height: 1.5;
        font-size: 1.4rem; } }
  #home02 .pic {
    margin: 0 auto 6rem; }
    @media (max-width: 999px) {
      #home02 .pic {
        margin-bottom: 3rem; } }
  #home02 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #home02 .txt {
        text-align: left; } }
  #home02 .boxs {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    padding: 10rem 6rem;
    margin: 0 auto;
    border-left: 2px solid #6DB8E3;
    border-right: 2px solid #6DB8E3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #fff; }
    @media (max-width: 999px) {
      #home02 .boxs {
        padding: 4rem 2rem; } }
  #home02 .sttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f26b3f;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 1rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home02 .sttl {
        font-size: 2rem; } }
  #home02 .spic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 24px; }
    @media (max-width: 999px) {
      #home02 .spic {
        width: 80%; } }
  #home02 .ssttl {
    position: relative;
    padding-left: 3rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-size: 1.8rem; }
  #home02 .ssttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #64bdea;
    border-radius: 50%;
    transform: translateY(-50%); }
  #home02 .ssttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%); }
  #home02 .sstxt {
    margin-bottom: 2rem;
    font-size: 1.6rem; }
  #home02 .ssdeco {
    display: block;
    width: 100%;
    height: auto; }

/* 
---------------------------------------
home03
---------------------------------------
*/
#home03 {
  position: relative;
  padding-top: 6rem;
  margin-top: -6rem; }
  #home03 .bg {
    background: linear-gradient(#F2F6F7, #fff);
    position: absolute;
    top: -24rem;
    z-index: -1;
    height: 40rem;
    width: 100%; }
  #home03 .boxs {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #B2B2B2; }
  #home03 .box {
    width: 50%;
    position: relative;
    padding: 8rem;
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2; }
    @media (max-width: 999px) {
      #home03 .box {
        width: 100%;
        padding: 4rem;
        border-right: none;
        border-bottom: 1px solid #B2B2B2; } }
  @media (min-width: 1000px) {
    #home03 .box:nth-last-child(-n+2) {
      border-bottom: none; } }
  @media (max-width: 999px) {
    #home03 .box:last-child {
      border-bottom: none; } }
  #home03 .box:nth-child(2n) {
    border-right: 0; }
  #home03 .boxs .deco {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 15rem;
    height: auto;
    z-index: 1; }
    @media (max-width: 999px) {
      #home03 .boxs .deco {
        top: 2rem;
        right: 2rem;
        width: 7rem; } }
  #home03 .ttlBox {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 999px) {
      #home03 .ttlBox {
        margin-bottom: 3rem; } }
  #home03 .ttlBox .ttl {
    position: relative;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home03 .ttlBox .ttl {
        font-size: 2.4rem; } }
  #home03 .ttlBox .ttl::before,
  #home03 .ttlBox .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 1px;
    background-color: #000; }
    @media (max-width: 999px) {
      #home03 .ttlBox .ttl::before,
      #home03 .ttlBox .ttl::after {
        width: 2rem; } }
  #home03 .ttlBox .ttl::before {
    right: 100%;
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #home03 .ttlBox .ttl::before {
        margin-right: 1rem; } }
  #home03 .ttlBox .ttl::after {
    left: 100%;
    margin-left: 2rem; }
    @media (max-width: 999px) {
      #home03 .ttlBox .ttl::after {
        margin-left: 1rem; } }
  #home03 .ttlBox .deco {
    display: block;
    background-color: #FF7D44;
    color: #fff;
    padding: 0 2rem;
    font-weight: bold;
    width: max-content;
    margin: 0 auto; }
  #home03 .pic {
    margin: 0 auto 6rem; }
    @media (max-width: 999px) {
      #home03 .pic {
        margin-bottom: 0; } }
  #home03 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #home03 .txt {
        text-align: left; } }

/* 
---------------------------------------
home04
---------------------------------------
*/
#home04 {
  background: #F2F6F7;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 999px) {
    #home04 {
      padding: 60px 0; } }
  #home04 .ttlBox {
    text-align: center;
    margin-bottom: 5rem; }
  #home04 .ttlBox .ttl {
    position: relative;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home04 .ttlBox .ttl {
        font-size: 2.4rem; } }
  #home04 .ttlBox .ttl::before,
  #home04 .ttlBox .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 1px;
    background-color: #000; }
    @media (max-width: 999px) {
      #home04 .ttlBox .ttl::before,
      #home04 .ttlBox .ttl::after {
        width: 2rem; } }
  #home04 .ttlBox .ttl::before {
    right: 100%;
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #home04 .ttlBox .ttl::before {
        margin-right: 1rem; } }
  #home04 .ttlBox .ttl::after {
    left: 100%;
    margin-left: 2rem; }
    @media (max-width: 999px) {
      #home04 .ttlBox .ttl::after {
        margin-left: 1rem; } }
  #home04 .sttlBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #home04 .sttlBox .txt {
      font-size: 7rem;
      color: #6DB8E3; }
      @media (max-width: 999px) {
        #home04 .sttlBox .txt {
          font-size: 3.6rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          line-height: 1;
          width: 100%;
          margin-bottom: 3rem; } }
      #home04 .sttlBox .txt span {
        font-size: 3rem;
        margin-left: 2rem; }
        @media (max-width: 999px) {
          #home04 .sttlBox .txt span {
            font-size: 2rem;
            margin-left: 0;
            margin-top: 1rem; } }
    #home04 .sttlBox .pic {
      width: 60rem;
      height: auto;
      margin: 0 0 0 auto; }
  @media (max-width: 999px) {
    #home04 .table {
      min-width: 720px; } }
  #home04 .yellow {
    color: #F6AB00; }

/* 
---------------------------------------
home05
---------------------------------------
*/
#home05 {
  position: relative;
  padding-bottom: 12rem; }
  @media (max-width: 999px) {
    #home05 {
      padding-bottom: 6rem; } }
  #home05 .inner14 {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 8rem 10rem;
    padding-bottom: 0; }
    @media (max-width: 999px) {
      #home05 .inner14 {
        padding: 2rem; } }
  #home05 .pics {
    display: flex;
    flex-wrap: wrap;
    gap: 4%; }
  #home05 .pics1 .pic {
    width: 48%;
    height: 100%; }
  #home05 .pics2 .pic {
    width: 22%;
    height: 100%; }
    @media (max-width: 999px) {
      #home05 .pics2 .pic {
        width: 48%; } }
  #home05 .pic {
    margin-bottom: 10rem; }
    @media (max-width: 999px) {
      #home05 .pic {
        margin-bottom: 2rem; } }
  #home05 .ttl {
    position: relative;
    padding-left: 3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 2.8rem;
    padding: 1.6rem 3rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #B2B2B2; }
    @media (max-width: 999px) {
      #home05 .ttl {
        font-size: 2.2rem;
        margin-bottom: 2rem; } }
  #home05 .ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #64bdea;
    border-radius: 50%;
    transform: translateY(-50%); }
  #home05 .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%); }
  #home05 .bg {
    background: linear-gradient(#fff, #F2F6F7);
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 40rem;
    width: 100%; }
  #home05 .txt {
    margin-bottom: 2rem; }

/* 
---------------------------------------
home06
---------------------------------------
*/
#home06 {
  padding: 16rem 0; }
  @media (max-width: 999px) {
    #home06 {
      padding: 60px 0; } }
  #home06 .ttlBox {
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 12rem; }
    @media (max-width: 999px) {
      #home06 .ttlBox {
        margin-bottom: 5rem; } }
    #home06 .ttlBox .ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 4.4rem;
      font-weight: bold;
      line-height: 1.5;
      position: relative;
      z-index: 1; }
      @media (max-width: 999px) {
        #home06 .ttlBox .ttl {
          font-size: 2.8rem; } }
    #home06 .ttlBox .deco {
      position: absolute;
      right: -16rem;
      bottom: -3rem;
      transform: rotate(-10deg); }
      @media (max-width: 999px) {
        #home06 .ttlBox .deco {
          right: -6rem;
          bottom: -1rem;
          width: 90%;
          height: auto; } }
  #home06 .logo {
    margin: -4rem auto 6rem; }
    @media (max-width: 999px) {
      #home06 .logo {
        width: 36%;
        margin: -2rem auto 2rem; } }
  #home06 .sttl {
    font-size: 4.6rem;
    color: #6DB8E3;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home06 .sttl {
        font-size: 2.6rem; } }
  #home06 .ssttl {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1; }
    @media (max-width: 999px) {
      #home06 .ssttl {
        font-size: 2rem;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 2rem; } }
  #home06 .sstxt {
    text-align: center; }
    @media (max-width: 999px) {
      #home06 .sstxt {
        text-align: left; } }
  #home06 .pics {
    display: flex;
    flex-wrap: nowrap; }
    @media (max-width: 999px) {
      #home06 .pics {
        flex-wrap: wrap; } }
    #home06 .pics .pic {
      width: 20%; }
      @media (max-width: 999px) {
        #home06 .pics .pic {
          width: 50%; } }
    @media (max-width: 999px) {
      #home06 .pics .pic:last-child {
        display: none; } }

/* 
---------------------------------------
home07
---------------------------------------
*/
#home07 {
  padding: 120px 0;
  background: #FFFBDC; }
  @media (max-width: 999px) {
    #home07 {
      padding: 60px 0 20px; } }
  #home07 .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home07 .ttl {
        font-size: 28px; } }
  #home07 .box {
    display: flex;
    margin-bottom: 3rem; }
    @media (max-width: 999px) {
      #home07 .box {
        flex-direction: column;
        margin-bottom: 2rem; } }
  @media (min-width: 1000px) {
    #home07 .box:nth-child(2) {
      flex-direction: row-reverse; } }
  #home07 .pic {
    width: calc(412/1200*100%); }
    @media (max-width: 999px) {
      #home07 .pic {
        width: 100%; } }
  #home07 .txt {
    background: #fff;
    width: calc(788/1200*100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 999px) {
      #home07 .txt {
        width: 100%;
        font-size: 15px;
        padding: 10px; } }

/* 
---------------------------------------
contact
---------------------------------------
*/
#contact {
  padding: 120px 0;
  background: #FEF5E8; }
  @media (max-width: 999px) {
    #contact {
      padding: 60px 0; } }
  #contact .txt {
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 999px) {
      #contact .txt {
        text-align: left; } }
  #contact .pic {
    width: 71rem;
    height: auto;
    margin: 0 auto 8rem; }
    @media (max-width: 999px) {
      #contact .pic {
        margin-bottom: 2rem; } }
  #contact .ttlBox {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 999px) {
      #contact .ttlBox {
        margin-bottom: 0; } }
  #contact .ttlBox .ttl {
    position: relative;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #contact .ttlBox .ttl {
        font-size: 2.4rem; } }
  #contact .ttlBox .ttl::before,
  #contact .ttlBox .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 1px;
    background-color: #000; }
    @media (max-width: 999px) {
      #contact .ttlBox .ttl::before,
      #contact .ttlBox .ttl::after {
        width: 2rem; } }
  #contact .ttlBox .ttl::before {
    right: 100%;
    margin-right: 2rem; }
    @media (max-width: 999px) {
      #contact .ttlBox .ttl::before {
        margin-right: 1rem; } }
  #contact .ttlBox .ttl::after {
    left: 100%;
    margin-left: 2rem; }
    @media (max-width: 999px) {
      #contact .ttlBox .ttl::after {
        margin-left: 1rem; } }
  #contact form {
    padding: 8rem 10rem;
    background: #fff; }
    @media (max-width: 999px) {
      #contact form {
        padding: 2rem; } }
  #contact .form-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 30px; }
    @media (max-width: 999px) {
      #contact .form-row {
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none; } }
  #contact .form-label {
    width: 280px;
    font-weight: bold;
    padding-top: 10px; }
    @media (max-width: 999px) {
      #contact .form-label {
        width: 100%;
        margin-bottom: 10px; } }
  #contact .form-label .tag {
    display: inline-block;
    color: white;
    padding: 2px 6px;
    margin-right: 10px; }
    @media (max-width: 999px) {
      #contact .form-label .tag {
        padding: 0 6px;
        font-size: 12px; } }
  #contact .required {
    background-color: #d40000; }
  #contact .optional {
    background-color: #888; }
  #contact .form-input {
    flex: 1; }
    @media (max-width: 999px) {
      #contact .form-input {
        flex: none;
        width: 100%; } }
  #contact .form-input input:not([type="checkbox"]),
  #contact .form-input textarea,
  #contact .form-input select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box; }
  #contact .form-input input[type="checkbox"] {
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box; }
  #contact textarea {
    height: 250px; }
    @media (max-width: 999px) {
      #contact textarea {
        height: 200px; } }
  #contact .checkbox-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
  #contact .checkbox-group label {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    pointer-events: auto !important; }
  #contact .checkbox-group input[type="checkbox"] {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    display: inline-block !important;
    width: 16px;
    height: 16px;
    margin: 0;
    pointer-events: auto !important; }
  #contact .submit-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #FF7D44;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
    max-width: 492px;
    font-size: 32px;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #contact .submit-btn {
        font-size: 20px; } }
    #contact .submit-btn:hover {
      opacity: 0.7; }
  #contact .note {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 14px; }
