@charset "UTF-8";
/* CSS Document */
.scrollOnlylogo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 100px;
  opacity: 0; }
  .scrollOnlylogo > img {
    width: 100%; }
  @media screen and (max-width: 600px) {
    .scrollOnlylogo {
      display: none; } }

.smaller {
  opacity: 1; }

p {
  line-height: 30px; }

picture > img {
  width: 100%; }

@media screen and (max-width: 600px) {
  .spbr {
    display: block; }

  h3 {
    font-size: 18px;
    line-height: 28px; } }
/*==============================
header 
==============================*/
header {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  position: sticky;
  top: 0;
  left: 0; }
  header > a {
    width: 300px; }
    header > a > img {
      width: 100%; }
  header > div {
    display: flex;
    align-items: center; }
    header > div > a {
      display: block;
      height: 60px; }
      header > div > a:first-of-type {
        margin-right: 15px; }
      header > div > a > img {
        height: 60px;
        width: fit-content; }
  @media screen and (max-width: 1000px) {
    header {
      display: none; } }

.spfootBtn {
  display: none; }
  @media screen and (max-width: 1000px) {
    .spfootBtn {
      position: fixed;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 10px 15px;
      z-index: 998; }
      .spfootBtn > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
        .spfootBtn > div > a > img {
          width: 100%; }
        .spfootBtn > div > a:nth-of-type(1) {
          width: 43%; }
        .spfootBtn > div > a:nth-of-type(2) {
          width: 52%; } }

/*==============================
nav 
==============================*/
.mobile-menu-wrap {
  display: none; }
  @media screen and (max-width: 1000px) {
    .mobile-menu-wrap {
      display: block; } }

.mobile-menu-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%; }
  .mobile-menu-wrap .menu-bar {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    .mobile-menu-wrap .menu-bar .logo {
      height: 30px; }
    .mobile-menu-wrap .menu-bar .menu-toggle {
      background: none;
      border: none;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 4px; }
      .mobile-menu-wrap .menu-bar .menu-toggle #menuLabel {
        font-size: 12px;
        font-weight: bold;
        color: #000; }
      .mobile-menu-wrap .menu-bar .menu-toggle .menu-icon {
        font-size: 16px;
        padding-top: 0px;
        font-weight: 900;
        border: 3px solid #000;
        width: 35px;
        height: 35px;
        border-radius: 25px;
        color: #000; }
  .mobile-menu-wrap .mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #00bfff;
    transition: left 0.3s ease;
    z-index: 999;
    padding: 0;
    box-sizing: border-box; }
    .mobile-menu-wrap .mobile-menu-panel.open {
      left: 0;
      overflow-y: scroll; }
    .mobile-menu-wrap .mobile-menu-panel > ul {
      width: 100%;
      list-style: none;
      padding: 70px 40px 40px; }
      .mobile-menu-wrap .mobile-menu-panel > ul li {
        border-bottom: 1px dashed white;
        padding: 16px 0; }
        .mobile-menu-wrap .mobile-menu-panel > ul li a {
          width: 100%;
          text-decoration: none;
          color: #000;
          font-size: 16px;
          display: flex;
          justify-content: space-between; }
          .mobile-menu-wrap .mobile-menu-panel > ul li a > i {
            font-size: 14px;
            color: #fff; }
    .mobile-menu-wrap .mobile-menu-panel #footSection {
      background-color: #000;
      padding: 30px 20px; }

/*==============================
mainWrap 
==============================*/
#mainWrap {
  width: 100%; }
  #mainWrap > img, #mainWrap > picture {
    width: 100%; }
  @media screen and (max-width: 1000px) {
    #mainWrap {
      margin-top: 55px; } }

/*==============================
osakalp01wrap 
==============================*/
#osakalp01wrap {
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  overflow: hidden; }
  #osakalp01wrap > img, #osakalp01wrap > picture {
    display: block;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto; }
  #osakalp01wrap > img:nth-of-type(1), #osakalp01wrap > picture:nth-of-type(1) {
    margin-bottom: 50px; }
  #osakalp01wrap > img:nth-of-type(2), #osakalp01wrap > picture:nth-of-type(2) {
    width: 50%;
    max-width: 500px;
    margin-bottom: 50px; }
  #osakalp01wrap > img:nth-of-type(3), #osakalp01wrap > picture:nth-of-type(3) {
    margin-bottom: 50px; }
  #osakalp01wrap > h3 {
    margin-bottom: 50px; }
  #osakalp01wrap .slider-container {
    margin-bottom: 50px; }
  #osakalp01wrap .slider-track img {
    margin-right: -20px;
    /* 画像同士の隙間を10px縮める */ }
  #osakalp01wrap > img:nth-of-type(4), #osakalp01wrap > picture:nth-of-type(4) {
    margin-bottom: 50px; }
  #osakalp01wrap > p {
    line-height: 40px; }
  @media screen and (max-width: 600px) {
    #osakalp01wrap > img:nth-of-type(1), #osakalp01wrap > picture:nth-of-type(1) {
      width: 80%;
      margin-bottom: 20px; }
    #osakalp01wrap > img:nth-of-type(2), #osakalp01wrap > picture:nth-of-type(2) {
      width: 80%;
      margin-bottom: 20px; }
    #osakalp01wrap > img:nth-of-type(3), #osakalp01wrap > picture:nth-of-type(3) {
      margin-bottom: 20px; }
    #osakalp01wrap > h3 {
      margin-bottom: 20px; }
    #osakalp01wrap > img:nth-of-type(4), #osakalp01wrap > picture:nth-of-type(4) {
      width: calc(100% + 80px);
      position: relative;
      left: -40px;
      margin-bottom: 20px; }
    #osakalp01wrap > p {
      width: calc(100% - 40px);
      margin: 0 auto;
      text-align: justify;
      line-height: 30px; }
      #osakalp01wrap > p > br {
        display: none; } }

.slider-container {
  width: 100%;
  overflow: hidden;
  background: #fff; }

.slider-track {
  display: flex;
  animation: slide-left 20s linear infinite; }
  @media screen and (max-width: 600px) {
    .slider-track {
      animation: slide-left 5s linear infinite; } }

.slider-track img {
  height: auto;
  object-fit: cover; }
  @media screen and (max-width: 600px) {
    .slider-track img {
      height: 150px; } }

@keyframes slide-left {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
/*==============================
cautionWrap 
==============================*/
#cautionWrap {
  position: relative;
  background-color: #FDDA1E;
  overflow: hidden;
  padding: 50px 30px; }
  #cautionWrap > div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    #cautionWrap > div > img {
      display: block;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 20px; }
    #cautionWrap > div > p {
      line-height: 40px;
      font-weight: bold; }
  #cautionWrap > img {
    display: block;
    position: absolute;
    top: -50px;
    width: 3%; }
    #cautionWrap > img:nth-of-type(1) {
      left: 0; }
    #cautionWrap > img:nth-of-type(2) {
      right: 0; }
  @media screen and (max-width: 600px) {
    #cautionWrap > div > p {
      line-height: 30px; } }

span.blackback {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 5px; }

span.whiteunder {
  background: linear-gradient(to bottom, transparent 50%, white 50%);
  color: #000;
  font-weight: bold;
  padding: 0 5px; }

/*==============================
osakalp03wrap 
==============================*/
#osakalp03wrap {
  background-color: #F8F5EA;
  padding: 100px 0 0; }
  #osakalp03wrap > img, #osakalp03wrap > picture {
    display: block;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto 100px; }
  @media screen and (max-width: 600px) {
    #osakalp03wrap {
      padding: 50px 0 0; }
      #osakalp03wrap > img, #osakalp03wrap > picture {
        margin-bottom: 50px; } }

/*==============================
contactWrap 
==============================*/
#contactWrap {
  padding: 100px 20px;
  background-color: #AFE3F5; }
  @media screen and (max-width: 600px) {
    #contactWrap {
      padding: 50px 20px; } }

#formSection {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px; }
  #formSection > h3 {
    text-align: center;
    margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    #formSection {
      padding: 30px 20px; } }

#formSection > div {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

input[type=submit] {
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #4DC1E9;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  font-size: 20px; }

.contactTable {
  width: 100%; }
  .contactTable tr th {
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    font-weight: 500; }
    .contactTable tr th > h6 > span {
      padding: 2px 5px;
      font-size: 12px;
      font-weight: bold;
      background-color: #4DC1E9;
      margin-left: 5px; }
  .contactTable tr td {
    width: 70%;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: left; }
    .contactTable tr td input[type="text"], .contactTable tr td textarea {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #000;
      padding: 10px;
      font-weight: 500; }
  @media screen and (max-width: 600px) {
    .contactTable tr {
      display: flex;
      flex-direction: column; }
      .contactTable tr th, .contactTable tr td {
        width: 100%;
        padding-bottom: 10px; } }

#lineSection {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px; }
  #lineSection > h3 {
    text-align: center;
    margin-bottom: 10px;
    color: #07C655; }
  #lineSection > h4 {
    text-align: center;
    margin-bottom: 20px; }
  #lineSection > a {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: #07C655;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    font-size: 20px; }
  @media screen and (max-width: 600px) {
    #lineSection {
      padding: 30px 20px; } }

#lineSection > div {
  position: relative;
  display: flex;
  justify-content: space-between; }
  #lineSection > div > div {
    width: 50%;
    margin-bottom: 50px; }
    #lineSection > div > div:nth-of-type(1) {
      padding-right: 40px; }
    #lineSection > div > div:nth-of-type(2) {
      padding-left: 40px; }
    #lineSection > div > div > h4 {
      font-size: 16px;
      color: #07C655;
      margin-bottom: 2px; }
      #lineSection > div > div > h4::before {
        content: "●";
        color: #FDDA1E;
        margin-right: 5px; }
    #lineSection > div > div > h5 {
      padding-bottom: 7px;
      margin-bottom: 15px;
      border-bottom: dashed 3px #FDDA1E; }
    #lineSection > div > div > div {
      display: flex; }
      #lineSection > div > div > div > img {
        margin-left: 10px;
        width: 80px;
        align-self: flex-start; }
  #lineSection > div > img {
    display: block;
    position: absolute;
    margin: auto;
    top: 55px;
    left: 0;
    right: 0; }
  @media screen and (max-width: 600px) {
    #lineSection > div {
      flex-direction: column; }
      #lineSection > div > div {
        width: 100%; }
        #lineSection > div > div:nth-of-type(1) {
          padding-right: 0px; }
        #lineSection > div > div:nth-of-type(2) {
          padding-left: 0px; }
      #lineSection > div > img {
        display: block;
        position: absolute;
        margin: auto;
        top: 200px;
        left: 0;
        right: 0;
        transform: rotate(90deg); } }

#telSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  #telSection > h4 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #0070B5;
    margin-bottom: 30px; }
    #telSection > h4::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      border-top: 15px solid #0070b5;
      border-bottom: 0;
      position: absolute;
      margin: auto;
      bottom: -15px;
      right: 0;
      left: 0; }
  #telSection > a {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    #telSection > a > img {
      width: 100%; }

/*==============================
priceWrap 
==============================*/
#priceWrap {
  position: relative;
  padding: 100px 20px;
  overflow: hidden; }
  #priceWrap > h3 {
    text-align: center; }
  #priceWrap > h4 {
    text-align: center;
    margin-bottom: 30px; }
    #priceWrap > h4::before, #priceWrap > h4::after {
      content: "●";
      color: #FDDA1E; }
  #priceWrap > img {
    width: 110%;
    position: absolute;
    left: -5%;
    bottom: 0; }
  @media screen and (max-width: 600px) {
    #priceWrap {
      padding: 50px 20px; } }

.priceSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px; }
  .priceSection:last-of-type {
    margin-bottom: 0; }

.priceTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .priceTitle > img {
    width: 50px;
    margin-right: 5px; }
  .priceTitle > h4 {
    padding: 5px;
    width: calc(100% - 60px);
    border-bottom: dashed 3px #FDDA1E; }

.priceList01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .priceList01 > li {
    position: relative;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 50px; }
    .priceList01 > li:nth-of-type(2n) {
      margin-right: 0; }
    .priceList01 > li > img {
      width: 100%;
      margin-bottom: 10px; }
    .priceList01 > li > h5 {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .priceList01 > li > h5 > img {
        width: 60px;
        margin-right: 10px; }
    .priceList01 > li > h4 {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .priceList01 > li > h4 > span {
        font-size: 14px;
        font-weight: 500;
        margin-left: 10px; }
    .priceList01 > li > p {
      display: inline-block;
      padding: 5px 10px;
      background-color: #F8F5EA;
      margin-bottom: 15px; }
  @media screen and (max-width: 800px) {
    .priceList01 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 50px;
      flex-wrap: nowrap;
      flex-direction: column; }
      .priceList01 > li {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .priceList01 > li > h4 {
          line-height: 24px;
          text-align: left;
          flex-direction: column;
          align-items: flex-start; }
          .priceList01 > li > h4 > span {
            margin-left: 0; }
        .priceList01 > li > p {
          font-size: 12px;
          line-height: 14px;
          padding: 5px; } }

.priceList01 > li > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .priceList01 > li > div > div:nth-of-type(1) {
    display: flex;
    margin-right: auto; }
    .priceList01 > li > div > div:nth-of-type(1) > img {
      width: 58px;
      margin-right: 5px; }
  .priceList01 > li > div > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 20px; }
    .priceList01 > li > div > div:nth-of-type(2) > span {
      font-weight: normal;
      padding: 2px 10px;
      border-radius: 15px;
      font-size: 14px;
      background-color: #AFE3F5; }
  .priceList01 > li > div > img {
    height: 45px;
    width: auto;
    max-width: 55%; }
  @media screen and (max-width: 800px) {
    .priceList01 > li > div > div:nth-of-type(1) > img {
      width: 40px; }
    .priceList01 > li > div > div:nth-of-type(2) {
      margin-right: 10px; }
      .priceList01 > li > div > div:nth-of-type(2) > span {
        padding: 1px 5px;
        font-size: 12px; }
    .priceList01 > li > div > img {
      height: 35px; } }

.priceList02 {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .priceList02 > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    .priceList02 > li > img {
      width: 55%; }
    .priceList02 > li > div {
      width: calc(45% - 30px);
      display: flex;
      flex-direction: column; }
      .priceList02 > li > div > h5 {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        .priceList02 > li > div > h5 > img {
          width: 60px;
          margin-right: 10px; }
      .priceList02 > li > div > h4 {
        margin-bottom: 10px;
        display: flex;
        align-items: center; }
        .priceList02 > li > div > h4 > span {
          font-size: 14px;
          font-weight: 500;
          margin-left: 10px; }
      .priceList02 > li > div > p {
        width: max-content;
        display: inline-block;
        padding: 5px 10px;
        background-color: #F8F5EA;
        margin-bottom: 15px; }
  @media screen and (max-width: 800px) {
    .priceList02 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 50px; }
      .priceList02 > li {
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .priceList02 > li > img {
          width: 100%;
          margin-bottom: 10px; }
        .priceList02 > li > div {
          width: 100%; }
          .priceList02 > li > div > p {
            font-size: 12px;
            line-height: 14px;
            padding: 5px; }
        .priceList02 > li > h4 {
          line-height: 24px;
          text-align: left;
          flex-direction: column;
          align-items: flex-start; }
          .priceList02 > li > h4 > span {
            margin-left: 0; } }

.priceList02 > li > div > div {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .priceList02 > li > div > div > div:nth-of-type(1) {
    display: flex;
    margin-right: auto; }
    .priceList02 > li > div > div > div:nth-of-type(1) > img {
      width: 58px;
      margin-right: 5px; }
  .priceList02 > li > div > div > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 20px; }
    .priceList02 > li > div > div > div:nth-of-type(2) > span {
      font-weight: normal;
      padding: 2px 10px;
      border-radius: 15px;
      font-size: 14px;
      background-color: #AFE3F5;
      margin-bottom: 5px; }
  .priceList02 > li > div > div > img {
    height: 67px;
    width: auto;
    max-width: 55%; }
  @media screen and (max-width: 800px) {
    .priceList02 > li > div > div > div:nth-of-type(1) > img {
      width: 40px; }
    .priceList02 > li > div > div > div:nth-of-type(2) {
      margin-right: 10px; }
      .priceList02 > li > div > div > div:nth-of-type(2) > span {
        padding: 1px 5px;
        font-size: 12px; }
    .priceList02 > li > div > div > img {
      height: 45px; } }

.priceList03 {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .priceList03 > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    .priceList03 > li > img {
      width: 46%; }
    .priceList03 > li > div {
      width: 46%;
      display: flex;
      flex-direction: column; }
      .priceList03 > li > div > h5 {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        .priceList03 > li > div > h5 > img {
          width: 60px;
          margin-right: 10px; }
      .priceList03 > li > div > h4 {
        margin-bottom: 10px;
        display: flex;
        align-items: center; }
        .priceList03 > li > div > h4 > span {
          font-size: 14px;
          font-weight: 500;
          margin-left: 10px; }
      .priceList03 > li > div > p {
        width: max-content;
        display: inline-block;
        padding: 5px 10px;
        background-color: #F8F5EA;
        margin-bottom: 15px; }
  @media screen and (max-width: 800px) {
    .priceList03 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 50px; }
      .priceList03 > li {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 20px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        flex-direction: column; }
        .priceList03 > li > img {
          width: 100%;
          margin-bottom: 10px; }
        .priceList03 > li > h4 {
          line-height: 24px;
          text-align: left;
          flex-direction: column;
          align-items: flex-start; }
          .priceList03 > li > h4 > span {
            margin-left: 0; }
        .priceList03 > li > p {
          font-size: 12px;
          line-height: 14px;
          padding: 5px; }
        .priceList03 > li > div {
          width: 100%; } }

.priceList03 > li > div > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .priceList03 > li > div > div > div {
    width: 40%; }
    .priceList03 > li > div > div > div > h4 {
      margin-bottom: 10px; }
    .priceList03 > li > div > div > div > img {
      height: 35px;
      width: auto;
      max-width: 100%; }
  @media screen and (max-width: 800px) {
    .priceList03 > li > div > div > div {
      width: 45%; } }

.osusume::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  background-image: url("../img/osusumeIcon.svg");
  background-size: 100% 100%; }

#reasonSection {
  margin-bottom: 50px; }
  #reasonSection > h4 {
    text-align: center;
    margin-bottom: 50px; }
    #reasonSection > h4 > img {
      max-width: calc(100% - 40px); }

.reasonList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .reasonList > li {
    position: relative;
    width: 30%; }
    .reasonList > li > img {
      width: 100%; }
    .reasonList > li > h4 {
      position: relative;
      padding-left: 10px;
      display: flex;
      align-items: flex-end;
      top: -15px; }
      .reasonList > li > h4 > img {
        height: 60px;
        margin-right: 10px; }
    .reasonList > li > p {
      text-align: justify;
      font-size: 15px; }
  @media screen and (max-width: 800px) {
    .reasonList {
      flex-direction: column; }
      .reasonList > li {
        width: 100%;
        margin-bottom: 20px; } }

#comparisonSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 30px 30px;
  background-color: #F8F5EA; }
  #comparisonSection > h4 {
    text-align: center;
    margin-bottom: 30px; }
    #comparisonSection > h4 > span {
      background: linear-gradient(to bottom, transparent 70%, #FDDA1E 30%);
      color: #000;
      font-weight: bold;
      padding: 0 5px; }
  #comparisonSection > div {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #comparisonSection > div > img {
      width: calc(50% - 15px); }
  @media screen and (max-width: 800px) {
    #comparisonSection {
      padding: 30px 20px; }
      #comparisonSection > div {
        flex-direction: column; }
        #comparisonSection > div > img {
          width: 100%;
          margin-bottom: 10px; } }

/*==============================
worriesWrap 
==============================*/
#worriesWrap {
  padding: 30px 20px 50px;
  background-color: #E9E6DE; }
  #worriesWrap > h3 {
    text-align: center;
    margin-bottom: 30px; }

.worriesBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px; }
  .worriesBox > h4 {
    position: relative;
    width: fit-content;
    background-color: #AFE3F5;
    padding: 10px 50px;
    border-radius: 30px;
    margin-bottom: 40px; }
    .worriesBox > h4 > img {
      height: 15px;
      width: auto;
      position: absolute;
      bottom: -15px;
      left: 30px; }
  .worriesBox > div {
    width: 100%;
    display: flex; }
    .worriesBox > div > img {
      align-self: flex-start;
      width: 35%;
      margin-right: 40px; }
    .worriesBox > div > p {
      position: relative;
      padding: 50px;
      width: calc(65% - 40px);
      background-color: #fff;
      border-radius: 30px; }
      .worriesBox > div > p > img {
        height: 30px;
        width: auto;
        position: absolute;
        bottom: -15px;
        right: 30px; }
      .worriesBox > div > p > span {
        color: #4DC1E9;
        margin-right: 5px; }
  @media screen and (max-width: 600px) {
    .worriesBox > h4 {
      width: 100%;
      padding: 5px 20px;
      margin-bottom: 20px; }
      .worriesBox > h4 > img {
        left: 60px; }
    .worriesBox > div {
      flex-direction: column; }
      .worriesBox > div > img {
        width: 100%;
        margin: 0 auto 10px; }
      .worriesBox > div > p {
        width: 100%;
        margin: 0 auto 10px;
        padding: 20px; } }

/*==============================
areaWrap 
==============================*/
#areaWrap {
  padding: 100px 20px;
  background-color: #F8F5EA; }
  #areaWrap > div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #areaWrap > div > div {
      width: 50%; }
      #areaWrap > div > div > h4 {
        display: flex;
        margin-bottom: 20px; }
        #areaWrap > div > div > h4 > img {
          width: 30px;
          height: auto;
          margin-right: 10px; }
      #areaWrap > div > div > h5 {
        margin-bottom: 20px; }
      #areaWrap > div > div > img {
        width: 70%; }
    #areaWrap > div > img {
      width: 50%;
      align-self: flex-start; }
  @media screen and (max-width: 600px) {
    #areaWrap {
      padding: 50px 20px; }
      #areaWrap > div {
        flex-direction: column; }
        #areaWrap > div > div {
          width: 100%; }
          #areaWrap > div > div > h4 {
            justify-content: center; }
          #areaWrap > div > div > h5 {
            text-align: center; }
          #areaWrap > div > div > img {
            display: block;
            width: 80%;
            margin: 0 auto 20px; }
        #areaWrap > div > img {
          width: 100%; } }

/*==============================
needWrap 
==============================*/
#needWrap {
  padding: 100px 20px 0;
  background-color: #0070B5; }
  #needWrap > h3 {
    text-align: center;
    margin-bottom: 10px; }
  #needWrap > p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    #needWrap > h3 > img {
      max-width: 100%; } }

#needSection {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 20px; }
  #needSection > h4 {
    width: fit-content;
    margin: 0 auto 30px;
    background-color: #FDDA1E;
    border-radius: 30px;
    padding: 5px 50px;
    text-align: center; }
  #needSection > img {
    position: absolute;
    width: 10%;
    bottom: 70px;
    right: 10%; }
  @media screen and (max-width: 600px) {
    #needSection > h4 {
      padding: 5px 20px; }
    #needSection > img {
      width: 20%;
      bottom: 30px;
      right: 10px; } }

#needSection > ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  #needSection > ul > li {
    width: 48%;
    margin-right: 4%;
    display: flex;
    align-items: center;
    border-bottom: dashed 3px #E2E2E2;
    padding: 15px 0; }
    #needSection > ul > li:nth-of-type(2n) {
      margin-right: 0; }
    #needSection > ul > li > i {
      color: #4DC1E9;
      font-size: 24px;
      margin-right: 10px; }
    #needSection > ul > li > p {
      font-weight: bold; }
  @media screen and (max-width: 600px) {
    #needSection > ul {
      flex-wrap: nowrap;
      flex-direction: column; }
      #needSection > ul > li {
        width: 100%;
        margin-right: 0;
        padding: 10px 0; } }

/*==============================
promiseWrap 
==============================*/
#promiseWrap {
  padding: 100px 20px;
  background-color: #F8F5EA; }
  #promiseWrap > h3 {
    text-align: center;
    margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    #promiseWrap {
      padding: 50px 20px; } }

.promiseList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .promiseList > li {
    width: 45%;
    margin-right: 10%;
    display: flex;
    padding: 20px 0;
    border-bottom: dashed 2px #AFE3F5; }
    .promiseList > li:nth-of-type(2n) {
      margin-right: 0; }
    .promiseList > li:nth-of-type(n + 3) {
      border-bottom: none; }
    .promiseList > li > img {
      width: 15%;
      height: auto;
      align-self: flex-start;
      margin-right: 30px; }
    .promiseList > li > div {
      width: calc(85% - 30px); }
      .promiseList > li > div > h4 {
        margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .promiseList {
      flex-wrap: nowrap;
      flex-direction: column; }
      .promiseList > li {
        width: 100%;
        margin-right: 0; }
        .promiseList > li:nth-of-type(n + 3) {
          border-bottom: dashed 2px #AFE3F5; } }

/*==============================
philosophyWrap 
==============================*/
#philosophyWrap {
  padding: 100px 20px;
  background-image: url("../img/philosophyBack.png");
  background-size: cover;
  background-position: center center; }
  #philosophyWrap > img {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
  @media screen and (max-width: 600px) {
    #philosophyWrap {
      padding: 50px 20px; } }

/*==============================
messageWrap 
==============================*/
#messageWrap {
  padding: 100px 20px; }
  #messageWrap > div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #messageWrap > div > p {
      width: 70%; }
    #messageWrap > div > img {
      width: 22%; }
  @media screen and (max-width: 600px) {
    #messageWrap {
      padding: 50px 20px; }
      #messageWrap > div {
        flex-direction: column-reverse; }
        #messageWrap > div > p {
          width: 100%;
          margin: 0 auto; }
        #messageWrap > div > img {
          width: 140px;
          margin: 0 auto 30px; } }

/*==============================
footer 
==============================*/
footer {
  padding: 50px 20px;
  background-color: #000; }
  @media screen and (max-width: 800px) {
    footer {
      padding: 50px 20px 100px; } }

#footSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #footSection > img {
    width: 25%; }
  @media screen and (max-width: 800px) {
    #footSection {
      flex-direction: column; } }

.footBox {
  width: 55%; }
  @media screen and (max-width: 1200px) {
    .footBox {
      width: 65%; } }
  @media screen and (max-width: 800px) {
    .footBox {
      width: 100%; } }

.footshiklakuBox {
  margin-bottom: 30px; }
  .footshiklakuBox > h5 {
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .footshiklakuBox > div {
    display: flex; }
    .footshiklakuBox > div > ul {
      margin-right: 20px; }
      .footshiklakuBox > div > ul > li {
        display: flex;
        align-items: center; }
        .footshiklakuBox > div > ul > li > img {
          height: 15px;
          width: auto;
          margin-right: 5px; }
        .footshiklakuBox > div > ul > li > p {
          font-size: 15px;
          font-weight: bold;
          color: #fff; }
      .footshiklakuBox > div > ul:nth-of-type(n + 2) > li > p {
        font-size: 13px; }
        .footshiklakuBox > div > ul:nth-of-type(n + 2) > li > p::before {
          content: "●";
          color: #4DC1E9;
          margin-right: 5px; }
    @media screen and (max-width: 800px) {
      .footshiklakuBox > div {
        flex-wrap: wrap; }
        .footshiklakuBox > div > ul {
          margin-right: 0; }
          .footshiklakuBox > div > ul:nth-of-type(1) {
            width: 100%; }
          .footshiklakuBox > div > ul:nth-of-type(2), .footshiklakuBox > div > ul:nth-of-type(3) {
            width: 50%; }
            .footshiklakuBox > div > ul:nth-of-type(2) > li > p, .footshiklakuBox > div > ul:nth-of-type(3) > li > p {
              font-size: 12px;
              line-height: 20px; } }

.footcompanyBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .footcompanyBox > div {
    width: 60%; }
    .footcompanyBox > div > h5 {
      font-size: 13px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    .footcompanyBox > div > table td {
      padding-bottom: 5px;
      vertical-align: top;
      font-size: 13px;
      font-weight: bold;
      color: #fff; }
      .footcompanyBox > div > table td:first-of-type {
        padding-right: 20px; }
      .footcompanyBox > div > table td > a {
        color: #fff; }
  .footcompanyBox > img {
    width: 35%;
    align-self: flex-start;
    margin-top: 25px; }
  @media screen and (max-width: 800px) {
    .footcompanyBox {
      flex-direction: column; }
      .footcompanyBox > div {
        width: 100%;
        margin-bottom: 20px; }
      .footcompanyBox > img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; } }

.footcopyBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .footcopyBox > a {
    width: fit-content;
    display: block;
    color: #fff;
    font-weight: bold; }
    .footcopyBox > a::before {
      content: "●";
      color: #4DC1E9;
      margin-right: 5px; }
  .footcopyBox > p {
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    color: #fff; }
  @media screen and (max-width: 800px) {
    .footcopyBox {
      flex-direction: column;
      align-items: center; } }
