@charset "UTF-8";
/*
Theme Name:LP_Fujimon コンサル
Description:
Author: aquacastle
Version: 0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Sawarabi+Gothic&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Klee+One:wght@400;600&family=Reggae+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
svg {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
  box-sizing: border-box;
}

button {
  appearance: none;
  -webkit-appearance: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

:root {
  --myfc: #fff;
}

button {
  appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 769px) {
  .hover {
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  .hover:hover {
    opacity: 0.7;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .sp {
    display: block !important;
  }
}
.sp-i {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .sp-i {
    display: inline-block !important;
  }
}
.sp-f {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .sp-f {
    display: flex !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 990px) {
  .pc {
    display: none !important;
  }
}
.pc-i {
  display: inline-block !important;
}
@media screen and (max-width: 990px) {
  .pc-i {
    display: none !important;
  }
}
.pc-f {
  display: flex !important;
}
@media screen and (max-width: 990px) {
  .pc-f {
    display: none !important;
  }
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
body {
  font-family: "Zen Kaku Gothic New", "Sawarabi Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #584F4C;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.bold {
  font-weight: 600;
}

.common-btn {
  margin-inline: auto;
  width: 420px;
  height: 120px;
  background-color: #584F4C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
  margin-top: 56px;
  margin-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .common-btn {
    height: 100px;
    width: 340px;
    font-size: 20px;
    margin-top: 32px;
  }
}
.common-btn:hover {
  background-color: #878280;
}
.common-btn .btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-btn svg {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

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

.sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .sp {
    display: block;
  }
}

.red {
  color: #A72D2D;
}

.bold {
  font-weight: 600;
}

.fz24 {
  font-size: 24px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 990px) {
  .fz24 {
    font-size: 22px;
  }
}

.mt18 {
  margin-top: 18px;
}

footer {
  margin-top: 160px;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  footer {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
footer .foot-menu {
  display: flex;
  gap: 70px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 990px) {
  footer .foot-menu {
    display: block;
  }
  footer .foot-menu a {
    display: block;
    margin-top: 16px;
  }
}
footer small {
  margin-top: 36px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer a {
  transition: all 0.25s ease-in-out;
  color: #333;
}
footer a:hover {
  opacity: 0.7;
}

header img {
  width: 100%;
  height: auto;
}

.naname-line {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  font-family: "kiwi Maru", serif;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .naname-line {
    font-size: 24px;
  }
}
.naname-line .naname-line1 {
  position: absolute;
  left: -50px;
  bottom: 0;
}
.naname-line .naname-line2 {
  position: absolute;
  right: -50px;
  bottom: 0;
}

main {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

section h2 {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  section h2 {
    padding-top: 50px;
  }
}
section h2 span {
  display: block;
}
section h2 .underbar {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  position: relative;
  font-weight: 400;
}
section h2 .underbar::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  background-color: #584F4C;
}
section h2 .h-message {
  margin-top: 18px;
  font-family: "kiwi Maru", serif;
  font-weight: 500;
  font-size: 36px;
}
@media screen and (max-width: 990px) {
  section h2 .h-message {
    font-size: 24px;
    line-height: 1.25;
  }
}

.fil {
  width: 100%;
  height: 100%;
  background-image: url("assets/img/contests2_back.png");
  position: absolute;
  top: 0;
  left: 0;
}

.sec1 {
  background-color: #EFEDE8;
}
@media screen and (max-width: 990px) {
  .sec1 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec1 .sec1-flex {
  position: relative;
  z-index: 2;
  top: 100px;
  background-color: #EFEDE8;
}
@media screen and (max-width: 990px) {
  .sec1 .sec1-flex {
    margin-top: -50px;
  }
}
.sec1 .sec1-flex .flex2, .sec1 .sec1-flex .flex3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 990px) {
  .sec1 .sec1-flex .flex2, .sec1 .sec1-flex .flex3 {
    display: block;
    margin-bottom: 0;
  }
}
.sec1 .sec1-flex .flex2.flexend, .sec1 .sec1-flex .flex3.flexend {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .sec1 .sec1-flex .flex2, .sec1 .sec1-flex .flex3 {
    display: block;
  }
}
.sec1 .sec1-flex .flex2 div, .sec1 .sec1-flex .flex3 div {
  width: 330px;
  height: 160px;
  background-color: #634E4E;
  color: #fff;
  padding: 46px 24px 38px 24px;
  position: relative;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .sec1 .sec1-flex .flex2 div, .sec1 .sec1-flex .flex3 div {
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 330px;
  }
}
.sec1 .sec1-flex .flex2 div picture, .sec1 .sec1-flex .flex3 div picture {
  border: 3px solid #584F4C;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.sec1 .sec1-flex .flex2 div img, .sec1 .sec1-flex .flex3 div img {
  width: auto;
  height: 33px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec1 .area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  position: relative;
}
.sec1 .sec1-message {
  margin-top: -200px;
  padding-top: 220px;
  background-image: url(assets/img/contests2_back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec1 .message-box {
  z-index: 1;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  color: #A72D2D;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .sec1 .message-box {
    font-size: 20px;
    display: block;
  }
}
.sec1 .message-box .kiwi {
  margin-top: 40px;
}
@media screen and (max-width: 990px) {
  .sec1 .message-box .kiwi {
    position: relative;
    left: 40px;
  }
}
@media screen and (max-width: 990px) {
  .sec1 .message-box .message-text {
    flex-basis: 225px;
    position: relative;
    left: -30px;
  }
}
.sec1 .message-box p {
  margin-top: 20px;
  position: relative;
  width: fit-content;
}
.sec1 .message-box p .fukidashi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(calc(100% + 10px));
  height: fit-content;
}
@media screen and (max-width: 990px) {
  .sec1 .message-box p .fukidashi {
    width: 225px;
    right: auto;
  }
}
.sec1 .message-box .fujimon-img {
  height: 325px;
}
@media screen and (max-width: 990px) {
  .sec1 .message-box .fujimon-img {
    height: auto;
    position: relative;
    left: -20px;
    flex-basis: 180px;
    width: 180px;
    margin-left: auto;
  }
}
.sec1 .message-box .fujimon-img img {
  height: 100%;
}

.sec2 {
  padding-bottom: 100px;
  background-color: #EFEDE8;
}
@media screen and (max-width: 990px) {
  .sec2 {
    padding-bottom: 40px;
  }
}
.sec2 .sec2-grid {
  display: grid;
  grid-template-columns: repeat(3, 210px);
  gap: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .sec2 .sec2-grid {
    grid-template-columns: repeat(2, 210px);
  }
}
@media screen and (max-width: 768px) {
  .sec2 .sec2-grid {
    grid-template-columns: repeat(2, 155px);
    gap: 25px 20px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec2 .sec2-grid article {
  position: relative;
}
.sec2 .sec2-grid article div {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.sec2 .sec2-grid article .num {
  z-index: 1;
  position: absolute;
  left: -4px;
  top: 12px;
  width: 42px;
  height: 42px;
  background-color: #634E4E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #fff;
  border-radius: 50%;
}
.sec2 .sec2-grid article img {
  width: 166px;
  height: 166px;
  object-fit: cover;
}
@media screen and (max-width: 990px) {
  .sec2 .sec2-grid article img {
    width: 100%;
    height: 100%;
  }
}
.sec2 .sec2-grid article > p {
  font-weight: 700;
}

.sec3 {
  background-color: rgba(250, 249, 249, 0.7803921569);
  position: relative;
  padding-bottom: 100px;
}
.sec3 .daikei {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sec3 .sec3-wrap {
  z-index: 1;
  position: relative;
}
.sec3 .sec3-box {
  margin-top: 60px;
}
@media screen and (max-width: 990px) {
  .sec3 .sec3-box {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec3 .sec3-box article {
  border-radius: 10px;
  border: 2px solid #634E4E;
  padding: 43px;
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  left: 50px;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 990px) {
  .sec3 .sec3-box article {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 36px;
    margin-top: 220px;
    padding-top: 46px;
  }
}
.sec3 .sec3-box article picture {
  display: block;
  width: 330px;
  left: -100px;
  position: absolute;
  top: -24px;
}
@media screen and (max-width: 990px) {
  .sec3 .sec3-box article picture {
    max-width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -180px;
  }
}
.sec3 .sec3-box article .sec3-text {
  width: fit-content;
  margin-left: auto;
}
.sec3 .sec3-box article .sec3-text h3 {
  width: 90px;
}
.sec3 .sec3-box article .sec3-text .subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 18px;
}
.sec3 .sec3-box article .sec3-text ul {
  list-style: url(assets/img/check.svg);
  list-style-position: outside;
  position: relative;
  left: 1.5em;
}
.sec3 .sec3-box article .sec3-text ul li {
  list-style: url(assets/img/check.svg);
  list-style-position: outside;
  font-size: 16px;
  margin-bottom: 10px;
}
.sec3 .sec3-box article:nth-of-type(2) {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 990px) {
  .sec3 .sec3-box article:nth-of-type(2) {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec3 .sec3-box article:nth-of-type(2) picture {
  order: 2;
  left: auto;
  right: -100px;
}
@media screen and (max-width: 990px) {
  .sec3 .sec3-box article:nth-of-type(2) picture {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec3 .sec3-box article:nth-of-type(2) .sec3-text {
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
}

.sec4 {
  position: relative;
  background-image: url(assets/img/sercice_back4.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 990px) {
  .sec4 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec4 .sec4-wrap {
  z-index: 1;
  position: relative;
  padding-bottom: 100px;
}
.sec4 .sec4-wrap .sec4-text {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  background-color: #634E4E;
  color: #fff;
  padding: 70px 90px;
  display: flex;
  justify-content: center;
  gap: 46px;
  border-radius: 10px;
}
@media screen and (max-width: 990px) {
  .sec4 .sec4-wrap .sec4-text {
    display: block;
    padding: 30px 22px;
    padding-bottom: 50px;
  }
}
.sec4 .sec4-wrap .sec4-text picture {
  flex-basis: 50%;
}
@media screen and (max-width: 990px) {
  .sec4 .sec4-wrap .sec4-text picture {
    display: block;
  }
}
.sec4 .sec4-wrap .sec4-text div {
  flex-basis: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .sec4 .sec4-wrap .sec4-text div {
    margin-top: 30px;
    font-size: 16px;
  }
}
.sec4 .price {
  margin-top: 36px;
  font-size: 32px;
}
@media screen and (max-width: 990px) {
  .sec4 .price {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
  }
}

.sec5 {
  padding-bottom: 200px;
  background-image: url(assets/img/dotback.png);
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 990px) {
  .sec5 {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 180px;
  }
}
.sec5 .voice-box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
  gap: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .sec5 .voice-box {
    display: block;
    max-width: 306px;
    margin-bottom: 56px;
  }
}
.sec5 .voice-box picture {
  display: block;
  width: 68px;
  height: 68px;
  flex-basis: 68px;
}
@media screen and (max-width: 990px) {
  .sec5 .voice-box picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
}
.sec5 .voice-box picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec5 .voice-box p {
  background-color: #634E4E;
  border-radius: 10px;
  position: relative;
  color: #fff;
  padding: 20px 30px;
  flex: 1;
}
.sec5 .voice-box p::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  left: -20px;
  background-image: url(assets/img/poly.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .sec5 .voice-box p::after {
    display: none;
  }
}

.wrap {
  position: relative;
  z-index: 1;
}

.sec6 {
  background-image: url(assets/img/contents6_backpc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  .sec6 {
    background-image: url(assets/img/contents6_back.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;
  }
}
.sec6 h2 {
  position: relative;
  top: 60px;
}
@media screen and (max-width: 990px) {
  .sec6 h2 {
    top: 20px;
  }
}
.sec6 .chart {
  margin-top: 100px;
  position: relative;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 990px) {
  .sec6 .chart {
    margin-top: 40px;
    padding-left: 23px;
  }
}
.sec6 .chart .num {
  border-radius: 50%;
  background-color: #634E4E;
  color: #fff;
  font-family: Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: relative;
}
.sec6 .chart-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .sec6 .chart-flex {
    margin-bottom: 18px;
  }
}
.sec6 .chart-flex::after {
  content: "";
  display: block;
  width: 1px;
  left: 16px;
  top: 24px;
  border-left: 2px dotted #634E4E;
  height: 40px;
  position: absolute;
}
.sec6 .chart-flex:nth-of-type(6)::after {
  display: none;
}
.sec6 .chart-text {
  margin-top: 5px;
  font-weight: 500;
}

.sec7 {
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  .sec7 {
    padding-bottom: 50px;
  }
}
.sec7 .youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 390px);
  gap: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 990px) {
  .sec7 .youtube-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sec7 .youtube-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sec7 article {
  background-color: #EFEDE8;
  position: relative;
}
.sec7 article a {
  transition: all 0.25s ease-out;
}
.sec7 article a:hover {
  opacity: 0.8;
}
.sec7 article .cap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  left: auto;
  top: 17px;
  z-index: 1;
  color: #634E4E;
}
.sec7 article .blogtext {
  padding: 15px 28px;
  color: #634E4E;
}

.sec8 {
  background-color: #EFEDE8;
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  .sec8 {
    padding-bottom: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec8 .qa-list {
  margin-top: 45px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.sec8 .qa-item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}
.sec8 .qa-item p span {
  color: #A72D2D;
  font-weight: 700;
}
.sec8 .qa-item p:first-child span {
  color: #634E4E;
}
.sec8 .qa-item p:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #634E4E;
  display: flex;
  gap: 25px;
}
.sec8 .qa-item p:last-child {
  display: flex;
  padding-top: 20px;
  gap: 25px;
}

.youtube {
  display: block;
  aspect-ratio: 16/10;
  width: 100%;
}

.sec9 {
  background-image: url(assets/img/back_message.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.sec9 .sec9-flex {
  padding-top: 100px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .sec9 .sec9-flex {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec9 .sec9-flex .flex-text {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  flex-basis: 385px;
}
.sec9 .sec9-flex .flex-text .big {
  font-size: 24px;
  margin-bottom: 36px;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .sec9 .sec9-flex .flex-text .big {
    text-align: center;
  }
}
.sec9 .sec9-flex .spimg {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec9 .sec9-flex .flex-img {
  border-radius: 10px;
  overflow: hidden;
  flex-basis: 320px;
}
@media screen and (max-width: 990px) {
  .sec9 .sec9-flex .flex-img {
    display: none;
  }
}
.sec9 .sec9-flex .flex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 990px) {
  .sec10 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sec10 .sec10-text {
  text-align: center;
}

.common {
  background-image: url(assets/img/CTA_back.png);
  background-repeat: repeat;
  background-size: 1366px;
  padding-top: 120px;
  padding-bottom: 150px;
  text-align: center;
}
.common h2 {
  font-family: "Kiwi Maru", sans-serif;
  text-align: center;
  line-height: 1.2105263158;
  font-weight: 500;
  font-size: 38px;
  color: #584F4C;
}
@media screen and (max-width: 990px) {
  .common h2 {
    font-size: 30px;
  }
}
.common .page-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.common .page-box p {
  margin-top: 28px;
}
.common .page-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}
.common .page-table th, .common .page-table tr, .common .page-table td {
  border: 1px solid #333;
  padding: 20px;
}
@media screen and (max-width: 990px) {
  .common .page-table th, .common .page-table tr, .common .page-table td {
    font-size: 14px;
    padding: 10px;
  }
  .common .page-table th th, .common .page-table tr th, .common .page-table td th {
    width: 40%;
  }
}
.common .page-table a {
  text-decoration: underline;
  color: #333;
  transition: all 0.25s ease-in-out;
}
.common .page-table a:hover {
  color: #A72D2D;
}

/*# sourceMappingURL=style.css.map */
