@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
}

ul, ol, figure, p, button, input, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}

main {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.slideUp {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 1s linear 0s, translate 1s ease 0s;
}
.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

header {
  background: linear-gradient(to right, rgb(62, 183, 165) 0%, rgb(136, 201, 163) 100%);
}
@media screen and (min-width: 769px) {
  header {
    height: 8rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 2.8rem 0 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .header_inr {
    width: 126.2rem;
    margin: 0 auto;
  }
}
.header_inr > p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .header_inr > p {
    font-size: 2.4rem;
    line-height: calc(1.0416666667 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .header_inr > p {
    text-align: center;
    font-size: 2.1rem;
    line-height: calc(1.3333333333 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.header_inr > p .txt_l {
  display: inline-block;
  color: #ffff00;
}
@media screen and (min-width: 769px) {
  .header_inr > p .txt_l {
    padding: 0 1rem;
    font-size: 4.2rem;
    line-height: calc(1 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .header_inr > p .txt_l {
    font-size: 2.8rem;
    line-height: calc(1 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.btn_float {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .btn_float {
    top: 0;
    right: 0;
    width: 14.7rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_float {
    bottom: 4rem;
    right: 0;
    width: 20rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.btn_float.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.btn_float a {
  transition: 0.5s;
}
.btn_float a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .main_logo_area {
    width: 126.2rem;
    margin: 0 auto;
    padding: 2.2rem 0 1.4rem;
  }
}
@media screen and (max-width: 1150px) {
  .main_logo_area {
    width: 65rem;
    margin: 0 auto;
    padding: 2.7rem 0 1.8rem;
  }
}

.main_logo {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .main_logo {
    width: 34.4rem;
  }
}
@media screen and (max-width: 1150px) {
  .main_logo {
    width: 37.8rem;
    margin: 0 auto;
  }
}

.hero {
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media screen and (min-width: 769px) {
  .hero {
    position: relative;
    background-image: url(../img/hero_bg_pc.png);
    background-size: contain;
    padding: 0rem 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 6rem 0 4rem;
    background-image: url(../img/hero_bg_sp.png);
    background-size: contain;
    padding: 6rem 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_area {
    width: 126.2rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .hero_area {
    width: 65rem;
    margin: 0 auto;
  }
}

.hero_balloon {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .hero_balloon {
    width: 46.7rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_balloon {
    width: 58.1rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_head {
    width: 100%;
    text-align: center;
    margin: 1rem auto 0;
  }
  .hero_head img {
    width: 26.8rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero_head {
    width: 50%;
    text-align: center;
    margin: 2.6rem auto 0;
  }
}

.hero_cta {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .hero_cta {
    align-items: flex-end;
    width: 126.2rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .hero_cta {
    align-items: center;
    width: 65rem;
    margin: 0 auto;
  }
}

.hero_footer {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .hero_footer {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero_footer {
    padding: 10px 15px;
  }
}

.hero_footer_text {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .hero_footer_text {
    font-size: 1.2rem;
    width: 126.2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_footer_text {
    font-size: 9px;
  }
}

/* 中身は余計なmarginでズラさない */
.hero_present,
.hero_btn {
  margin: 0;
  cursor: pointer;
}
.hero_present:hover,
.hero_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hero_present,
  .hero_btn {
    width: 100%;
  }
}

/* それぞれの上の余白だけ指定 */
@media screen and (min-width: 769px) {
  .hero_present {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 1150px) {
  .hero_present {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .hero_btn {
    margin-top: 0.5rem;
  }
}

.hero_btn_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero_btn_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_btn_txt {
    font-size: 1.9rem;
  }
}

/* 画像系は block にして基準を安定させる */
.hero_present picture,
.hero_present img,
.hero_btn picture,
.hero_btn img {
  display: block;
}

.hero_present img,
.hero_btn img {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .hero_present img,
  .hero_btn img {
    width: 100%;
  }
}

.hero_btn_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .hero_btn_container {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .hero_btn_container {
    position: initial;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.hero_present_inner {
  position: relative;
}

.hero_present_txt {
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero_present_txt {
    top: 1.3rem;
    right: 2.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_present_txt {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}

.hero_present_txt_link {
  color: #3EB7A5;
  text-decoration: underline;
  transition: 0.5s;
}
.hero_present_txt_link:hover {
  opacity: 0.8;
}

.about_wj {
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
@media screen and (min-width: 769px) {
  .about_wj {
    padding: 10rem 0;
    background-image: url(../img/about_wj_bg_pc.png);
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .about_wj {
    position: relative;
    padding: 10rem 0 15rem;
    background-image: url(../img/about_wj_bg_sp.png);
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .about_wj_image {
    width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_image {
    width: 65rem;
    margin: 0 auto;
  }
}

.about_wj_head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_wj_head {
    width: 55rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_head {
    margin: 0 auto;
    width: 90%;
  }
}

.about_wj_boad {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_wj_boad {
    width: 120rem;
    margin: 10rem auto 10rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_boad {
    width: 86%;
    margin: 50px 7%;
  }
}

.about_wj_boad_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .about_wj_boad_txt {
    text-align: center;
    font-size: 2rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_boad_txt {
    text-align: left;
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}

.about_wj_elem {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .about_wj_elem {
    right: -10.7rem;
    bottom: -3.9rem;
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_elem {
    left: -1.5rem;
    bottom: -1.3rem;
    width: 17.8rem;
  }
}

.about_wj_boad_subtxt {
  font-size: 2.2rem;
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .about_wj_boad_subtxt {
    right: 0rem;
    bottom: -15rem;
  }
}
@media screen and (max-width: 768px) {
  .about_wj_boad_subtxt {
    right: 7%;
    bottom: 3rem;
    font-size: 1.6rem;
  }
}

.about_seminner {
  background-color: #f5f4e5;
}
@media screen and (min-width: 769px) {
  .about_seminner {
    padding: 12.8rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .about_seminner {
    padding: 8rem 0 7rem;
  }
}

.cont_knowledge {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cont_knowledge {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_knowledge {
    padding-bottom: 4.5rem;
  }
}
.cont_knowledge::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
@media screen and (min-width: 769px) {
  .cont_knowledge::before {
    width: 110rem;
    height: 0.4rem;
    background: url(../img/about_seminner_separate.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .cont_knowledge::before {
    width: 64.2rem;
    height: 0.3rem;
    background: url(../img/about_seminner_separate.svg) no-repeat 0 0;
    background-size: auto 100%;
  }
}

.cont_knowledge_head {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cont_knowledge_head {
    width: 59.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_knowledge_head {
    width: 65rem;
  }
}
.cont_knowledge_head .elem {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .cont_knowledge_head .elem {
    right: -8.8rem;
    bottom: 2.2rem;
    width: 22.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_knowledge_head .elem {
    right: -3rem;
    bottom: 2.2rem;
    width: 22rem;
  }
}

.cont_osusume {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cont_osusume {
    padding-top: 13.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_osusume {
    padding-top: 5rem;
  }
}

.cont_osusume_head {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cont_osusume_head {
    width: 52.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_osusume_head {
    width: 65rem;
  }
}
.cont_osusume_head .elem {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .cont_osusume_head .elem {
    right: -16.1rem;
    bottom: 2.5rem;
    width: 22.9rem;
  }
}
@media screen and (max-width: 768px) {
  .cont_osusume_head .elem {
    right: -2.8rem;
    bottom: 2.5rem;
    width: 20.5rem;
  }
}

@media screen and (min-width: 769px) {
  .about_seminner_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 3.2rem;
    width: 100rem;
    margin: 0 auto;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_seminner_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 2.5rem;
    width: 65.5rem;
    margin: 0 auto;
    padding-top: 4.7rem;
  }
}

.about_seminner_list_item {
  position: relative;
}

.about_seminner_num {
  position: absolute;
  border-radius: 100vh;
  fill: #fff;
}
@media screen and (min-width: 769px) {
  .about_seminner_num {
    top: -2rem;
    left: -2rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_seminner_num {
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.cont_knowledge .about_seminner_num {
  background-color: #da665f;
}
.cont_knowledge .about_seminner_num .cls-2 {
  fill: #fff;
}
.cont_osusume .about_seminner_num {
  background-color: #007991;
}

@media screen and (min-width: 769px) {
  .cta_seminner {
    width: 74.2rem;
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .cta_seminner {
    width: 61rem;
    margin: 5.2rem auto 0;
  }
}

.cta_seminner {
  transition: 0.5s;
}

.cta_seminner:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .cta_seminner_lead {
    width: 56.4rem;
    margin: 1.6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .cta_seminner_lead {
    width: 52.9rem;
    margin: 1rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .cta_seminner_txt {
    width: 56.4rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .cta_seminner_txt {
    width: 65rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .cta_seminner_txt > li {
    font-size: 1.4rem;
    line-height: calc(2 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .cta_seminner_txt > li {
    padding-left: 0.5em;
    text-indent: -0.5em;
    font-size: 1.9rem;
    line-height: calc(1.9473684211 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

@media screen and (min-width: 769px) {
  .retirement {
    padding: 8.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .retirement {
    padding: 6.5rem 0 5.5rem;
  }
}

.retirement_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .retirement_head {
    width: 52.7rem;
    margin: 0 auto 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_head {
    width: 45.5rem;
    margin-bottom: 7rem;
    margin-left: 4.3rem;
  }
}

.retirement_head_elem {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .retirement_head_elem {
    top: -5.2rem;
    right: -22.8rem;
    width: 21.1rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_head_elem {
    top: -4.5rem;
    right: -19.7rem;
    width: 18.2rem;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 95rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item {
    width: 65rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .retirement_item + .retirement_item {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item + .retirement_item {
    margin-top: 5.5rem;
  }
}

.retirement_item_head {
  display: grid;
  place-content: center;
}
@media screen and (min-width: 769px) {
  .retirement_item_head {
    flex-shrink: 0;
    width: 45rem;
    height: 16.8rem;
    margin-right: 5rem;
    font-size: 2.3rem;
    line-height: calc(1.7391304348 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    background: url(../img/retirement_item_head_pc.png) no-repeat 0 0;
    background-size: contain;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_head {
    width: 65rem;
    height: 15.8rem;
    font-size: 2.4rem;
    line-height: calc(1 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    background: url(../img/retirement_item_head_sp.png) no-repeat 0 0;
    background-size: contain;
    letter-spacing: 0.15em;
  }
}
.retirement_item_head > h3 {
  color: #f5f4e5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .retirement_item_head > h3 {
    margin-top: -3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .retirement_item_cont {
    position: relative;
    grid-template-columns: min-content 45rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item_elem {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_elem {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item_elem01 {
    bottom: 0.2rem;
    left: 47.8rem;
    width: 18.8rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_elem01 {
    left: 2.8rem;
    width: 11.8rem;
    margin-top: -2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item_elem02 {
    bottom: 0.8rem;
    left: 47.2rem;
    width: 22.8rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_elem02 {
    left: 1.2rem;
    width: 16.4rem;
    margin-top: -2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item_elem03 {
    bottom: 0rem;
    left: 44.5rem;
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_elem03 {
    left: 1.8rem;
    width: 13.1rem;
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .retirement_item_txt {
    font-size: 1.7rem;
    line-height: calc(1.6470588235 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_txt {
    font-size: 2.2rem;
    line-height: calc(1.7272727273 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.retirement_item_txt p {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .retirement_item_txt .retirement_item_img {
    width: 36.8rem;
  }
}
@media screen and (max-width: 768px) {
  .retirement_item_txt .retirement_item_img {
    width: 90%;
    margin: 0 auto;
  }
}

.c01 {
  color: #da665f;
}

.u_line {
  position: relative;
  display: inline-block;
}
.u_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background: url(../img/u_line_y.svg) no-repeat 0 0;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .u_line::before {
    width: calc(100% + 1rem);
    height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .u_line::before {
    width: calc(100% + 0.1rem);
    height: 0.6rem;
  }
}

.sec_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_head {
    width: 95rem;
    height: 11.2rem;
    margin: 0 auto;
    background: url(../img/sec_header_pc.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec_head {
    width: 65rem;
    height: 15.8rem;
    margin: 0 auto;
    background: url(../img/sec_header_sp.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec_head.-l {
    height: 18.5rem;
    background: url(../img/sec_header_l_sp.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec_head.-l > h2 {
    flex-direction: column;
    gap: 1rem;
  }
}
.sec_head > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #f5f4e5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sec_head > h2 {
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 50%;
    translate: -50% -50%;
    font-size: 3rem;
    line-height: calc(1.8 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .sec_head > h2 {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 50%;
    translate: -50% -50%;
    font-size: 3.2rem;
    line-height: calc(1.25 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    letter-spacing: -0.001em;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .sec_head > h2 .small_txt {
    font-size: 2.3rem;
    line-height: calc(1.2173913043 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec_head > h2 .small_txt {
    font-size: 2.2rem;
    line-height: calc(1.2727272727 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.four_perspectives {
  position: relative;
}
@media screen and (min-width: 769px) {
  .four_perspectives {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives {
    padding: 8rem 0 7.5rem;
    background-color: #f5f4e5;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 120rem;
    border-bottom: dotted 0.3rem #321004;
  }
}

@media screen and (min-width: 769px) {
  .four_perspectives_points {
    width: 95rem;
    margin: 6rem auto 0;
    padding-left: 13.8rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_points {
    width: 65rem;
    margin: 3.5rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .four_perspectives_point {
    display: grid;
    grid-template-columns: 9.8rem auto;
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point + .four_perspectives_point {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point + .four_perspectives_point {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .num {
    position: relative;
  }
  .four_perspectives_point .num::before {
    content: "";
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .num {
    position: absolute;
    top: 6.5rem;
    left: 5rem;
    width: 7.8rem;
  }
  .four_perspectives_point .num::before {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .point01::before {
    top: 6.2rem;
    left: -7.2rem;
    width: 8.8rem;
    height: 15.4rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .point01::before {
    top: 5.6rem;
    left: -5.4rem;
    width: 7.1rem;
    height: 12.3rem;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .point02::before {
    top: 10.9rem;
    left: -8rem;
    width: 11.7rem;
    height: 11.2rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .point02::before {
    top: 11.5rem;
    left: -4.7rem;
    width: 11.2rem;
    height: 9.7rem;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .point03::before {
    top: 12rem;
    left: -8rem;
    width: 12.8rem;
    height: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .point03::before {
    top: 10rem;
    left: -4rem;
    width: 10.1rem;
    height: 8.2rem;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .point04::before {
    top: 12.5rem;
    left: -6.5rem;
    width: 10.4rem;
    height: 11.6rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .point04::before {
    top: 9.1rem;
    left: -3rem;
    width: 6.9rem;
    height: 7.7rem;
  }
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .cont {
    padding-top: 0.5rem;
  }
}
.four_perspectives_point .head {
  position: relative;
  font-weight: 700;
  color: #da665f;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .head {
    font-size: 2.5rem;
    line-height: calc(1.12 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .head {
    margin: 0 auto;
    text-align: center;
    font-size: 2.7rem;
    line-height: calc(1.037037037 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.four_perspectives_point .head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  background: url(../img/u_line_y.svg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .head::before {
    width: calc(100% + 3rem);
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .head::before {
    width: calc(100% + 3rem);
    height: 1.5rem;
  }
}
.four_perspectives_point .head span {
  position: relative;
}
.four_perspectives_point .txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .four_perspectives_point .txt {
    padding-top: 3.5rem;
    font-size: 1.5rem;
    line-height: calc(2 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .four_perspectives_point .txt {
    padding-top: 4.5rem;
    padding-left: 16.5rem;
    font-size: 2.2rem;
    line-height: calc(1.7727272727 * 1em);
    margin-block: calc((1em - 1lh) / 2);
    letter-spacing: -0.001em;
  }
}

.user_type {
  position: relative;
}
@media screen and (min-width: 769px) {
  .user_type {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .user_type {
    padding: 6rem 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .user_type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 117rem;
    border-bottom: dotted 0.3rem #321004;
  }
}

@media screen and (min-width: 769px) {
  .user_type_img {
    width: 118rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .user_type_img {
    width: 58.2rem;
    margin: 6rem auto 0;
  }
}

.impressions {
  background-color: #f5f4e5;
}
@media screen and (min-width: 769px) {
  .impressions {
    padding: 10.5rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .impressions {
    padding: 8rem 0 7rem;
  }
}

.impression {
  display: flex;
}
@media screen and (min-width: 769px) {
  .impression {
    grid-template-columns: auto auto;
    width: 110rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .impression {
    grid-template-columns: auto auto;
    width: 65rem;
    margin: 0 auto;
  }
}
.impression .person {
  text-align: center;
}
.impression .person .img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .impression .person .img {
    width: 18.8rem;
  }
}
@media screen and (max-width: 768px) {
  .impression .person .img {
    width: 16.4rem;
  }
}
@media screen and (min-width: 769px) {
  .impression .person .name {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .impression .person .name {
    margin-top: 1.5rem;
    font-size: 2rem;
    letter-spacing: -0.001em;
  }
}

@media screen and (min-width: 769px) {
  .impression01 {
    margin-top: 3.5rem;
    padding-left: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .impression01 {
    margin-top: 5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .impression01 .balloon {
    width: 65.7rem;
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .impression01 .balloon {
    width: 45.8rem;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .impression02 {
    margin-top: 1.5rem;
    padding-left: 22.4rem;
  }
}
@media screen and (max-width: 768px) {
  .impression02 {
    margin-top: 2rem;
  }
}
.impression02 .person {
  order: 2;
}
.impression02 .balloon {
  order: 1;
}
@media screen and (min-width: 769px) {
  .impression02 .balloon {
    width: 64.8rem;
  }
}
@media screen and (max-width: 768px) {
  .impression02 .balloon {
    width: 44.2rem;
    margin-right: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .impression03 {
    margin-top: 1.5rem;
    padding-left: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .impression03 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .impression03 .balloon {
    width: 67.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .impression03 .balloon {
    width: 48.3rem;
    margin-left: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .impression04 {
    margin-top: 2rem;
    padding-left: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .impression04 {
    margin-top: 2rem;
  }
}
.impression04 .person {
  order: 2;
}
.impression04 .balloon {
  order: 1;
}
@media screen and (min-width: 769px) {
  .impression04 .balloon {
    width: 60.3rem;
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .impression04 .balloon {
    width: 43.3rem;
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .reason {
    padding: 8.5rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 5rem 0 2.5rem;
  }
}
.reason .sec_head > h2 {
  letter-spacing: -0.01em;
}

.reason_lead {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason_lead {
    width: 95rem;
    margin: 4rem auto 0;
    font-size: 2rem;
    line-height: 1.9em;
  }
}
@media screen and (max-width: 768px) {
  .reason_lead {
    width: 65rem;
    margin: 3.5rem auto 0;
    font-size: 2.2rem;
    line-height: 1.7727272727em;
    letter-spacing: -0.05em;
  }
}
.reason_lead .u_line::before {
  width: 100%;
  height: 1.5rem;
  translate: -50% -20%;
  background: #ffff00;
}

@media screen and (min-width: 769px) {
  .reason_head {
    width: 40.4rem;
    margin: 5.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason_head {
    width: 40.4rem;
    margin: 1rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .reason_img {
    width: 95rem;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason_img {
    width: 68.8rem;
    margin: -1.5rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .consultants {
    padding: 5rem 0 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .consultants {
    padding: 2.5rem 0 7rem;
  }
}

.consultant_wrap {
  display: grid;
}
@media screen and (min-width: 769px) {
  .consultant_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 6.7rem;
    width: 95rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap {
    gap: 5.5rem 6.7rem;
    width: 65rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .consultant {
    display: flex;
    gap: 3rem;
  }
}
.consultant_wrap .consultant:nth-child(even) .img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .consultant_wrap .img {
    flex-shrink: 0;
    width: 24.8rem;
    padding-bottom: 1.5rem;
    background: url(../img/consultant_line.svg) no-repeat 50% 100%;
    background-size: 100% 0.3rem;
  }
}
.consultant_wrap .img img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .consultant_wrap .img img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .img img {
    width: 100%;
    height: 25.8rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .img figcaption {
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) {
  .consultant_wrap .cont {
    margin-top: 1.5rem;
    padding: 3.2rem 2.5rem 1.5rem;
    background: url(../img/consultant_cont_bg.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .cont {
    flex-grow: 1;
    min-height: 31.2rem;
    padding: 5.5rem 2.5rem 3rem;
    background: url(../img/consultant_cont_bg_sp.svg) no-repeat 0 0;
    background-size: contain;
  }
}
.consultant_wrap .name {
  display: grid;
  place-content: center;
  background: url(../img/consultant_name_bg.svg) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .consultant_wrap .name {
    width: 22.4rem;
    height: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .name {
    display: none;
  }
}
.consultant_wrap .name > p {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .consultant_wrap .name > p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .consultant_wrap .txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7142857143em;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .consultant_wrap .txt {
    font-size: 2.2rem;
    line-height: 1.9090909091em;
    letter-spacing: -0.05em;
  }
}

.collaboration {
  background: #f5f4e5 no-repeat 50% 100%;
}
@media screen and (min-width: 769px) {
  .collaboration {
    padding: 11rem 0 5.5rem;
    background-image: url(../img/collaboration_bg.png);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .collaboration {
    padding: 6rem 0 5.2rem;
    background-image: url(../img/collaboration_bg_sp.png);
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .collaboration .sec_head > h2 {
    letter-spacing: -0.01em;
  }
}

.collaborations {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .collaborations {
    width: 120rem;
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .collaborations {
    flex-wrap: wrap;
    -moz-column-gap: 9.2rem;
         column-gap: 9.2rem;
    width: 49.6rem;
    margin: 3rem auto 0;
  }
  .collaborations > figure {
    text-align: center;
  }
  .collaborations > figure img {
    width: 20.1rem;
  }
}

@media screen and (min-width: 769px) {
  .collaborations_item02,
  .collaborations_item04 {
    margin-top: 14.5rem;
  }
}

@media screen and (max-width: 768px) {
  .collaborations_item03 {
    width: 100%;
    margin-top: -2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .collaborations_item04,
  .collaborations_item05 {
    margin-top: -3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .schedule {
    padding: 9rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 5rem 0 7rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule .sec_head > h2 {
    flex-wrap: wrap;
  }
  .schedule .sec_head > h2 .txt {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .schedule_cont {
    width: 95rem;
    margin: 4.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .schedule_cont {
    width: 65rem;
    margin: 5rem auto 0;
  }
}

.schedule_item {
  border: solid #da665f;
  border-width: 0;
}
@media screen and (min-width: 769px) {
  .schedule_item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item {
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule_item + .schedule_item {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item + .schedule_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .schedule_item.open {
    border-width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item.open {
    border-width: 0.3rem;
  }
}

.schedule_item_cont {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.schedule_item.open .schedule_item_cont {
  display: block;
}

.schedule_item_day {
  position: relative;
  background: linear-gradient(135deg, rgb(233, 178, 148) 1%, rgb(199, 64, 83) 30%, rgb(198, 62, 82) 100%);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .schedule_item_day {
    padding: 1rem 0;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item_day {
    padding: 2rem 0;
    border-radius: 1.2rem;
  }
}
.schedule_item_day::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #fff;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .schedule_item_day::before {
    right: 4rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item_day::before {
    right: 3.8rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
.schedule_item_day > p {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .schedule_item_day > p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item_day > p {
    font-size: 2.3rem;
  }
}
.schedule_item_day > p::before, .schedule_item_day > p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transform-origin: 50% 50%;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .schedule_item_day > p::before, .schedule_item_day > p::after {
    right: 4.8rem;
    width: 2rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item_day > p::before, .schedule_item_day > p::after {
    right: 4.6rem;
    width: 2rem;
    height: 0.2rem;
  }
}
.schedule_item_day > p::after {
  rotate: 90deg;
  transition: 0.5s;
}

.schedule_item.open .schedule_item_day > p::after {
  rotate: 0deg;
}

@media screen and (min-width: 769px) {
  .schedule_item_cont_inr {
    padding: 4.5rem 3rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_item_cont_inr {
    padding: 5.8rem 3rem 5rem;
  }
}

.schedule_time_wrap {
  display: grid;
}
@media screen and (min-width: 769px) {
  .schedule_time_wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_time_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 2rem;
  }
}

.schedule_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid #007991;
}
@media screen and (min-width: 769px) {
  .schedule_time {
    padding: 1.5rem 1rem;
    border-width: 0.1rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_time {
    padding: 1.8rem 1.2rem;
    border-width: 0.1rem;
    border-radius: 0.6rem;
  }
}
.schedule_time .txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .schedule_time .txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_time .txt {
    font-size: 2.2rem;
  }
}
.schedule_time .btn {
  display: grid;
  place-content: center;
  background-color: #007991;
  color: #fff;
}
.schedule_time .btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .schedule_time .btn {
    width: 8rem;
    padding: 0.4rem 0;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_time .btn {
    width: 10.4rem;
    padding: 0.4rem 0;
    font-size: 2.2rem;
    border-radius: 0.6rem;
  }
}

@media screen and (min-width: 769px) {
  .schedule_annotation {
    padding: 2.5rem 0 0;
    font-size: 1.2rem;
    line-height: calc(1.3333333333 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .schedule_annotation {
    padding: 3.5rem 0 0;
    font-size: 1.6rem;
    line-height: calc(1.625 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.desc_ttl {
  text-align: center;
  font-weight: bold;
  color: #da665f;
}
@media screen and (min-width: 769px) {
  .desc_ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .desc_ttl {
    margin-top: 2.5rem;
    font-size: 3.9rem;
    line-height: 5.6rem;
  }
}
.desc_ttl span {
  background: linear-gradient(transparent 60%, #ffe56d 60%);
  padding-bottom: 0em;
}

.desc_txt {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .desc_txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .desc_txt {
    margin-top: 1rem;
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
}
.desc_txt sup {
  font-size: 0.5em;
  vertical-align: text-bottom;
}

@media screen and (min-width: 769px) {
  .foot p {
    font-size: 1.5rem;
    line-height: calc(1.4 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .foot p {
    font-size: 2rem;
    line-height: calc(1.75 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
.foot .to_top {
  height: auto;
  position: fixed;
  z-index: 999;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .foot .to_top {
    width: 13.8rem;
    inset: auto 3rem 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  .foot .to_top {
    display: none;
  }
}
.foot .to_top.is-active {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .foot .to_top > a:hover {
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 0.7;
  }
}
.foot .company_inner {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .foot .company_inner {
    padding: 3.5em 0;
    width: 103.1rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_inner {
    padding: 5.5em 0 15rem;
    width: 43.5rem;
    justify-content: center;
  }
}
.foot .company_name {
  height: auto;
}
@media screen and (min-width: 769px) {
  .foot .company_name {
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_name {
    width: 36rem;
  }
}
.foot .company_desc {
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .foot .company_desc {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_desc {
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_wrap {
    margin-top: 5rem;
    text-align: center;
  }
}
.foot .company_cta_txt {
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #007388;
}
@media screen and (min-width: 769px) {
  .foot .company_cta_txt {
    margin-left: 8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .foot .company_cta_inner {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_inner {
    margin-top: 2.5rem;
    padding: 3rem 5rem;
    border: 0.4rem solid #d6d7d6;
  }
}
.foot .company_cta {
  height: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .foot .company_cta {
    width: 32.2rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta {
    width: 33.3rem;
  }
}
@media screen and (min-width: 769px) {
  .foot .company_cta_time {
    margin: 1rem 0 0 10rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_cta_time {
    margin-top: 1.5rem;
    letter-spacing: 0.19em;
  }
}
.foot .company_licence {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .foot .company_licence {
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_licence {
    margin-top: 4rem;
    flex-direction: column;
    align-items: center;
  }
}
.foot .company_copy {
  padding: 1.5em 0;
  background-color: #d6d7d6;
}
.foot .company_copy small {
  display: block;
  text-align: center;
  color: #7f7f7f;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .foot .company_copy small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .company_copy small {
    font-size: 1rem;
  }
}

.dialog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  border: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.dialog::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
}
.dialog.show {
  opacity: 1;
}
.dialog.show::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.dialog_cont {
  margin: 12rem auto 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .dialog_cont {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_cont {
    width: 67rem;
  }
}

.dialog_inner {
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .dialog_inner {
    max-height: calc(100vh - 240px);
  }
}
@media screen and (max-width: 768px) {
  .dialog_inner {
    max-height: calc(100vh - 140px);
  }
}

@media screen and (min-width: 769px) {
  .dialog_wrap {
    padding: 6rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_wrap {
    padding: 7rem 4rem;
  }
}

.dialog_open {
  background-color: #fff;
  border: none;
  border-radius: 100vmax;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .dialog_open {
    width: 21rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_open {
    width: 31.6rem;
    height: 7rem;
    font-size: 2.4rem;
  }
}
.dialog_open > span {
  display: inline;
  text-decoration: underline;
  color: #1b2ac7;
}
@media (any-hover: hover) {
  .dialog_open:hover {
    opacity: 0.8;
  }
}

.dialog_close {
  width: 6rem;
  height: 6rem;
  border: none;
  border-radius: 50%;
  background-color: #00738a;
  position: absolute;
  top: -3rem;
  z-index: 10;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 769px) {
  .dialog_close {
    right: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_close {
    right: -2rem;
  }
}
.dialog_close::before, .dialog_close::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 3.8rem;
  height: 1px;
  top: 2.8rem;
  left: 1rem;
}
.dialog_close::before {
  transform: rotate(-45deg);
}
.dialog_close::after {
  transform: rotate(45deg);
}

.dialog_box + .dialog_box {
  margin-top: 4rem;
}

.dialog_ttl {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #00738a;
}
@media screen and (min-width: 769px) {
  .dialog_ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_ttl {
    font-size: 3.6rem;
  }
}
.dialog_ttl + .dialog_txt {
  margin-top: 2rem;
}

.dialog_txt {
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .dialog_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .dialog_txt.mark {
    padding-left: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.mark {
    padding-left: 2.2rem;
  }
}
.dialog_txt.mark::before {
  content: "";
  display: inline-block;
  background-color: #00738a;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .dialog_txt.mark::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.mark::before {
    width: 1rem;
    height: 1rem;
    top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .dialog_txt.num {
    padding-left: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.num {
    padding-left: 4.2rem;
  }
}
.dialog_txt.num::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  border: 1px solid;
  border-radius: 9999999px;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .dialog_txt.num::before {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    top: 0.8rem;
    left: -1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_txt.num::before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    top: 1.2rem;
    left: 0;
  }
}

.dialog_subttl {
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .dialog_subttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .dialog_subttl {
    font-size: 3.2rem;
  }
}
.dialog_subttl + .dialog_txt {
  margin-top: 1.5rem;
}

.dialog_list {
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  counter-reset: number;
}

/* .l-footer
================================================ */
.l-footer {
  padding: 38px 0 20px;
  border-top: 2px solid #dce6de;
  text-align: center;
  background-color: #fff;
}

.l-footer-info {
  padding-bottom: 35px;
}

.l-footer-info-top {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.l-footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.l-footer-sns__item:nth-of-type(2) {
  margin: 0 30px;
}

.l-footer-sns__item:nth-of-type(2) .l-footer-sns__link::before {
  font-size: 24px;
}

.l-footer-sns__link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: #7dbfb4;
}

.l-footer-sns__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 29px;
}

.l-footer-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-footer-sub__item {
  margin: 0 1em;
}

.l-footer-sub__link {
  font-size: 1.1rem;
}

.l-footer__logo-area {
  padding-top: 25px;
  border-top: 1px solid #dce6de;
}

.l-footer .ft-logo {
  width: 167px;
  margin: auto;
}

.l-footer .ft-cr {
  margin-top: -14px;
  line-height: 1.4;
}

.l-footer .ft-cr__txt {
  font-weight: 700;
  font-size: 1.1rem;
  color: #00738a;
}

.l-footer-archive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #fff;
}

.ft-cr-archive {
  display: flex;
  align-items: center;
}

.ft-cr-archive__txt {
  font-weight: 700;
  font-size: 1.1rem;
  color: #00738a;
}

.l-footer-info-top-banner {
  display: block;
  width: 200px;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .l-footer {
    padding: 92px 0 25px;
    text-align: left;
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1120px;
    margin: auto;
  }
  .l-footer-sitemap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/3;
    grid-row: 1;
    display: grid;
    grid-template-columns: auto auto auto auto auto 110px;
    margin-bottom: 88px;
  }
  .l-footer-sitemap__item:first-of-type {
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer-sitemap__item:nth-of-type(2) {
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
  }
  .l-footer-sitemap__item:nth-of-type(3) {
    -ms-grid-row: 1;
    grid-column: 3;
    grid-row: 1;
  }
  .l-footer-sitemap__item:nth-of-type(4) {
    -ms-grid-row: 1;
    grid-column: 4;
    grid-row: 1;
  }
  .l-footer-sitemap__item:nth-of-type(5) {
    -ms-grid-row: 1;
    grid-column: 5;
    grid-row: 1;
  }
  .l-footer-sitemap__item:nth-of-type(6) {
    -ms-grid-row: 1;
    grid-column: 6;
    grid-row: 1;
  }
  .l-footer-sitemap-sub__link {
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.4rem;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .l-footer-sitemap-sub__link:hover {
    color: #00738a;
    text-decoration: none;
  }
  .l-footer-sitemap-sub__item-external {
    width: auto;
    vertical-align: baseline;
    padding-left: 2px;
  }
  .l-footer-info {
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    padding: 10px 0 0;
  }
  .l-footer-info-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  .l-footer-sns {
    justify-content: flex-end;
    margin-bottom: 16px;
  }
  .l-footer-sns__link {
    transition: all 0.3s ease;
  }
  .l-footer-sns__link:hover {
    color: #00738a;
    text-decoration: none;
  }
  .l-footer-sub {
    justify-content: flex-end;
  }
  .l-footer-sub__item {
    margin: 0 10px;
  }
  .l-footer-sub__item:last-of-type {
    margin-right: 0;
  }
  .l-footer-sub__link {
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  .l-footer-sub__link:hover {
    color: #00738a;
    text-decoration: none;
  }
  .l-footer__logo-area {
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
    border-top: 0;
  }
  .l-footer .ft-logo {
    width: 232px;
    margin-left: 0;
  }
  .l-footer .ft-logo svg {
    width: 232px;
    height: 50px;
  }
  .l-footer .ft-cr {
    margin-top: -3px;
  }
  .l-footer-info-top-banner {
    margin-right: 0;
  }
  .l-footer-sns__item a {
    display: flex;
    place-items: center;
  }
  .l-footer-sns {
    margin: 0 0 16px 30px;
  }
  .sns-icon {
    transition: all 0.2s;
  }
  .sns-icon:hover {
    opacity: 0.6;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sub__item {
    margin: 1rem 3rem;
  }
  .l-footer-sub__link {
    font-size: 2.2rem;
  }
  .l-footer .ft-cr__txt {
    font-size: 2.2rem;
  }
}
svg.sns_icon {
  fill: #7dbfb4;
  transition: all 0.3s;
}

svg.sns_icon:hover {
  fill: #00738a;
  transition: all 0.3s;
}

.l-footer__certification {
  font-size: 12px;
  max-width: 1120px;
  margin: 30px auto 20px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */