@charset "utf-8";
/* CSS Document */

:root {
  --color-primary: #032f56;
  --color-light: #e7f0f2;
  --color-black: #333333;
  --color-white: #fff;
  --color-accent: #ffe200;

  --fontSize-3xl: clamp(3.6rem, 3.2rem + 1.2vw, 4.8rem);
  --fontSize-2xl: clamp(2.7rem, 2.4rem + 0.8vw, 3.6rem);
  --fontSize-xl: 2.4rem;
  --fontSize-l: 2rem;
  --fontSize-base: 1.6rem;
  --fontSize-s: 1.4rem;
  --fontSize-xs: 1.2rem;
}

/* =================================================================
 * 
 *  共通
 * 
 * ================================================================= */

html {
  font-size: 62.5%; /*16px × 62.5=10px*/
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: var(--color-primary);
  font-size: var(--fontSize-base);
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  background-color: var(--color-white);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover,
a:focus {
  opacity: 0.7;
}

/* デバイスごとの非表示
 * ====================== */

/* spの時、.pc=非表示 */
.pc {
  display: none;
}

/* pcの時、.sp=非表示 .pc=表示 */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

/* セクション
 * ====================== */

.section {
  padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 90px 0 90px;
  }
}

.section__inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 20px;
}

/* 見出しと説明
 * ====================== */

/* セクションタイトル*/
.section__title {
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section__title {
    margin-bottom: 60px;
  }
}

/* 背景
 * ====================== */

.bg-light {
  background-color: var(--color-light);
}

.bg-white {
  background-color: var(--color-white);
}

/* リストスタイル
 * ====================== */
ul li {
  list-style: none;
}

.disc {
  list-style: disc;
  margin-left: 1.5em;
}

.circle {
  list-style: circle;
  margin-left: 1em;
}

/* 文字 強調 強弱
 * ====================== */

.text-line {
  background: linear-gradient(transparent 60%, var(--color-accent) 0%);
  display: inline;
  padding: 0 1px 0px;
}

.note {
  font-size: var(--fontSize-s);
  padding-left: 1em;
  text-indent: -1em;
}

/* =================================================================
 * 
 *  セクション
 * 
 * ================================================================= */

/* ======================
 *
 * mv
 *
 * ====================== */

.mv.section {
  padding-top: 0;
}

.mv__title {
  width: 100vw;
  margin: 0px calc(50% - 50vw) 120px;
  padding: 20px 0;
  font-size: var(--fontSize-3xl);
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.mv__subtitle {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  font-size: var(--fontSize-2xl);
  line-height: 1.5;
  text-align: center;
}

.mv__subtitle .emphasis {
  padding: 0.4em 0.1em 0;
  font-size: var(--fontSize-3xl);
  background-image: radial-gradient(
    circle at center,
    var(--color-primary) 20%,
    transparent 20%
  );
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}

.balloon__wrapper {
  max-width: 400px;
  margin-inline: auto;
  position: relative;
  padding-top: 220px;
}
@media screen and (min-width: 768px) {
  .balloon__wrapper {
    max-width: 100%;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .balloon__middleWrapper1 {
    display: flex;
    justify-content: center;
    gap: 40%;
  }
}

@media screen and (min-width: 768px) {
  .balloon__middleWrapper2 {
    display: flex;
    justify-content: center;
    gap: 40%;
  }
}

.balloon {
  position: relative;
  margin: 0 0 40px;
  padding: 15px;
  width: 280px;
  background: var(--color-white);
  border-radius: 15px;
  text-align: center;
  font-size: var(--fontSize-l);
  font-weight: 600;
}

.balloon:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: var(--color-white);
  border-radius: 50%;
}

.balloon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: var(--color-white);
  border-radius: 50%;
}

/* balloon1 */

.balloon1 {
  margin: 0 0 40px auto;
  padding: 40px 15px;
}

.balloon1::before {
  left: -38px;
}

.balloon1::after {
  left: -24px;
}

@media screen and (min-width: 768px) {
  .balloon1 {
    margin: 0 0 30px auto;
    margin-inline: auto;
  }

  .balloon1:before {
    bottom: -38px;
    left: calc(50% - 6px);
  }

  .balloon1:after {
    bottom: -24px;
    left: calc(50% - 10px);
  }
}

/* balloon3 balloon5 */

.balloon3 {
  margin: 0 0 40px auto;
}

.balloon5 {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .balloon3 {
    margin: 0 0 120px;
  }

  .balloon5 {
    margin: 0 0 0px;
  }
}

.balloon3:before,
.balloon5:before {
  left: -38px;
}

.balloon3:after,
.balloon5:after {
  left: -24px;
}

@media screen and (min-width: 768px) {
  .balloon5:before {
    top: 0;
  }
  .balloon5:after {
    top: 3px;
  }
}

/* balloon2 balloon4 */

@media screen and (min-width: 768px) {
  .balloon2 {
    margin: 0 0 120px;
  }

  .balloon4 {
    margin: 0 0 0px;
  }
}

.balloon2:before,
.balloon4:before {
  right: -38px;
}

.balloon2:after,
.balloon4:after {
  right: -24px;
}

.balloon p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .balloon4:before {
    top: 0;
  }

  .balloon4:after {
    top: 3px;
  }
}

/* balloon6 */

.balloon6 {
  margin: 40px 0 0;
  padding: 40px 15px;
}

.balloon6::before {
  right: -38px;
}

.balloon6::after {
  right: -24px;
}

@media screen and (min-width: 768px) {
  .balloon6 {
    margin: 30px 0 0;
    margin-inline: auto;
  }

  .balloon6:before {
    top: -38px;
    left: calc(50% - 6px);
  }

  .balloon6:after {
    top: -24px;
    left: calc(50% - 10px);
  }
}

/* img */

.mv__img {
  position: absolute;
  top: 0;
  left: calc(50% - 75px);
  width: 150px;
}
@media screen and (min-width: 768px) {
  .mv__img {
    width: 220px;
    top: auto;
    bottom: 30%;
    left: calc(50% - 110px);
  }
}

/* ======================
 *
 * 個別相談
 *
 * ====================== */

@media screen and (min-width: 768px) {
  .kobetsu__title {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
  }
}

.kobetsu h2 {
  font-size: var(--fontSize-2xl);
  line-height: 1.5;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kobetsu h2 {
    width: auto;
    margin: 0;
    text-align: left;
  }
}

.kobetsu__img {
  width: 150px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .kobetsu__img {
    width: 15%;
    margin: 0;
  }
}

.kobetsu__box-title {
  padding: 20px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 15px 15px 0 0;
  font-size: var(--fontSize-l);
  font-weight: 600;
  text-align: center;
}

.kobetsu__box-text {
  background-color: var(--color-white);
  border-radius: 0 0 15px 15px;
  padding: 30px;
}

.kobetsu__box ul {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}

.kobetsu__box ul li span {
  font-size: var(--fontSize-l);
  font-weight: 700;
}

.kobetsu__box dl {
  font-size: var(--fontSize-xl);
  font-weight: 600;
  margin-bottom: 20px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .kobetsu__box dl {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.kobetsu__box dl dd {
  font-size: var(--fontSize-2xl);
}

.kobetsu__box dl dd span {
  font-size: var(--fontSize-l);
}

.kobetsu__box dl dt,
.kobetsu__box dl dd {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kobetsu__box dl dt,
  .kobetsu__box dl dd {
    margin: 0;
  }
}

.kobetsu__box .note {
  margin-inline: auto;
  width: fit-content;
}

/* ======================
 *
 * 個別相談規約
 *
 * ====================== */

.scroll-box {
  max-height: 300px;
  margin-inline: auto;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Chrome / Safari / Edge */
.scroll-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 8px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Firefox */
.scroll-box {
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 #f1f1f1;
}

.terms h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: var(--fontSize-xl);
}

.terms-section {
  margin-top: 30px;
}

.terms-title--main {
  font-size: var(--fontSize-l);
  text-align: center;
}

.terms-title--sub {
  font-size: var(--fontSize-base);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.terms-title--article {
  font-size: var(--fontSize-base);
  margin-top: 20px;
  margin-bottom: 0.2em;
}

.terms p {
  margin-bottom: 0.2em;
}

/* ======================
 *
 * form
 *
 * ====================== */
.content_title h2 {
  font-size: var(--fontSize-2xl) !important;
}
.content_form {
  padding: 30px 10px;
  background-color: var(--color-white);
  border-radius: 15px;
}

.form-btn {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  font-size: 120%;
  padding: 15px 90px;
  border-radius: 5px;
}

/* ======================
 *
 * 特商法
 *
 * ====================== */
.tokushoho h2 {
  font-size: var(--fontSize-xl);
  text-align: center;
  margin-bottom: 60px;
}

.tokushoho dl {
  max-width: 600px;
  margin-inline: auto;
}

.tokushoho dl div {
  padding: 10px 0 5px;
  border-bottom: solid 1px #cccccc;
}

.tokushoho dl dt {
  font-weight: 700;
}

/* ======================
 *
 * footer
 *
 * ====================== */

.footer {
  padding: 10px;
  text-align: center;
  background-color: var(--color-light);
  color: var(--color-primary);
}
