@charset "UTF-8";
/****************

  LOCAL

****************/
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input, textarea {
  box-sizing: border-box;
}

/* added */
img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ol, ul, li {
  /*added*/
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup {
  line-height: 1;
  font-size: 1.1rem;
  vertical-align: baseline;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: baseline;
}

/*added*/
em, address {
  font-style: normal;
}

input {
  margin: 0px;
}

input[type=submit], input[type=button] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], textarea {
  font-family: inherit;
}

input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

/*==============================================================

  ■ Common

===============================================================*/
html {
  overflow: auto;
}

body {
  color: #213544;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  background-color: #F1F6FB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.trans {
  transition: all 300ms 0s ease;
}
@media screen and (min-width: 769px) {
  .trans:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================================

  ■ parts

===============================================================*/
.cv_btn {
  display: block;
  width: 100%;
}
.cv_btn > div {
  width: 343px;
  margin: 0 auto;
  display: flex;
  padding: 18.645px 18.645px 23.307px 18.645px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.661px;
  align-self: stretch;
  border-radius: 9.323px;
  background: var(--TextBlack, #213544);
  box-shadow: 0 2.331px 6.992px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .cv_btn > div {
    width: 91.4666666667vw;
    padding: 4.972vw 4.972vw 6.2152vw 4.972vw;
    gap: 1.2429333333vw;
    border-radius: 2.4861333333vw;
    box-shadow: 0 0.6216vw 1.8645333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
.cv_btn .cv_txt {
  color: var(--White, #FFF);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt {
    font-size: 7.4666666667vw;
    letter-spacing: 0.2986666667vw;
  }
}
.cv_btn .cv_txt span {
  display: block;
  font-size: 18.645px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt span {
    font-size: 4.972vw;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    bottom: 4vw;
  }
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 4vw;
}

/*==============================================================

  ■ maincontent

===============================================================*/
.maincontent {
  background: var(--Gold-50, #E4DED1);
  width: 375px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .maincontent {
    width: 100%;
  }
}

/*==============================================================

  ■ header

===============================================================*/
.maincontent header {
  display: flex;
  padding: 10px 16px 15px;
  align-items: center;
  align-self: stretch;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .maincontent header {
    padding: 2.6666666667vw 4.2666666667vw 4vw;
  }
}
.maincontent .header_logo {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .maincontent .header_logo {
    width: 28.8vw;
  }
}

/*==============================================================

  ■ kv

===============================================================*/
.kv {
  opacity: 0;
}
.kv__cont01 {
  background-image: url(./img/kv01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .kv__cont01 {
    padding: 5.3333333333vw 0;
  }
}
.kv__cont01 .kv__title {
  width: 343px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kv__cont01 .kv__title {
    width: 91.4666666667vw;
  }
}
.kv__cont02 {
  background-image: url(./img/kv02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 32px 16px;
}
@media screen and (max-width: 768px) {
  .kv__cont02 {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.kv__cont02 .kv__title {
  width: 302px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .kv__cont02 .kv__title {
    width: 80.5333333333vw;
  }
}
.kv .kv_band {
  color: var(--White, #FFF);
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.176px;
  text-align: center;
  padding: 16px 0;
  background: var(--TextBlack, #213544);
}
@media screen and (max-width: 768px) {
  .kv .kv_band {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0469333333vw;
    padding: 4.2666666667vw 0;
  }
}

/*==============================================================

  ■ interview

===============================================================*/
.interview {
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}

.interview_cont {
  border-radius: 8px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .interview_cont {
    border-radius: 2.1333333333vw;
  }
}

.episode_box {
  padding: 40px 16px;
  border-bottom: 1px solid #E2E8F0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .episode_box {
    padding: 10.6666666667vw 4.2666666667vw;
    gap: 6.4vw;
  }
}
.episode_box:last-child {
  border-bottom: none;
}
.episode_box .title {
  font-feature-settings: "halt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .episode_box .title {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
}
.episode_box .text {
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .episode_box .text {
    font-size: 4.2666666667vw;
  }
}
.episode_box .text:has(.point) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .episode_box .text:has(.point) {
    gap: 1.3333333333vw;
  }
}
.episode_box .text strong {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .episode_box .text strong {
    font-size: 6.4vw;
    letter-spacing: -0.32vw;
    margin-top: 1.8666666667vw;
  }
}
.episode_box .text .point {
  display: inline-block;
  color: var(--White, #FFF);
  font-feature-settings: "halt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 0 4px;
  background: var(--TerassGreen, #118780);
}
@media screen and (max-width: 768px) {
  .episode_box .text .point {
    font-size: 6.4vw;
    padding: 0 1.0666666667vw;
  }
}
.episode_box .text .point small {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  top: -0.4em;
}
@media screen and (max-width: 768px) {
  .episode_box .text .point small {
    font-size: 3.7333333333vw;
  }
}
.episode_box .col01 {
  color: var(--TerassGreen, #118780);
  font-weight: 700;
}
.episode_box .note_text {
  color: var(--Siver-100, #718096);
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .episode_box .note_text {
    font-size: 3.7333333333vw;
    letter-spacing: -0.0746666667vw;
    margin-top: 4.2666666667vw;
  }
}

.comment_box {
  border-radius: 4px;
  background: var(--Gold-5, #F2EDE1);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .comment_box {
    border-radius: 1.0666666667vw;
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
.comment_box dt {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .comment_box dt {
    width: 21.3333333333vw;
  }
}
.comment_box dd {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .comment_box dd {
    font-size: 3.7333333333vw;
    letter-spacing: -0.0373333333vw;
  }
}

.about_box {
  border-radius: 8px;
  background: var(--Gold-50, #E4DED1);
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .about_box {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.about_box h4 {
  display: inline-block;
  color: var(--White, #FFF);
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
  padding: 6px 12px 8px 12px;
  align-items: flex-start;
  border-radius: 36px;
  background: var(--TextBlack, #213544);
}
@media screen and (max-width: 768px) {
  .about_box h4 {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    padding: 1.6vw 3.2vw 2.1333333333vw 3.2vw;
    border-radius: 9.6vw;
  }
}
.about_box p {
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_box p {
    font-size: 4.2666666667vw;
  }
}
.about_box dl {
  font-feature-settings: "halt" on;
  text-align: left;
  font-style: normal;
}
.about_box dl + dl {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .about_box dl + dl {
    margin-top: 2.1333333333vw;
  }
}
.about_box dl dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .about_box dl dt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.2133333333vw;
  }
}
.about_box dl dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about_box dl dd {
    font-size: 3.7333333333vw;
    letter-spacing: -0.1866666667vw;
  }
}
.about_box .textLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: var(--TerassGreen, #118780);
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about_box .textLink {
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.about_box .textLink img {
  display: inline-block;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .about_box .textLink img {
    width: 6.4vw;
  }
}

.agent_box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Gold-100, #D5CBB5);
}
@media screen and (max-width: 768px) {
  .agent_box {
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.agent_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .agent_box > div {
    gap: 4.2666666667vw;
  }
}
.agent_box img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .agent_box img {
    width: 21.3333333333vw;
  }
}
.agent_box dl {
  text-align: justify;
  font-style: normal;
}
.agent_box dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .agent_box dl dt {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.agent_box dl dd {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .agent_box dl dd {
    font-size: 5.3333333333vw;
  }
}
.agent_box p {
  color: var(--Siver-100, #718096);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .agent_box p {
    font-size: 3.7333333333vw;
  }
}

.check_box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .check_box ul {
    gap: 2.1333333333vw;
  }
}
.check_box li {
  font-feature-settings: "halt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .check_box li {
    font-size: 5.3333333333vw;
    line-height: 4.8vw;
    gap: 1.0666666667vw;
  }
}
.check_box li img {
  display: block;
  width: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .check_box li img {
    width: 8vw;
  }
}

.promise_box {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Gold-100, #D5CBB5);
}
@media screen and (max-width: 768px) {
  .promise_box {
    padding: 5.3333333333vw 4.2666666667vw;
    gap: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.promise_box dt {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 6px 12px 8px 12px;
  border-radius: 36px;
  background: var(--Gold-50, #E4DED1);
}
@media screen and (max-width: 768px) {
  .promise_box dt {
    font-size: 4.2666666667vw;
    line-height: 4.8vw;
    padding: 1.6vw 3.2vw 2.1333333333vw 3.2vw;
    border-radius: 9.6vw;
  }
}
.promise_box ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .promise_box ol {
    gap: 2.1333333333vw;
  }
}
.promise_box li {
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .promise_box li {
    font-size: 3.7333333333vw;
    gap: 1.0666666667vw;
  }
}
.promise_box li span {
  color: var(--TerassGreen, #118780);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .promise_box li span {
    font-size: 4.2666666667vw;
  }
}

.box01 .text.ls_adj {
  letter-spacing: -1.28px;
}
@media screen and (max-width: 768px) {
  .box01 .text.ls_adj {
    letter-spacing: -0.3413333333vw;
  }
}

.box02 .title.ls_adj {
  letter-spacing: -2.4px;
}
@media screen and (max-width: 768px) {
  .box02 .title.ls_adj {
    letter-spacing: -0.64vw;
  }
}

.box03 .title.lh_adj {
  line-height: 150%;
  letter-spacing: 0;
}

.box05 .text.ls_adj {
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .box05 .text.ls_adj {
    letter-spacing: -0.128vw;
  }
}

.box06 .text.ls_adj {
  letter-spacing: -0.05em;
}
.box06 .text strong {
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .box06 .text strong {
    font-size: 5.3333333333vw;
  }
}

/*==============================================================

  ■ footer

===============================================================*/
footer {
  margin-top: 40px;
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
footer .footer_logo {
  width: 198px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 52.8vw;
    margin-bottom: 8vw;
  }
}
footer .footer_linkWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    margin-bottom: 2.1333333333vw;
  }
}
footer .footer_linkWrap a {
  color: var(--TextBlack, #213544);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-right: 1px solid #E2E8F0;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    font-size: 3.2vw;
    padding: 0 2.1333333333vw;
  }
}
footer .footer_linkWrap a:last-child {
  border-right: none;
}
footer .copyright {
  color: var(--TextBlack, #213544);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 3.2vw;
  }
}